Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions Instructor's notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

- #### history_of_linux:

Most of information are taken from "Introduction to Linux" and "Linux bible" books , GNU documentations, Linus Torvalds posts on comp.os.minix (which are gathered from https://www.cs.cmu.edu/~awb/linux.history.html) and Wikipedia.
Most of information are taken from "Introduction to Linux" and "Linux bible" books , GNU documentations, Linus Torvalds posts on comp.os.minix (which are gathered from [link](https://www.cs.cmu.edu/~awb/linux.history.html) and Wikipedia.



- #### distributions:

Most of information are gathered from each distribution own website and https://www.makeuseof.com/tag/whats-the-difference-between-linux-distributions-if-theyre-all-linux-makeuseof-explains/
Most of information are gathered from each distribution own website and [link](https://www.makeuseof.com/tag/whats-the-difference-between-linux-distributions-if-theyre-all-linux-makeuseof-explains/)



Expand All @@ -20,16 +20,24 @@

- #### linux_file_system

Most of information are taken from "Introduction to Linux" and "Linux bible" books and following sites: https://www.linuxnix.com/linux-directory-structure-explained-boot-folder/
Most of information are taken from "Introduction to Linux" and "Linux bible" books and following sites:

[first site](https://www.linuxnix.com/linux-directory-structure-explained-boot-folder/)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, use a better name (Maybe the name of the website itself) for referencing.


[second site](https://opensource.com/life/16/10/introduction-linux-filesystems)

[third site](https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/)

https://opensource.com/life/16/10/introduction-linux-filesystems
[fourth site](https://opensource.com/life/16/10/introduction-linux-filesystems)

[fifth site](https://www.geeksforgeeks.org/linux-directory-structure)



- ### shell commands

- grep:
https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix/
[click here](https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix/)
ps -x | grep firefox
grep names.csv shayan
ls -l | grep ^d
Expand All @@ -42,7 +50,7 @@
ls -l > test.o
sed -ni 's/Desktop/Dekstop/gi'
sed /^%/d' file.txt
https://www.digitalocean.com/community/tutorials/the-basics-of-using-the-sed-stream-editor-to-manipulate-text-in-linux#printing-lines
[click here](https://www.digitalocean.com/community/tutorials/the-basics-of-using-the-sed-stream-editor-to-manipulate-text-in-linux#printing-lines)

- how to fuck your system nicely
create a infinite loop in a programming language
Expand Down