Month November 2012

wii u stuck update

[wp_ad_camp_2] Wii u stuck update My Wii U was stuck on the “Downloading data for update…” screen. Right now Nintendo’s servers are getting hit pretty hard and updates will be slow. I’ve waited about an hour so far and it…

delete duplicate files windows

The best tool i’ve found to delete duplicate files windows is sfk (aka “Swiss File Knife”). Installation 1. Download Swiss File knife from there homepage 2. Extract and copy to C:\windows Usage sfk dupfind -dir anydir [-file .ext1 .ext2] find…

linux view disk space usage

Disk Space Usage Visual Tools Some great tools for viewing disk space usage are: pydf (essential df with colors) Philesight (Web-based implementation of Filelight) ncdu (awesome text-only GUI!) Philesight Philesight is a tool to browse your filesystem and see where…

install varnish centos redhat

To install varnish on centos or redhat #!/bin/bash echo “Adding Varnish Repository and installing varnish” rpm –nosignature -i > /dev/null 2>&1 yum -q -y install varnish echo “Varnish installed.” chkconfig varnish on echo “Fetching standard Varnish config from Cloud…