General :: Hexdump Of First Track Of HDD?
Jun 29, 2011
How would i do a hexdump in Ubuntu for the first track of a HDD? I am looking for a winhex-esque output if that makes sense. The first track has 63 sectors, each 512 bytes long. I tried
dd if=/dev/sda bs=1 count=512 | hexdump -C
but that only gave me what appears to be the MBR, or first sector of the HDD.
View 1 Replies
ADVERTISEMENT
May 10, 2011
I was looking at this file that was padded with 0's in hexdump. I noticed the 0's were escaped so they would be literal 0's. Why is this?
View 1 Replies
View Related
Aug 15, 2010
I am not clear with difference between hexdump and objdump and coredump. I wrote a small program
Code:
main (){
int a=2;
int b=4;
int k=b/a;
int m=9;
[Code].....
Some of the above instructions such as 89 d0 should be present in hexdump. What exactly is the hexdump ,objdump and coredump and what is their importance?
View 1 Replies
View Related
Jul 19, 2010
recently I'm working with one of these... LM-PC001
it works via /dev/input/event4, so I'm using devinput driver for lirc, the thing is, it works flawlessy when lirc is not running, (via linux-input-layer) but I do need to make it work with lirc...
I can make work almost everything using this lircd.conf (incomplete here)
Code:
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
[Code]...
First thing, it doesn't show the header (not a problem really) but as you can see the bits that differ the direction on the axis is the latter ones, and lirc is not taking them into account so both buttons result in the same direction...
Is there a way that i can make lirc take them into account?
also irrecord doesn't work because of the "0x40004" header, all comands, are detected as "0x400004"...
and since it uses devinput driver, mode2 says "This program doesn't work for this hardware yet."
View 2 Replies
View Related
Jul 21, 2011
Last day i have faced an attack on Apache/2.2.14 (Ubuntu).A user shoots 53 hits within 20 seconds from same IP and as a result db connections to MySQL increased.
a.) Is there any way in Apache to block these type of requests
b.) how can we trace when this type of attack happened to Apache.
Also I have noticed an entry in Apache error log during attack period
Error Log
[Wed Jul 20 20:28:49 2011] [debug] proxy_util.c(1806): proxy: grabbed scoreboard slot 0 in child 753 for worker http://localhost:8294/
[Wed Jul 20 20:28:49 2011] [debug] proxy_util.c(1825): proxy: worker http://localhost:8294/ already initialized
[Code].....
View 7 Replies
View Related
Mar 18, 2011
At my office we are having a samba sever, staff will access their respective folder from their Windows XP systems. I wish to track all user access activity like file creation, modification, deletion and etc. I tried smbstatus -v, from the output I am not able to guess what the user done. I am giving some of the results I get please help me or you can suggest best way to get access log.
Samba version 3.0.25b-0.el5.4
PID Username Group Machine
14721 govind govind tsl-019 (10.0.2.64)
4832 chandra chandra trivent-9b92c9c (10.0.2.106)
Service pid machine Connected at
[Code]...
View 2 Replies
View Related
Sep 4, 2010
Possible Duplicate: time tracking application on linux Every Linux time-tracking application I've seen assumes you're tracking time for projects, perhaps to create invoices later for your clients. This is not what I'm looking for. Rather, I just want some insight into how I spend my time on my computer. I'd like to waste less time on my computer, and spend my time on more productive tasks. The first step to improving anything is to measure it. But I can't be bothered or remember to click on some icon and switch "projects" every time I change from my terminal to browsing ....., or something like that. I want the time I spend on different applications tracked automatically.
View 1 Replies
View Related
Jul 16, 2011
Is there any utility which will monitor all commands on SSH SHELL fired by any user who logs in using putty or any other client? If this record is saved somewhere,
View 1 Replies
View Related
Mar 15, 2011
I tried to install this RPM file and Yum says it's installed but when I type procexp in the shell it states that command not found. So how do I track the problem down?
View 5 Replies
View Related
Mar 31, 2010
I have been trying for like 2wks to figure out why I keep getting seg faults in Viper WM from slackbuilds.I have it on 6 diff versions of slack, 12.2-current and also in debian and arch.In all of them VWM crashes with seg fault?!I really like it alot and need to figure out what the issue is?
View 2 Replies
View Related
Feb 3, 2010
I received a DVD of my son playing hockey at the Verizon Center in DC. The accompanying audio only comes out of the right channel. I would like to modify it so the same audio comes out of both channels. I have already done some reauthoring (changed the aspect ratio from 4:3 to 16:9). How to modify/edit an AVI to fix my audio issue. Here is a copy of the video on .....: [URL]
View 9 Replies
View Related
Apr 4, 2010
I wanted to show a track from a CD to a friend who uses Windows. I tried to rip it in MP3 (LAME) format, because I couldn't remember whether Windows Media Player can read OGG or FLAC (whatever that is) format. Due to some kind of error (no explanation given other than "command failed"), my K3B would not rip in MP3. Which of the formats can Windows Media Player read? I know it can read WAV, but that's inconveniently large to send by e-mail or over an instant messenger.
View 9 Replies
View Related
Nov 14, 2010
I got offered a position with an IT firm that requires me to do system penetration testing I heard Back Track was the way to go. I was reading and came across some forums stating that BT4 has issues with wireless network adapters in laptops.The network adapter is a:
Intel Centrino Advanced-N + WiMax 6250 (WiMax + 802.11a/g/n)
I'm not worried about the Wi-Max, just picking up Wi-Fi.
View 5 Replies
View Related
Mar 4, 2010
What is the purpose of hiding the first track when authoring audio-cd?
View 2 Replies
View Related
Jun 17, 2010
I want to track 2.6.33 kernel releases. I can see that kernel.org has couple of releases like rc1, rc2,rc3, git<>. Kernel 2.6.33. got released early Feb this year.
So How many releases of kernel 2.6.33 were there? I checked at kernel.org but couldn't find the complete information.
View 2 Replies
View Related
Mar 3, 2010
Is there some way I can track all applications that were opened by a user during a gnome session in ubuntu?Do gdm/gtkwm keep a history of all applications that were opened in some log file?
View 2 Replies
View Related
May 18, 2010
If I run
cp file1 file2
I'd like to be able to track it's progress. Is there a command I can use for this?
rsync --progress
has this, but is there something generic, usable for "any" command?
View 3 Replies
View Related
Jun 14, 2011
When a Linux machine with NTP capabilities will start and it does not find the NTP server, how it will determine the time? A clue I have is that it uses some heuristic method but I don't need what does that mean. My main question is: How can I track such an event on a monitoring purpose?
View 1 Replies
View Related
Aug 23, 2011
I am running an Ubuntu(10.04) box and I am attempting to understand an error in a program.I don't have access to the source of this program, but I know it isn't working properly because it cannot find a particular file. I was wondering if it would be possible to monitor what file are accessed(more specifically denied access) by a process. My first idea was to breakpoint on fopen, but I didn't have any success.
View 1 Replies
View Related
Jan 24, 2011
I am planning to dual boot Bt4 + SL 6 or Debian 6 ( whatever comes first ) So i am wondering what will be the default disk footprint of Bt4... Never used it installed in HDD only in usb install or live mode...
View 7 Replies
View Related
Apr 13, 2010
Is there a way or command to keep track all the previously run applications from all terminals that are connected to your linux machine? Something that will display the name of the application, start time, and end time of its execution?
View 3 Replies
View Related
Jul 30, 2010
I've inherited the following Virtual Machine scenario and am new to Linux Administration and Patch Management. The Host Operating System is Windows 2003 Enterprise, which has VMware Server 2.0.2 installed. Under the VMware Server 2.0.2 I have a Ubuntu 32-bit OS web server running Apache2 Web Services. When I log onto the Ubuntu server (9.10 32-bit) I see the following two lines just above the new mail/last logon lines.
85 packages can be updated
55 updates are security updates
I would like to see at least a summary of each update and its urgency so I can notify the various developers/server owners to get their input regarding whether we should or should not apply that particular update to the server. We apply the patches in our test/dev environment first then once vetted there we roll them out to our production servers. What I am looking for is a way to automate the gathering of the information and once approval has been received automating the actual patching process so that I do not have to manually perform the apt-get process for each separate package needed/approved.
Ideally I would like a recommendation for a GUI based package to manage this process and that is capable of generating the appropriate reports for the 'powers that be' regarding the current security/patch management environment. For proof of concept I would like a free version that is not hamstrung in functionality but is not too costly to procure the production version with no limitations.
View 4 Replies
View Related
Feb 10, 2010
I instaled vmware and created a virtual machine which is bt4. first of all i cant creat an user password and i log on with root second when i run the command airmon-ng i cant get my device name or anything caz nothing comes up under interface or i forgot what its caled.
View 3 Replies
View Related
Jan 28, 2010
What is the best way to track elapsed real-time, for the most kinds of Linux systems?
clock_gettime() looks great, but I get this build error:
undefined reference to `clock_gettime'
..even though I have #include "time.h" Here is my uber-goal:
// Returns fractional seconds that have elapsed since Start_Ticks was set.
float elapsed_seconds( unsigned Start_Ticks )
{
[code]....
View 1 Replies
View Related
Jun 8, 2010
I would like to keep track of not only what bash commands I used and when, but also where they were issued from, i.e. what was the current working directory when I issued "foobar" on a particular day and time. Can we ask bash history to keep track of working directories too? I have tried to get an idea of this reading the enormous "man bash", but I don't seem to have an answer yet either way.
View 11 Replies
View Related
May 17, 2011
First thing I will say is I am new this site and computers in general. I have pc and am running back track 4. Today the computer shut off, maybe an over heat. I restarted it and it turned off again even before the reboot finished. I put an additional cooling fan in front of the air intake and the computer is staying on but now will not open the emails in the my hot mail account. It seems to open the account, I can see what is in my in box just can not open them. Moving the curser over the unopened email usually made what is in task bar at the bottom of the page change. As of now it continues to say "Done" in stead of showing a task. Moving the curser over other things on the same page will make the task bar say "javascript" only.
View 1 Replies
View Related
Feb 25, 2011
I was just reading about the whole boot process on computers and am curious as to why the BIOS can only read and execute code and data from only cylinder 0, track 0 and sector 1 of the disk being booted from? Why can't the BIOS read from any other disk location?
View 3 Replies
View Related
Mar 3, 2011
I just tried to burn an ISO to a CD-R in K3B, and it finished with the message "written data in track 1 differs from original." I get that a lot; until now, I blamed it on my failing CD drives . What can I do to avoid it besides burning at a slow speed? I know that, having heard years ago that I should burn at 4x; but my new DVD-RW burner's slowest writing speed is 16x. (I'm annoyed at that. It was a Christmas gift, and I didn't think of specifying a write speed. I wouldn't be surprised if new CD drives can't burn at such a slow speed, though.)
View 1 Replies
View Related
Feb 10, 2010
I just tried to install mythvideo 0.22 from the packman repository and Yast tell me it requires python-imdb. Havent been able to track down an rpm for opensuse 11.2 x86_64. Is there any way to request that this rpm be built?
View 2 Replies
View Related
Sep 19, 2010
I am playing a DVD with multiple copies of it's content on the disc. I am wanting to use VLC to try and find out which of the tracks is the right one for when I rip. How to do this?
View 7 Replies
View Related