debian

Public_html untuk masing masing user di Debian

 Periksa apakah modulnya yang dibutuhkan sudah aktif atau tidak

    * cd /etc/apache2/mods-enabled/
    * ls
    * periksa apakah ada file userdir.conf dan userdir.load

jika belum aktif, buat symbolic link untuk modul tersebut

    * sudo ln -s ../mods-available/userdir.load
    * sudo ln -s ../mods-available/userdir.conf

Buat public_html untuk masing - masing user yang ada di home

Restart apache

    * /etc/init.d/apache2 restart

Website masing - masing user dapat diakses melalui

    * http://localhost/~namauser
 

Linux Mint Debian

wow, ternyata linux mint tidak hanya menggunakan ubuntu sebagai basis distronya. Sekarang mereka juga menggunakna debian sebagai basis distro.

http://www.linuxmint.com/blog/?p=1527

Today is very important for Linux Mint. It’s one day to remember in the history of our project as we’re about to maintain a new distribution, a rolling one, which promises to be faster, more responsive and on which we’re less reliant on upstream components. Linux Mint Debian Edition (LMDE) comes with a Debian base, which we transformed into a live media and on top of which we added a new installer. It’s rougher and in some aspects not as user-friendly as our other editions, it’s very young but it will improve continuously and rapidly, and it brings us one step closer to a situation where we’re fully in control of the system without being impacted by upstream decisions.

Read the rest of this entry »

The Opera .deb Repository

opera-logoThe Opera .deb Repository

This repository contains Opera packages for the i386, sparc, and powerpc architectures.
/opera/
/opera-beta/
### Example apt source configuration (uncomment the version you want)
##Debian
# Opera Browser - Production release
#deb http://deb.opera.com/opera/ etch non-free
#deb http://deb.opera.com/opera/ lenny non-free
#deb http://deb.opera.com/opera/ squeeze non-free
#deb http://deb.opera.com/opera/ sid non-free
# Opera Browser - Beta release

Read the rest of this entry »