Command line tools: Difference between revisions

From Jan's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


* kpartx - setup partitions in full disk image via loop, so they can be mounted [http://nfolamp.wordpress.com/2010/08/16/mounting-raw-image-files-and-kpartx/]
* kpartx - setup partitions in full disk image via loop, so they can be mounted [http://nfolamp.wordpress.com/2010/08/16/mounting-raw-image-files-and-kpartx/]
* jacksum - use CRC64 to check if file contains only zeroes [http://www.jonelo.de/java/jacksum/index_de.html] ''find . -type f -print0 | xargs -0 java -jar ~/Documents/src/jacksum-1.7.0/jacksum.jar -a crc64 | grep ^0000000000000000"


== Shell Stuff ==
== Shell Stuff ==
* zsh - Z Shell
* zsh - Z Shell
* oh my zsh - A community-driven framework for managing your zsh configuration [https://github.com/robbyrussell/oh-my-zsh]
* oh my zsh - A community-driven framework for managing your zsh configuration [https://github.com/robbyrussell/oh-my-zsh]

Revision as of 18:23, 17 November 2013

  • st - simple statistics from the command line interface [1]
  • pk - A field extraction utility [2]
  • z - jump around directories [3]
  • kpartx - setup partitions in full disk image via loop, so they can be mounted [4]
  • jacksum - use CRC64 to check if file contains only zeroes [5] find . -type f -print0 | xargs -0 java -jar ~/Documents/src/jacksum-1.7.0/jacksum.jar -a crc64 | grep ^0000000000000000"

Shell Stuff

  • zsh - Z Shell
  • oh my zsh - A community-driven framework for managing your zsh configuration [6]