Bash Tricks 
blogspot.com —
This is a very simple script that will let you know your public ip address by email or an sms(free)
Posted by
daedalus 3 months ago
daedalus 3 months ago
blogspot.com —
This is a very simple script that will let you know your public ip address by email or an sms(free)
Posted by
daedalus 4 months ago
daedalus 4 months ago
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."
Posted by
Chris7mas 5 months ago
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, ...).
Posted by
aroedl 5 months ago
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 :)
Posted by
bekks 6 months ago
HowFlow —
SED command to remove blank lines, trailing and leading spaces
Posted by
lied 6 months ago
lied 6 months ago
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}
Posted by
lied 7 months ago
lied 7 months ago
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.
Posted by
aroedl 7 months ago
aroedl 7 months ago 










