Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux fest 2022 #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
33 changes: 26 additions & 7 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
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.


https://opensource.com/life/16/10/introduction-linux-filesystems
[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/)

[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 All @@ -58,5 +66,16 @@
echo main.o >> .gitignore



- ### systemd
almost all of the information for systemd are taken from the following webistes:

- [first](https://www.linux-magazine.com/Issues/2017/200/Tutorials-Systemd#article_f1)

- [second](https://en.wikipedia.org/wiki/Systemd)

- [third](https://www.freedesktop.org/wiki/Software/systemd/)

- [fourth](https://www.linux.com/training-tutorials/understanding-and-using-systemd/)

- [fifth](https://www.tutorialspoint.com/linux_admin/linux_admin_systemd_services_start_and_stop.htm)

Binary file added PowerPoint/introduction-to-systemd.pptx
Binary file not shown.
Binary file added PowerPoint/linux-fest-directory.pptx
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<div align="center">
<h1> In The Name of GOD </h1>
</div>

# introduction_to_linux
This repository contains useful information about the presentation materials for Amirkabir Univesity of Technology(AUT)