Skip to main content

Posts

debmirror on centOS

Install this packages, use rpm -i or yum (yum is better) perl-libwww-perl-5.805-1.1.1.noarch.rpm (dvd centos) perl-Compress-Zlib-1.42-1.fc6 (dvd centos) perl-Digest-SHA1-2.11-1.2.1.i386.rpm (dvd centos) perl-Net* (dvd centos) rsync (dvd centos) perl-LockFile-Simple-0.206-1.el5.rf.noarch.rpm (download) perl-Digest-MD5-M4p-0.01-1.2.el5.rf.i386.rpm (download) bzip2 (dvd centos) Then download debmirror wget http://archive.ubuntu.com/ubuntu/pool/universe/d/debmirror/debmirror_20070123ubuntu1.tar.gz Extract tar -xzvf debmirror_20070123ubuntu1.tar.gz mv debmirror_20070123ubuntu1.tar.gz debmirror cp debmirror/debmirror /usr/bin/ Run debmirror And it works! Note : you can download debmirror from another website.

Build Ubuntu Repository (feisty) from file .iso using CentOS

If you have 4 file iso that contain repository ubuntu, you can make web based ubuntu reporitory. First step, you have to make directory for mounting 4 dvd. #mkdir /media/dvd1 #mkdir /media/dvd2 #mkdir /media/dvd3 #mkdir /media/dvd4 than you have to mount your file iso. #mount -o loop /directory_youriso/ubuntu_repository_cd1.iso /media/dvd1 #mount -o loop /directory_youriso/ubuntu_repository_cd2.iso /media/dvd2 #mount -o loop /directory_youriso/ubuntu_repository_cd3.iso /media/dvd3 #mount -o loop /directory_youriso/ubuntu_repository_cd4.iso /media/dvd4 after that copy all the packages from dvd to your ubuntu directory. #mkdir /home/yourusername/ubuntu #rsync -avx --progress /media/dvd1/. /home/yourusername/ubuntu Do this step four times and don't forget to change /media/dvd1 tobe /media/dvd2, /media/dvd3 and /media/dvd4 Next step, we must copy file Packages to hardisk, #cp /media/dvd2/dist/feisty/universe/binary-i386/Packages /home/yourusername/ubuntu/dist/feisty/binary-i386/ Then...

Ubuntu “GNOME Settings Daemon”

Then it shows a error on not loading gnome-settings-deamon. “There was an error starting the GNOME Settings Daemon . Some things, such as themes, sounds, or background settings may not work correctly. And last error message was: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. GNOME will still try to restart the Settings Daemon next time you log in.” Then i search using search engine for the solution. After search for a several times and open some websites, i found 2 solution. 1. add two line in file /etc/network/interfaces: auto lo iface lo inet loopback and commenting out all entries with IPv6 then type sudo ifup lo on terminal and reboot linux box (ubuntu 7.04/feisty fawn) 2. Go in the sound preferences and disable ESD Then i use the first solution, and it works. So if you have the same problem, just do 2 ...

Word 2003 “This document couldnot be registered. It will not be possible to create links from other documents to this document.”

One day when i open a document in Ms. Word 2003, I get the message “ This document could not be registered. It will not be possible to create links from other documents to this document .” After searching using google.com and open some website, i have one solution. It’s only one maybe two step that i have to do. I open my services panel and activated my DCOM Server Process Launcher . And, it works, the message no longer show again when i open my document using word 2003. That’s all. I hope it works to you too, if you have same problem. Nb: Open services panel, just open Run (Start–> Run) and type services.msc then Enter .