Tuesday, March 23, 2010
Cross Compiling
For anyone who has ever considered compiling applications for arm/mipsel/mips/etc but never knew where to start. Take a look this site contains some decent tutorials and also some prebuilt tools per OS.
http://kegel.com/crosstool/crosstool-0.43/doc/crosstool-howto.html#all
TECH DEAL: 99$ HP Dual Xeon 3.06GHz 1U Server
http://www.pacificgeek.com/product.asp?ID=856143
Tuesday, March 16, 2010
The Snow Cone!
I thought it would be a great time to take a break from tech and do small Liquor segment! I dont know how many of my readers have ever been to Dave and Busters, but I just found the recipe for one of my favorite drinks there!
Taken from the booklet of D&B recipes:
Snow Cone
Specialty of Dave & Buster’s
Created by D & B Mixologists in Houston, TX
House specialty glass, chilled
Build in glass
Step 1
3/4 oz. DeKuyper Pucker Watermelon Schnapps
Splash pomegranate syrup
Pour the schnapps and pomegranate syrup
into the empty, chilled house specialty glass
Fill with crushed ice
Step 2
Pour the following ingredients into an empty blender canister:
3/4 oz. Malibu Rum
3/4 oz. Blue Curaçao
1/2 oz. Three Olives Cherry Vodka
Splash sweet ‘n’ sour
2 oz. Sprite
Flash blend and pour over the crushed ice filled, house specialty glass Garnish with a marachino cherry
Step 1. Pour the watermelon schnapps and pomegranate syrup into the empty, chilled house specialty glass, then fill with crushed ice.
Step 2. Flash blend the remaining ingredients in an empty blender canister. Pour over the crushed ice. Garnish with a marachino cherry.
-Mel
Monday, March 15, 2010
Domain Keys or Dkim
Dkim@sourceforge
Some useful links:
Dkim on Centos5
Dkim on Debian
Friday, March 12, 2010
Apt on Centos!
#!/bin/bash
### Apt Control ###
#
# Written by Mel to reduce the suffering of a Centos5 install for a friend.
#
# installs coreutils
yum install coreutils -y;
# sets the redhat release to a variable - maybe later they will change the location of this file?
rh_file="/etc/redhat-release"
# acquiring the Architecture
plat_arch=`uname -i`
# determines OS
plat_os=`cat $rh_file | cut -d" " -f1`
if [ $plat_os == CentOS ] ;
then plat_type=el ;
else plat_type=fc ;
fi;
# Creates the release for the link - ie centos 5 = el5
plat_release=$plat_type`cat $rh_file | cut -d"." -f1 | cut -d' ' -f3`
# All variables get pulled into the link and then we request the file & install it
rpm -Uhv http://apt.sw.be/redhat/$plat_release/en/$plat_arch/rpmforge/RPMS/rpmforge-release-0.3.6-1.$plat_release.rf.$plat_arch.rpm
# we clean current repo's of potentially crappy data
yum clean all;
# we now do a fresh install of Apt-get
yum install apt -y;
# we echo commands into the os.list file to provide repos
echo 'repomd http://mirror.centos.org centos/$(VERSION)/os/$(ARCH)' > /etc/apt/sources.list.d/os.list &&
echo 'repomd http://mirror.centos.org centos/$(VERSION)/updates/$(ARCH)' >> /etc/apt/sources.list.d/os.list &&
echo 'repomd http://mirror.centos.org centos/$(VERSION)/extras/$(ARCH)' >> /etc/apt/sources.list.d/os.list &&
echo 'repomd http://mirror.centos.org centos/$(VERSION)/fasttrack/$(ARCH)' >> /etc/apt/sources.list.d/os.list ;
# we now update our package list
apt-get update;
Website: Old Packages?! Where can I get them!
Site: http://old-releases.ubuntu.com/ubuntu/
Iso Inventory
package Inventory
Howto: Install and update
$OS = your desired vintage Ubuntu release (ie. warty, hardy )
The replacement method should be as simple as editing your /etc/apt/sources.list
deb http://old-releases.ubuntu.com/ubuntu/ $OS main multiverse restricted universe
deb-src http://old-releases.ubuntu.com/ubuntu/ $OS main multiverse restricted universe
deb http://old-releases.ubuntu.com/ubuntu/ $OS-updates main multiverse restricted universe
deb-src http://old-releases.ubuntu.com/ubuntu/ $OS-updates main multiverse restricted universe
deb http://old-releases.ubuntu.com/ubuntu/ $OS-proposed main multiverse restricted universe
deb-src http://old-releases.ubuntu.com/ubuntu/ $OS-proposed main multiverse restricted universe
deb http://old-releases.ubuntu.com/ubuntu/ $OS-backports main multiverse restricted universe
deb-src http://old-releases.ubuntu.com/ubuntu/ $OS-backports main multiverse restricted universe
then update apt-get and apt-get upgrade if needed. :)
Hope this helped anyone whom might have been curious if there is life after a distro has seen EOL Cycle come and go.
Thursday, March 11, 2010
Website: A Great site for RPM's!
http://rpm.pbone.net
I know with vps/vds vendors i've actually had to rebuild yum from scratch. This site is a god send and if you have an address for an RPM repo you can look through a real time saver!
-Mel
Opening Blog up to public!
Featured Website : http://www.lowendbox.com/
Give it a gander, I even run some of my own personal sites on them!
-Mel
Linux: Fedora/Centos - Highlight "EPEL"
EPEL - Repo information
DAG repos
Give them a shot! I'd like to mention dag is great for older linux Versions too :) take a look!
-Mel
Wednesday, March 10, 2010
Cleaning the blog up a little
This blog officially catalog's my attempts at successful liquor infusions and provide cool nifty tools to needy sysadmins!
-Mel
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Revamp of my site.
As with always I have found something new and interesting in linux :) Final Fantasy XI for Linux :) I have posted the whole howto here: FFXI@WineHQ
So take a look :) Im also looking for suggestions for articles so please feel free to email me @ melinko2003@gmail.com with them. :)