No Comment
Labels:
Troubleshooting
Langkah2 untuk mengembalikan MBR windows vista yg asal telah dilakukan seperti berikut dengan menggunakan tool bootrec.exe yang terdapat dalam cd installasi windows vista yang asal (original).
bootrec.exe ini berfungsi untuk troubleshoot dan repair:
* A master boot record (MBR)
* A boot sector
* A Boot Configuration Data (BCD) store
Prosedur :
1.Masukkan cd Instalasi Windows Vista kedalamcd-rom dan start komputer.
2.Tekan mana2 kekunci bila diminta, untuk boot melalui cd-rom.
3.PIlih language, time, currency, keyboard dan input method, seterusnya klik Next.
4.Klik "Repair your computer".
5.Klik pada operating sistem yang hendak dibaiki/repair, dan klik Next.
6.Dalam "System Recovery Options" dialog box, klik Command Prompt.
7.Taip "Bootrec.exe", dan tekan ENTER.
8.Taipkan juga arahan - arahan berikut pada command prompt:
Bootrec /FixMbr
Bootrec /FixBoot
Bootrec /ScanOs
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
9.Akhir keluarkan cd windows vista dan restart pc.
Untuk windows xp boleh rujuk di sini UBUNTU UNTUK MALAYSIA
p/s.. boleh cuba gunakan arahan diatas untuk membaiki Master Boot Record yang bermasalah, atau windows tak boleh boot (keluar paparan seperti: please insert bootable disc....)
rujukan.....
bootrec.exe ini berfungsi untuk troubleshoot dan repair:
* A master boot record (MBR)
* A boot sector
* A Boot Configuration Data (BCD) store
Prosedur :
1.Masukkan cd Instalasi Windows Vista kedalamcd-rom dan start komputer.
2.Tekan mana2 kekunci bila diminta, untuk boot melalui cd-rom.
3.PIlih language, time, currency, keyboard dan input method, seterusnya klik Next.
4.Klik "Repair your computer".
5.Klik pada operating sistem yang hendak dibaiki/repair, dan klik Next.
6.Dalam "System Recovery Options" dialog box, klik Command Prompt.
7.Taip "Bootrec.exe", dan tekan ENTER.
8.Taipkan juga arahan - arahan berikut pada command prompt:
Bootrec /FixMbr
Bootrec /FixBoot
Bootrec /ScanOs
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
9.Akhir keluarkan cd windows vista dan restart pc.
Untuk windows xp boleh rujuk di sini UBUNTU UNTUK MALAYSIA
p/s.. boleh cuba gunakan arahan diatas untuk membaiki Master Boot Record yang bermasalah, atau windows tak boleh boot (keluar paparan seperti: please insert bootable disc....)
rujukan.....
No Comment
Labels:
Projek Ubuntu
My latest desktop theme :

3D Cube Desktop - Switching to another workspace

Catatan:
1. Edit warna untuk emerald theme, warna oren yang terdahulu diterangkan sedikit.
2. Edit pada CompizConfig Setting Manager untuk mengaktifkan efek 3D cube desktop.
3. Menggunakan script yang baru untuk conky (.conkyrc) dan sedikit editing pada script.

3D Cube Desktop - Switching to another workspace

Catatan:
1. Edit warna untuk emerald theme, warna oren yang terdahulu diterangkan sedikit.
2. Edit pada CompizConfig Setting Manager untuk mengaktifkan efek 3D cube desktop.
3. Menggunakan script yang baru untuk conky (.conkyrc) dan sedikit editing pada script.
No Comment
Labels:
Projek Ubuntu
Salin daripada sudosys ORIGINAL SOURCE
untuk catatan sendiri.
How to search google and wikipedia from the command line with Surfraw on Ubuntu/Debian
Surfraw stands for 'Shell Users' Revolutionary Front Against the WWW'. It's a command-line shell program for interfacing with a big number of web-based search engines. With Surfraw you can search google and wikipedia a.o. from the command line. The results will be displayed with a browser of your choice. I suggest a text browser like links2, to keep it text based. Read more to find out how to install and use it.
1. Install Links2
First we install links2 which is my favorite text browser:
sudo apt-get install links2
quick controls, type:
links2 google.com
OK it works
now type 'q' to quit
navigate with arrows, select with space and enter
esc for more options
2. Install Surfraw
sudo apt-get install surfraw
3. Configure Surfraw
sudo nano /etc/surfraw.conf
look for the line that says
def SURFRAW_text_browser sensible-browser
and change it to
def SURFRAW_text_browser links2
save and exit:
ctrl+x, y, enter
4. Search
now you're ready to go:
Start the command with 'sr', for surfraw, followed by the engine/site you want to search, and in third place your search terms. Like this
sr google sudosys
untuk catatan sendiri.
How to search google and wikipedia from the command line with Surfraw on Ubuntu/Debian
Surfraw stands for 'Shell Users' Revolutionary Front Against the WWW'. It's a command-line shell program for interfacing with a big number of web-based search engines. With Surfraw you can search google and wikipedia a.o. from the command line. The results will be displayed with a browser of your choice. I suggest a text browser like links2, to keep it text based. Read more to find out how to install and use it.
1. Install Links2
First we install links2 which is my favorite text browser:
sudo apt-get install links2
quick controls, type:
links2 google.com
OK it works
now type 'q' to quit
navigate with arrows, select with space and enter
esc for more options
2. Install Surfraw
sudo apt-get install surfraw
3. Configure Surfraw
sudo nano /etc/surfraw.conf
look for the line that says
def SURFRAW_text_browser sensible-browser
and change it to
def SURFRAW_text_browser links2
save and exit:
ctrl+x, y, enter
4. Search
now you're ready to go:
Start the command with 'sr', for surfraw, followed by the engine/site you want to search, and in third place your search terms. Like this
sr google sudosys
No Comment
Labels:
Projek Ubuntu
Installing fonts in Ubuntu
Once you have your handy collection of True Type fonts, you are going to want to create a directory to hold them. Installing the fonts system-wide will give all users access to them. First, create a font directory in /usr/share/fonts/truetype. Call this directory newfonts. Issue the command sudo mkdir /usr/share/fonts/truetype/newfonts. You will have to enter your sudo password to complete this task.
Once this directory is created, place all your *ttf or *TTF files in the newfonts directory. With the fonts in place you will then need to issue the command fc-cache -f -v to make the system aware of the new fonts. Once this is done, the system knows about the new fonts and all the system users will have access to them.
If you want to make these fonts available only to specific users, then you will follow the same directions except you will add the fonts only to the users’ ~/.fonts directory. If the ~/.fonts directory doesn’t exist, create it with mkdir ~/.fonts (while logged into the specific users’ accounts). Now move (or copy) all of the *ttf and/or *TTF files into the new directory and run fc-cache -f -v to make the users’ accounts aware of the fonts.
If you have a single-user machine, go with the latter version.
Installing fonts in Fedora 7 (or higher)
Installing fonts in Fedora is a simpler task. You really only need to dump your *ttf or *TTF files into the user’s ~/.fonts directory, log out, and log back in. The fonts will be recognized without any special tricks.
Installing MS Fonts
There are many times you will want Microsoft fonts on your system. Fortunately this is only a matter of installing the msttcorefonts package. This is done one of two ways:
on an apt-based machine:
apt-get install msttcorefonts
on a yum based machine:
wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec
yum install rpm-build cabextract
rpmbuild -ba msttcorefonts-2.0-1.spec
yum localinstall –nogpgcheck /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm
Once you have your handy collection of True Type fonts, you are going to want to create a directory to hold them. Installing the fonts system-wide will give all users access to them. First, create a font directory in /usr/share/fonts/truetype. Call this directory newfonts. Issue the command sudo mkdir /usr/share/fonts/truetype/newfonts. You will have to enter your sudo password to complete this task.
Once this directory is created, place all your *ttf or *TTF files in the newfonts directory. With the fonts in place you will then need to issue the command fc-cache -f -v to make the system aware of the new fonts. Once this is done, the system knows about the new fonts and all the system users will have access to them.
If you want to make these fonts available only to specific users, then you will follow the same directions except you will add the fonts only to the users’ ~/.fonts directory. If the ~/.fonts directory doesn’t exist, create it with mkdir ~/.fonts (while logged into the specific users’ accounts). Now move (or copy) all of the *ttf and/or *TTF files into the new directory and run fc-cache -f -v to make the users’ accounts aware of the fonts.
If you have a single-user machine, go with the latter version.
Installing fonts in Fedora 7 (or higher)
Installing fonts in Fedora is a simpler task. You really only need to dump your *ttf or *TTF files into the user’s ~/.fonts directory, log out, and log back in. The fonts will be recognized without any special tricks.
Installing MS Fonts
There are many times you will want Microsoft fonts on your system. Fortunately this is only a matter of installing the msttcorefonts package. This is done one of two ways:
on an apt-based machine:
apt-get install msttcorefonts
on a yum based machine:
wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec
yum install rpm-build cabextract
rpmbuild -ba msttcorefonts-2.0-1.spec
yum localinstall –nogpgcheck /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm
No Comment
Labels:
Projek Ubuntu
Gagal memasang ATI restricted driver dalam Ubuntu secara menggunakan GUI (System-->Administration-->Hardware Driver)?
Penyelesaian: LINK ASAL
Menggunakan Terminal
sudo apt-get update
sudo apt-get install linux-restricted-modules-generic restricted-manager
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo gedit /etc/X11/xorg.conf
(pada :device section, jika tiada tambah command berikut)
Driver "fglrx"
sudo aticonfig --initial -f
(restart pc)
(check samada driver ATI sudah diinstall atau belum)
fglrxinfo
Penyelesaian: LINK ASAL
Menggunakan Terminal
sudo apt-get update
sudo apt-get install linux-restricted-modules-generic restricted-manager
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo gedit /etc/X11/xorg.conf
(pada :device section, jika tiada tambah command berikut)
Driver "fglrx"
sudo aticonfig --initial -f
(restart pc)
(check samada driver ATI sudah diinstall atau belum)
fglrxinfo
No Comment
Labels:
Projek Ubuntu
2 - 3 hari sibuk dengan laptop. Format balik, dual boot ubuntu-vista. Setting up balik seperti berikut:
1.install Ubuntu secara manual. Kali ini buat 2 partition sahaja iaitu system partition -- ext3 dan mount pada / dan juga select sebagai main partition. Partition swap juga dibuat -- 2 kali ganda nilai RAM.
2.set pada software resources -- choose best server
3.update
4.sudo apt-get install msttcorefonts
5.pasang compiz fusion manager (ccsm) dan compiz fusion icon
6.pasang emerald theme manager
7.set pada compiz fusion manager (ccsm) atau compiz fusion icon -- windows decorator
8.setkan windows decorator kepada -- emeralad atau command berikut : emerald --replace
9.pasang mycustome emerald theme
10.pasang mycustom GTK theme
11.sudo apt-get install conky
12.edit dan copy paste .conkyrc dalam home folder
13.test pd terminal taip conky.
14.masukkan script dan font yg berkaitan
15.test skali lagi, puas hati baru setkan pada session, add Name:Conky Command:conky
16.Log out-Log in
17.Pasang wallpaper -- hampir 1 hari cari wallpaper
18.Testing Pidgin -- tak berfungsi hampir 12 jam -- tak tau kenapa
akhirnya siap lah desktop aku :
1.install Ubuntu secara manual. Kali ini buat 2 partition sahaja iaitu system partition -- ext3 dan mount pada / dan juga select sebagai main partition. Partition swap juga dibuat -- 2 kali ganda nilai RAM.
2.set pada software resources -- choose best server
3.update
4.sudo apt-get install msttcorefonts
5.pasang compiz fusion manager (ccsm) dan compiz fusion icon
6.pasang emerald theme manager
7.set pada compiz fusion manager (ccsm) atau compiz fusion icon -- windows decorator
8.setkan windows decorator kepada -- emeralad atau command berikut : emerald --replace
9.pasang mycustome emerald theme
10.pasang mycustom GTK theme
11.sudo apt-get install conky
12.edit dan copy paste .conkyrc dalam home folder
13.test pd terminal taip conky.
14.masukkan script dan font yg berkaitan
15.test skali lagi, puas hati baru setkan pada session, add Name:Conky Command:conky
16.Log out-Log in
17.Pasang wallpaper -- hampir 1 hari cari wallpaper
18.Testing Pidgin -- tak berfungsi hampir 12 jam -- tak tau kenapa
akhirnya siap lah desktop aku :
![]() |
| From My screenshot |
2
comments
Akhirnya berjaya menggunakan theme Die Hard 4.0 yang diambil dari Mr. Funk. Credit to Mr. Funk --- Original Link
No Comment
Labels:
Projek Ubuntu
Akhirnya, dapat juga setup desktop theme Matthew Farrel di Ubuntu.

Catatan:
1.Install Compiz Fusion dan Beryl - Dalam Synaptic Package
2.Install Emeral Theme Manager - Dalam Synaptic Package
3.Install theme Matthew Farrel.emerald menggunakan Emerald Theme Manager
4.Run kan Compiz Fusion Icon
5.Install Matthew Farrel GTK theme guna appearance (default theme manager)
6.Ikon set kepada Tangarine
7.Selesai

Catatan:
1.Install Compiz Fusion dan Beryl - Dalam Synaptic Package
2.Install Emeral Theme Manager - Dalam Synaptic Package
3.Install theme Matthew Farrel.emerald menggunakan Emerald Theme Manager
4.Run kan Compiz Fusion Icon
5.Install Matthew Farrel GTK theme guna appearance (default theme manager)
6.Ikon set kepada Tangarine
7.Selesai
No Comment
Labels:
Projek Ubuntu
Hari ni tukar semua sistem balik dari KDE Desktop Manager kepada GNOME Desktop Manager. Jalan terakhir proses penukaran dengan format dan install semula UBUNTU kerana penukaran KDE ke GNOME menggunakan arahan sudo pada terminal tidak menjadikan UBUNTU sepertimana yang asal selain daripada faktor kurangnya ilmu penulis :D. Sistem juga selalu crash dan tidak stabil.
Catatan:
1.KDE dari segi GUI memang cantik tetapi tidak berapa stabil dan berat untuk digunakan jika dibandingkan dengan GNOME Desktop Manager yang lancar, tetapi terlampau simple.
2.Reinstall kali kedua memerlukan partition dibuat secara manual iaitu
Partition Linux Swap -- 2 x Saiz Ram = 3000 MB
Partition root -- ext2 -- mount pada /
Partition ??? -- ext 3 -- mount pada /home
Selesai install UBUNTU kali kedua dengan jayanya pada 23/11/2008 pukul 6.50 petang.
b4rr4cud4 signing off
Catatan:
1.KDE dari segi GUI memang cantik tetapi tidak berapa stabil dan berat untuk digunakan jika dibandingkan dengan GNOME Desktop Manager yang lancar, tetapi terlampau simple.
2.Reinstall kali kedua memerlukan partition dibuat secara manual iaitu
Partition Linux Swap -- 2 x Saiz Ram = 3000 MB
Partition root -- ext2 -- mount pada /
Partition ??? -- ext 3 -- mount pada /home
Selesai install UBUNTU kali kedua dengan jayanya pada 23/11/2008 pukul 6.50 petang.
b4rr4cud4 signing off
No Comment
Labels:
Projek Ubuntu
1. Gerakkan kursor/mouse ke icon seperti dalam gambar di bawah.

2. Klik kanan, akan keluar menu seperti berikut.

3. Klik pada "Edit Connection" akan keluar pula menu berikut.

4. Gerakkan kursor/mouse pada "New Connection"

5. Klik butang kiri mouse dan pilih jenis sambungan anda, pilih "Wired" jika menggunakan kabel network.

6. Akan keluar "entry" seperti berikut, pastikan anda telah memilih/menetapkan ip untuk pc anda, katakan dalam contoh ini, ip bagi pc adalah 192.168.1.7

7. Isikan seperti nilai yg tertera dalam gambar dibawah kecuali nilai IP Adress, nilai IP Adress adalah mengikut pilihan/tetapan anda sendiri, dalam contoh ini adalah 192.168.1.7 Lain-lain nilai seperti Netmask, Gateway dan DNS Adress adalah sama seperti dibawah. DNS Adress ni adalah untuk pengguna Streamyx Broadband, lain2 ISP sila consult/rujuk dgn ISP masing2.

8. Klik "Next"

9. Letaklah apa-apa nama dalam "Connection Name" sebagai contoh "My Torrent" dan klik "Save"

10. Klik "Close"

11. Gerakkan kursor/mouse ke icon network seperti gambar di bawah dan klik kanan.

12. Pilih "My Torrent (Manual IP Config)" dan klik butang kiri mouse.

