Skip to content

Instantly share code, notes, and snippets.

@RobbiNespu
Created June 5, 2015 07:32
Show Gist options
  • Save RobbiNespu/1aac8336cb44ba589a38 to your computer and use it in GitHub Desktop.
Save RobbiNespu/1aac8336cb44ba589a38 to your computer and use it in GitHub Desktop.
My linux notepad indicator notes
Apache / MySQL
==============
sudo /etc/init.d/<services> <option>
Services : Apache2, Mysql
Option : start. stop, restart
Shortcut key
=============
Ctrl + Super + D - Max/Min windows
Super + S - Zoom out, switch workspace
Super+W - Scale all windowsn
Ctrl+Alt+Arrow - Select workspace
Alt+Tab - Switch windows
Ctrl+Alt+Del - Reboot
Terminal
========
Root user : sudo -s
Exit root : exit OR su <username>
sudo chmod -R 755 <dir>
rmdir
rm -rf
tar -xzvf <tar_files>.tar.gz
sudo service network-manager restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment