Datateknologerna-vid-Abo-Akademi / gulis

Repository containing useful information for new DaTe members.
https://datateknologerna-vid-abo-akademi.github.io/gulis
0 stars 3 forks source link

Create Linux page #5

Closed osoderholm closed 6 years ago

osoderholm commented 6 years ago

The Linux page should contain the following:

Maybe also add some exercises?

Using tabs!

Process management

Basic commands:

Files/Directories:
    * ls - list files in directory
    * cd - change directory
    * rm - remove file/directory
    * cp - copy file/directory
    * mv - move file/directory
    * mkdir - create directory

Text editors:
    * vim 
    * nano
    * gedit

Networking:
    * ping - send a ping to an address
    * ssh (also in TUXEDO.md) - remotely connect to a computer
    * ifconfig - network interface configuration/info
    * iwconfig - like ifconfig but dedicated to wireless

Important to prioritise commands.

LinAnt commented 6 years ago

Commands: du stat file

Also, | <> and tee

LinAnt commented 6 years ago

head tail less

Faagerholm commented 6 years ago

For now I suggest we close this issue, I think we should split this into basic commands and more advanced commands and add LinAnt's suggestions.