HowFlow

Command Tricks   RSS Feed


http://www.susegeek.com/general/linux-kernel-magic-sysrq-keys-in-opensuse-for-crash-recovery/
susegeek.com The Linux Kernel offers you something that allows you to recover your system from a crash or at the least lets you to perform a proper shutdown using the Magic SysRq Keys. The magic SysRq key is a select key combination in the Linux kernel which allows the user to perform various low level commands regardless of the system’s state using the SysRq key. It is often used to recover from freezes, o...

Share it!   Posted by Avatar susegeek about 1 month ago

http://www.susegeek.com/general/linux-kernel-magic-sysrq-keys-in-opensuse-for-crash-recovery/
susegeek.com The Linux Kernel offers you something that allows you to recover your system from a crash or at the least lets you to perform a proper shutdown using the Magic SysRq Keys. The magic SysRq key is a select key combination in the Linux kernel which allows the user to perform various low level commands regardless of the system’s state using the SysRq key. It is often used to recover from freezes, o...

Share it!   Posted by Avatar susegeek about 1 month ago

http://cb.vu/unixtoolbox.xhtml
cb.vu This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

Share it!   Posted by lied lied 6 months ago

HowFlow — Search with Bash straight from the commandline. Functions for Google, Wikipida, LEO, Netcraft, Debian, Wiktionary ... These functions will all open a browser-window to display the results.

Share it!   Posted by MarkusH MarkusH 6 months ago

HowFlow — Search with your favorite shell straight from the commandline. Functions for Google, Wikipida, LEO, Netcraft, Debian, Wiktionary

Share it!   Posted by lied lied 6 months ago

HowFlow — disable the ICMP on your PC so it doesn't respond to pings etc.

Share it!   Posted by lied lied 6 months ago

HowFlow — SED command to remove blank lines, trailing and leading spaces

Share it!   Posted by lied lied 6 months ago

http://itsecureadmin.blogspot.com/2008/04/bash-tip-of-day-variable-tricks.html
blogspot.com One very little known part of Bash is variable substitution and matching. Say you have a script where you want to use the value of a variable if it has a value, but use a default value if it is null, you can use the following example: NEWVAL=${CURVAL:-default}

Share it!   Posted by lied lied 7 months ago

HowFlow — simple command to switch user with setting ENV Variables to the logged in User

Share it!   Posted by lied lied 7 months ago

HowFlow — tr -cd "[:graph:]" < /dev/urandom | head -c 7

Share it!   Posted by lied lied 7 months ago