Skip to main content
IT Fanatic
IT is a life long journey...

Main menu

  • About Me
  • Blog
  • Howto

You are here

Home » Linux

Main menu

  • About Me
  • Blog
  • Howto

Howto

  • The LAB
  • The LAB2
  • Linux
    • Linux general
    • Bash
    • CentOS/RHEL change password hash from command line
    • Webserver - Debian Lenny
    • Create Chroot jail
    • Oracle Linux Base Install
  • Powershell
  • Risk assessment
  • SLAE32 Linux Assembly Expert
  • SPSE Python Security Expert
  • Windows
  • VmWare
  • VirtualBox
  • Firewall
  • Tools
  • Hack stuff
  • Raspberry PI

Bash

Submitted by admin on Sun, 10/03/2010 - 12:25

Stuff for Bash

 

Convert a string to hexa

echo -n "text" | od -A n -t x1 |sed 's/ //g'|awk '{print "0x"$1}'

 

‹ Linux general up CentOS/RHEL change password hash from command line ›