kelpup / woof-CE

woof - the Puppy builder
GNU General Public License v2.0
1 stars 0 forks source link

Add Linux tips! #35

Open bgoodwine opened 2 years ago

bgoodwine commented 2 years ago

Add Linux tips to the text file located here.

They'll pop up every time the user opens a window in Terminal :)

bgoodwine commented 2 years ago

To add: how to search through files and directories (thanks to aarmelin14)

APotts21 commented 2 years ago

That '.' represents your current directory.

That 'cd -' will bring you to the last home path that you were on

That 'ps ux' will list the processes that you are running on your machine

That 'ps aux' will list all the processes that are being run on the student machine

That 'ping' will measure the latency of your machine to another machine

@jeanfboueri

bgoodwine commented 2 years ago

Also suggested in #40 by trobert9 :)