13. Dalam kes ini, client yang digunakan adalah Deluge. Buka client Deluge pergi pada ----> Edit ----> Preference

14. Klik pada "Network"

15. Masukkan nilai ports form : 51413 dan to : 51413 dan klik butang "Test Active Port" . Jika berjaya, klik "Apply" dan "OK", jika tidak berjaya, cuba ulang dan semak semula langkah diatas.

16. Jika port dah open, paparan berikut muncul. Jangan lupa klik "Apply" dan "Ok" untuk setting network berkenaan.

Catatan : nilai port 51413 itu user yang pilih dan tetapkan sendiri dalam lingkungan angka 40000 hingga 65000.. Selamat mencuba.

2. Klik kanan, akan keluar menu seperti berikut.

3. Klik pada "Edit Connection" akan keluar pula menu berikut.

4. Gerakkan kursor/mouse pada "New Connection"

5. Klik butang kiri mouse dan pilih jenis sambungan anda, pilih "Wired" jika menggunakan kabel network.

6. Akan keluar "entry" seperti berikut, pastikan anda telah memilih/menetapkan ip untuk pc anda, katakan dalam contoh ini, ip bagi pc adalah 192.168.1.7

7. Isikan seperti nilai yg tertera dalam gambar dibawah kecuali nilai IP Adress, nilai IP Adress adalah mengikut pilihan/tetapan anda sendiri, dalam contoh ini adalah 192.168.1.7 Lain-lain nilai seperti Netmask, Gateway dan DNS Adress adalah sama seperti dibawah. DNS Adress ni adalah untuk pengguna Streamyx Broadband, lain2 ISP sila consult/rujuk dgn ISP masing2.

8. Klik "Next"

9. Letaklah apa-apa nama dalam "Connection Name" sebagai contoh "My Torrent" dan klik "Save"

10. Klik "Close"

11. Gerakkan kursor/mouse ke icon network seperti gambar di bawah dan klik kanan.
12. Pilih "My Torrent (Manual IP Config)" dan klik butang kiri mouse.

13. Dalam kes ini, client yang digunakan adalah Deluge. Buka client Deluge pergi pada ----> Edit ----> Preference

14. Klik pada "Network"

15. Masukkan nilai ports form : 51413 dan to : 51413 dan klik butang "Test Active Port" . Jika berjaya, klik "Apply" dan "OK", jika tidak berjaya, cuba ulang dan semak semula langkah diatas.

16. Jika port dah open, paparan berikut muncul. Jangan lupa klik "Apply" dan "Ok" untuk setting network berkenaan.

Catatan : nilai port 51413 itu user yang pilih dan tetapkan sendiri dalam lingkungan angka 40000 hingga 65000.. Selamat mencuba.
1 comments
Labels:
Projek Ubuntu
Jenis Modem : WAG200G
Specification :
* ADSL2+ Modem, Internet-sharing Router, 4-Port Switch and Wireless-G Access Point in one box
* High-speed ADSL2+ Modem gives you a fast, "Always On" connection to the Internet
* Connect your home PCs and other wireless devices to the Gateway and the Internet using the built-in Wireless-G Access Point, or connect directly with the 4-port Ethernet Switch
* Advanced Firewall, Content Filtering and Security features protect your PCs, your data, and your family

Detail tentang modem SINI
1. Mula-mula buka web browsing , contoh Mozilla Firefox atau pun Internet Explorer


2. Taip dalam ruangan url nombor IP bagi modem/router iaitu 192.168.1.1

3. Masukkan username dan password (default/standard adalah username=admin password=admin)

