I usually doing repo sync cm gerrit on my server (which on debian squeeze) and build there via ssh, and never had a single problem whatsoever. Today, I have to move to other house and sleep there for several days and i want to build grouper branch from cm-10.1-MR1 on my notebook (no laugh please) […]
Read MorePosts in category Debian
owncloud upload large file error
I’ve built many owncloud server on various distributions and never had major problem except for the php compatibility issue that needs php-5.3.3 since 4.xx version. This time when installing 4.0.7 version on debian squeeze 6.5.0, I face some weird problems when uploading large files from its web interface. I can upload small jpeg files normally, […]
Read Moremod_cband on squeeze
Today I upgrading “the old and lovely” lenny to squeeze for php-5.3.3 reason. For almost 2 full years she’s served well and performing very good, and if its not because the repository goes into the volatile, maybe I’ll just stick and upgrade just the php. 😀 Too many customization i’ve been made and it’s pretty […]
Read MoreSplit file using rar
If you need to compress a large archive file and upload them to a filesharing site which had size limitation, you must split them first into some parts. You need rar application to do this, so install it using : {code}apt-get install rar{/code} After complete then run this command using terminal or konsole to compress […]
Read Moretimes of trouble
If you falter in times of trouble, how small is your strength! Sounds like proverb 😀 but this is actually true if you’re working with ubuntu or other linux that use UTC by default, especially if you’re dual boot with winblows and not setting the timezone properly within each OS. Operating systems store and retrieve […]
Read MoreDealing with ubuntu’s uid gid
Not like any other distro i’ve known, Ubuntu using uid and gid start from 1000 rather than 500 such as on klixs, fedora, mageia and any other else, even mac osx lion. This could be problematic if you were dual booting or using many sftp transfering files on network between them, because you had to […]
Read Moreangry birds on klixs
Angry Birds as you may already knew, had surely created an amazing buzz in the cyber world. In 2010, there were more than 12 million downloads, and this shows it all. Many friends ask me about this game possibility to run on linux. Googling for a moment and found the source, run under wine and […]
Read Moreioncube and zend-optimizer
In today’s modern world, the copyrighted content is something very important. When you have spent a lot ofwork creating a web application, but if there is no protection available, someone can easily take advantage of your work and copy your code. This is an issue ! There are many tools out there to protect the […]
Read Morersyncd server on lenny
This mini how-to provides a comprehensive instruction on how to install rsync in Debian Lenny. I’m always using rsync to sync files on several servers I maintained. Let’s install and configure rsyncd server : Install rsync apt-get install rsync Create a configuration file for rsyncd vi /etc/rsyncd.conf with the following content : log file=/var/log/rsyncd pid […]
Read Moreapache, mod_ssl and virtualhosts
Securing connections to your website are vital when entering passwords or entering administration areas. Gathering information from RHEL and some debian admin site I found some nice steps creating a self-signed certificate and configuring your virtual host to use https (port 443) connections. Non-commercial Before we go any further I would point out that self-signed […]
Read More