Last active
November 30, 2018 13:19
-
-
Save mrsize/56d3130b36c7ffd3278b0ad0e49491a6 to your computer and use it in GitHub Desktop.
ubuntu command lines - Lignes de commandes pour Ubuntu
This file contains hidden or 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
== Move files and directories to the parent folder in Linux === | |
cd to/the/dir | |
mv * ../ | |
== installer apapche == | |
apt-get install apache2 apache2-doc | |
== Redemarrer apache apres changement des dns == | |
service apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment