| bio | website | |
|---|---|---|
| location | Hendersonville, TN | |
| age | ||
| visits | member for | 2 years |
| seen | Jan 8 at 19:12 | |
| stats | profile views | 8 |
|
Jan 3 |
comment |
What a 64 bit Linux can do that 32 bit linux can't? Adding to John Siu's comment, I would question any host that would setup a server with a 32-bit OS knowing that it was getting 32GB of RAM. A desktop system would even be questionable but definitely not with a server. |
|
Nov 26 |
comment |
Linux installation stops working after a few reboots Have you tried completing the installation without installing any updates? The attempt here is to determine whether the problem is with the base system or an update. |
|
Nov 26 |
comment |
List any file ending with .in and corresponding .out with shell script Wouldn't it be more efficient to only select the "*.in" files, e.g. "for x in *.in; do" rather than selecting all files and then checking if the file ends with ".in"? |
|
Nov 19 |
answered | Would you say FreeBSD is more stable than Linux? |
|
Nov 6 |
comment |
Why does SSH not consult /etc/hosts? What do you get when you add -vvv to the ssh command? |
|
Oct 30 |
comment |
Splitting string by the first occurrence of a delimiter After the string is split what do you want to do with the "id"? Do you want to assign it to a variable, print it out, etc? |
|
Oct 30 |
comment |
How to install .tar.bz and .tar.bz2 packages? Firefox is most definitely available in the repositories and rarely needs to be built from source. |
|
Oct 10 |
comment |
Any reason NOT to run Linux in a VM all the time? In addition to all of the excellent answers already provided, I would just say that with the current environment you could lose your Linux setup if your Windows ever becomes corrupted due to a virus or other Windows security hole. Just something to be aware of. |
|
Oct 2 |
comment |
How to effectively use screen and SSH? I just wanted to add that the CTRL-d key combination is standard in screen to detach from a running screen session. |
|
Sep 24 |
awarded | Teacher |
|
Sep 24 |
answered | How to effectively use screen and SSH? |
|
Sep 13 |
awarded | Scholar |
|
Sep 13 |
awarded | Supporter |
|
Sep 13 |
accepted | Problems with automatically starting screen on SSH login |
|
Sep 13 |
comment |
Problems with automatically starting screen on SSH login Your suggestion works perfectly! Thank you. :) |
|
Sep 12 |
awarded | Student |
|
Sep 12 |
asked | Problems with automatically starting screen on SSH login |