February 2010
13 posts
5 tags
5 tags
7 tags
5 tags
How to install Dansguardian Web Content Filter in... →
6 tags
List of commands to run after installing Fedora 12
To add important repos:
livna:
su -c “rpm -ivh http://rpm.livna.org/livna-release.rpm”
rpmfusion free:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpmfusion non-free:
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
To install media plugins (mp3):
yum -y install...
4 tags
Princeton's Census of Files Available via...
Interesting study results on files available from BitTorrent from Freedom to Tinker a blog which is hosted by Princeton’s Center for Information Technology Policy, a research center that studies digital technologies in public life.
3 tags
2 tags
4 tags
6 Gang-of-Four design patterns in python! →
Great patterns, in Python: here is a high-res chart of patterns too:
8 tags
Everything you may need in Fedora Core
RUN AS ROOT
RUN YUM UPDATE FIRST
#!/bin/bash
#run as root
#prep
cd /root
mkdir /root/tar
#Necessities for existence/development
yum -y install xchat
yum -y install screen
yum -y install cpan
yum -y install wget
yum -y install PCRE
yum -y install cmake
yum -y install gtk+
yum -y install pygame
yum -y install python-devel
yum -y install cmake
yum -y install cmake-devel
yum -y...
5 tags
3 tags
1 tag