Hi all,
I’ll try to de-bunk some of the popular notions about GNU/Linux. I’ll be using hyprerlinks rather than doing the copy-paste method as it doesn’t make sense to re-invent the wheel. Attribution comes by itself. :-
Windows has lower TCO than GNU/Linux :- Here I could also have used links but it’s whom u ask. In a small organisation yes, it may work out expensive as GNU/Linux sysops/admins cost more than the average MCSE. This is 1. due to supply & demand 2. the GNU/Linux guy is a scripter/hacker/security audit guy all rolled into one. He’s also expected to know how to play around with Samba (for Windows) as well as other architectures such as Solaris, Sparc & OpenSparc.
Upgrade cycle too quick :- This one is true to some extent. Most of the GNU/Linux distros. follow a 6 month cycle which gives updates to new softwares, better support to new as well as old hardware as reverse-engineering happens but that’s upto the user as well as the vendor. For e.g. the newly released Ubuntu 6.06 LTS, the LTS means long-time support so a desktop guy could install & have support by means of backports for the next 3 yrs. while the server will have support for 5 yrs.
Lack of Support :- This is again a non-issue with mushrooming of LUG groups all over the country. Also vendors themselves do give commercial support either by phone/mail or in-person. For e.g. The Pune Gnu/Linux Users Group for Pune & LFY’s LUG page
Last & not the least :- No. of companies working on GNU/Linux fields. Here’s a list of companies in Pune working in GNU/Linux
Mainstream magazines don’t talk about it :- This again has proved to be nothing more than a ‘myth’ both of my favorite mags. ‘Digit’ & ‘Chip’ do regularly give articles. In fact ‘Digit’ went over-board in the ‘April’ 2k6 issue by giving 4 distros, 5-6 apps. & a fast track book to read.
So there u have it guys. An amateur attempt no doubt hopefully in clearing myths about GNU/Linux. You’re welcome to thrash/flame/in-flame about the article
Well, I consider myself reasonably computer savvy, and I had a hell of a time with linux. RHL 8 was pretty ok. Then I tried RHL 9, and found I couldn’t even play mp3s :O. Some quick googling revealed that I need to install some stuff. So I downloaded it, and tried to decipher the readme, which kept talking of MAKE and all such cryptic commands. After about half an hour, I thought I’d installed it, but no mp3s for me yet.
Solution? FDisk/mbr. Bye bye Linux.
Recently, I got the free Ubuntu CDs So the experimentation bug bit me again. The live CD seemed to work ok, so I took the plunge and installed it. And then spent the better part of an hour trying to mount a partition I got it finally, but only as Read-Only.
FDisk to the rescue! ( ubuntu didn’t let go easily though, it took one of my windows partitions with it I was without pRon for 2 weeks. :ashamed: )
zhopudey sorry for u’r loss Believe me when I say I’ve seen worse but that necessarily doesn’t mean it’s an software issue. I’ve lived on with dual-boot GNU/Linux for more than 2 yrs. without a single incident of the kind u say. Having said that I’ve found rpm based distros to be more a pain than debian-based distros. I’m suprised it took u an hr. to mount the partitions. Do u have the partitions in FAT32 or NTFS as NTFS write is still sketchy with the native drivers. There are better options available but u have to search for them. FAT32 is 2 minute. Couple of entries in /etc/fstab is all it takes. Would do a full-length tute on that sometime soon. AFA playing mp3’s are concerned if using ubuntu just enable the repositories & apt-get whatever formats u wanna play.
In fact the [TechEnclave](http://forums) as well as the [wiki](https://wiki.ubuntu.com/UserDocumentation) take time to read some of the documentation as well as talk with some people as u would for any new software & u'll find giving advice & suggestions to other people in no time. Of course once u switch over the bug has bitten u & u're strangely addicted. Better than pRon for sure.
In fact fdisk/mbr might 've been the culprit. There are some things that u could do so a repeat doesn’t happen. Better work-arounds before. Will get back on this later.
well, linux had beaten me, clobbered me, burnt me and what not. It had resulted in a million reformats n repartitions and just when things were beginnin to look up, they had to remove mp3 compatibility.
Am presently on dual boot with fc5 and i still havent been able to configure my internet on it.
otherwise, its damn neat
zhopudey which distro. are u planning to play with? You can use Jan Kratochvil: Captive: The first free NTFS read/write filesystem for GNU/Linux but it needs the LUFS kernel modules installed before it. Due to MS licensing issues the modules are not installed before. Of course the newer kernels also have better support. I have yet to check out the features of 2.6.15.6 kernel which ubuntu supports so will have more info then.
U can mount NTFS. U can recompile the kernel. But write support is still buggy.
MP3 u can play. Xmms. Search xmms + mp3 in google and u can get the plugin.
I use Tata Indicom Broadband with linux so MTNL should not be a problem.
Hmmm… Looks like the time has come to write a guide on NTFS mounting… Will try to post with pics in some time.
Ya FAT32 is cool but it has problems relating to data loss/corrupt when system is switched off suddenly. Whereas NTFS is a filesystem with journalling capacity, just like ext3. So no issues of data loss/corrupt with NTFS.
I am writing a tutorial on NTFS filesystem access in Linux , but through kernel compilation.
I know NTFS has journalling feature, the only issue I've is that everything is encrypted. I think u didn't look at this [post](http://www.techenclave.com/forums/416390-post26.html) hence I had advised him like that. I'm sure there would be some NTFS recovery tools & stuff which I need to look into but as of now I'm happy where I'm.
Although it would be cool to look at Josh's way but it seems atleast with Ubuntu 6.06 LTS the NTFS partitions mount by default. I did an install at a friend's place & discovered this. Were short in time otherwise would 've seen what entries were written on /etc/fstab as well as few more things. Would be doing at my end sometime soon.