When you are the move all the time you might not get access to your PCs everywhere you go and there are time with limitten internet access to your laptop (if you have one). Some day you might need to get access to your IM (Instant Messaging) account to talk to your friend or someone of your interest.
Now, this limitation has been overcame by Meebo.
Read more…
A few days ago, my internet connection was suddenly not working. It was out of the blue and trying to figure out what went wrong, I reset modem, router, restart computer, etc. None of them work.
The head start of the solution was found to be Zone Alarm Firewall problem, and it should be either disabled or set internet zone to medium to get internet connection working.
After a few research, I found a link which took me to Zone Alarm support site. It stated that
Microsoft Update KB951748 is known to cause loss of internet access for ZoneAlarm users on Windows XP/2000. Windows Vista users are not affected.
A further research found that windows update “KB951978″ also give the same problem.
If you are one of the victim then this link “http://download.zonealarm.com/bin/free/pressReleases/2008/LossOfInternetAccessIssue.html” will solve your problem.
Stay safe :)
Using Vi Editor could be hard and complex when you don’t remember or couldn’t find the right command to use. What I did here is collect all the most used commands and put them in one desktop reference for easy access at a glance. These commands can be used to perform most of the task in Vi Editor. For every day use, you won’t go beyond this list :)
Below you will find the most used commands in Vi Editor
Cursor and Navigation
h : Left
j : Down
k : Up
l : Right
w : Forward one word
b : Back one word
e : End of word
0 : Start of current line
$ : End of current line
+ : First character of next line
H : Top line of current screen
M : Middle line of current screen
L : Last line of current screen
/text : Search for text (forwards)
?text : Search for text (backwards)
n : Repeat previous search
N : Repeat previous search, but it opposite direction
:n : Move cursor to line number n
Ctrl-G : Display line number of cursor
Editing
A : Append to end of current line
i : Insert before cursor
I : Insert at beginning of line
ESC : End of insert mode
Backspace : Move back one character
dd : Delete current line
D : Delete remainer of line
ndd : Delete n lines
dw : Delete word
u : Undo last change
x : Delete current cursor position
X : Delete back one character
yy : Copy current line
ye : Copy to end of word
File Handling
:w : Write file
:w! : Force write file
:wq : Write file and quit
:q : Quit
:q! : Force quit
:e! : Reload file from disk and ignore current changes
Happy editing…
Ey! do not panic when your Windows XP cannot format your hard disk while you are formatting your computer. This article will help you to over come the problem.
At the time you would get the message similar to this
“this partition cannot be deleted because the maximum disk space already used“
How this problem would be occurred?
Well the following line are what I have observed and it happen to me.
- You have several HDD partitions, specially one for windows and other for Linux.
- When you install Linux you used all the space that left over (unpartitioned) from Windows partition. Basically you utilised all the disk space of your hard disk drive.
- Now you need to format you Windows partition
- You need to delete/recreate or accidentally delete the windows partition and recreated it again
- Now you try to format it, so you can install a fresh Windows OS on it
- Then, this is when you get this problem
If you go ahead and delete other partitions just to accommodate this Windows formatting requirement, you will lost the data on those partition.
How to overcome such problem?
At the time it happen to me, I couldn’t possibly see any other way to work around it while I am in the “giant” blue screen. The only way to overcome this is to boot the computer from one of the Linux Live CD (I use Ubuntu) and format the partition that I need.
Linux formating tools doesn’t demand for spare disk space or complain about maximum disk space has been used. More than that, it could format your disk partition to serveral different orders/formats such as Primary, Logical, FAT, NTSF, etc.
Formatting the partition
- Insert Ubuntu 8.04 LTS Desktop Edition (obtain a copy of it if you don’t have one)
- Restart PC to boot from CD
- Press any key to boot your PC with Ubuntu
- It will prompt language. Select you preferred language
- Select “Try Ubuntu without any change to your computer“
- When you get to Ubuntu Desktop go to
- System > Administration > Partition Editor
- Right click on Unknown partition
- Select New
- Set “New Size (MB)” to maximum as shown in that panel (top left)
- Set “Create as” to Primary Partition
- Set “File System” to NTFS if you use it for Windows XP or FAT 32 if you use it for Windows 98 or lower
- Click Add
- Click Apply
- Say Yes if any confirmation message appear
When you are done, just reboot your PC and go back to your Windows installation, when you get to the step where the list of all disk partitions, do not delete any of those. Just selected the one you need to install Windows and do a full format in the next step. Note that if you do a quick format you might possibly have problem installing windows on that partition
We have to Thanks to the Live CD :)
For those who use dual Operating Systems (eg. Linux, Windows) you might find this article useful when you come to the time where you need to re-format your Windows Operating System.
In my case, my computer has dual boot with Ubuntu and Windows XP and today I need to format my Windows XP but I don’t want lose my entire Ubuntu. Now it’s different from in the old day experience, I usually lost every partitions after formatting Windows and I wasn’t aware that GRUB can be reinstall to get the boot menu back.
There are serveral ways AND there’s an easy way to recover this problem. Just though I’d post it here for my future reference and hoping it might help other as well.
Assumed that you have Linux CD handy. I use Ubuntu Live CD (Ubuntu 8.04 LTS Desktop Edition) at the time writing this article.
- Power ON PC
- Set your PC boot sequence to boot from CD first
- Insert Linux CD in the drive
- When system boot up, press any key to boot from CD
- List of languages displays, select you preferred language (English recommended)
- Select Try Ubuntu from the menu
- When you get to Ubuntu desktop, open the terminal and type the following command
sudo grub
- At grub prompt, type
find /boot/grub/stage1
- result will display underneath, it could be (hd0,0) or (hd0,1) depends on your the hard disk you have. Make sure you type in the parameter below correctly
root (hd0,0)
setup (hd0)
quit
- Close the terminal
- Restart your computer
- You should see Grub menu to select which Operating System to boot
Autorun is a mechanism to run the program automatically without any user interactions. It usually used in media such as CD, DVD, USB Disk etc. Whenever a media is successfully attached or inserted to the PC, a tartget program will be executed automatically. Most of you might be familiar with installation media, it usually bring up the welcome screen or the installation wizard as soon as you insert CD or DVD into the drive.
Basically Autorun is there to enable the conenience for user and give more controle to software vendor to bring up what want you to see when you instert/plug the media into your PC.
To find out more about what is Autorun, go to http://en.wikipedia.org/wiki/Autorun
Now let’s look at it a bit closer. This feature could expose to a security threat where hacker or virus writer could take advantage of this to execute their file without user even know about it.
Autorun is enabled by default in Microsoft Windows and there’s no straight forward way to disable it (such as icon in control panel). However this is not the end of the story, it can be disable by editing the windows registry yourself or use a tool like TweakUI PowerToy from Microsoft
Disable autorun by editing registry:
- Click Start
- Click Run
- Type regedit then press enter
- Go to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCdrom
- Double click on AutoRun
- You will see a dialog popup with Value Data 1, change to 0
Disable autorun by using TweakUI PowerToy:
- Open Tweak UI from where you installed it
- Go to: My Computer > AutoPlay > Drives
- Untick any drive you want to disable Autorun
Now you can have a peace of mind when insert/plug any media to your PC.
When you want to use a new version from the distro doesn’t mean you have to get rid of the existing version of you system and reinstall a fresh new one and you will have to run through installing all required packages/applications for your work. Simply just take the advantage of the upgrade facilities provided by Ubuntu distro.
At the time of writing, I am upgrading Ubuntu Server from version 7.04 to 7.10
First make sure, current system is most up to date.
Perform update with the following commands.
- sudo aptitude update
- sudo aptitude upgrade
- sudo aptitude dist-upgrade
If you feel that there’s more updates to be done, just repeat the 3 steps until no more update availalbe.
You system is now ready to upgrade to the next version. Perform upgrade with the following commands.
- sudo aptitude install update-manager-core
- sudo do-release-upgrade
Enjoy :)