A cool linux games iso packed with freedom.
Archive for July, 2010
Mega games pack
Posted in Games, tagged Games, Linux on July 31, 2010 | Leave a Comment »
Open Source Auto
Posted in Uncategorized, tagged Open Source Auto on July 31, 2010 | Leave a Comment »
Frogatto
Posted in Games, Ubuntu, tagged Frogatto on July 29, 2010 | Leave a Comment »
One of my favourite games used to be Jazz Jackrabbit. Frogatto has a similar 2D look and feel but could do with an information bar instead of pop-up dialogues which I find slightly irritating. Great game though.
sudo wget -O /etc/apt/sources.list.d/frogatto.list http://www.frogatto.com/apt/frogatto.list
wget -O- http://www.frogatto.com/apt/key.gpg | sudo apt-key add -
sudo apt-get update && sudo apt-get install frogatto
THANKS: Ubutronics
More great themes
Posted in Themes, Ubuntu, tagged IZO, Themes, Ubuntu on July 29, 2010 | Leave a Comment »
Yes Men sign P2P distribution deal
Posted in Uncategorized on July 26, 2010 | Leave a Comment »
THE YES MEN FIX THE WORLD is a screwball true story about two gonzo political activists who, posing as top executives of giant corporations, lie their way into big business conferences and pull off the world’s most outrageous pranks. This peer-to-peer special edition of the film is unique: it is preceded by an EXCLUSIVE VIDEO of the Yes Men impersonating the United States Chamber of Commerce. p2p is the only way that this film is being distributed. Please spread the word!
9 insane bash functions
Posted in BASH, tagged BASH, Bash Functions, Insanity, Mental on July 26, 2010 | 2 Comments »
Over the weekend I got into some bash functions.
Paste these into your .bashrc file
Enjoy
1. Command line wiki query
#wiki
function wiki () {
COLUMNS=`tput cols`
dig +short txt “`echo $@`”.wp.dg.cx | sed -e ‘s/” “//g’ -e ‘s/^”//g’ -e ‘s/”$//g’ -e ‘s/ http:/\n\nhttp:/’ | fmt -w $COLUMNS
}
2. Disk Usage with human readable formatting
#disk usage formatted
function duf {
du -sk "$@" | sort -n | while read size fname; do for unit in k M G T P E Z Y; do if [ $size -lt 1024 ]; then echo -e "${size}${unit}\t${fname}"; break; fi; size=$((size/1024)); done; done
}
3. Directory sizes
#dirsize - finds directory sizes and lists them for the current directory
dirsize () {
du -shx * .[a-zA-Z0-9_]* 2> /dev/null | \
egrep '^ *[0-9.]*[MG]' | sort -n > /tmp/list
egrep '^ *[0-9.]*M' /tmp/list
egrep '^ *[0-9.]*G' /tmp/list
rm -rf /tmp/list
}
4. Power extract function
#extract
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xjf $1 ;;
*.tar.gz) tar xzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) rar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xf $1 ;;
*.tbz2) tar xjf $1 ;;
*.tgz) tar xzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*) echo "'$1' cannot be extracted via extract()" ;;
esac
else
echo "'$1' is not a valid file"
fi
}
6. Network Information
#netinfo - shows network information for your system
netinfo ()
{
echo "--------------- Network Information ---------------"
/sbin/ifconfig | awk /'inet addr/ {print $2}'
/sbin/ifconfig | awk /'Bcast/ {print $3}'
/sbin/ifconfig | awk /'inet addr/ {print $4}'
/sbin/ifconfig | awk /'HWaddr/ {print $4,$5}'
myip=`lynx -dump -hiddenlinks=ignore -nolist http://checkip.dyndns.org:8245/ | sed '/^$/d; s/^[ ]*//g; s/[ ]*$//g' `
echo "${myip}"
echo "---------------------------------------------------"
}
7. Translate from commandline
#Translate a Word - USAGE: translate house spanish # See dictionary.com for available languages (there are many).
translate ()
{
TRANSLATED=`lynx -dump "http://dictionary.reference.com/browse/${1}" | grep -i -m 1 -w "${2}:" | sed 's/^[ \t]*//;s/[ \t]*$//'`
if [[ ${#TRANSLATED} != 0 ]] ;then
echo "\"${1}\" in ${TRANSLATED}"
else
echo "Sorry, I can not translate \"${1}\" to ${2}"
fi
}
8. Define a word
# Define a word - USAGE: define dog
define ()
{
lynx -dump "http://www.google.com/search?hl=en&q=define%3A+${1}&btnG=Google+Search" | grep -m 3 -w "*" | sed 's/;/ -/g' | cut -d- -f1 > /tmp/templookup.txt
if [[ -s /tmp/templookup.txt ]] ;then
until ! read response
do
echo "${response}"
done < /tmp/templookup.txt
else
echo "Sorry $USER, I can't find the term \"${1} \""
fi
\rm -f /tmp/templookup.txt
}
9. Simple Clock
# clock - A bash clock that can run in your terminal window.
clock ()
{
while true;do clear;echo "===========";date +"%r";echo "===========";sleep 1;done
}
MORE functions can be found here
A-Team star shuns Google
Posted in FOSS, tagged Duck Duck Go on July 25, 2010 | Leave a Comment »
Sharlto Copley stopped Googling himself when he won the role of Murdock in ‘The A-Team’.
The South African actor – who rose to fame in critically acclaimed sci-fi movie ‘District 9′ – admits he had to stop looking himself up when he signed up to the film because he didn’t want to read criticism of himself.
He said: “It’s probably when I stopped Googling myself. I didn’t want to know. I pushed the character more the way he was in the original than perhaps the studio would have gone for. But of course Dwight Schultz, the original Murdock, got fired at the end of the pilot because they felt that he was just too much but then when the audience test results came back they rehired him.
“In many ways he was ahead of his time.”
The 36-year-old star also revealed he was into the original series of ‘The A-Team’ in the 1980s and collected merchandise from the show.
He told ShortList: “I had all the merchandise, the dossier with the trading cards, the action figures, everything.”
We hope Copley chooses an Open Source alternative to Google, like Duck Duck Go.
Duck Google, here comes an Open Source Search engine
Posted in FOSS, tagged Duck Duck Go on July 23, 2010 | 1 Comment »
If you’re a little concerned about the Google monolith, especially the way the company has infiltrated every facet of our lives with often meaningless searches, and raw data which grows increasingly less useful as the famous page algorithm becomes ever less relevant in a semantic and heuristically challenged world, then you will pleased to find Duck Duck Go, a search engine showing some promise. Yes, unlike the closed behemoth of Google, it is based on open source, not simply page popularity.
- No tracking- guaranteed privacy.
- Relevant results- they claim to eliminate over 60m useless sites for some searches.
- The DuckDuckbot, the name of their crawler, identifies sites automatically without you needing to add your site to their index like Google.
- Encrypted search using “https”
- In addition to their DuckDuckbot, they also get their results from “many sources including crowd-sourced sites, BOSS & Bing.
Some neat stuff you can do with DuckDuckGo
!amazon bags searches Amazon.com for bags, directly. We call this search syntax “!bang”, and it works for 100s of sites:
- Most big sites work, e.g. !youtube
- Most generic keywords work too, e.g. !images
- There are also shorter versions, e.g. !g !i !yt
- Just ‘! ‘ will take you to the first result.
- more about this here
rsget downloader
Posted in Apps, Ubuntu, tagged downloader, rsget on July 23, 2010 | Leave a Comment »
rsget.pl is a powerful perl application designed to retrieve files from download services (like RapidShare, MegaUpload and many more).
It has a long list of features implemented already and even longer TODO list.
If you already know you want it, grab latest tarball from downloads and read where to start.
FFUU theme
Posted in Uncategorized, tagged ffuu, Theme, Ubuntu on July 23, 2010 | Leave a Comment »
lassekongo83 has created a mod of my favourite theme — ffuu is based on Zuki



