Hi all,
I'm using RHEL 5.0 with the kernel 2.6.8-18.el5.
I want to mount my external hard disk drive with the NTFS file system.
I cannot mount it because it doesn't support NTFS file system.
Error msg: mount: unknown 'ntfs' file system.
Can anyone tell me to mount this hard disk?
Regards,
Sarith
...
Can a GNOME application be automated? I.e., can I programatically interact with its user inteface?
How?
...
I have done this to that programe:
ctrl-z
disown -h %1
bg 1
then logout,
Is it still possible for me to see what that programe outputs to stdout now?
...
OK I have 2 different version of Java install on my machine (CentOS 5), the system defaults to 1.5.0_14 but I need to run a command on the command line with the newer version of Java. How can I pass the newer version in the command line?
Sorry this is such a n00b question but I googled and didn't find anything, thanks.
...
I created a new FIFO using the 'mkfifo' command. I have a text file f.txt.
I want to write the text file into my FIFO. How? Is there a unix command for that?
...
Whenever I do a commit cycle in svn, I examine the diff when writing my comments. I thought it would be really nice to show the actual function that I made the modifications in when showing the diff.
I checked out this page, which mentioned that the -p option will show the C function that the change is in. When I tried using the -p ...
I use Emacs for shell scripts. I know I read somewhere there's some mode to make it easier (code completion, autocomplete, bracket matching, syntax highligting, check syntax) to write Shell scripts on Emacs but haven't been able to find it. In short, I would like to turn Emacs into a Bash IDE.
Also, is there any other tool/IDE to make s...
I've got a very simple test case:
<html>
<body>
<div style="border:2px solid black; overflow: auto;">
x
</div>
</body>
</html>
When I render it, I get a horizontal scrollbar:
I had been using FF 3.0.3 for Linux, and thought it might be a browser bug, so I upgraded to FF 3.5b4 (the latest release candidate). Still ...
I'm trying to start up a child process and get its output on Linux from Python using the subprocess module:
#!/usr/bin/python2.4
import subprocess
p = subprocess.Popen(['ls', '-l', '/etc'],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
out, err = p.communicate()
However, I experience some flaki...
Hi,
I want to extract some kind of bmp/rgb data from jpeg files.
I had a look at libjpeg, but there seemed not to be any good documentation available.
So my questions are:
Where is documentation on libjpeg?
Can you suggest other c-based jpeg-decompression libraries?
thanks in regard
ps: I am using GNU/Linux, and c/c++
...
In a Linux-based project that I am working on, I need to be able to find all of my child processes. It is not feasible to record every time one is started -- they need to be found after the fact. This needs to be pure C, and I'd like to do it without reading /proc. Does anyone know how to do this?
...
I read that it's supposedly possible to change the I/O scheduler for a particular device on a running kernel by writing to /sys/block/[disk]/queue/scheduler. For example I can see on my system:
anon@anon:~$ cat /sys/block/sda/queue/scheduler
noop anticipatory deadline [cfq]
that the default is the completely fair queuing scheduler. ...
I'm reading a tutorial on building compilers.In the tutorial the compiler produces assembly 80X86 and I want to know if the programs made by this compiler would run in a Intel Celeron Linux.If not what kind of assembly the compiler should produce there?
...
I'm on a Linux system where I am not allowed to use the 'ping' application (ping: icmp open socket: Operation not permitted). However, the script that I am writing (PHP, but I can use an exec() call to any script/program if needed) needs to determine if a host is 'alive'. How can I go about this without using 'ping'?
...
I am writing a GUI oriented debugger which targets Linux primarily, but I plan ports to other OSes in the future. Because the GUI must stay interactive at all times, I have a few threads handling different things.
Primarily I have a "debug event" thread which simply loops waiting for waitpid to return and delivers the received events to...
Programming isn't my main job, though I enjoy it and sometimes get paid for it. For many years now I've been hearing about Linux and my friends have shown to me many *nixes (or *nici?), though I stick with Mac OS.
Do you think there are any parts of the Linux kernel that I could enjoy looking at, that would help me understand what's the...
Hello,
I ve installed QT Creator in OpenSUSE Linux distro, Can i know if it is possible to create ".exe" of QT program which is perfectly executing in Linux.
If so kindly mention the procedure to create .exe in Linux.
Thank U
...
What does 4096 mean in output of ls -l?
[root@file nutch-0.9]# du -csh resume.new/
2.3G resume.new/
[root@file nutch-0.9]# ls -l
total 55132
drwxr-xr-x 7 root root 4096 Jun 18 03:19 resume.new
...
I'm trying to build a Debian package, but I've got this weird pseudo-directory problem. I run:
$ fakeroot debian/rules binary
I've built the binary before, but something must have changed on my system. Now dh_md5sums errors out and returns:
md5sum: include: Is a directory
dh_md5sums: command returned error code
make: *** [binary-arc...
Looking for a command that will return the single most recent file in a directory.
Not seeing a limit parameter to ls...
...