Cheatsheets and Tutorials for users new to Linux based operating systems

Hopefully this will help some folks out

More cheatsheets:

Tutorials:

http://rute.2038bug.com/index.html.gz
http://www.cyberciti.biz/tips/list-of-li...art-1.html

Apt-get tutorial for beginners.

19 Likes

I would like to add this free source I’m currently using:

Linux Journey - https://linuxjourney.com
It’s a lesson based tutorial with exercises presented in a very friendly way.

2 Likes

Not a Cheatsheet but with detailed explanation about the most important Commands - however for German-speaking Readers: Linux-Anwenderhandbuch:wink:
It also contains a brief History of UNIX/ Linux in the first Chapter.:slightly_smiling_face:

1 Like

Goodnight!!
Can someone tell me how to reset the data? I’ve put so much shit in it that I’d like to start from scratch again. Without losing the My Oscm, of course.
thanks!!

This will return you to Kodi default settings. Enter the following commands with an SSH connection.

systemctl stop mediacenter
mv ~/.kodi ~/kodi.bak
systemctl start mediacenter

If needed you can restore:

systemctl stop mediacenter
mv ~/.kodi ~/kodi.bk2
mv ~/kodi.bak ~/.kodi
systemctl start mediacenter

If your original setup was restored as expected and you want get rid of the unneeded clean install you can delete that with the following command.

rm -r ~/kodi.bk2

1 Like

Hi. Ask me for a password to access. which?
THX!

it already. osmc and osmc. Thank you very much, I already have it clean.