Skip to content

Instantly share code, notes, and snippets.

@mrsize
Last active November 30, 2018 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsize/56d3130b36c7ffd3278b0ad0e49491a6 to your computer and use it in GitHub Desktop.
Save mrsize/56d3130b36c7ffd3278b0ad0e49491a6 to your computer and use it in GitHub Desktop.
ubuntu command lines - Lignes de commandes pour Ubuntu
== 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