The Ubuntu 12.04 Download links below are for the x86 AMD64 (64 Bit) versions of Ubuntu 12.04 Beta the mirrors below are fast. This article is designed as a quick reference so people can quickly and easily find Ubuntu 12.04 download ISO’s for i386 AMD64 for both Desktop Server. Ubuntu 12.04 Download ISO Links Below…
Category: Little Guides
Recursive Grep Command – Recursively Search Through Directories
How to perform a recursive grep on Linux, allowing you to search through files / sub directories for a specific string. How to grep recursively grep -r SEARCHSTRING /home/* Enter your own search in the SEARCHSTRING above… Say for example I am searching for the string class=”author” located somewhere in /var/www/wp-content/themes/your-theme. I would type the…
[warn] _default_ VirtualHost overlap on port 80, the first has precedence Apache
When restarting Apache (or httpd service) if you get the following Apache error: [warn] _default_ VirtualHost overlap on port 80, the first has precedence on Linux (CentOS, Ubuntu, Fedora, etc) chances are you are configuring vhosts or adding additional virtual hosts to your Apache config. You are probably seeing an error similar to the following:…
Creating a WiFi Repeater/Bridge with Linksys WRT54G+DD-WRT…
A very simple step-by-step description to connect a Router running selected DD-WRTV24 firmware in Repeater Bridge Mode. (This will work for almost everything, but do check notes on individual routers below clock). If you are using a G router, use 12548 builds to create a wireless bridge. DO NOT USE SP1 OR THE MAY 24 08…
How To Configure Wireless / WiFi Networking in Ubuntu via the Command Line (CLI)…
There are a number of tutorials available on-line for sorting out WiFi in Ubuntu via the CLI, but most of them seem quite outdated, so I decided to do my own. I did this on a minimal install of Ubuntu Lucid, so it is as up-to-date as possible. The PC I was using has no Windows Manager…
Load balancing an apache web server/website with “POUND”….
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL – no warranty, it’s free to use, copy and give away….
ZFS Replication…
As I’ve been investigating ZFS for use on production systems, I’ve been making a great deal of notes, and jotting down little “cookbook recipies” for various tasks. One of the coolest systems I’ve created recently utilised the zfs send & receive commands, along with incremental snapshots to create a replicated ZFS environment across two different…
Jailbreak Apple TV… with seas0npass
REPOSTED FROM : http://support.firecore.com/entries/387605-jailbreaking-101-seas0npass Seas0nPass supports a tethered jailbreak of the current 4.4.4 (iOS 5.0.1 – 9A406a) software or an untethered jailbreak of the previous 4.3 (iOS 4.3 – 8F455) software. The current version of Seas0nPass will default to an untethered jailbreak for the 4.3 (iOS 4.3 – 8F455) version. An untethered jailbreak means the steps listed under the “Using…
Setting up DNS SRV for services like SIP and IAX…
This is a copy and paste from voip-info.org which helped me on a recent project… All credits go to the author of the post oej… DNS SRV A Domain Name Server (DNS) SRV record helps connecting to a SIP user in a similar way that an MX record helps email delivery. When you send email…