Disable ssh password authentication
ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no PermitRootLogin no PubkeyAuthentication yes restart ssh daemon
ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no PermitRootLogin no PubkeyAuthentication yes restart ssh daemon
First of all install: apt-get install resolvconf Add this to client.conf script-security 2 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf
Install tight VNC: “sudo apt-get install tightvncserver” Run : “tightvncserver” Start a VNC session with following params : “vncserver :1 -geometry 1024×728 -depth 24”
screen -S name “Launch new screen session” screen -list “List screen sessions” screen -r name “Attach to screen” Ctrl+a, ? Show built in help Ctrl+a, c Create a new screen Ctrl+a, Ctrl+a Cycle through screens (just hold Ctrl down, type aa) Ctrl+a, n Cycle through screens (Next screen) Ctrl+a, Ctrl+n Another cycle through screens Ctrl+a, […]
/alertsoff
Post-Installation Setup Add JAVA_HOME environment variable to /etc/profile file or $HOME/.bash_profile file ## export JAVA_HOME JDK ## export JAVA_HOME=”/usr/java/jdk1.7.0″ or ## export JAVA_HOME JRE ## export JAVA_HOME=”/usr/java/jre1.7.0″
Regular expression explainer http://regex101.com/
Google Drive client is’nt available in Ubuntu. Grive – is an open source Linux CLI solution for Google Drive. Lets install grive sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install grive Ok, grive is installed. Now i will create a folder in my home direcory and mount my Google Drive there mkdir -p ~/GDrive […]
Adobe flash player is not available for arm linux. So you can use gnash
Aptana Studio 3 is great opensource development tool. I’ve download Aptana Studio 3 form here pre requirements openjdk libjpeg62 libwebkitgtk-1.0-0 git-core Unzip into /opt sudo unzip Aptana_Studio_3_Setup_Linux_x86_64_3.4.2.zip -d /opt/ After that i’ve create a new launcher in Panel and launch Aptana