Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Linux does not change much, even guides made many years ago are often still relevant.
—help and manpages cover pretty well everything.
The Linux pocket guide is a good purchase too. It’s basically a —help printout of some of the most useful commands with a brief explanation.
https://www.amazon.co.uk/Linux-Guide-Essential-Daniel-Barrett/dp/1098157966
"man" brings up the manual for a command, showing the different options and switches. Press "q" to exit out of it.
"cd" means change directory, same as it does in dos. cd / goes straight to the root. cd ~ goes straight to the user home directory. cd .. goes up one level to the previous directory, etc.
Remember that it is case sensitive, so if you want to view your desktop folder, it's cd /home/Desktop. Not cd /home/desktop. Also, TAB will autocomplete the file or folder.
"ls" shows the contents of the current directory. "ls -al" gives more details.
"more" does page breaks for the output.
"sudo" performs the following command with superuser privileges.
The pipe "|" takes the output from one command and feeds it into the next one.
"&&" does commands in sequence.
"apt" or "apt-get" is the package manager. You use it for more advanced installing, uninstalling and updating tasks than the gui does.
https://www.geeksforgeeks.org/cd-command-in-linux-with-examples/
even technicians are using ai instead of cheat sheets nowadays. if the pros are using it, why are we trying to learn the hard way?
there specialized linux programming bots. im not gonna feel very accomplished learning anything. the ai does it better in 2 clicks anyway
I watched a few of his videos. They were super helpful. Thank you for the recommendation. 👍