4. Pilih "Application and Gaming"


5. Pastikan anda telah memilih ip statik untuk laptop/pc anda , sebagai contoh ip statik untuk pc adalah 192.168.1.7 dan port yang telah dipilih ialah 51413 (dalam area 40000 hingga 65000). Masukkan nilai IP dan PORT yang telah dipilih kedalam baris 2 yang terakhir sperti dibawah. Masukkan nama "Application" = sebarang nama contoh utor, "External Port dan Internal Port" = Port yang telah kita pilih contoh 51413 dan pilih TCP untuk baris kedua terakhir dan UDP untuk baris terakhir. Masukkan angka 7 bagi kedua-dua baris yg terakhir menjadikan IP = 192.168.1.7 bagi kedua-dua baris terakhir dan jgn lupa tickkan kedua-dua dalam kotak dihujung sekali bagi tujuan "Enable"

6. Klik butang "Save Setting" (bahagian bawah belah kiri)
Selamat mencuba..
Specification :
* ADSL2+ Modem, Internet-sharing Router, 4-Port Switch and Wireless-G Access Point in one box
* High-speed ADSL2+ Modem gives you a fast, "Always On" connection to the Internet
* Connect your home PCs and other wireless devices to the Gateway and the Internet using the built-in Wireless-G Access Point, or connect directly with the 4-port Ethernet Switch
* Advanced Firewall, Content Filtering and Security features protect your PCs, your data, and your family

Detail tentang modem SINI
1. Mula-mula buka web browsing , contoh Mozilla Firefox atau pun Internet Explorer


2. Taip dalam ruangan url nombor IP bagi modem/router iaitu 192.168.1.1

3. Masukkan username dan password (default/standard adalah username=admin password=admin)

4. Pilih "Application and Gaming"


5. Pastikan anda telah memilih ip statik untuk laptop/pc anda , sebagai contoh ip statik untuk pc adalah 192.168.1.7 dan port yang telah dipilih ialah 51413 (dalam area 40000 hingga 65000). Masukkan nilai IP dan PORT yang telah dipilih kedalam baris 2 yang terakhir sperti dibawah. Masukkan nama "Application" = sebarang nama contoh utor, "External Port dan Internal Port" = Port yang telah kita pilih contoh 51413 dan pilih TCP untuk baris kedua terakhir dan UDP untuk baris terakhir. Masukkan angka 7 bagi kedua-dua baris yg terakhir menjadikan IP = 192.168.1.7 bagi kedua-dua baris terakhir dan jgn lupa tickkan kedua-dua dalam kotak dihujung sekali bagi tujuan "Enable"

6. Klik butang "Save Setting" (bahagian bawah belah kiri)
Selamat mencuba..
No Comment
Labels:
Projek Ubuntu
Terjumpa panduan untuk memasang OpenOffice 3.0 untuk Ubuntu Intrepid Ibex di forum Ubuntu Malaysia. Belum sempat untuk mencuba. Akan cuba nanti. Link panduan tersebut KLIK SINI
Catatan Untuk Sendiri:
OK, so... first thing, you must add the OpenOffice.org 3.0 repositories, then upgrade the installed packages. Follow the steps below!
STEP 1 - Add the OpenOffice.org 3 repositories
Go to System -> Administration -> Software Sources...
Go to the second tab, "Third-Party Software," click on the "Add" button, and paste the line below...
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
Now, click the “Close” button, then the “Reload” one and wait for the application to close!
STEP 2 - Update OpenOffice to version 3.0.0
When the Software Sources window will close itself, the update icon will appear in the system tray...
Click on it and update your system! That's all, folks! Your open source office suite will be up-to-date from now on.
Catatan Untuk Sendiri:
OK, so... first thing, you must add the OpenOffice.org 3.0 repositories, then upgrade the installed packages. Follow the steps below!
STEP 1 - Add the OpenOffice.org 3 repositories
Go to System -> Administration -> Software Sources...
Go to the second tab, "Third-Party Software," click on the "Add" button, and paste the line below...
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
Now, click the “Close” button, then the “Reload” one and wait for the application to close!
STEP 2 - Update OpenOffice to version 3.0.0
When the Software Sources window will close itself, the update icon will appear in the system tray...
Click on it and update your system! That's all, folks! Your open source office suite will be up-to-date from now on.
No Comment
Labels:
Projek Ubuntu
Semalam telah berjaya menukar GUI desktop dari GNOME (default) ke KDE 4.1 dengan merujuk kepada ubuntugeek.
Hasil :

