General :: How To View Raw Data
Jun 7, 2011
Does there exist a program for Linux that can display raw binary data?
Each byte in my binary files represent a pixel, so it would be very useful if something like this exists where I could say
program_name --input=dat001.bin --width=200 --height=100
and it would display the pixels.
View 2 Replies
ADVERTISEMENT
Aug 5, 2011
I'm running a java program and to debug the program instead of using a debugger I would like to look to the heap and to the bytes in the memory of the process. I was hoping that the pointers would give me a snapshot of a moment of the application. It exists a program that allow us to look to the details of a process and to the memory ram?
View 2 Replies
View Related
Jun 29, 2010
I needed to install a new OS on a new HD but i also need the data on the old HD which has some problems (it doesn't boot anymore). The problem is that in the old one i had linux (Slackware) and so it doesn't allow me to view the content of the folder /home/myself. If there was something possible to do to recover all the data or if it will be forever lost.
View 1 Replies
View Related
Dec 10, 2010
For some reason I am unable to view my database tables for my Wiki & I can't understand what I am doing wrong or what I'm missing. I know for sure there's table data on my 'wiki' database but for some reason I don't know how to list it.
Code:
psql (8.4.5)
Type "help" for help.
[code]....
View 1 Replies
View Related
Mar 9, 2011
I want to view a hard drive and see if it has all zeroes, how would I do this? I want to view a hard drive and see if it has all random data, or random data mixed with zeroes. How can I do this? I prefer to do all this in linux if possible without a gui...so looking for any cli tools to view with.
View 5 Replies
View Related
Dec 1, 2010
I am a total noob when it comes to opensuse. I just read the reviews and comments from forums taht's why I wanna try this alternative. I have 1 physical drive that has two partitions. 1 is dedicated for my windows OS (20 GB) and the other for my data (approx. 100GB).
How can I install opensuse 11.3 to just 1 partition (20GB) and leave my data partition (approx. 100GB) as it is? Can I still view/access/read the files from my data partition after I have successfully install opensuse 11.3 to my Os partition?
View 5 Replies
View Related
Mar 3, 2010
You do not have the permissions necessary to view the contents of "data". and the same error for the other partition "data 2" These 2 partitions are made with fedora 12.Screenshot.png - 689 KbBoth are ext3 filesistem.In file browser when i selecte one of these partitions, after it asks for the password the partition disappears from "places"
View 6 Replies
View Related
Jul 14, 2010
A few months ago I have setup a server with three hard disks. The partition mapping the disks as follows:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7ca36fee
[code]....
Now I have the following problem the LVM file system don't mount properly.If I open the mount point I see only a few files of the LVM disk. If I want to unmount the disk I get the following error:
umount /data/
umount: /data/: not mounted
If I want to mount the volume I get the following error:
mount -a
mount: /dev/mapper/gegevens-Data already mounted or /data busy
View 3 Replies
View Related
May 30, 2011
I have been working in macromedia dreamviewer for editing html and php files, Just now I moved to linux system by installing xampp , my question is that I need a best html and php editor that supports both the design view and code view as like in dreamviewer.
View 7 Replies
View Related
May 24, 2010
Both less -r (preserve terminal control sequences) and less -S (chop long lines) work well alone. But using them together breaks things. It chops too late and it wrecks the next line.
Reducing COLUMNS environment variable is no op: (man less)
But if you have a windowing system which supports TIOCGWINSZ or WIOCGETD, the window system's idea of the screen size takes precedence over the LINES and COLUMNS environment variables.
Resoved before asked: less -SR
View 1 Replies
View Related
Apr 10, 2011
Using rpm -qlp I can get the content of an RPM package. How can I view the below scripts from the RPM package? (using say, cat, more or vi)
I want to print the following scripts (on my Linux machine) from inside the RPM package:
/home/Progect_ws/Progect/UFE_Install.sh
/home/Progect_ws/DB_client/UFE_Install.sh
#rpm -qlp CBS_Progect_WS-30_12.i386.rpm
/home/Progect_ws/Progect
[Code]....
View 2 Replies
View Related
Jan 27, 2010
i have a doubt regarding chm file.how to view chm file in redhat linux EL5
View 4 Replies
View Related
Jan 28, 2010
i have a doubt regarding chm file.how to view chm file in redhat linux EL5
View 2 Replies
View Related
Mar 19, 2010
We have a column in task manager of process view in windows showing the number of handles a process is having. Is there any such so I can view the handles for a process in linux? I have tried a couple of commands like pidstat, ps aux, going thru /proc file system etc.,
View 2 Replies
View Related
Jul 16, 2010
I am working on a linux cluster based on Scientific Linux 5. I have some images in .bmp format. How can i view them from the command line or without downloading to desktop? At present I am connecting from Win7 using Exceed.
View 4 Replies
View Related
May 26, 2011
I have to view .swf files and I downloaded Gnash using Ubuntu Software Center but when I try to view the file it doesn't work.
View 2 Replies
View Related
Feb 4, 2011
What is the command to view HBA information?
View 2 Replies
View Related
Jun 18, 2010
How to view the priority (-20 to 19) of the process in fedora/redhat.
View 10 Replies
View Related
Aug 27, 2009
For example, I write the file like in vi or something. I wanna execute but no one read , write and execute but one more thing no one to view the file like encrypt the file.
View 5 Replies
View Related
Nov 2, 2010
how can we view a file with its inode nno . eg. cat 12456 where 12345 is the inode of a file
View 3 Replies
View Related
Dec 22, 2010
I want to see files and directories which are in /etc directoty. When i write # ls command it scroll all files at a once and i can't see the files whic starts from a or b .Is there any combination in ls command by which i can view files as per page by pressing spacebar of enter key to see next files.
View 4 Replies
View Related
Aug 8, 2011
Currently we have migrated data from Unix linux. The data in Unix is in Big endian byte structure. Where are as Linux (suse linux) byte structure us little endian. This byte order mismatch is creating problem when data is read again in microfocus cobol.
Is there any way to set byte order in Linux is big endian?
Is there any utility to convert data in big endian byte structure to little endian byte order.
View 4 Replies
View Related
Mar 21, 2010
I see so many guides on how to run crontab, but what I need right now is to learn how toFind log files about cron jobsConfigure what gets logged
View 3 Replies
View Related
Jun 21, 2010
I'm having a file with repeated particular text lines. So I need to view the file content ignoring these lines. Is there anyway I can achieve this using VI
View 2 Replies
View Related
Jul 31, 2010
When I zoom out to see all my virtual desktops using the expo plugin in compiz, it displays them side by side. I want to make the windows bigger. I have four virtual desktops and would prefer to have it display two in one row and two in another row so that I can get a better view of what's going on in them. Is there a way to do that?
View 2 Replies
View Related
Oct 11, 2010
I'm using Window-XP and need to remotely connect to a CentOS-5.X server.
UPDATE: I'm looking to visually, securely and with as small a footprint as possible manage a remote Linux system via an GUI. It's not clear to me if Linux has a default method for streaming the desktop. Before installing something on the remote Linux system, is there a grep or find I should run to see if there's existing support on the computer? looked at Xming, but couldn't tell what it's doing; meaning if like WinSCP it's just creating an interface on my end and running CMDs remotely, or if it's streaming the desktop.
View 5 Replies
View Related
May 2, 2011
I now work on linux machine that I don't have admin on, so I can't install dropbox. is there any way to download some files from dropbox (by WWW) ?
View 3 Replies
View Related
Aug 27, 2009
I want to be able to view KDE's Start Menu. Something went wrong with my distribution and I'm unable to open the start menu but am wondering if there's a way I can view the start menu from Dolphin. If possible I want to make note of what programs to install since I plan on doing a fresh install of a new distro.
View 2 Replies
View Related
Nov 14, 2010
view WINDOW excel file without using GUI
View 1 Replies
View Related
Feb 15, 2010
I was wondering if it is possible to view all the files or dirs that inotify is monitoring.
View 2 Replies
View Related