vimwiki/tech/unix.wiki

52 lines
867 B
Plaintext

= Unix =
The bell labs proposal for the best OS design ever
== Standard Utilities ==
* [[../lang/Bash]]
* [[ls]]
* [[cd]]
* [[pwd]]
* [[grep]]
* [[awk]]
* [[sed]]
* [[sort]]
* [[uniq]]
* [[shuf]]
* [[tar]]
== Other utils ==
* [[vifm]]
* [[calcurse]]
* [[latex]]
== Gentoo ==
* [[gentoo_cheat_sheet|Gentoo Cheat Sheet]]
* [[openrc|Openrc]]
* [[kernel|Kernel updates and configuration]]
- [[kernel#Updating the kernel]] - Steps to update the kernel
* [[cross_toolchain|Cross toolchain]] - Setting up a cross compiling toolchain
== Artix ==
* When in doubt and when kernel API mismatch happens, try
`sudo pacman -S linux-headers` as well as `sudo mkinitcpio -p linux`
== Cool stuff ==
* [[wireless_usb]]
* [[bluetooth]]
== Common Operations ==
=== Scan for wifi ===
`sudo iw dev wlan0 scan | grep SSID`
Substituite `wlan0` for any interface
[[index]]