HowFlow

Bash Tricks   RSS Feed


HowFlow — echo "password\npassword" | passwd

Share it!   Posted by lied lied 16 days ago

http://dclavijo.blogspot.com/
blogspot.com This is a very simple script that will let you know your public ip address by email or an sms(free)

Share it!   Posted by daedalus daedalus 3 months ago

http://dclavijo.blogspot.com/2008/06/howto-como-saber-tu-ip-publica-con-bash_27.html
blogspot.com This is a very simple script that will let you know your public ip address by email or an sms(free)

Share it!   Posted by daedalus daedalus 4 months ago

http://vivapinkfloyd.blogspot.com/2008/05/get-used-to-command-line-in-linux-part.html
blogspot.com Part 1 of a three-parts tutorial shows the very basics on getting used to the command line in Linux. "A shell is a command interpreter which allows the user to interact with the computer. Basically, it is a program which takes the commands you type, interprets them and performs the tasks you asked it to do, then it sends the results to the standard output, which usually is the screen."

Share it!   Posted by Chris7mas Chris7mas 5 months ago

HowFlow — If you like the bash tab-completion for files and directories, you might try out this trick to enable tab-completion for your portage tools (emerge, equery, revdep-rebuild, ...).

Share it!   Posted by aroedl aroedl 5 months ago

HowFlow — Sometimes, you might just want to sort /etc/portage/package.* to make them more readable. This is how you can do it :)

Share it!   Posted by Avatar bekks 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 — Useful Aliase for your Linux System

Share it!   Posted by lied lied 7 months ago

http://hehe2.net/linux-general/google-search-straight-from-the-command-line/
hehe2.net Sebastian Bilbeau authored a script that enables you to Google straight from the comfort of your command line interface! How sweet is that? The script will give you the links of the first 11 result in Google, nothing more nothing less. Meaning don’t expect it to give you titles and description, very rudimentary stuff I must say, but still it is kinda neat.

Share it!   Posted by aroedl aroedl 7 months ago