Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- extension
- finance
- fx2
- fx2lib
- gentoo
- git
- gmail
- image upload
- internet
- javascript
- linux
- money
- OS X
- performance
- plugins
- python
- rich text editor
- rte
- scalability
- scm
- source code
- source control
- sysadmin
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
- My Tweets
Tag Archives: linux
Using Multiple Python Environments With Gentoo
It’s been some time since Python 2.5 became stable and released. Version 2.5 has plenty of new features that have helped me in deciding that it was time to go ahead and start using it for primary development of all … Continue reading
Posted in Programming
Tagged gentoo, linux, python, upgrade, virtual python
Comments Off on Using Multiple Python Environments With Gentoo
Linux-Vserver vs Xen
A while back, I found myself running out of hardware and wanting to host more sites than I currently was. In addition, I wanted to create a little bit more redundancy for some of the services I host. At the … Continue reading
Posted in System Administration
Tagged linux, linux-vserver, virtual servers, Xen
Comments Off on Linux-Vserver vs Xen
Keeping a process running
Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I’ve run into a case … Continue reading
Posted in System Administration
Tagged bash, cherrypy, gentoo, linux, process, ps-watcher, python, startup scripts, sysadmin, turbogears
Comments Off on Keeping a process running
Gentoo and the Next ATI Drivers (Catalyist 7.11)
As of a couple days ago, ATI released their next drivers for Linux. The drivers were previously announced to be versioned 8.43.x but ATI has converted to a new numbering system that follows the popular YEAR.MONTH notation. The 7.11 drivers … Continue reading
The perennially late Gentoo gnome-light ebuilds
If you run Gentoo Linux for your desktop, and you happen to favor the Gnome desktop environment, you may have noticed the incredible number of packages that need to be installed in order to install the gnome ebuild. The ability … Continue reading
One way to unemerge lots of unneeded packages on Gentoo Linux
As part of a recent project, I had installed a lot of packages on a separate machine to test my configuration. As is common, with Gentoo, you want to run the following before you actually emerge anything: emerge -p <package_name> … Continue reading