Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
How to Wire Your House With Cat-5 (or 6) For Ethernet Networking - http://www.instructables.com/id...
"If the wedding is divided, the marriage will be united." - Sheikh Jamaal Zarabozo
20 of the Best Resources to Get Your Startup Off the Ground - http://mashable.com/2009...
10 Free Server & Network Monitoring Tools that Kick Ass - http://sixrevisions.com/tools...
Pagetest - where web sites go to get FAST! - http://www.webpagetest.org/
Software is hard | Eventbug (alpha) Released - http://www.softwareishard.com/blog...
cashto's blog : It's OK Not to Write Unit Tests - http://blogs.msdn.com/cashto...
Andrew Zuckerman: Bird - http://www.birdbook.org/
UDK - Unreal Development Kit - Epic Games - http://www.udk.com/
Google Voice Desktop Application - http://rstoeber.com/apps...
140 Google Interview Questions | Seattle Interview Coach - http://blog.seattleinterviewcoach.com/2009...
Make Linux faster and lighter | TuxRadar - http://tuxradar.com/content...
Closure Tools - Google Code - http://code.google.com/closure...
"كل نفس ذائقة الموت وإنما توفون أجوركم يوم القيامة فمن زحزح عن النار وأدخل الجنة فقد فاز وما الحياة الدنيا إلا متاع الغرور " Allahuma aj3alha min al fa2izeen - waghfir laha war7mha wa anta khayrul ra7imeen, wa adkhilha bera7matika fee 3ibadika al sali7een, wa ijma3ha ma3a al nabiyeena wal sideeqeena wal shuhada2i wa alsali7een - bera7matika wa...
wget -i equiv using bash and #curl: while read line; do curl -O $line; done < urls
use `/System/Library/CoreServices/"Menu Extras"/User.menu/Contents/Resources/CGSession -suspend` in #osx to lock the screen.
in #vim, %s/const char\* \(\w\+\);/const char* \1 = "";/g would replace all "const char* var;" to 'const char* var = "";'
in #vim, :set ff=unix to switch a file to unix format, and :set ff=dos to switch it to dos format. [source: lunix.com.au]
to resize/convert images, use #imagemagick and bash like this: `for i in $( ls *.JPG ); do convert $i -resize 33% new/$i.jpg; done`
`curl -O http://url/[001-114].ext` saves me from writing perl scripts or bash for loops! #curl
in bash, seq(1) is useful in loops: for i in `seq -f"%03g" 1 114`; do ls $i*; done [source: tldp.org] #seq
after running a command and realizing you need to run it with sudo, just do a 'sudo !!' - courtesy of shell-fu.org. #bash
`find -type d -print0 | xargs -0 -n1 chmod 755` - recursively chmod all directories 'd' as 755. use 'f' instead for files. #find #xargs
All you should really know about Autoconf and Automake | GNU Smalltalk - http://smalltalk.gnu.org/blog...
Ruby Best Practices - The Complete Class - http://blog.rubybestpractices.com/posts...
Introducing Resque - GitHub - http://github.com/blog...
Other ways to read this feed:Feed readerFacebook