The best ubuntu and debian blogThe best ubuntu and debian blogSharing Linux knowledge especially for Ubuntu and Debian Linux. Provide tips and news about linux and open source. Articles
New Ubuntu 8.04 (Hardy Heron)
2008-05-11 06:28:00 This is the way I like with Ubuntu . Its a productive distro and the main reason is its user friendly Linux ever (Just my opinion). Last day, I just send email to all my staff. Oh God, they are reply my email with the good comments, even they ask me the CD (hahahaha...become supplier for my office).Below is the good thing about latest Ubuntu 8.04:1. The desktop CD allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later.2. You will need at least 384MB of RAM to install from this CD.3. Coming on 2 type: Desktop and Server4. Holy shits...its can install on windows. See picture below. This is the screen shot when you put your CD on your CD drive.5. New desktop appearance. (Nice desktop graphic)Hopefully the Ubuntu can be the best distro/Linux flavor on the future. More About: Hardy , Hardy Heron
Great stuff from Amazon.com for Ubuntu fan
2008-01-17 08:28:00 Amazon.com Widgets More About: Amazon , Ubuntu , Great , Stuff
Ubuntu 7.10 with Beryl 0.20 video
2008-01-02 02:37:00 Above is video about Ubuntu 7.10(Gutsy Gibbon) with Beryl 0.20 install. Its rock baby!Video from: skataliticoatl......thanks
How to: Install IE4Linux on Ubuntu 7.10 (Gutsy Gibbon)
2007-12-26 02:25:00 Hi guy!, I just post this matter after I have asking from my friend, how to install "Internet Explorer " on Linux . Sometime, web base application didn't matching the code with others browser. Thats why my friend ask me to do that. I suggest him to use IE4Linux. This is the way I install the IE4Linux on Ubuntu 7.10(Gutsy Gibbon )1. Make sure you login your Ubuntu Linux with normal user. Don't login as root. Sometime IE4Linux won't come out or launching when you login as root after install.2. Open your terminal3. Open /etc/apt/sources.list with command. For this case I use gedit. Please use your favorite editor for easy editing. For example Vi editor, Nano editor etc.sudo gedit /etc/apt/sources.list4. Uncomment (or add) following lines:deb http://us.archive.ubuntu.com/ubuntu gutsy universe5. Add this line:deb http://wine.budgetdedicated.com/apt gutsy main6. Close gedit. Update and install wine and cabextract:wget -q http://wine.budgetdedicated.com/apt/387EE 263.gpg -O- | sudo apt-key...
How to : Play a real media file
2007-12-08 01:13:00 Hi, to play a real media file you need this component. I have tested it on Ubuntu 7.10 before. This is the easy way I do it:1. Install the Kaffeine player. To install just go to 'Synaptic Package Manager' and search for it. Then, 'Mark for Installation' to install the Kaffeine.2. You need download the "essential codecs package" from MPlay er download page: http://www.mplayerhq.hu3. Make directory name "win32" in the /usr/lib with your terminal. Please doing this section with root privilage. Its become /usr/lib/win32 .4. Extract the "essential codecs package" that you have download before and copy all the contents to /usr/lib/win32 .5. Open Kaffeine player. For the 1st time the kaffeine can't play the real media. This is because the codec is not define properly. What you can do is, just go to settings --> xine engine --> parameters --> decoder and type /usr/lib/win32 under the external Real Media codecs path. Now you can enjoy watching your real media file. Thats all. More About: How To , File
Tomboy: The easiest Note-taking Program (Ubuntu 7.10)
2007-11-08 13:57:00 Relatively new application that has found its way into recent versions of almost all Linux distributions is Tomboy . It is in cross-indexing tool and a quick publisher all rolled into one. Tomboy is also very addictive and easy to use, and does away with the hassle of naming files and remembering the directory paths. It is an evolving application and the latest release is still at version 0.6.To start:1. Go to Application --> Accessories --> Tomboy Note s, which lunched Tomboy as an applet on your panel. Once lunched it remains active and you can access your note quickly from the applet icon till you log out or quit the applet.2. To give automatic lunched Tomboy every time you boot the system; you can use this guide (for gnome):right-clicking on an empty space on the panel and selecting the 'Add to Panel' option. Once you have 'Add to Panel' window up, select the Tomboy Notes application and click the 'Add' button to add it in your panel.Many feature Tomboy can do. For more info... More About: Ubuntu , Program , Taking
How to: Easy install Automatix2 on Ubuntu 7.10 (Gusty Gibbon)
2007-11-05 02:35:00 1. Go to this link http://www.getautomatix.com/wiki/index.ph p?title=Installation2. Select your machine architecture. For this example, I choose 2.1 Ubuntu 7.10 (Gutsy i386) because my machine is i386 base architecture.3. Click on http://www.getautomatix.com/apt/dists/gut sy/main/binary-i386/automatix2_2.0.5-7.10 gutsy_i386.debto download the software.4. The package installer will pop up. Choose the default. Open with Gdebi Package Installer5. Wait until finish. To open Automatix 2, go to your desktop and click on Application --> System Tools --> AutomatixThats all.See also previous post:Easy Install Automatix2 on Ubuntu 7.04 (Feisty Fawn) More About: How To
The solution for Ubuntu 7.04 to work with projector
2007-08-29 03:25:00 This is the solution for Ubuntu 7.04 to work with projector properly. Add 3 lines to the /etc/X11/xorg.conf file, and restart the X-Window.Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Inte Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" Option "Clone" "true" Option "DevicePresence" "true"EndSectionFinish... More About: How To , Work , Projector , Solution
How to: Setup file sharing using samba on Ubuntu 7.04 (Fiesty Fawn)
2007-08-27 09:20:00 These are steps to setup file sharing using samba on Ubuntu 7.04:To install samba1. Open Synaptic package manager. System --> Administration --> Synaptic Package Manager.2. Click search button and search 'samba' like picture below3. Right click on word samba and mark for installation.4. Click button Apply in your synaptic.5. They will install and wait until finish.To configure:1. Go to System --> Administration --> Shared Folders.2. Click Add button to add the sharing folder like picture below.3. Under Shared Folder, enter what path you need to shared. For example root. You shared folder will be in /root. Leave a default on Share through.4. Under Share Properties, enter a name for shared folder name and also enter the discription such as "marketing_file". Click ok to finish.To access the shared file:1. Open your file explorer and type the address. For example, smb://(ip. no or your server name)or2. In windows, open your "windows explorer". Type the same address above.Thats all. More About: File Sharing , How To , Samba , File
How to: Install Clamav and it's GUI (Ubuntu 7.04)
2007-08-23 04:15:00 These are steps for install Clam av and it's GUI.1. Open Synaptic Package Manager2. Search "clamav" without "'3. Click and install clamav, clamav-base, clamav-freshclam, clamav-getfiles, and clamtk (this is for clamav user interface).4. Click Apply on your synaptic. The system will install all software including the dependencies automatically. Wait until finish. Close the Synaptic.Go to you desktop Application --> Accessories --> Virus Scanner to open the clamav GUI.Using clamav with command line:freshclam for update the definition.clamscan for scanningfor detail for each commands, type man (the command).Thats all. More About: How To , Ubuntu , Lama
How to: Install and uninstall KDE on Ubuntu 7.04 (Feisty Fawn)
2007-08-22 02:40:00 Hi, these are guides to install and how to uninstall the KDE (Kubuntu) on Ubuntu 7.04:To install1. Open your terminal.2. Type sudo apt-get install kubuntu-desktop. The system will ask you if you want to use kdm or gdm. gdm is recommended.3. To go with KDE environment; you must logout the desktop. To logout go to System -> Quit -> Log Out.4. After reboot, choose Sessions: KDETo uninstall1. sudo apt-get remove kubuntu-desktop2. If you used aptitude to install other desktop environments, use this command:sudo aptitude remove kubuntu-desktopThats all ^_^ More About: How To , Feisty Fawn , Feisty , Uninstall
How to: Install Internet Explorer (IE) on Ubuntu 7.04 in 10 minute
2007-08-15 06:17:00 These are the steps:1) First, you need to install software call Wine. 2) Open your terminal and login as root.Type; For gpg key: wget -q http://wine.budgetdedicated.com/apt/387EE 263.gpg -O- | sudo apt-key add - Download and install:wget http://wine.budgetdedicated.com/apt/sourc es.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.listWait until its finish and install. 3) Download cabexract. Open your browser and enter a url http://packages.ubuntu.com/cgi-bin/downlo ad.pl?arch=i386&file=pool%2Funiverse%2Fc% 2Fcabextract%2Fcabextract_1.2-2_i386.deb& amp;md5sum=b9f48e133c4d2a522178c03590b8ad 29&arch=i386&type=main Click the mirror do you like to download cabexract and open with Gdebi Package Installer. Its will install automatically. 4) Download a IE4linux: wget http://www.tatanka.com.br/ies4linux/downl oads/ies4linux-latest.tar.gz Untar it.tar zxvf ies4linux-latest.tar.gzGo to directorycd ies4linux-*Intall and run./ies4linuxIts will ask you to install the IE. Follow the instructi... More About: Linux , Internet , How To , Internet Explorer , Ubuntu
Another Ubuntu Flavor: Ubuntu Studio
2007-08-03 14:39:00 Ubuntu Studio bills itself as the "multimedia creation flavor of Ubuntu," an official Ubuntu project "aimed at the GNU/Linux audio, video, and graphic enthusiast as well as professional." It is certainly flashy on the outside -- even if it is mostly the same Ubuntu Linux distro under the hood."We provide a suite of the best open-source applications available for multimedia creation. Completely free to use, modify and redistribute. Your only limitation is your imagination."For me, this Linux is nice for multimedia. Current release is UbuntuStudio 7.04. Congratulation to Ubuntu Team that make this distro (Ubuntu Flavor ) alive!.Some screen shots. Follow this link:http://ubuntustudio.org/screenshotsT o download:http://ubuntustudio.org/download sWiki:https://wiki.ubuntu.com/UbuntuStudi oSupport:http://ubuntustudio.org/support More About: News , Ubuntu , Ubuntu Studio
Linux Networking No.6 : TCP/IP and Ports
2007-07-30 06:20:00 The list of known services and their relative ports is generally found in /etc/services. The official and associated is managed by the IANA(Internet Assigned Numbers Authority).We will look at the output of portscans. Beware that unauthorised portscanning is illegal although many use them.Here is the output of a portscan:Port state Services21/tcp open ftp22/tcp open ssh23/tcp open telnet25/tcp open smtp70/tcp open gopher79/tcp open finger80/tcp open httpThis shows open ports, these are ports being used by an application.the /etc/services main ports (examples):ftp-data 20/tcpftp 21/tcpfsp 21/udp fspdssh 22/tcp # SSH Remote Login Protocolssh 22/udptelnet 23/tcpsmtp 25/tcp mailwww 80/tcp http # WorldWideWeb HTTPwww ... More About: Linux , Networking , Ports , Workin
Easy Install Automatix2 on Ubuntu 7.04 (Feisty Fawn)
2007-07-17 05:59:00 Automatix is collaborating with Technalign Inc. to bring a lot of new and exciting commercial software to Automatix users. Automatix2 now comes with Crossover Office Standard and Professional on Ubuntu 7.04 amd64 (which basically means you can run a ton of 32 bit windows software on Ubuntu 7.04 amd64).These is the easy step to install Automatix2 on Ubuntu 7.04:1. Go to this link http://www.getautomatix.com/wiki/index.ph p?title=Installation2. Select your machine architecture. For this example, I choose 2.1 Ubuntu 7.04 (Feisty i386) because my machine is i386 base architecture.3. Click on http://www.getautomatix.com/apt/dists/fei sty/main/binary-i386/automatix2_1.1-4.11- 7.04feisty_i386.debto download the software. See picture.4. The package installer will pop up like picture below. Choose the default. Open with Gdebi Package Installer5. Wait until finish. To open Automatix2, go to your desktop and click on Application --> System Tools --> Automa... More About: How To , Guides , Feisty Fawn , Softwares
Linux Networking no.5: Round Robin DNS Load Balancing
2007-07-13 03:36:00 How DNS load balancing worksWhen the request comes to the DNS server to resolve the domain name, it gives out one of the several canonical names in a rotated order. This redirects the request to one of the several servers in a server group. Once the BIND feature of DNS resolves the domain to one of the servers, subsequent requests from the same client are sent to the same server.DNS load balancing implementation (Multiple CNAMES)This approach works for BIND 4 name servers, where multiple CNAMES are not considered as a configuration error. Assuming there are 4 web servers in the cluster configured with IP addresses 192.168.1.[1-4], add all of them to the DNS with Address records (A Names) as below. The server[1-4] can be set to any name you want, such as foo[1-4], but should match the next step.server1 IN A 192.168.1.1server2 IN A 192.168.1.2server3 IN A 192.168.1.3server4 IN A 192.168.1.4Add the following canonical names to resolve www.yourdomain.com to one of these serv... More About: Linux , Networking , Tips , Guides , Load
Linux Networking no.4: Common Network Tools
2007-07-06 10:39:00 Here is a short list of tools helpful when trouble shouting network connections.1. ping:This tools sends and ICMP ECHO_REQUEST datagram to a host and expects an ICMP ECHO_RESPONSE.Options for ping-b ping a broadcast address-c send N packets-q quiet mode: Display only start and end messages2. tcpdump:This is a tool used to analyse network traffic by capturing network packets. The following commands illustrate some options:Let tcpdump autodetect network interfacetcpdumpSpecify a network interface to capture packets fromtcpdump -i wlan0 (wlan0 is your network interface card)Give an expression to matchtcpdump host 192.168.10.1 and port 803. netstatGet information on current network connections, the routing table or interface statistics depending on the options used.Option for netstat:-r same as /sbin/route-l display list of interface-n don't resolve IP address-p returns the PID and names of programs (only for root)-v verbose-c continuous update4. arp:Dis... More About: Linux , Tools , Networking , Tips , Network
Linux Networking no.3: Stop and Start Networking
2007-07-06 10:16:00 Stop and start networking in Linux is quite defference with windows. Some peoples like to start and stop their networking with this command:1. To start on Ubuntu Linux (network script):/etc/init.d/networking start2. To stop/etc/init.d/networking stopOn Debian similar commands are used as above.butDo you know other command?The others command is:To start :ifup eth0 (eth0 is your network card name)To stop:ifdown eth0That all. More About: Networking , Tips , Guides , Start
Linux Networking no.2 : DNS Resolve with Dig
2007-07-02 12:38:00 Using dig command on your terminal to resolve a domain.1. Open terminal and type dig foodmalaysia.net. See picture below for sample result.2. To check your local webserver is responsible for this domain, use the following command: dig @localhost foodmalaysia.net3. Use also this command to check your mailserver responsibelity dig MX foodmalaysia.net4. To get all available command, run this command: dig --help5. A more detailed and description, type this command for linux manpage: man dig To quit in this manpage, press button Q on your keyboard. More About: Linux , Networking , Tips , Guides , Workin
Linux Networking no.1: IP Address classes
2007-07-02 12:26:00 Internet protocol (IP) defines the structure of packet of data (datagrams) that are exchanged over the network.IP address classes have a following range:Class A: 0.0.0.0 to 127.255.255.255Class B: 128.0.0.0 to 192.255.255.255Class C: 192.0.0.0 to 223.255.255.255Class D: 224.0.0.0 to 239.255.255.255Class E: 240.0.0.0 to 247.255.255.255Run ifconfig at your terminal to see you IP and refer back in this article for classes. More About: Linux , Networking , Tips , Guides , Classes
How to know your Ubuntu release version
2007-06-30 06:11:00 How to know your Ubuntu Linux release version?Its easy. Follow these steps:1. Open your terminal2. Login as root3. Type cat /etc/issue.netIts will display your version something like this:Ubuntu 7.04OR go to your desktop, system->about ubuntu->version and release numbersORlsb_release -aIt's will display like this:No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 7.04Release : 7.04Codename: feistyThats all. More About: How To , Tips , Guides
Dell Offer Open Source Software for their machine (Ubuntu Linux OS)
2007-06-24 04:33:00 Be proud! Dell has announce Ubuntu Linux for his machine. For advanced users and tech enthusiasts, Dell happy to offer a new open-source operating system, so you can dive in and truly enjoy a PC experience just the way you want it. In addition to the FreeDOS systems Dell already offer, they are proud to announce PCs with Ubuntu.See this link to believe:http://www.dell.com/content/topic s/segtopic.aspx/linux_3x?c=us&cs=19&l =en&s=dhs More About: Software , News , Open Source
How to install Beryl on Ubuntu 7.04 (Feisty)
2007-06-21 05:14:00 Hi there, do you know about Beryl . Beryl is an OpenGL accelerated desktop that seeks to provide a free, open source desktop experience to the community that reflects the wishes of the users. With Beryl, you can bring your desktop more effect such as make 3D Desktop, make browser interface elastic like rubber and so on. This is time for 'Wow' say Windows Vista(Yes, compete Win Vista). This is how to easy install Beryl on Ubuntu 7.04 (Feisty ).1. On your Desktop point your mouse to System --> Administration --> Synaptic Package Manager to open the Synaptic Package Manager.2. On Synaptic Package Manager, click on Search button at the top. Type beryl to search.3. At column Package name, tick beryl. Its will install all package that required by beryl. For better effect for you Desktop, I recommend to install also Emerald-theme, beryl-ubuntu, and beryl-manager.4. Click Apply button to continue. The summary popup will display. Click Apply button to continue.5. Close the Synaptic P... More About: Guides
Install Debian with VirtualBox via 'netinst' image
2007-06-16 13:28:00 Hi, I just install my HP DC7700 with the latest Debian GNU/Linux 4.0. These is how I done it:1. First, i just download the netinst image from http://www.debian.org/CD/netinst/. The size is about 180mb(*.iso)2. I open VirtualBox and mount the image. See How to install CentOs v5 on Ubuntu 7.04 using virtual box topic that I post before. Install Debian GNU/Linux 4.0 with instruction.3. In some instructions, its will request the mirror to download all Debian package (Xwindows, Mysql, Php and everything). You can select the mirror in this part. For me, I just select the default.4. After that, the software will install itself until finish. For slow connection like mine, its will take 3 to 4 hour to download and install.5. Before finish, the software will prompt you to fill password and its done. Thats all.6. This is my Debian 4.0 on my VirtualBox machine. ^_^ More About: Guides , Virtualization , Image , Virtualbox
How to install CentOS v5 on Ubuntu 7.04 using VirtualBox
2007-05-25 05:52:00 Hi,How to install CentOS 5 on Ubuntu 7.04 using VirtualBox? These is the way:1. Open your VirtualBox. Click on Applications --> System Tools --> InnoTek VirtualBox.2. Click New button to create the new virtual disk like picture below.3. On the New Virtual Disk Wizard, click next button.4. On the Name, fill in your OS' name like mine Centos5.5. On the Memory display, specify you memory for you virtual mechine (Centos5). In this way, i just follow the recommendation = 128MB and click Next.6. Virtual Hard Disk will display right now. Click New.7. On Vitual Image Type, 2 type of image type here. Choose Dinamically expanding image and click next.8. On Virtual Disk Location and Size, its will show Image file name and image size automatically. You can specify the name and size if you want. See picture below.9. Ok, right now your VirtualBox will display the summary like picture below. Click finish.10. See picture below. Virtual Hard Disk have created. Click next.11. This display will summa... More About: Guides , Virtualization , Virtualbox
How to get Ubuntu Linux Software.
2007-05-24 02:32:00 Latest Ubuntu software CD coverHi, Ubuntu Linux is the most friendly linux I ever have. So many packages and of course its easy to install. Base on my experiences as trainer assistant, Ubuntu linux is easy to catch up by newbie Linux user. Easy to call "Ubuntu has a sibling" such as Kubuntu, Edubuntu and Xubuntu. Kubuntu is Ubuntu that running on KDE base destop and Edubuntu is specially created for education purpose. So, what is Xubuntu? Xubuntu running on light weight desktop interface call Xface. It's created for old machine like Intel 486, Pentium MMX and etc.2 way to get Ubuntu:1. Download at http://www.ubuntu.com/getubuntu/download2 . Request to shipit the CD. Go to https://shipit.ubuntu.com/ . You must register and fill in you detail like address and email. It's will send the varification at your email.To download Kubuntu, this is the link:http://www.kubuntu.org/download.phpT o download Edubuntu, this is the link:http://www.edubuntu.org/DownloadTo download Xubuntu, this is t... More About: Software , Ubuntu Linux , Guides
How to install Warzone 2100 game on Ubuntu 7.04
2007-05-23 15:11:00 1. Firstly, you must download the game at http://wz2100.net/downloads.html2. Go to word Ubuntu Package and click it to download. Picture shown below.3. Firefox(some internet browser) downloading interface will display like picture below.Wait until downloading finish.4. Open method will display. Choose Open with: GDebi Package Installer (default) like picture below.5. Package installer will display right now. Choose Install Package like picture below.6. Fill in your password like picture below.7. After finish installed, just click on close button like picture below.8. Go to you Ubuntu desktop. Go to Applications --> Game s --> Warzone 2100 like picture below.9. Warzone 2100 starting menu will be displayed like picture below.That all. I wish you, Happy Gaming ^_^ More About: Guides , Softwares
How to easy install VirtualBox on Ubuntu 7.04
2007-05-23 09:09:00 Innotek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Many others open source virtual software outside like VMware, Xen and etc.To install VirtualBox, follow this step:1. You need automatix2 install. To install Automatic2 see my last post at http://yourubuntulinux.blogspot.com/2007/ 05/how-to-install-automatix2-on-ubuntu-70 4.html2. Open Automatix2 at your Ubuntu . To do just go to Applications --> Systems Tools --> Automatix. Press "yes". Picture below will be shown:Choose Virtualization and tick at VirtualBox. Press Start to begin installation. The picture below will be shown. Wait until it's finish download and installed.Finally, close your Automatix.3. Where is VirtualBox in our Ubuntu? Go to Applications --> Systems Tools --> InnoTek VirtualBox.It's done.P/S: For "how to" install CentOS v5 on Ubuntu 7.04 using VirtualBox; I will post next time. ^_^ More About: Guides , Softwares , Easy
How to install Automatix2 on Ubuntu 7.04
2007-05-13 03:58:00 Hi,Do you know about Automatix2?. Automatix2 is a free graphical package manager for the installation, uninstallation and configuration of the most commonly requested applications in Debian based Linux operating systems. Currently supported are Ubuntu 7.04, 6.10, 6.06, Debian Etch and Mepis 6. With Automatix2 you can install flash player for your firefox, gnome baker for CD/DVD burning and etc. So, it's easy!To install Automatix2:1. Go to Automatix2 wiki installation website at http://www.getautomatix.com/wiki/index.ph p?title=Installation2. Click on 2.1 Ubuntu 7.04 (Feisty i386) for 32bit machine or 2.2 Ubuntu 7.04 (Feisty AMD64) for 64bit machine. For my example I choose and click at 2.1 Ubuntu 7.04 (Feisty i386).3. After you click at 2.1 Ubuntu 7.04 (Feisty i386), it's directly go Ubuntu 7.04 (Feisty i386) and click the url http://www.getautomatix.com/apt/dists/fei sty/main/binary-i386/automatix2_1.1-4.3-7 .04feisty_i386.deb4. When you click, the popup installer will come up like ... More About: Guides , Softwares |



