GNU Screen

15/03/2009

A Friend of mine introduced me to GNU screen a great tool which can be used in different ways. One of them is a session sharing which is awesome when 2 or more people are working together in Linux env.

No Comments

apache2 utils

13/03/2009

deactivate site:

a2dissite site_name

activate site:

a2ensite site_name
No Comments

copy files using ssh

23/03/2008

ssh <em>user@host</em> cat &lt;<em>filename</em> "&gt;" <em>remote_location/remote_file</em>

No Comments

How to setup Sun’s Java JDK on Fedora 8

28/02/2008

How to setup Sun’s Java JDK on Fedora 8

No Comments