[HowTo] Make Swap File in Ubuntu

One tips to make your Ubuntu or other linux faster is by adding a swap space or swap file. Swap space is the area on a hard disk which is part of the Virtual Memory of your machine, which is a combination of accessible physical memory (RAM) and the swap space.Swap space temporarily holds memory pages that are inactive. Swap space is used when your system decides that it needs physical memory for active processes and there is insufficient unused physical memory available. If the system … Read more...

Hide All Tabs At Google Chrome At Once

Sometimes you need to hide your working tabs from your friends, families, or co-workers. You need to have more privacy with your working spaces and most of the times it can save you from troubles. You can hide all your working tabs in Google Chrome at once with Panic Button extension. And also you can password protected it.Here how to install it on Google Chrome:1. Open your Google Chrome 2. Install the Panic Button extension here. 3. You will see the Panic Button icon beside your … Read more...

[HowTo] Create Linux Bootable Live USB

Most of the Linux distributions come with ISO images. It's a bootable disc. You can burn it into a CD or DVD and it then you can boot it to install or using it as Linux live CD. But after a while you will have many old CD in your drawer since the new version keep coming. To save all your CD you can use USB Flash drive instead using UneetBootin.UneetBootin is an open source program developed by Geza Kovacs that allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux … Read more...

Rescue System With Linux SystemRescueCd

From my last post about how to rescue your system with Hirens BootCD. It's specially to recover Windows system. Even it can restore your harddrive but it cannot restore your linux system.If you are using linux and your system crashed, you can use SytemRescueCD. It's small linux with many recovery tools provided. And of course it is free. You can visit their official website here.Not like Hiren's BootCD, SystemRescueCD is only 200MB, you can make it boot it from a flashdrive with … Read more...

Rescue Your System With Hirens BootCD

What would you do if your system crash? You must be panic and stress, since many of your important files are on the harddrive, but you cannot access it because your system is crash and won't boot up. I felt this case very often. I fixed many my friend's pc because of viruses break the system.Most of the case the system crash because of virus, system files deleted, harddrive broken probably because mispartition or unstable electricity. You can fix this with Hirens BootCD.Hiren’s Boot CD … Read more...

Vi and Vim Editor Cheat Sheet PDF

Vi editor is a lightweight text editor on linux and derived from name visual. The original vi program was written by Bill Joy  in 1976 for an early BSD Unix release. Some current implementations of vi can trace their source code ancestry to Bill Joy; others are completely new, largely compatible reimplementation.[quote sourceurl="http://www.vim.org" sourcename="VIM Official"]Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi … Read more...

[TIPS] Open Firefox Browser Inside Firefox Tab

Mozilla Firefox with multi tab feature already a while. With multi tab feature enable user to open many pages just in one windows. That's for user experience and friendliness. But do you know that you can open Firefox browser inside Firefox tab? Yes you can do it easily.Here is the steps to open another Firefox browser inside Firefox tab: 1. Make a new blank tab (you can use Ctrl+T) 2. Type this into the toolbar: chrome://browser/content/browser.xul 3. And boom: you can see as the screen … Read more...

All 32 Bit Operating System Only Support Maximum 4GB Memory

I just bought a new computer and i assemble it myself. After i finished assemble it, and installed Windows XP 32 bit. I found that my 4GB of RAM only detect about 2.75GB. I thought that my memory or motherboard was broken. But after i restarted my PC, my BIOS detect my RAM as 4GB. I am a little bit confused at the beginning.After i Google and find some information about it, i found that all Operating system 32 bit version have maximum 4GB of RAM. Because 2^32 = 4 294 967 296. That's why the … Read more...

HTML5 – CSS 2.1 – CSS 3 Cheat Sheet (PDF)

As today HTML5 and CSS3 is the newest standard for the web design, all web designers and developer are busy preparing and learning this new standard, including myself. I want to share with you with this Cheat Sheet that i got from smashingmagazine.com.You can download it here: HTML5 Cheat Sheet (PDF) CSS 2.1 Cheet Sheet (PDF) CSS 3 Cheat Sheet (PDF)Source From: SmashingMagazine.comAll copyright of these Cheet Sheet is copyrighted to the respective owners. … Read more...

[TIPS] Move My Document Folder In Windows XP

Some expert suggest that once a year you need to reinstall your Windows XP to keep your Windows XP performance. But a normal or a beginner computer user often save their files on my document folder since my document folder is default folder. Mozilla Firefox default download folder also in MyDocument folder. And many application use MyDocument as default folder.So what happen if Windows XP break malfunction probably because of virus? Then your Windows XP need to reinstall, and unfortunately … Read more...