Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 582 Bytes

README.md

File metadata and controls

48 lines (23 loc) · 582 Bytes

ubuntu

Ubuntu Useful Commands

Update Ubuntu

CMD: sudo apt-get update

Upgrade Ubuntu

CMD: sudo apt-get upgrade

Change Directory

CMD: cd [Directory]

Create New Directory

CMD: mkdir [Directory Name]

Install Apache2

CMD: sudo apt-get install apache2

Start Apache2

CMD : service apache2 start

Status Apache2

CMD: service apache2 status

Stop apache2

CMD: service apache2 stop

///------------------------------------------------

ZIP Code

CMD: zip -r filename.zip *

Unzip Code File CMD: unzip -r /file path/filename.zip