I have a Jetty server which does not have compression enabled (I tested this here). How can I enable compression?
yazz.com's questions
I need to know the addresses and ports of the Ubuntu DNS servers. How can I do this from the command line?
how can I see the memory usage of a Linux process?
I am trying to connect to weblogic via an SSH tunnel.
Local machine --> putty --> Linux server --> Anothe Linux server 2 with weblogic
I use the connect string t3:127.0.0.1:7001
When I connect to the web interface it works fine, but when I try to connect via JMX I get the message:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://127.0.0.1:7001: Bootstrap to 127.0.0.1/127.0.0.1:7001 failed. It is likely that the remote side declared peer gone on this JVM]
Does anyone know what this means?
I am using Windows and have been given a .cer file. How can I view the details of it?
I have written a shell script called "a.sh" in linux with one line:
cd ..
: and then I run this with:
chmod +x a.sh
sh ./a.sh
: how do I run this without getting :
"Command not found" or "Can't cd". Maybe I have been looking at this code too long or am I doing something obviously wrong??
Note: I have since found out what was wrong. Emacs was inserting some strange "^m" character at the end of every line
Does anyone know how to install a single node instance of Riak as the documentation is plain wrong and I have been trying for over a day now?
I am looking at a cassandra cluster, but the administration effort seems to be quite high. Is there any way I can configure Cassandra to rebalance nodes automically as new machines are added, some are turned off or temporarily unavailable, etc?
I want to know if all vendors rack servers are compatible with all rack chassis?
I can install a cygwin package when I first install cygwin, but is there something like:
cyginstall git
kind of like apt-get?
I tried using the GNU Emacs download, unzipped it and then clicked on emacs.exe, but got some obscure error.
Then I tried Cygwin emacs, but when I press ctrl x ctrl c to quit emacs it thinks I pressed ctrl x ctrl "g"!!! I checked all the key mapping and they work otherwise in Emacs.
Is there another version of emacs for windows that just works!
What is the difference between using Terminal Services Client and Remote Desktop in Windows to access another server?
How can I get CPU count and total RAM from the OS X command line?
Possible Duplicate:
How to find out details about hardware on the Linux machine?
How can I get processor/RAM/disk specs from the Linux command Line?
Is there much performance difference between Xen and virtual box?
I am interested in this as I want to set up my own headless servers, and I'm sure learning from google would not be a bad idea for me :)