Video: Playing tunes on Google Guitar Doodle

Google has made a playable guitar doodle to commemorate the birthday anniversary of Les Paul, the electric guitar inventor. Although lacking few notes as well as the ability to lengthen the notes– within hours, people have come ups with guitar tabs for for playing popular songs on this doodle.

Among the tabs:
Intro of One – Metallica – DJDG AJAG DJDG AJAGK DJDG SJSG AJAG
Godfather – DHKJH KHJH FGD
Smoke on the Water – SFG SFG HSFG FS
Twinkle-Twinkle little star – AAGGHHG FFDDSSA GGFFDDS GGFFDDS AAGGHHG FFDDSSA
Happy Birthday – AASAFD AASAGF AAKHFDS KKFGF
Yankee Doodle – KKL; – K;L – KKL; – KJ – KKL; – FDSA – JGHJ

Setup Free Web Proxy Service with Glype (PHP Script)

Glype is a web-based proxy script written in PHP which allows user to browse the internet anonymously using a web-based user-interface. Website operator can easily setup web-proxy without the need to go through complicated installation procedures.

Glype Proxy Service

Among the feature of Glype Proxy Script are:

  • No Installation – Just upload and done!
  • Javascript support – Allows website to keep their javascript functionality
  • Blacklist by IP – Admin can easily block users by IP address range
  • Virtual browser – allow user to change user-agent and
  • Server-side caching – Reduces bandwidth and server loads for frequently accessed website

Download Glype from its official website

Iptables rule to safeguard SSH server from crackers

Secured Shell or SSH is a service to enable users to access remote system securely. However, SSH servers depending on password-based authentication might be vulnerable to dictionary-based (or brute-force) attacks by crackers.

Luckily iptables can be used with ‘–limit-burst‘ and ‘–limit’ option to reduce the number of attempts and connection that a cracking tool can make in a period of time.

For example, in order to limit an IP address to making only 5 connections per minute in burst of 2 connections, you can use this iptables rules:

iptables -A INPUT -p tcp --dport ssh -m limit --limit 5/minute --limit-burst 2 -j ACCEPT

This will result in the iptables will only allow up to 5 connections per minute with 2 maximum initial number of connections, which will make any brute-force or dictionary-based attack uneconomical/unfeasible for the server.

Read more about iptables –limit and –limit-burst in Linux Iptables Limit the number of incoming tcp connection / syn-flood attacks

CPU and Memory monitor on Ubuntu Panel and Unity on Ubuntu 11.04 Natty Narwhal

Unity users can easily monitor CPU and Memory usage by using indicator-sysmonitor application.

Conky mypapit ubuntu

To install it, you just need to add alexeftimie PPA repository using these simple command:

sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update
sudo apt-get install indicator-sysmonitor

Note that this doesn't work on previous Ubuntu 10.xx releases.

Alternatively, you can install Conky by running the command:
sudo apt-get install conky

Conky mypapit ubuntu