Fulltext results:
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- d -s - <target raw device> ==== Inodes ==== * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> -ls * For example, to find all filesystem entries in the root filesystem for inode 4711, use this: find / -mount -inum 4711 -ls ==== Block Sizes ====
- Cleanup Packages @info:linux:debian
- R Select only packages with priority >= PRIOR. --find-config Find "orphaned" configuration files. --libdevel Search in libdeve... n which lists all orphans which ''deborphan'' can find: <code bash> deborphan --guess-all </code> You
- DynDNS Updates without a Client @info:script
- ript is part of my scripts collection, so you can find the latest version at http://bitbucket.org/anduni... /scripts/src/tip/bin/cron-dyndns-update. You can find the DynDNS protocol specification at http://www.d
- Change Encoding with iconv @info:script
- iles in a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o $
- Command Line Tools Used in My Scripts @info:script
- ed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not lis
- Compare directories @info:script
- directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d
- jps - Java Virtual Machine Process Status Tool @info:java
- ' lists all ''java'' Processes of a user. You can find the man page at [[http://java.sun.com/j2se/1.5.0/
- Cryptography @info:cryptography
- nemonic for myself, but I'm happy if someone else finds it helpful too. {{indexmenu>.}} {{tag>cryptogr
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store i