ubuntu
Hunt for the perfect operating system
· ☕ 5 min read · ✍️ noel
Last week one of my hard drive failed. At that time I was dual booting XP & Ubuntu from that drive, so I lost my bootloader grub. I installed ubuntu on my other drive. Howerver, I have 512 mb ram in my pc. Ubuntu was running good but at times it seemed slow & the issues with my graphic card(intel 82845g/gl Brookedale) & linux has, worsened my situation. Because of my graphic card Ubuntu crashed alot.

Automatically mount NTFS partition on boot
· ☕ 3 min read · ✍️ noel
To mount ntfs partitions we need to specify where we want to mount those partitions. By default, when you mount any partition/plug in any flash drive/insert a cd, it is mounted in /media/ directory. So we’ll create a directory in /media/. Step 1 : Create directories sudo mkdir /media/directory name replace “directory name” with the name of the directory you want to create. I want to create a directory named data, so I will….