
debian
Get flash to fully experience Pearltrees
dpkg
Reporting this problem: The problem you have encountered is with a project web site hosted by SourceForge.net. This issue should be reported to the SourceForge.net-hosted project (not to SourceForge.net).
KVM on Debian
Debian Grimoire: Grimoire
Unofficial Ubuntu 5.04 Starter Guide
Afrikaans • عربي -قيد التحرير- • বাংলা (Bengali) • Български • Català • 简体中文 (翻译中) • Česky • Dansk • Deutsch • Español • English • Estonian • Filipino • Français • Ελληνικά • Kurdî • Lietuviškai • Latviešu • Hindi • Indonesian • Magyarra • Melayu • Italiano • 日本語 (翻訳中) • Қазақша • 한국어 • ລາວ • नेपाली • Nederlands • Norsk • Русский • Română • Suomi • Türkçe • Svenska • සිංහල • Slovak • فارسی • עברית • پښتو • ไทย • Polski • Português • Português do Brasil • Shqip • Slovenski • Srpski • Traditional Chinese • 繁體中文 • Українська • اُردو • Việt • Ubuntu language pages • Ubuntu TranslatorsDebian GNU/Linux System Administration Resources
Redmine is a web-based project management system, often called a forge, built using the Ruby on Rails framework. It provides bug/issue tracking, time tracking, wiki pages, gantt charting and calendar, multiple project support, and role-based access control for users to name a few. This article will cover the process of installing Redmine on Debian Squeeze using MySQL for data storage, Thin for serving Ruby, and nginx as the outward-facing server.apt-get install x-window-system-core multi-aterm dpkg-reconfigure xserver-xorg apt-get install apache2 php5 libapache2-mod-php5 a2enmod userdir echo " " > /home/tmtong/public_html/testphp.php chmod 755 /home/tmtong/public_html/testphp.php # go to http://localhost/~tmtong/testphp.php # To Install SQL Lite apt-get install sqlite php5-sqlite #In /etc/php5/apache2/php.ini, add in extension=sqlite.so You can definitely set up a swap partition, but I just don't really like an extra partition on my hardrive, so I use a swap file instead.