Setelah selesai menukar "desktop environment" sempat melihat video cerita Batman Dark Night menggunakan "Totem Media Player"

Catatan untuk diri sendiri: (Untuk Ubuntu 8.10 - Intrepid IBEX sahaja)
Change desktop environment from GNOME to KDE 4.1
1.First you need to edit the /etc/apt/sources.list file
# sudo gedit /etc/apt/sources.list
2.add the following line
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main
3.save and exit the file
4.Update the source list using the following command
# sudo aptitude update
5.Install KDE4 desktop Environment using the following command
# sudo aptitude install kubuntu-kde4-desktop
6.Enter your password and press Y when asked if you want to continue.
7.Configure kdm, KDE’s graphical login manager screen. Press Enter.
8.Here you need to select which desktop enviroment you want to use as default on for Gnome select gdm and for KDE select kdm select ok and press enter
9.This will install all the required packages for KDE4
10.Running KDE Session
11.After finishing installation you need to logout from your current session.In login window click on Options—> Select Session…
12.Select KDE click on Change Session
13.Select your option here you want to run just for this session or default Desktop Environment
14.KDE 4.1 is loading
15.KDE 4.1 Desktop
Original source is here How to install KDE 4.1 on Ubuntu
Hasil :

Setelah selesai menukar "desktop environment" sempat melihat video cerita Batman Dark Night menggunakan "Totem Media Player"

Catatan untuk diri sendiri: (Untuk Ubuntu 8.10 - Intrepid IBEX sahaja)
Change desktop environment from GNOME to KDE 4.1
1.First you need to edit the /etc/apt/sources.list file
# sudo gedit /etc/apt/sources.list
2.add the following line
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main
3.save and exit the file
4.Update the source list using the following command
# sudo aptitude update
5.Install KDE4 desktop Environment using the following command
# sudo aptitude install kubuntu-kde4-desktop
6.Enter your password and press Y when asked if you want to continue.
7.Configure kdm, KDE’s graphical login manager screen. Press Enter.
8.Here you need to select which desktop enviroment you want to use as default on for Gnome select gdm and for KDE select kdm select ok and press enter
9.This will install all the required packages for KDE4
10.Running KDE Session
11.After finishing installation you need to logout from your current session.In login window click on Options—> Select Session…
12.Select KDE click on Change Session
13.Select your option here you want to run just for this session or default Desktop Environment
14.KDE 4.1 is loading
15.KDE 4.1 Desktop
Original source is here How to install KDE 4.1 on Ubuntu
No Comment
Labels:
Tutorial
Dibawah adalah cara-cara membuat watermark pada movie/video anda dengan menggunakan perisian SONY Vegas Platinum Edition.
harap klip video di atas dapat membantu.....
download versi windows media player DISINI
harap klip video di atas dapat membantu.....
download versi windows media player DISINI
No Comment
Labels:
Projek Ubuntu

Hari ni lepas saja membaca artikel pertama tentang Ubuntu dari blog Ubuntu Untuk Malaysia, terasa tertarik nak mencuba. Sebelum ni pernah mencuba linux versi Suse 6.2 tapi dah tak ingat macam mana nak install sebab pada masa itu proses installasi baru 70% auto. Mengikut apa yang dibaca dari posting dalam blog Ubuntu Untuk Malaysia ni, proses memasang Ubuntu - Linux ni tersangat mudah termasuk konfigurasi hardwarenya. Langkah pertama adalah dengan menyedut fail os ubuntu dari official web dia. Selesai untuk itu pada hari ni, sekarang tengah memikir samada:
1. Pasang ubuntu secara single pada satu pc/laptop atau
2. Menjadikan laptop yang ada Windows Vista Home Premium ori sebagai dual booting dengan ubuntu.
Subscribe to:
Posts (Atom)

