Archive for the ‘linux’ tag
GNU Screen
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.
apache2 utils
deactivate site:
a2dissite site_name
activate site:
a2ensite site_name
copy files using ssh
ssh user@host cat <filename ">" remote_location/remote_file