Cascading OpenJDK builds (June 20, 2019)
git clone pass ssh key (March 20, 2019)
Command line openssl (January 29, 2019)
Linux disk space usage 1-liner (January 9, 2019)
Conditionally sum up response sizes in Apache logs (January 3, 2019)
Backup lvs snapshots and scp to remote server (January 2, 2019)
Quickly find worst GC pauses in G1 and Parallel GC logs (December 20, 2018)
Identify the Java Thread taking the most CPU (December 20, 2018)
Git check incoming changes (April 27, 2018)
Updated instructions for building hsdis on OSX (February 3, 2018)
Run an IBM J9 VM in a docker container (March 19, 2017)
JITWatch on ARM (Raspberry Pi) (March 5, 2017)
JITWatch code cache visualisation (February 2, 2017)
JITWatch hits 1000 stars on GitHub (January 6, 2017)
JITWatch lock elision report (January 4, 2017)
New JITWatch sandbox example - no partial escape analysis (December 18, 2016)
New JITWatch sandbox example for reducing a megamorphic callsite (December 13, 2016)
DemoFX Part 3 (November 9, 2016)
JITWatch escape analysis video (October 18, 2016)
Learn how JITWatch can show you the eliminated heap allocations as HotSpot optimised your program...
Bytecode size histograms for popular Java-based projects (April 30, 2016)
More Bytecode Geekery with JarScan (April 10, 2016)
Statistical Analysis of Core Libs Bytecode using JarScan (February 17, 2016)
HTTP headers to protect your website against XSS attacks (January 11, 2016)
Upgrade Apache 2.2 localhost configuration to work with 2.4 (January 9, 2016)
JDK8 fastdebug crib sheet (December 21, 2015)
Jessie qmail daemontools (December 16, 2015)
Tripwire on Debian Jessie (December 1, 2015)
Xen hypervisor reset guest root password from host (November 19, 2015)
Claw back netbook performance after upgrading to Debian Jessie (November 17, 2015)
Website checking tools (November 13, 2015)
Recover lost form posts in Firefox (November 11, 2015)
MySQL dump table as inserts (November 4, 2015)
Linux find and replace in files (November 4, 2015)
Convert time_t to string in C++ (September 16, 2015)
Copy Debian installed packages (May 28, 2015)
SOLVED - 3TB hard drive only shows 746.52GB in Windows 7 (May 11, 2015)
wget show only response headers (April 23, 2015)
DemoFX Part 2 (April 18, 2015)
Testing webrev patches on your local OpenJFX clone (April 16, 2015)
SOLVED: icedove hangs with 100% CPU on Debian (April 8, 2015)
OpenJFX Nightly Builds for Linux amd64 and armv6hf for Raspberry Pi (March 31, 2015)
DemoFX Part 1 (March 8, 2015)
Add JavaFX support to Azul Systems' Zulu JDK using OpenJFX (February 12, 2015)
JarScan comparison between 8u31 and 8u40 rt.jar (February 10, 2015)
[SOLVED] Windows Update on Windows 8 shows 0% downloaded 0KB (January 23, 2015)
Development Goals for 2015 (January 1, 2015)
CPU pinning Java threads with jstack and taskset (October 17, 2014)
The power of JIT inlining (September 9, 2014)
Building OpenJDK 9 and OpenJFX from source on Debian (September 2, 2014)
Recover LVM volume over iSCSI after array server failure (July 31, 2014)
Building hsdis-amd64.dylib on Mac OSX (May 12, 2014)
Can splitting Java core class methods increase performance? (February 20, 2014)
An experiment to see if splitting hot methods that are too big to inline can increase performance...
Enable OpenSSL hardware acceleration (February 11, 2014)
Java acronyms (January 30, 2014)
Location of Java applet log on Windows XP (January 30, 2014)
PostgreSQL 9 pgcrypto Debian (November 4, 2013)
Examination of PerformanceTools using JITWatch (October 29, 2013)
Building hsdis on Linux amd64 on Debian (October 29, 2013)
Maven add local custom jar using mvn install (October 26, 2013)
Update Java plugin used by OSX (October 18, 2013)
Maven OSX JAVA_HOME (September 12, 2013)
[SOLVED] Mac OSX Samba / CIFS through SSH tunnel error The server 'localhost' is available on your computer (September 11, 2013)
Add JavaFX, JUnit, tools.jar as dependencies to your maven pom.xml (September 3, 2013)
Debian - make icedove open links using iceweasel and not Konqueror (August 30, 2013)
Understanding HotSpot logs (August 27, 2013)
Raspberry Pi TFT hack and video glasses, wearable Pi project (August 12, 2013)
Maven setup (August 6, 2013)
Compiling JDK8 lambdas on Eclipse Luna using Ant (July 29, 2013)
Reading and writing bytes between Java and Obj-C (July 13, 2013)
Postgresql increase SHMMAX with sysctl (June 28, 2013)
Reference manual index, Java, PHP, JavaScript (June 18, 2013)
Java JIT analysis and code coverage (June 12, 2013)
OSX encode mp3 on command line (June 10, 2013)
iPhone forensics. How to recover deleted messages from SMS, iMessage, Call History, WhatsApp (June 8, 2013)
Builder Pattern (June 4, 2013)
iPhone skip music tracks without unlocking (June 4, 2013)
Refactoring old style Java synchronized code with CopyOnWriteArrayList and Collections.unmodifiableList (May 29, 2013)
iPhone how to kill an app (May 15, 2013)
JavaScript prototype idiom for OO design (May 15, 2013)
Jenkins CI quickstart guide (May 9, 2013)
Avoiding Dante's 9th Circle of Hell (hint: git branch) (May 1, 2013)
Cross platform SWT dispatch loop idiom (May 1, 2013)
What is the @ (at sign) in OSX file attributes (April 29, 2013)
git stash (April 24, 2013)
Eclipse Job found still running after platform shutdown (April 12, 2013)
Clear Linux buffers, cache when benchmarking filesystem (March 12, 2013)
Debian perl Can't locate Date/Calc.pm in @INC (March 11, 2013)
Postgresql add cascade to existing foreign key constraint (March 8, 2013)
If you created a foreign key constraint but forgot to add cascading updates here is how to fix it...
Debian squeeze scponly for secure remote backups (March 6, 2013)
Linux increase console resolution (March 6, 2013)
JavaFX MediaPlayer crash (Debian amd64) playing mp3 and displaying graphics (February 18, 2013)
Java on Mac OSX 10.8 Safari broken by XProtect.meta.plist whitelist update (January 31, 2013)
Updated Tutorial for JDK8 early access on Raspberry Pi (January 29, 2013)
PostgreSQL output query result to file (January 28, 2013)
Using vi as a hex editor (January 28, 2013)
PHP generate stack trace (January 28, 2013)
Debian upgrade to Linux kernel 3.2 (January 20, 2013)
Using Java jarsigner to check a jar signature (January 17, 2013)
Eclipse can't find import javafx (January 16, 2013)
JavaFX Ensemble sample won't run from Eclipse due to bad server config (January 16, 2013)
Java applet deployment using deployJava.js (January 16, 2013)
deployJava.js fails to install Java when Java not present (January 15, 2013)
jusched.exe still running after Java uninstalled (January 15, 2013)
High performance modulo operation (January 9, 2013)
Generate Apache2 OpenSSL key and Certificate Signing Request (CSR) (January 7, 2013)
Mac OSX crib sheet (January 3, 2013)
VirtualBox on Mac OSX (January 3, 2013)
gpg crib sheet (January 2, 2013)
Debian NFS Server (January 2, 2013)
Linux fdisk and mkfs.ext4 quick guide (January 2, 2013)
Mac OSX batch convert PNG to JPEG with quality setting (January 2, 2013)
Debian batch process (resize) JPEG files using ImageMagick into output folder (December 26, 2012)
OSX Take Screenshot (December 21, 2012)
Applet graphics corruption in Java 7 update 10, 11, 13 on Mac OSX (December 21, 2012)
ncurses type applications in Java on Raspberry Pi (Lanterna Console) (December 12, 2012)
Xen dynamically change RAM allocated to domU (December 12, 2012)
OpenJDK IcedTea plugin java debugging (December 12, 2012)
scp through ssh tunnel (December 11, 2012)
Debian iceweasel KEYEXPIRED 1352888501 (December 5, 2012)
[SOLVED] xen domU console hangs (December 4, 2012)
grep tips (November 29, 2012)
[SOLVED] qmail Unable_to_chdir_to_maildir._(#4.2.1) (November 27, 2012)
Raspberry Pi Wireless config for Edimax EW-7811UN (November 25, 2012)
git delete branch (November 23, 2012)
Wearable Raspberry Pi Project (November 22, 2012)
Linux reset root password using GRUB (November 20, 2012)
Raspberry Pi Java Applets - Iceweasel OpenJDK IcedTea plugin (HardFloat) (November 19, 2012)
Remote syslog over secure tunnel (November 18, 2012)
[SOLVED] Debian ./java: No such file or directory (November 13, 2012)
Using PHP + MySQL with UTF-8 support for correct encoding (November 13, 2012)
xen delete vm (November 12, 2012)
[SOLVED] PHP unexpected T_PAAMAYIM_NEKUDOTAYIM (November 9, 2012)
Objective C for Java Programmers (October 25, 2012)
Analyse your website and webserver (October 18, 2012)
[SOLVED] STOP 0x0000007B (0xF78D2524,0xC0000034,0x00000000,0x00000000) (October 15, 2012)
[SOLVED] Find missing network drivers Windows XP (October 15, 2012)
Mac OS X mount remote filesystem locally using sshfs (October 11, 2012)
ssh SOCKS 5 proxy and Firefox for securing traffic on untrusted networks (October 11, 2012)
Virtualbox tips for Mac OS X (October 11, 2012)
[SOLVED] VirtualBox headless VRDE server failed to start (October 11, 2012)
Mac OS X netstat show PID process ID (October 11, 2012)
Mac OS X install subversion using MacPorts (October 10, 2012)
Git unstage changes (roll back a commit) (September 28, 2012)
Linux wipe SD card partition table (September 25, 2012)
[SOLVED] Raspberry Pi PANIC: VFS: Unable to mount root fs on unknown-block(179,2) (September 25, 2012)
Mac OS OSX add jars to Eclipse build path (September 19, 2012)
Which Debian package contains the svc command? (August 24, 2012)
Debian find which package contains command (August 24, 2012)
Xen hypervisor on minimal Debian squeeze (August 21, 2012)
Excel join columns together (string concatenation) (August 13, 2012)
Word insert reference to custom field (August 10, 2012)
Eclipse Juno set tab font size manually (August 10, 2012)
Raspberry Pi mount Raspbian img on loop device (August 6, 2012)
[SOLVED] Raspberry Pi won't boot 6 flashes of LED after rpi-update (August 6, 2012)
[SOLVED] ssh sshd error: key_read: uudecode (August 3, 2012)
PHP strip pound signs from form input (July 31, 2012)
Debian squeeze nvidia packages (July 23, 2012)
[SOLVED] sshfs with private key what is the syntax? (July 18, 2012)
Concatenate 2 files in Linux with cat (July 18, 2012)
[SOLVED] Eclipse Java autocomplete not working (July 10, 2012)
Debian Squeeze install Microsoft TTF TrueType fonts (July 10, 2012)
[SOLVED] Debian killall command not found (July 4, 2012)
Java trace memory leaks with hprof and verbose:gc (July 3, 2012)
Java Unsupported major minor version 51.0 (July 2, 2012)
Raspberry Pi github for tracking kernel/firmware issues (June 27, 2012)
Raspberry Pi Debian Wheezy beta is now available (2012-06-18) (June 27, 2012)
Raspberry Pi heatsink mod (June 26, 2012)
Raspberry Pi eth0: kevent 4 may have been dropped (June 26, 2012)
git rebase (June 21, 2012)
git rebase - changes depends on abandoned changes (June 21, 2012)
Raspberry Pi update firmware using Hexxeh's rpi-update script (June 21, 2012)
Mozilla Firefox 13 EPIC SECURITY FAIL with New Tab thumbnails (June 20, 2012)
[SOLVED] No sound in Raspberry Pi after startx X windows (June 16, 2012)
ssh chained tunnels to access servers behind gateway machines (June 15, 2012)
Bat and Ball Puzzle (June 13, 2012)
Getting Started with Raspberry Pi (June 10, 2012)
Install Java on the Raspberry Pi (June 10, 2012)
Getting started with Java on Raspberry Pi (June 10, 2012)
git revert (reset) a single file (June 6, 2012)
Permission denied: /home/chris/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable (May 31, 2012)
Apache MySQL PHP quick build (May 31, 2012)
Debian add user to existing group (May 29, 2012)
PostgreSQL drop unique constraint (May 29, 2012)
Ubuntu 12.04 resolv.conf (May 28, 2012)
Create Ubuntu 12.04 USB installer from Debian (May 28, 2012)
Ubuntu 12.04 install Nvidia drivers from ppa (May 28, 2012)
[SOLVED] Raspberry Pi won't boot, red power LED on (May 28, 2012)
Raspberry Pi install Debian image to SD card (May 27, 2012)
Ubuntu Unity show desktop (May 24, 2012)
Raspberry Pi battery power calculations (May 22, 2012)
git reset instead of rebase (May 18, 2012)
Debian squeeze syslog-ng 3 upgrade config files (May 18, 2012)
Easy way to send apache2 logs to syslog-ng (May 18, 2012)
Git rename files under version control (May 15, 2012)
git simple checkout, create new branch, add, commit (May 14, 2012)
Debian add multimedia codecs (May 12, 2012)
git list files not under version control (May 11, 2012)
ZTE Blade clear contacts (May 2, 2012)
Ubuntu Natty Narwhal switch back to Classic desktop instead of Unity (April 18, 2012)
Debian / Ubuntu php-gd function imageantialias() not implemented (April 12, 2012)
PostgreSQL DROP NULL constraint on COLUMN (April 5, 2012)
Java wrapper around an external process (April 5, 2012)
Map JDBC types to Java primitive and Object types (March 29, 2012)
Windows 7, XP, Vista add persistent route (March 23, 2012)
java.io.IOException: Too many open files (March 20, 2012)
ls sort by date and time (March 20, 2012)
Low latency Java tips (March 6, 2012)
SQL get MAX value or NULL (LEFT JOIN example) (March 5, 2012)
Thunderbird pressed A key email disappeared (February 28, 2012)
Neat PHP oneliner to calculate days in a given month (February 24, 2012)
qmail 5.1.2 error when sending to multiple recipients with Outlook 2010 (February 24, 2012)
Export data from MySQL into CSV file (February 23, 2012)
init.d script to create essential dirs (apache, postgresql, debconf) when mounting /var on tmpfs (February 22, 2012)
STOP: 0xC0000221 Unknown Hard Error SystemRoot System32 ntdll.dll (February 16, 2012)
MySQL create database with underscore or dash in the database name (February 15, 2012)
qmail change maximum retry time (February 14, 2012)
Select correct SWT jar for your OS and JVM at runtime (February 10, 2012)
qmail alias for email address with dot (February 9, 2012)
Debian dist-upgrade lenny to squeeze (February 9, 2012)
Poweredge 1750 Debian Squeeze tigon3 firmware (February 9, 2012)
Find open ssh servers on a network using nmap on Linux (February 3, 2012)
ssh tunnel through gateway to svn repository server on remote LAN (February 3, 2012)
Microsoft Excel Yes/No drop box (February 1, 2012)
Microsoft Word cross reference clauses and update them in a contract (January 20, 2012)
Java can an int fit inside a float or a double without loss of precision? (January 11, 2012)
Java concatenate null String with += (January 10, 2012)
Ubuntu sudo postgres createdb (January 9, 2012)
STOP 0xC000021A Fatal System Error on Windows 7 (0xC0000034 0x0010037C) (January 4, 2012)
Acer Aspire enter recovery mode (January 4, 2012)
VirtualBox Linux host add user to vboxusers group to access USB devices. (January 3, 2012)
Linux find and move old files (December 30, 2011)
HP Pavilion laptop restore Windows 7 from WIM file on recovery partition (December 30, 2011)
Windows 7 install The product key does not match current Windows SKU (December 29, 2011)
Use 64 bit Sun Java plugin in Firefox on Ubuntu (December 23, 2011)
bash rename files using a for loop (December 23, 2011)
Cisco PIX show single object-group (December 22, 2011)
Debian add new Samba user for Windows fileshare access (December 20, 2011)
openSSL convert PEM certificate and import to Java keystore (December 13, 2011)
Install latest iceweasel (firefox) on Debian (December 13, 2011)
[SOLVED] Windows 7 won't boot STOP 0x0000007B INACCESSABLE_BOOT_DEVICE (December 5, 2011)
mod_rewrite protect your pagerank by redirecting unused subdomains (November 27, 2011)
[SOLVED] Floppy drive light on all the time (November 27, 2011)
Reset PS3 controller (November 27, 2011)
[SOLVED] Playstation Network Error 80550F17 (November 27, 2011)
[SOLVED] Brother printer error 41 (November 27, 2011)
Linux show routing table without being root (November 24, 2011)
[SOLVED] SWF Flash movie overlaps CSS menu (November 22, 2011)
Java short form array iteration using for-loop (November 18, 2011)
Select unique values in postgres (November 18, 2011)
Java for loop syntax to replace Iterator (November 14, 2011)
Java String.split include empty trailing strings (November 10, 2011)
How to avoid getting banned from Google AdSense (November 9, 2011)
ChrisWhoCodes AdSense Protection Script (November 9, 2011)
Load specific columns from CSV file into PostgreSQL (November 9, 2011)
MySQL fails to start after package update: unknown variable lc-messages-dir (November 8, 2011)
Android data network indicators G, E, 3G, H mean? (November 8, 2011)
Java variable scope in switch statement (November 4, 2011)
ERROR 2003 (HY000): Can't connect to MySQL server on '10.0.0.1' (113) (November 3, 2011)
Postgres copy table structure inside database without data (November 3, 2011)
Debian bash can auto-complete program switches (November 2, 2011)
tar: time stamp is in the future (October 31, 2011)
[SOLVED] CSS border-collapse render bug on iPad (October 30, 2011)
Change the hostname on a Linux system (October 28, 2011)
PostgreSQL config, data, log files on Debian (October 28, 2011)
Where does PostgreSQL store the data and config files like postgresql.conf, pg_hba.conf on Debian...
PostgreSQL Debian make a baseline backup for PITR (October 28, 2011)
tar list contents of file (October 28, 2011)
How to change a car battery safely (October 25, 2011)
svnserve start on boot using update-rc.d on Debian Squeeze (October 24, 2011)
What is MsMpEng.exe and why is the CPU usage so high? (October 21, 2011)
Binary file (standard input) matches when grepping tail (October 21, 2011)
Java defensive programming - compare variable with constant (October 16, 2011)
Logic puzzle - buckets of water 4L 7L make 5L (October 14, 2011)
mscorsvw.exe high CPU usage (October 13, 2011)
SWT Canvas plot centred text (October 13, 2011)
plugin-container.exe high CPU on Firefox (October 13, 2011)
virtualbox-4.1 conflicts with virtualbox (October 12, 2011)
Lateral thinking puzzle - 3 switches 3 lightbulbs (October 2, 2011)
FATAL: sorry, too many clients already (PostgreSQL) (September 26, 2011)
Java numerical overflow (September 26, 2011)
[SOLVED] Invalid machine name or UUID! VirtualBox (September 22, 2011)
Business Insider's UBS Quant puzzle solution (September 21, 2011)
The Monty Hall Problem (September 21, 2011)
Useful diff examples (September 19, 2011)
svn db/txn/current-lock: Permission denied (subversion) (September 14, 2011)
Java return code in Linux shell script (September 13, 2011)
Java primitives in size order (September 12, 2011)
Comment syntax for Java, HTML, CSS (September 12, 2011)
SWT literal ampersand instead of keyboard hotkey (September 9, 2011)
Elegant use of Java's Math.max() to prevent negative numbers (September 9, 2011)
Debian Linux 2-NIC router (September 1, 2011)
Debian N220 netbook power saving script (August 31, 2011)
Google AdSense URL channels should I include www ? (August 29, 2011)
Ebuyer non 0871 number (August 25, 2011)
Java remove non alphanumeric characters from String (August 25, 2011)
[SOLVED] Windows could not start because the following file is missing or corrupt: C:WINDOWSSYSTEM32CONFIGSYSTEM (August 23, 2011)
SWT best practice - single Display multiple Shells (August 19, 2011)
Log to syslog with PHP 5 and syslog-ng (August 18, 2011)
[SOLVED] Dell PowerEdge 1750 Can't install GRUB (August 12, 2011)
[SOLVED] Dell PowerEdge 1750 only 256MB RAM available (August 12, 2011)
PIX show MAC address (August 12, 2011)
PIX ASDM 6 [ERROR] threat-detection statistics host number-of-rate 0 (August 10, 2011)
[SOLVED] Ubuntu ssh Too many authentication failures (August 10, 2011)
[SOLVED] gpg: [don't know]: invalid packet (ctb=2d) (August 3, 2011)
Convert milliseconds timestamp into Excel date and time (August 3, 2011)
Xeon family 15 model 4 stepping 1 is 64 bit (August 1, 2011)
CSS padding shortcuts (July 27, 2011)
Linux find grep and rm with a massive number of files (July 22, 2011)
Run PostgreSQL queries from the command line and export data (July 22, 2011)
Sort files by size in Debian (July 22, 2011)
[SOLVED] syslog-ng Error opening file for writing (July 20, 2011)
PostgreSQL convert BIGINT to date (July 19, 2011)
Get SEDOL from ISIN using SQL (Postgres) (July 19, 2011)
Linux redirect standard out and standard err to dev null (July 18, 2011)
VirtualBox Windows guest stuck in shutting down state (July 14, 2011)
/etc/apt/sources.list for dist-upgrade lenny to squeeze (July 4, 2011)
Find biggest tables in postgres (July 4, 2011)
Virtualbox install extension pack on headless server (June 30, 2011)
Hot key for NEWLink NLKVM P2PC 2 Port Micro KVM (June 28, 2011)
Linux remove duplicate lines from file (June 28, 2011)
Create svn mirror over a network (June 21, 2011)
Disable exim4 MTA startup on Debian squeeze (May 26, 2011)
Postgres list databases (May 25, 2011)
Debian Squeeze Mozilla GPG keys (May 25, 2011)
Install pgcrypto for Postgres encryption in Debian Lenny (May 17, 2011)
Postgres invalid byte sequence for encoding UTF8 (May 16, 2011)
Dotdeb packages need GPG key (May 16, 2011)
Create and export PGP keys for Postgresql (May 16, 2011)
Postgres list user-defined stored procedures (May 12, 2011)
[SOLVED] Error bumping revisions post-commit svn (April 21, 2011)
[SOLVED] Excel 2010 very slow to open files (April 19, 2011)
Fix VirtualBox clock drift (April 13, 2011)
The 8 Commandments for Securing Your Users' Passwords (April 6, 2011)
Remove file from svn repository but keep local copy (March 31, 2011)
Remove .svn folders on Linux (March 31, 2011)
Mapping a drive in Virtualbox Windows guest with net use (March 31, 2011)
Open port range on Cisco PIX firewall (March 29, 2011)
Postgres dump database schema with or without data (March 28, 2011)
Virtualbox NSIS can't write bytes to output (March 21, 2011)
Ubuntu remove OpenJDK and use Sun Java as default (March 3, 2011)
Postgres server to server database copy performance boost (February 22, 2011)
[SOLVED] Windows 7 hang on boot (Classpnp.sys) (February 16, 2011)
Which process is using port with lsof or netstat (solve bind errors) (February 1, 2011)
Generate SSL CSR for apache2 (January 26, 2011)
[SOLVED] Linux route command takes a long time to complete (January 26, 2011)
[SOLVED] svn commit problems with missing files (January 13, 2011)
Cisco PIX site-to-site VPN with NAT before encryption (January 10, 2011)
Ashes Jokes and Cricket Jokes after England beat Australia (January 7, 2011)
VirtualBox installation on headless server (December 8, 2010)
Ubuntu fix 'Load balancing tick' problem (December 3, 2010)
Debian software RAID 1 on non boot disk (October 12, 2010)
Headless start and stop multiple VirtualBox guests using VBoxHeadless and VBoxManage (October 12, 2010)
Move svn repository onto a new server (October 12, 2010)
Headless VirtualBox multiple guests with bridged networking (October 11, 2010)
[SOLVED] dmsetup /proc/misc: No entry for device-mapper found (October 5, 2010)
OpenOffice Calc horribly slow to open spreadsheet? (September 7, 2010)
Ubuntu /media/Stick_ (with underscore) (September 6, 2010)
Find and Replace with nano (September 3, 2010)
Remove subversion information from a directory tree (August 31, 2010)
Java can't delete directory (August 31, 2010)
Three Mifi enable web interface via Netvigator firmware upgrade (August 27, 2010)
$_FILES array empty on PHP file upload (August 13, 2010)
Wattson smart energy meter (August 5, 2010)
PHP Validate currency with preg_match (August 5, 2010)
Samsung N220 netbook with Intel Atom N450 dual core CPU (August 5, 2010)
Fixing VirtualBox fullscreen on wrong monitor (July 9, 2010)
Decrypting gpg file using an external keyring (June 30, 2010)
Updating virtualbox public key in apt from Sun to Oracle (June 21, 2010)
Generate ssh public key from private key using ssh-keygen (June 4, 2010)
Virgin Media Netgear WN111 on Ubuntu Linux (June 3, 2010)
Deadlock when 2 threads write to the same HashMap (May 4, 2010)
Create ISO from CD or DVD in Linux (April 30, 2010)
Secure network backup (scp) with bandwidth throttling (April 23, 2010)
Solving Reverse DNS problem for multiple domains (April 15, 2010)
Demoscene (February 21, 2010)
LifeHacker (February 20, 2010)
Model Rocketry (February 20, 2010)
Help Me Chill (February 20, 2010)
CMS linking to external sites (February 20, 2010)
What is a Content Management System? (February 20, 2010)