formats

RHCE Exam – Now 400 Bucks

Published on August 28, 2011,

RHCE Exam – Now 400 Bucks | As of Red Hat 6, the RHCE exam price has dropped in half. What was $800 is now $400. It is also now only a 2 hour exam. Has anyone taken the RHCE exam for Red Hat 6 yet? How did it go? Also note that the RHCT has been replaced by the new RHCSA.

formats

pfSense – Free Open Source Firewall

Published on August 20, 2011,

pfSense – Free Open Source Firewall | pfSense is an excellent customization of FreeBSD for use either as a firewall or a router. FreeBSD is known for powering many commercial and large enterprise firewall appliances. pfSense gives you that same extensive feature set in a version you can install yourself on your own hardware or purchase pre-installed by many vendors. pfSense is

formats

Quick Intro to zsh: auto complete

Published on August 19, 2011,

Quick Intro to zsh: auto complete | zsh or the z shell is an interactive shell that builds upon features of other shells such as bash, ksh, and tcsh. zsh is great for advanced script monkeys but also is an excellent simple bash replacement for the regular joe user. Here is a quick intro to the auto complete features of zsh! On

formats

CyanogenMod CM7 Fix for Choppy 720p Video Recording

Published on August 14, 2011,

CyanogenMod CM7 Fix for Choppy 720p Video Recording | CyanogenMod 7 is the premier Android distribution. However 720p video record is sometimes problematic on certain model phones in that frames drop giving choppy and poor quality video. Alas there is a fix! I picked up this tip from a user on xda-developer.This will fix the choppy video by lowering the bitrate which is a

formats

Create Photo Collage in Linux

Published on August 13, 2011,

Create Photo Collage in Linux | With ImageMagick you can create a photo collage from the command line in Linux. I’ll show you how! First, make sure you have ImageMagick installed: $ sudo apt-get install imagemagick Next, to simply slap photos together into a grid style collage, use: $ montage *.jpg collage.jpg The end result will look something like this: (blurred

formats

Protect Against Brute Force with ufw

Published on August 8, 2011,

Protect Against Brute Force with ufw | ufw is the super easy firewall interface featured in Ubuntu and also the latest Debian. Somewhat like fail2ban, one feature of ufw is built-in rate limiting to protect against brute force attacks. While this could be used on any port, a common use is on port 22 to protect against ssh dictionary attacks or other

formats

flac – Audio Codec of Choice

Published on August 7, 2011,

flac – Audio Codec of Choice | Similar to MP3 (but lossless), flac is an audio codec for your music. Instead of ripping to MP3, consider ripping to flac! flac stands for free lossless audio codec Why choose flac? flac is awesome for various reasons: Entire original source file is retained (excellent for CD archiving _with_ metatags!) Zero quality loss (lossless) Can

formats

Make Your Web Server Snappy With php-apc

Published on August 3, 2011,

Make Your Web Server Snappy With php-apc | In Debian / Ubuntu, simply installing one package will instantly make your web server faster. (That is, if you are serving up php!) Here ya go: sudo apt-get install php-apc Next, edit the following file: $ sudo nano /etc/php5/conf.d/apc.ini And put in the following values. Increase the apc.shm_size as high as is available: extension=apc.so apc.shm_size=64M

formats

Clear or Flush Arp Cache in OS X

Published on August 3, 2011,

Clear or Flush Arp Cache in OS X | To clear or delete the arp cache in Mac OS X, crack open a terminal and issue the following command: $ sudo arp -a -d Done! Thanks Theo

formats

How To Create Ethernet RJ45 Loopback Adapter

Published on August 3, 2011,

How To Create Ethernet RJ45 Loopback Adapter | I’ll show you how to create an ethernet loopback adapter! A loopback adapter is useful for tricking a network card into believing it is plugged into a network. Using two wires, connect: 1 to 3 2 to 6 The pin arrangement is 1-8 left to right, with the flat side facing you. Here are some