Uniform Resource Locator

Find out why a program can’t seem to access to a file

2010/05/05

$ strace php tias.php -e open,access 2>&1 | <a class="zem_slink freebase/en/grep" href="http://en.wikipedia.org/wiki/Grep" title="Grep" …

Download youtube video directly from the command line with youtube-dl

2010/05/03

If you keep searching for applications to <a class="zem_slink freebase/en/uploading_and_downloading" title="Uploading and downloading" rel="wikipedia" …

Delete all files in a folder that don’t match a certain file extension

2010/04/30

$ rm !(.foo|.bar|*.baz) Deletes all files in a folder that are NOT *.foo, *.bar or *.baz files. Edit the pattern inside the brackets as you like. […] <a …

Lock the hardware eject button of the cdrom

2010/04/29

$ eject -i 1 This command will lock the hardware eject button of your cdrom drive. Some uses are: 1: If you have a toddler and has discovered the cdrom button 2: If you are carrying a laptop in a bag …

Convert decimal numbers to binary

2010/04/21

There is a calculator called bc that works in the command line. So if you need a quick calculator function in the command line then you could write some functions that will do the trcik for you. Here …

geoip lookup with curl on geody.com

2010/04/11

$ geoip(){curl -s "http://www.geody.com/geoip.php?ip=${1}" | sed '/^IP:/!d;s/<[^>][^>]*>//g' ;} […] <a href="http://www.commandlinefu.com"><img …

using gigolo for all your network mounting needs

2010/04/01

Have you ever thought that there should be one central location or application to connect to all you required servers with whichever <a class="zem_slink freebase/en/protocol" …

Extract all urls from the last firefox sessionstore.js file used.

2010/03/29

Some taken from commandlinefu. What all the below commands are doing is basically that the url: is captured from the sessionstore.js file and then just extract the URL from the line. These are done in …

Search & replace with find & ed

2010/03/28

function sr() { declare pattern replacement name usage declare -i pvar=0 rvar=0 tvar=0 usage='usage: sr [-t ] [-n name] [-p pattern] [-r replacement] [– ] [dir1 dir2 …]' # cf. <a …

Opens Four Google Frames At Once

2009/12/19

Googlegooglegooglegoogle: Opens Four <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google Frames At Once …

5 Good Image Search Engines Apart From Google Image Search

2009/11/10

Even if you are using Deeperweb for firefox, sometimes google isn&#8217;t just getting you to the right page and picture. You start hunting for more picture search engines, so here&#8217;s the …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it