JQuery – Alternatives and Drop-In Replacement of jQuery JavaScript Library
The following small javascript libraries can be used instead of and as drop-in replacements ... Read more
1 2 3 |
a@macbook:~/$ ls ls: illegal option -- - usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] |
1 2 3 4 5 6 7 8 |
alias ls='ls -G' ~/.bashrc, .~/bash_aliases ~/.profile a@macbook:~$ grep -Es "ls\s+--color" ~/.bash* ~/.profile /Users/a/.bash_aliases:#alias ls='ls --color=auto' /Users/a/.bashrc: #alias ls='ls --color=auto' |
1 2 3 4 |
#sudo netstat -lnptu|grep :<port> #check what is running on port 80 sudo netstat -lnptu|grep :80 |
1 |
vmstat 1 |
1 2 |
sudo apt-get install -y htop sudo htop |
1 2 |
sudo apt-get install atop -y sudo atop |
1 2 3 4 5 |
sudo apt-get purge -y firefox firefox-* cd ~ sudo rm -rf .mozilla/firefox/ .macromedia/ /etc/firefox/ /usr/lib/firefox/ /usr/lib/firefox-addons/ sudo apt-get purge -y firefox firefox-* sudo apt-get install -y firefox |