Main Menu

Who am I?

alan

I'm Alan Baghumian, a FOSS enthusiast and a self educated software developer and GNU/Linux sysadmin.

Recent Entries

FOSS [2]
Real Life [4]
Politics [1]
General [3]

FOSS
- TECHNOTUX
- Debian GNU/Linux
- Parsix GNU/Linux
Friends
- Arash Hesami
- Baruch Even
- Ashkan Ghasemi
- Don Armstrong
- Lior Kaplan
- Zoup
- IRIX
- Free Keyboard

RSS 0.90
RSS 1.0
RSS 2.0
Atom 0.3

APC Opcode Cache

alan | 04 November, 2007 13:01

Armen recommended me to install APC opcode cache system to improve PHP performance on our servers. APC seems to be better for PHP5 and might be implemented as a default feature in PHP6.  Pages are displayed faster and system load is better, but I shortly noticed that there is a common "White page of Death" problem with APC. This problem causes all pages to be displayed as a blank white page. Discarding cache contents (or simply restarting Apache) solves the problem.

 (More)

Posted in FOSS . Comment: (9). Trackbacks:(0). Permalink

Build Server for Parsix

alan | 22 October, 2007 11:35

Finally I got some spare time to write an automated build server for Parsix GNU/Linux project. It checks a simple build queue, gets updated upstream source code, builds packages in a clean pbuilder chroot, straight from the local SVN working copy for i386 and amd64 architectures and then uploads packages to the APT repository.  It is still very early version, but works. Have a bunch of ideas in mind and will add them one by one. The package watch system is also updated to support build server logs. Source is available here. It's a very time saving tool for a mad busy person like me, so I can spend much more time on other stuff instead of building packages manually like a stupid. Another benefit is that I can finally get some co-developers to help the project. Will post more information to the Parsix mailing list.

Posted in FOSS . Comment: (4). Trackbacks:(0). Permalink