Description:
Use comp.os.linux.* instead.
|
|
|
Why inode number of /sys and /proc are same?
|
| |
Hello, I just found that inode number of /sys and /proc are both 1. And could not figure out why? Does anyone know the reason? I'm using Ubuntu8.0.4, kernel 2.6.24 as follows: hiro@HOGE2:/$ uname -a Linux HOGE2 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linux hiro@HOGE2:/$ pwd / hiro@HOGE2:/$ stat proc sys... more »
|
|
Tried Arch linux...uh oh...
|
| |
Big mistake. Didnt know it was like Gentoo. Mostly for coders and the anal retentive. No way Jose. Looks like others have had their hopes crushed by it as well: [link] Maybe the linux "community" needs to include an icon next to a distro thats not user friendly? Hmmm...something unmistakable like a skull... more »
|
|
Scripting Issues...
|
| |
Hi, My problem is that my script cannot access variables that are stored in ~/.bashrc. Here is (part of) my local .bashrc file: $ cat ~/.bashrc myvar="abc" And here is my small script: $ cat myscript.sh #!/bin/bash echo "$myvar" The $myvar is loaded correctly: $ echo $myvar... more »
|
|
generate ssh host keys on boot
|
| |
..add to /etc/init.d/ssh init script ------------------------------ ------------------------------ ------------------------------ - ...KEYGEN=/usr/bin/ssh-keygen RSA_KEY=/etc/ssh/ssh_host_rsa_ key DSA_KEY=/etc/ssh/ssh_host_dsa_ key ...if [ ! -f /etc/ssh/ssh_host_rsa_key ] || [ ! -f /etc/ssh/ ssh_host_rsa_key.pub ]; then... more »
|
|
Who knows routers?
|
| |
I got rid of my old Belkin router because it was slowing down my downloads. Now my new Wireless N router is doing the same thing. Throttles everything down to 150 to 200kbps. If I go directly into the cable modem it's fine, 700-900kpbs. Why do routers keep slowing my downloads down??
|
|
Why do some distros have SH opened by Kwrite?
|
| |
In one particular distro, though can't remember right which one (Fedora, maybe), an SH file is opening in Kwrite. I'm not too sure I did everything correctly, but managed to force it to be executed but nothing happened. Even in the distro that did launch it, no change occurred. The file in question was for a Windows XP theme which, for me, seems... more »
|
|
Puppy Linux 4.3.1
|
| |
This is new a really great program to install and run. Try it. it's only a 100mb iso.
|
|
Spawn independant bash shell?
|
| |
I need to spawn a bash shell, from a bash shell, that doesn't die when the original is killed. From an rxvt, call... $> rxvt -e somescript.sh ...then kill the parent but leave the child running "somescript.sh" independantly. Clues?
|
|
|