This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux [2022/11/05 14:20] richard [File System] |
linux [2023/07/20 20:03] (current) richard |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * /home - home directory for users' files | * /home - home directory for users' files | ||
| * /root - special home directory for the root user | * /root - special home directory for the root user | ||
| - | * /usr - "unix system resources", user related programs | + | * /usr - "unix system resources", user related programs (static data) |
| - | * /var | + | * /var - variable data files, log files, files being written to constantly |
| \\ | \\ | ||
| Line 28: | Line 28: | ||
| History of /usr https://askubuntu.com/questions/130186/what-is-the-rationale-for-the-usr-directory \\ | History of /usr https://askubuntu.com/questions/130186/what-is-the-rationale-for-the-usr-directory \\ | ||
| + | \\ | ||
| + | \\ | ||
| + | Commands | ||
| + | https://twitter.com/mujeeb0147/status/1586324478606594050?t=NOWX0uHU7k-PnZsvqkeqOA&s=19 | ||
| + | |||
| + | ===== Programming ===== | ||
| + | |||
| + | https://en.wikibooks.org/wiki/Bash_Shell_Scripting/Whiptail\\ | ||
| + | http://akshaim.github.io/IoT/RPi/RaspberryPi-102.html\\ | ||
| + | https://funprojects.blog/2022/04/06/text-interfaces-with-whiptail-and-dialog/\\ | ||
| + | |||
| + | {{youtube>TuPO-eAMy4I?medium}} | ||
| + | \\ | ||
| + | \\ | ||
| + | ===== Ubuntu ===== | ||
| + | https://tecadmin.net/how-to-install-xrdp-on-ubuntu-22-04/ | ||