Created
June 5, 2015 07:32
-
-
Save RobbiNespu/1aac8336cb44ba589a38 to your computer and use it in GitHub Desktop.
My linux notepad indicator notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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