courses:linux:bistoon:session-01
فهرست مندرجات
Beginner / Session 1
سرآغاز
* Unix philosophy: Do One Thing and Do It Well (DOTADIW) * How deep is deep enough * Style is made of certain conscious choices * Issues: Speed(Google), Concentration(Questions), Boundaries(Sysadmin, DevOps, Programmer) * Note-taking: Zettelkasten, Second Brain, Obsidian, TiddlyWiki, DokuWiki * Muscle memory * Dynamic syllabus * Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds * https://distrowatch.com : Debian/Ubuntu/RedHat/CentOS/Fedora/ArchLinux/Manjaroi/Mint/Kali/Slackware * http://lxer.com : Linux News
نصب سیستم عامل
* Debian * amd64 / i386 / netinstall * LVM / RAID / Encryption * SSH
شروع به کار
* Login * logout / exit / <ctrl+d> * clear / <ctrl+l> * reboot / poweroff * passwd * Virtual Terminals: Alt-F1, Alt-F2, ... * Shift-PgUp, Shift-PgDn * ssh client / putty * ls -lha * pwd * Home Directory * mkdir / rmdir * cd / cd .. / cd - / cd ~ * touch * file * Reuse previous commands * Using TAB for completion * Relative / Absolute Addresses * Redirection: send output to a file or read a file as standard input to a command > * echo "string" > filename * rm -i -rf * cp -i -rv * mv -i * alias / unalias * wild cards * ? * cat / more / less * head / tail -f * ln -s * man * Shell Variables (SHELL, HOME, PATH) * which / type / enable -a * find * locate / updatedb * grep * ps -A / kill / killall * Piping: pass standard output as standard input to another command * chown , /etc/passwd * chmod * date, cal / unix timestamp * uptime / free
courses/linux/bistoon/session-01.txt · آخرین ویرایش: 2023/07/20 12:42 توسط 127.0.0.1