Top new questions this week:
|
How can I redirect the microphone of one computer to listen to it on another computer via ssh? Which is the right device or which is the right command line?
Some years ago it was easy and fun to …
|
What is the maximum supportable RAM by Linux? Assume that hardware is/supports 64-bit. Among all Linux distros.
Does it go up to 16 exabytes, or is it limited like with Windows which I believe is 192 …
|
One of my favorite Unix tricks is ^x^y, which will take the last command and replace the first instance of "x" with "y". However, I'm wondering if a similar trick works to replace all instances of "x" …
|
Suppose I press the A key in a text editor and this inserts the character a in the document and displays it on the screen. I know the editor application isn't directly communicating with the hardware …
|
I have a directory which contains image files with names like
image1.jpg
image2.jpg
image3.jpg
...
Unfortunately, the image names must be zero based, so image1.jpg should be image0.jpg, …
|
Is there a diagram that shows how the various performance tools such as ip, netstat, perf, top, ps, etc. interact with the various subsystems within the Linux kernel?
|
On shared unix hosting, if I have a file sensitive-data.txt and I issue:
chmod 600 sensitive-data.txt
Can root user still read my file? Specifically I'm wondering if it's safe to store my password …
|
Greatest hits from previous weeks:
|
I finished installing CentOS 6, but when I tried running yum update I got:
[root@centos6test ~]# yum update
Loaded plugins: fastestmirror, refresh-packagekit
Determining fastest mirrors
Could not …
|
Using version control systems I get annoyed at the noise when the diff says No newline at end of file.
So I was wondering: How to add a newline at the end of a file to get rid off those messages?
|
Can you answer these?
|
Someone asked a question on Server Fault about a problem which I'm also having but no one has answered it so I'm posing a slightly different question to try and figure it out myself.
I've configured …
|
I have experienced this problem with Chrome only (but for quite a while now, different versions) but the question is not about Chrome but about X (I guess). Sometimes (I am not aware of any pattern) …
|
So, I'm running RHEL 6.x with acls enabled, etc. and I've been fighting this ACL issue for a bit now and I can't seem to get it down.
I'm trying to make it so that:
/var/www/html/* are owned …
|