| bio | website | |
|---|---|---|
| location | Santa Cruz, CA | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Nov 24 '12 at 16:47 | |
| stats | profile views | 5 |
|
Jul 3 |
comment |
Is there anything that can be done to make X forwarding over LAN less painful? Just curious if you tried running both vncserver and vncviewer on the media server with the X11 forwarding (from vncviewer to you main workstation) via ssh with compression and blowfish cipher mentioned by @criziot? |
|
Jun 27 |
comment |
Cursor speed in RXVT or URXVT It is a temporary change, that you can run on the command line, and should take effect immediately. If it works, you'd need to include it in an X startup file (to be run when you login), but I'm not sure what file would be appropriate for Ubuntu. |
|
Jun 27 |
comment |
How do I determine what running process is using java? You can also use the pstree command to get a more visual representation of process parent child relationships. |
|
Jun 27 |
comment |
How to make ubuntu server accesible from internet? Consider documenting what you did to get it working, and then accepting your own answer. |
|
Apr 28 |
comment |
How to resume simulations running in background Adding the vendor name of the simulation software and specific module to the question may help getting a specific answer. |
|
Apr 25 |
comment |
Root Can't Delete Folder It Owns Might make sense if directory was coming from a NFS server or some other form of NAS. Depending on server config, root on client might not be able to delete files, and server might not support file attributes. |
|
Apr 23 |
comment |
Is there a way to see any tar progress per file? If running tar on the command line, typing control-T will send it a SIGINFO. If this was in a script it would be done with kill -INFO pid |
|
Apr 11 |
comment |
What could cause the file command in Linux to report a text file as data? Try 'cat -v' to make control characters visible. |
|
Apr 11 |
comment |
Time machine back up with iMac 27 Maybe the problem is with the replacement internal drive or internal cable or controller. |
|
Apr 6 |
comment |
Edit .bash_profile in OS X It could be useful to see the output of these commands id and ls -ld . .bash_profile |
|
Apr 6 |
comment |
Diff and ignore lines missing in one file If your input files could be sorted, the comm command might do what you want (assuming it is available under cygwin) |
|
Apr 2 |
comment |
What is the meaning of the following commands when installing Skype Note: the /usr/bin/skype shell script you are creating also needs a command to actually start the skype application. The recipe at if-not-true-then-false.com/2012/… also includes this line $SKYPE_HOME/skype --resources=$SKYPE_HOME $* |
|
Mar 31 |
comment |
Linux: close a program with command line (not kill it) Should we assume that accessing the desktop remotely with VNC and then graphically clicking close is too much overhead. |
|
Mar 31 |
comment |
Force swapping of certain stopped processes Give my suggestion a try and if it doesn't help minecraft responsiveness you should accept Wyzard's answer. |