wizzard Posted August 13, 2008 Posted August 13, 2008 I have finally taken the plunge and moved over to Linux full time. All started with a hard drive that decided to fail on me and then my Windows XP disc wouldn't work, so instead of forking out a load of money just to get another copy. I decided to use my Ubuntu Disc that had been lying round gathering dust. Only took me 5 hours to finally get access to my NTFS formatted second drive Also managed to upgrade to latest version of Ubuntu without a hitch. I'm still going to build a windows box in the future to keep my hand in.
dhicks Posted August 13, 2008 Posted August 13, 2008 I'm still going to build a windows box in the future to keep my hand in. Personally, I prefer to keep my hands on the ends of my arms - I've grown very attached to them, and hate to let them out of my site. -- David Hicks 2
richard.thomas Posted August 13, 2008 Posted August 13, 2008 lol. I like how you got thanked for that dhicks. Obviously some advice that wizzard needed I've just started playing with ubuntu on virtual box. I've used fedora before for FOG and ive used IPCop. But only because I've needed to- and with guidance from the web. Best way to learn is to play with things... and thats what i've been doing with my virtual machine On that note, anyone know of something I can sink my teeth into that I can't do on windows? I only ask because at the moment I do everything on windows and i'm just messing around on linux, but I want to actually *need* linux so that I have to play with it
wizzard Posted August 13, 2008 Author Posted August 13, 2008 I've only really dabbled in Linux on and off over the past couple of years, it's only yesterday that I decided to use it properly. It's a bit of a steep learning curve as I have been in the bosom of windows for as far as I can remember
CyberNerd Posted August 13, 2008 Posted August 13, 2008 On that note, anyone know of something I can sink my teeth into that I can't do on windows? I only ask because at the moment I do everything on windows and i'm just messing around on linux, but I want to actually *need* linux so that I have to play with it This is a very interesting question. Because most of the application on linux are opensource there is no one killer app. As the source code is free, if any application becomes 'killer' they will soon get ported to windows because of the nature of the openness. I think the closest applications that you *need* are collections, such as the collection of applications that make zimbra, or indeed the collection that make linux distributions. I'd put the question rather differently, why would you choose to do something on windows when you could do the same thing on a free system - I understand the using windows because a business application requires it, but not for the sake of it. I migrated my home systems to linux 2 or 3 yrs ago, I haven't looked back. Initially the biggest hurdle was a change of mindset - I was used to keeping 'uptodate' with the latest prirated version of photoshop (that I couldn't use even 15% of) or flicking through magazines or shops looking at the latest applications or games - now I flick through google,sourceforge, freshmeat. 1
dhicks Posted August 13, 2008 Posted August 13, 2008 On that note, anyone know of something I can sink my teeth into that I can't do on windows? "Customise it" is the obvious answer, that's the thing that Linux is good at, but "customise it" how and to do what is the tricky bit. I can see Linux being used more and more for people to develop and distribute their own all-in-one VM-based software packages - no need to mess around sorting out licensing, just pick a Linux distribution, develop your server-based web application and give/sell the VM to as many people as you want. I mean, can you even do that with Windows? I'm sure we can think up a bunch of applications that need writing (web-based video editing for a start), if you're looking for something to do. -- David Hicks 1
richard.thomas Posted August 13, 2008 Posted August 13, 2008 Those are two very good answers. I've just started reading some tutorials that others have done with ubuntu just see how it all works. It's starting to grow on me. The only reason I wouldnt install this as my main operating system is that I do sometimes enjoy abit of TF2
CyberNerd Posted August 13, 2008 Posted August 13, 2008 The only reason I wouldnt install this as my main operating system is that I do sometimes enjoy abit of TF2 How To: Run Team Fortress 2 (TF2), Portal, Half-Life 2, HL2 EP 1&2, and Counter-Strike In Ubuntu Using Wine | fsckin w/ linux Wine AppDB - Team Fortress 2 - Steam
Geoff Posted August 13, 2008 Posted August 13, 2008 Half Life 2 and it's mods work fine under Wine. Wine AppDB - Team Fortress 2 - Steam July 29, 2008
richard.thomas Posted August 13, 2008 Posted August 13, 2008 you guys are pulling the microsoft carpet from beneath my feet!! I don't have an excuse now....
somabc Posted August 13, 2008 Posted August 13, 2008 (edited) Only took me 5 hours to finally get access to my NTFS formatted second drive I find the best way to use other NTFS drives / partitions is to specify them when partitioning the drive in the installer for Ubuntu. ie pick custom / advanced partitioning you should create at least these partitions / -the root folder where linux will be installed, as big as possible format as ext3 swap -this is virtual memory, format as swap say 2GB+ /windows -this is your existing drive, choose format from the menu as NTFS, this will leave the data alone but will mount as ntfs when the computer boots up. if you have multiple ntfs drives or partitions you can add them as well eg /data (ntfs) /games (ntfs) /video (ntfs) and so on So if you had 3 SATA hard drives - sda = linux stuff, sdb = windows stuff, sdc = other misc data then sda has Partiton 1: / (ext3) Partiton 2: swap (swap) sdb has Partiton 1: /windows (ntfs) sdc has Partiton 1: /data (ntfs) Edited August 13, 2008 by somabc
powdarrmonkey Posted August 13, 2008 Posted August 13, 2008 I always used to install a linux distro on a partition, get it set up, and then go 'now what?' and go back to Windows. I got around it by physically taking the windows drive out and forcing myself to use Linux at home and work, and I've never looked back.
RabbieBurns Posted August 13, 2008 Posted August 13, 2008 the programs that keep me booting back to windows are mIRC and newsleecher and flashfxp and admuncher. none run well under wine or crossover, so until they improve fish support for xchat, develop a decent newsgroup client and finish making a version of admuncher then I still feel that most of my time will be spent in windows.
wizzard Posted August 13, 2008 Author Posted August 13, 2008 I find the best way to use other NTFS drives / partitions is to specify them when partitioning the drive in the installer for Ubuntu. ie pick custom / advanced partitioning you should create at least these partitions / -the root folder where linux will be installed, as big as possible format as ext3 swap -this is virtual memory, format as swap say 2GB+ /windows -this is your existing drive, choose format from the menu as NTFS, this will leave the data alone but will mount as ntfs when the computer boots up. if you have multiple ntfs drives or partitions you can add them as well eg /data (ntfs) /games (ntfs) /video (ntfs) and so on So if you had 3 SATA hard drives - sda = linux stuff, sdb = windows stuff, sdc = other misc data then sda has Partiton 1: / (ext3) Partiton 2: swap (swap) sdb has Partiton 1: /windows (ntfs) sdc has Partiton 1: /data (ntfs) I already had loads of data on the drive that I didn't want to loose, that's why I didn't mess with any partitions on that drive.
Geoff Posted August 13, 2008 Posted August 13, 2008 the programs that keep me booting back to windows are mIRC and newsleecher and flashfxp and admuncher. none run well under wine or crossover, so until they improve fish support for xchat, develop a decent newsgroup client and finish making a version of admuncher then I still feel that most of my time will be spent in windows. As for xchat + FISH, there's been a perfectly usable FISH plugin for xchat for ages. FiSH - Encryption for mIRC, irssi and xchat As for binary news readers, I use BNR2. Scroll down a bit on the download page for the linux versions. BNR = Binary News Reaper = Binary News Reader As for admuncher, again, it's going to have to be a switch to alternative software. I'd suggest privoxy. Privoxy - Home Page Besides, don't forget, this isn't a black and white either/or choice between Linux and Windows. There's nothing stopping you running one on the top of the other thanks to VMWare. Or the old school approach of dual booting or even having two machines and a dual port KVM switch.
somabc Posted August 13, 2008 Posted August 13, 2008 I already had loads of data on the drive that I didn't want to loose, that's why I didn't mess with any partitions on that drive. In ubuntu at least you shouldn't lose any data from existing partitions as it will not format them unless you tell it to, you are really just telling ubuntu that the partion exists and is ntfs then it does all the hard work like setting up fstab
Geoff Posted August 13, 2008 Posted August 13, 2008 Besides, you've got all that precious data backed up elsewhere haven't you?
RabbieBurns Posted August 13, 2008 Posted August 13, 2008 As for xchat + FISH, there's been a perfectly usable FISH plugin for xchat for ages. FiSH - Encryption for mIRC, irssi and xchat As for binary news readers, I use BNR2. Scroll down a bit on the download page for the linux versions. BNR = Binary News Reaper = Binary News Reader As for admuncher, again, it's going to have to be a switch to alternative software. I'd suggest privoxy. Privoxy - Home Page Besides, don't forget, this isn't a black and white either/or choice between Linux and Windows. There's nothing stopping you running one on the top of the other thanks to VMWare. Or the old school approach of dual booting or even having two machines and a dual port KVM switch. I dual boot my laptop with xp and ubuntu at the minute. The fish support for xchat is lacking somewhat insofar as auto key exchange crashes xchat. Thanks for the heads up on BNR2 I will check it out when I get home; could you recommend a ftp client that supports fxp? The admuncher developers are working on a linux version so I can just hold out for that I guess.
Geoff Posted August 13, 2008 Posted August 13, 2008 You might want to try compiling the fish plugin from scratch. There's probably a library symbol problem that's causing it to crash. As for ftp, try gFTP. It supports FXP. gFTP Official Homepage
wizzard Posted August 13, 2008 Author Posted August 13, 2008 Besides, you've got all that precious data backed up elsewhere haven't you? Ahem, as soon as I get some more CDs
somabc Posted August 13, 2008 Posted August 13, 2008 I dual boot my laptop with xp and ubuntu at the minute. The fish support for xchat is lacking somewhat insofar as auto key exchange crashes xchat. Thanks for the heads up on BNR2 I will check it out when I get home; could you recommend a ftp client that supports fxp? The admuncher developers are working on a linux version so I can just hold out for that I guess. We are GNU/Linux, you will be assimilated!
kesomir Posted August 13, 2008 Posted August 13, 2008 does nautilus support fxp? Not a feature I knowingly used so... I used to use nautilus (or konqueror on KDE) for accessing remotely - even does ssh ( ssh:// (nautilus) fish:// (kde) )
ChrisN-0123 Posted August 17, 2008 Posted August 17, 2008 I use OpenSuse linux here.. its very good! openSUSE.org I prefer it over Ubuntu!
bizzel Posted August 17, 2008 Posted August 17, 2008 I once moved completely to Linux (Ubuntu / OpenSuse) and then I moved back to Windows after about a year. What can I say? 99% of the time Windows just works! Several updates on Ubuntu caused me problems and a Suse update totally broke my Xorg config. This happens on Windows from time to time but it's nowhere near as often. Also there was the problem of relying on software repositories. Sure, they're great until you run into dependency hell or you try to install something that's just not in the repos. If I have to break out the compiler, Linux has failed. Then there's the state of drivers (which is totally the fault of manufacturers I grant you) that just don't work quite right and aren't stable. Apps also feel unfinished most of the time and lack polish / major features. Basically, I admire Linux for getting as far as it has but I value my time and Windows takes up less of it on the whole which is why I'll be in the Microsoft camp for a while longer.
powdarrmonkey Posted August 18, 2008 Posted August 18, 2008 If I have to break out the compiler, Linux has failed. If you're breaking out the compiler anyway, it's not a huge step to package your efforts for repository inclusion
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now