Difference between revisions of "*nix"
Jump to navigation
Jump to search
(commandlinefu.com) |
|||
Line 20: | Line 20: | ||
=== Tools and help === | === Tools and help === | ||
+ | * [http://aplawrence.com/Basics/sudo.html sudo and /etc/sudoers] | ||
* [http://arstechnica.com/open-source/news/2011/07/ask-ars-how-to-use-the-find-command-in-a-pipeline.ars find] | * [http://arstechnica.com/open-source/news/2011/07/ask-ars-how-to-use-the-find-command-in-a-pipeline.ars find] | ||
* [http://danielmiessler.com/study/lsof/ lsof] | * [http://danielmiessler.com/study/lsof/ lsof] |
Revision as of 23:18, 3 January 2012
Linux
- tuXfiles - Linux help
- GNU/Linux Practice Note
- Linux Commands - A practical reference
- Linux Resources
Tools and help
- sudo and /etc/sudoers
- find
- lsof
- World's best introduction to sed
- Awk
- http://www.anchor.com.au/blog/2011/08/awesome-but-often-unknown-linux-commands-and-tools/
- apt-fast
- regex cheatsheet
Other software
X
Window Managers
Openbox
Networking
- /etc/network/interfaces - ubuntu network interface settings
- route -n - find the hosts gateway
- sudo nano /etc/resolv.conf - dns settings
- sudo /etc/dnsmasq.conf - dnsmasq settings
- dnsmasq configuration
- Subnet cheatsheet [2]
Cisco
Media
To check; http://www.reddit.com/r/archlinux/comments/n1kyh/what_are_some_good_lightweight_media_players/
Specific
- sudo /etc/init.d/[servicename] restart - restart a service
- chown -R user:group . - change all and subitems [4]