Installation CVS – Ubuntu Jaunty
August 6, 2009
as root
sudo apt-get install cvs
sudo apt-get install cvsd
*when prompted for repository location type: /myrepo
sudo cvsd-buildroot /var/lib/cvsd
sudo mkdir /var/lib/cvsd/myrepo
initialize the repository
sudo cvs -d /var/lib/cvsd/myrepo init
sudo chown -R cvsd:cvsd /var/lib/cvsd/myrepo
create a user and password
sudo cvsd-passwd /var/lib/cvsd/myrepo +username
change authentication method
sudo vi /var/lib/cvsd/myrepo/CVSROOT/config
-uncomment SystemAuth=no
to prevent connection refused
sudo vi /etc/cvsd/cvsd.conf
– change Listen * 2401 to Listen 0.0.0.0 2401
restart cvsd
sudo /etc/init.d/cvsd restart
test ur installation
cvs -d :pserver:username@localhost:/myrepo login
.
Pidgin 2.5.5 yahoo login problem?
June 20, 2009
Accounts > Modify Account > Advanced > Yahoo options > Page Server >
change scs.msg.yahoo.com to cn.scs.msg.yahoo.com
relogin.
.
Blank phpmyadmin
June 4, 2009
Have you ever facing the same problem as me -> a blank page when you tried to access your phpmyadmin page ? If so, lets fix it together
1. make sure ur apache & mysql is up and running
2. check that ur phpmyadmin folder is located in ur DocumentRoot
3. now check permission for
/etc/phpmyadmin/config-db.php
and
/etc/phpmyadmin/htpasswd.setup.
make sure those 2 files group permission same as ur apache group.
4. restart ur apache
5. gud luck
.
PCBSD
June 3, 2009
New from FreeBSD – PCBSD 7.1 for desktop now available

* Gui installer

* Easy to setup
.

