Skip to main content
  1. Tags/

Linux

2008

How To: Access ext2/ext3 Formatted Linux Partitions in Windows
··215 words·2 mins
Tips & How-To's Filesystem Linux
Unlike Linux which can mount and access Windows’ FAT, FAT16, FAT32 and NTFS filesystems, Windows is incapable of even acknowledging and detecting a Linux filesystem. Fear not, here are 3 softwares which can help in detecting your Linux partition under Windows Ext2fsd- The most capable software of the lot. Has read/write support to your Linux partition. The 0.45 version supports replay of journal of a ext3 filesystem in case of a unclean shutdown of your Linux partition.
Enabling And Disabling Root Account in Debian/Ubuntu
··248 words·2 mins
Tips & How-To's Debian Linux Tutorials
Debian and other debian-based distros like Ubuntu have, by default, has the root account disabled as a security measure.(thanks to Subbu and PICCORO for the clarification) To re-enable the root account, just open the command prompt, and type sudo passwd root You’ll get the following set of messages: sathya@sathya-laptop:~$ sudo passwd root<br /> Enter new UNIX password:<br /> Retype new UNIX password:<br /> passwd: password updated successfully<br /> sathya@sathya-laptop:~$ To disable root access, just type

2007

A Look At Ubuntu Gutsy Gibbon
··613 words·3 mins
Reviews Linux Ubuntu
Ubuntu Gutsy has been receiving a huge amount of hype and fan fare recently, and I’ve been following Gutsy closely, from Ubuntu Fridge’s 10 Rocking Features in 10 Days to fellow bloggers and Linux users posts on Gutsy. Naturally after their Feisty launch, expectations were high(from my side). Now I’m not Ubuntu’s biggest fan(I’m a SuSE fellow, Novell haters, meh!), but I appreciate what Ubuntu has been doing for newbie Linux users in general.
My Laptop Chronicles: Installing openSUSE 10.3 on my Dell Inspiron 1520
··548 words·3 mins
General Linux
When I got my Dell Inspiron, the first thing that I wanted to do was install openSUSE 10.3 on it. After all openSUSE has been serving me well all these years! Because of time restrictions and office workload being too much, I couln’t do it. So when the weekend arrived, I decided to install it! Since I dont have an Internet connection, downloading it was out of the question, so I had grabbed a copy of last month’s Digit magazine which had a Bootable openSUSE10.
My Laptop Chronicles: It’s here!
··136 words·1 min
Opinions Linux Reviews
Yup! Finally my laptop is here, delivered to my office at OMR, Chennai! After all those hassles(read this and this post to know more!) I received it 12 days after my order was registered(ie, the day the amount was realized). In case you’re wondering, my Laptop is a Dell Inspiron 1520, featuring an Intel Core2Duo Processor T5250@1.5GHz, 2 GB RAM, a 160GB HDD and (my most cherished component) nVidia 8600 mGT w/ 256MB RAM(although Windows and DXDiag reports 512 MB RAM, hmm).
Fix a Frozen System with the Magic SysRq Keys
··226 words·2 mins
News Linux
You finally got your Linux environment to crash. Ctrl+Alt+Backspace does nothing, nor do the F-keys. You know you shouldn’t have installed that bad driver, but you did it anyway. So you reach for the power button. Stop. Mashing in the power button to reboot could cause a problem if your hard drive is still being written to, and usually causes more problems than it solves. The Linux kernel includes a secret method of restarting your PC should it ever stop doing its job.
I’ve shifted!
··116 words·1 min
News Linux WordPress
I’ve shifted!This time, not just physically but on the web as well.First, physically(literally, and I’m using too many rhyming words). As a trainee in 3i-Infotech I’ve shifted from coastal town of Mangalore to the metro, Chennai, which is again a coastal city, just on the the eastern side of India. On the web, I’ve shifted from WordPress hosted blog to my very own domain(yippee!!!) hosted on ExperTrio (thanks, Preshit!). And for the moment, my Linux experimentations have ceased due to lack of a PC/laptop with me.
A Look At Dolphin
··435 words·3 mins
News Dolphin Linux
While looking at the packages available in Adept, I saw that Dolphin was available. I was a bit surprised, considering that Dolphin is still in beta stage but nonetheless decided to have a look at it For the uninitiated, Dolphin will be the default file manager in KDE4 breaking away from the tradition of Konqueror being the web browser/file manager combo. While Konqueror will still be available in KDE4, it will no longer be the default file manager.
Formatting USB pen drive in Linux using Terminal
··251 words·2 mins
Tips & How-To's Commands Filesystem Linux
Insert your USB pen drive. Let it get detected and mounted. Open Terminal. Type The Following commands dmesg |tail -> here the ‘|’ key is the pipe, ie, the key before the backspace key(the upper one, so press shift) You’ll get something like sathya@shaman:~$ dmesg |tail [ 9921.681164] sda: Write Protect is off [ 9921.681174] sda: Mode Sense: 23 00 00 00 [ 9921.681178] sda: assuming drive cache: write through