Fat Geek

RSS
Feb 3
staff:

Introducing: Highlighted Posts
Every now and then, a post comes along that’s meant for big things. It could be pulling the wraps off your new project, promoting your next show, raising awareness for a cause, or just sharing a truly incredible photo. 
Today you’ll have a new option to Highlight those extra-important posts. For one dollar, your post will stand out in the Dashboard with a customizable sticker to make sure your followers take notice!

staff:

Introducing: Highlighted Posts

Every now and then, a post comes along that’s meant for big things. It could be pulling the wraps off your new project, promoting your next show, raising awareness for a cause, or just sharing a truly incredible photo. 

Today you’ll have a new option to Highlight those extra-important posts. For one dollar, your post will stand out in the Dashboard with a customizable sticker to make sure your followers take notice!

rickwebb:

God. I am getting so fed up with Google. This is this morning’s comparison. I experience this at least once a day now for a variety of things. 
I may not be done with Google yet, but I can see the day I will be on the horizon, and I am looking forward to it. 

rickwebb:

God. I am getting so fed up with Google. This is this morning’s comparison. I experience this at least once a day now for a variety of things. 

I may not be done with Google yet, but I can see the day I will be on the horizon, and I am looking forward to it. 

Dec 4

stow - install software and bind them with symlinks

Stow, the software I wish I had all the time which deploys with symlinks instead of actual binaries. homebrew already has this which allows it very easy to switch between versions and keeps the directory structure clean

Stow is a tool for managing the installation of multiple software
packages to a shared run-time directory tree (e.g. /usr/local) via
symlinks, whilst keeping the files from each package separate.  Whilst
traditionally it has often been used to manage system-wide software
installations, it also provides a clean mechanism for managing
software and configuration files in users' home directories[2].
More information is available at the homepage:
This is the first official release of Stow since January 2002, and the
new version is a complete refresh of the entire codebase, with a
substantial number bugfixes and enhancements.

Stow was the software I wish I had. I have resumed to blog about my love of opensource and awesome software

(Source: lists.gnu.org)

I have reason to believe www.letsbuy.com is running OSCommerce . 

Reason: Google for error which you find at letsbuy.com/

USB Drive Reinvented | Remote File Access Made Simple and Secure

Maverick Ubuntu 10.10 on VirtualBox - Guest Additions Working

sudo apt-get install virtualbox-ose-guest-x11

Finally installed ubuntu and its working !

vim on rails

Time Saving Tricks

shitthatsirisays:

 
SOURCE

shitthatsirisays:

SOURCE

Oct 3

git-dude: Lightweight Git commit notifier for Linux and OSX

thechangelog:

You might have seen our post last year on Gitifier, the Git commit notifier for OSX. If you prefer something a bit more *nix-y, check out git-dude from Marcin Kulik. Git-dude is a command line utility that monitors Git repos and provides desktop notifications using Growl on OSX or libnotify on Linux.

ScreenshotScreenshot

Configuration is done in the standard Git way:

git config --global dude.interval 30
git config --global dude.icon ~/.git-dude/github_32.png

Check the README for installation and advanced usage.