Friday, August 28, 2015

How to create a linux bash script to automatic ssh

Install sshpass software

sudo apt-get install sshpass

Create an executable file YOUR_FILE.sh, with the following content:

#!/bin/bash
sshpass -p "YOUR_PASSWORD" ssh -o StrictHostKeyChecking=no YOUR_USERNAME@SERVER_ADDRESS


Make it executable
sudo chmod +x <filename> 

Now just execute:
./YOUR_FILE.sh

Thursday, July 30, 2015

Features installed on Firefox

Firebug
https://addons.mozilla.org/en-US/firefox/addon/firebug/?src=search

Clear Cache
https://addons.mozilla.org/en-US/firefox/addon/clearcache/?src=search

Monday, June 1, 2015

Autotype AutoKey Hotkey Ubuntu 14.04

http://askubuntu.com/questions/280604/assign-hotkeys-to-paste-predefined-text