Search for a Writer:
Sources They're Writing For (last 60 days)
Writer Feed Widget
Grab this free widget and get the latest news for this writer. You can post it on your web page or blog, or add it to your desktop. Click on the "get & share" button at the bottom.
Articles Written by: ANDERSON SILVA
# yum install Django
# yum install httpd
# yum install mod_python
# yum install lighttpd
# yum install lighttpd-fastcgi
# yum install python-flup
# yum install memcached
# yum install python-memcached
$ mkdir -p $LOCATION_TO_YOUR_DEV_AREA
$ cd ...
From STEVE ASHCROW MILNER AND ANDERSON SILVA,
LXer,
5 Jun 2008
I am a fan of affordable technology. I like relatively cheap gadgets, and I like open source. When I heard about Asus’ Eee PC, I took it with a certain grain of salt. I thought that maybe it was just another company trying to take a piece of the pie ...
From ANDERSON SILVA,
LXer,
14 Feb 2008
It’s been almost seven years since I stopped buying desktops for personal computing, and since then, I am always under the impression that buying a new laptop to run Linux on is a bigger challenge that it needs to be.
Over the years, I’ve spent ...
From ANDERSON SILVA,
LXer,
7 Dec 2007
rpmrebuild packagename
[root@dhcp227-94 SOURCES]# rpmrebuild httpd
Processing files: httpd-2.2.3-7.el5
Wrote: /usr/src/redhat/RPMS/i386/httpd-2.2.3-7.el5.i386.rpm
result: /usr/src/redhat/RPMS/i386/httpd-2.2.3-7.el5.i386.rpm
rpmrebuild -e -p ...
From ANDERSON SILVA,
LXer,
5 Dec 2007
su
yum install squid
/usr/sbin/chkconfig squid on
acl safekids dstdomain .kidsite.com .kidsite2.com
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# http_access allow localhost
http_access allow safekids
/sbin/service squid ...
From ANDERSON SILVA,
LXer,
31 Aug 2007