Source: http://vikashazrati.wordpress.com/2008/02/03/quicktip-transferring-files-between-two-ubuntu-systems/ 1. From Receipt Server Enter sftp -oPort=PORT user@XXX.XXX.XXX.XXX 2. Type Command get remote-path [local-path] Other Commands cd path Changes remote directory to path. […]
A starting point to try to solve this would be the following: OpenSource Router PfSense --- http://www.pfsense.org/ FreeSCO --- http://www.freesco.org/
Preparing your system Open the terminal and run the following command sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python […]
Open up your profile vim /etc/profile Add the following code to the profile JAVA_HOME=/usr/lib/jvm/java-6-openjdk export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH To check […]