| bio | website | |
|---|---|---|
| location | Vancouver, Canada | |
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Dec 5 '12 at 20:51 | |
| stats | profile views | 26 |
First used UNIX 6th edition in 1975 at the University of Waterloo and first used Linux 0.99pl12 in 1993. I remember getting X with twm runnning using a socket emulator package that used UNIX pipes to simulate network sockets.
|
Nov 12 |
awarded | Yearling |
|
Mar 6 |
revised |
Opensuse 11.4 very slow on 8 GB RAM i5 processor added 1224 characters in body |
|
Mar 2 |
answered | Is it safe to remove a script file from within that script? |
|
Mar 2 |
answered | Where do I master the most useful linux commands for programmers? |
|
Mar 2 |
answered | How to find the IP address of a KVM Virtual Machine, that I can SSH into it? |
|
Mar 2 |
comment |
Opensuse 11.4 very slow on 8 GB RAM i5 processor I repeat, run top again. When it is running, press capital M one time. The list of processes will be resorted so that the highest % MEM will be at the top. By the way, if your processes are using all of the RAM, then there is nothing left for filesystem caches so your system will get bogged down waiting for IO, namely disk reads. |
|
Mar 1 |
answered | Opensuse 11.4 very slow on 8 GB RAM i5 processor |
|
Feb 1 |
awarded | Tag Editor |
|
Feb 1 |
comment |
What's the quickest way to add text to a file from the command line? Esepcially good because it doesn't force neophytes to memorize that >> means append, because if they had to type that in over and over, soon the day would come when they typed > instead. Oops! |
|
Feb 1 |
comment |
Should I use http or ftp links in apt sources.list Always use HTTP. We need to discourage the use of FTP so that it can be made obsolete sooner. |
|
Feb 1 |
revised |
ipc wiki excerpt added 135 characters in body |
|
Feb 1 |
revised |
ipc wiki description added 845 characters in body |
|
Feb 1 |
comment |
Copying large tree from one machine to another, maintaining ownership This is the right solution, but you should do it backwards. SSH to the machine, write a shell script that logs back to your machine and uses tar cf ... | tar xf to transfer the data, and then sudo ./shellscript. You can make the shell script owned by root and only readable by root because your login password will be in it. And delete it after the transfer. |
|
Feb 1 |
answered | Execute remote commands, completely detaching from the ssh connection |
|
Feb 1 |
suggested | suggested edit on ipc tag wiki excerpt |
|
Feb 1 |
suggested | suggested edit on ipc tag wiki |
|
Feb 1 |
wiki | created ipc description |
|
Feb 1 |
wiki | created ipc excerpt |
|
Feb 1 |
answered | IPC: Shared memory killed process notification |
|
Feb 1 |
answered | What is the formula to determine how much memory a socket consumes under Linux? |