![]() |
| | #1 |
| Unregistered User Join Date: Jul 2007
Posts: 982
| excited Secondly, WOW! I'm currently writing this on my new computer running Fedora 11. This is great. My laptop was expiring on me, so I went and bought me a desktop, this new system is so much faster, but that's not enough to rave about. I'm ALSO running Linux! It disgraces Windows, I don't know how else to put it. Linux gives you so much more control over the functions of the computer, and the software that comes with it, is decked out with cool features (now I know where FF got 'em all from). And I'm FINALLY operating an attractive GUI! No more fuss over viruses or resource-hogging anti-virus systems. And did I mention how ALL this software that I can download is FREE! I would've spent thousands of $ for this software, if it were from MS. If you're still running Windows for personal use, then your IQ just took a nose dive. Don't get me wrong, I'm still going to run Windows as a dual-boot with Fedora, but only for compatibility (file formats, and other people), and Flash making purposes. (But WINE should take care of a bit of that.) And Windows is an excellent OS for making money servicing. Also, I haven't tried Windows 7, so I don't know where and how they shaped up, if they did.
__________________ May the Source be with you. |
| Yarin is offline | |
| | #2 | |
| Registered User Join Date: Sep 2004 Location: California
Posts: 3,020
| Quote:
![]() At any rate, I think most people still hang on to Windows due to their favorite applications only running on that platform. I think games is a big one for a lot of people. I agree that Linux is a better OS though. | |
| bithub is offline | |
| | #3 | |
| critical genius Join Date: Jul 2008 Location: SE Queens
Posts: 5,186
| Quote:
The best part about the GUI vs. window is you have multiple workspaces, which last time I checked windows still only has one. You can configure it in all kinds of crazy ways too... Oh here's a little thing for easier man page viewing if you want, since there is bound to be a lot of that early on*: seetxt ![]() but you have to compile it yourself: Code: tar -xjf seetxt-0.61.tar.bz2 cd see-0.61 ./configure make make check make install There's one bug I'm aware of -- if you want to use "no confirm", you must add a colon at the end in the config file ("no confirm:") due to a strtok() mistake. *the man pages are htmlified everywhere on line but it's a good idea to use the ones specific to your system. | |
| MK27 is online now | |
| | #4 |
| In my head Join Date: Dec 2008 Location: In my head
Posts: 328
| Windows XP is the best OS I've ever used, having personally tried various flavours of linux and BSD.
__________________ M$ rules! *Turns towards Redmond and bows* |
| happyclown is offline | |
| | #5 |
| (?<!re)tired Join Date: May 2006 Location: Portugal
Posts: 5,656
| Give it a couple more months. You will still be somewhat happy. Just not overjoyed anymore.
__________________ Originally Posted by brewbuck: Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster. |
| Mario F. is offline | |
| | #6 |
| and the hat of copycat Join Date: Sep 2007
Posts: 417
|
__________________ Not everything that can be counted counts, and not everything that counts can be counted - Albert Einstein. No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes. - Herbert Mayer |
| stevesmithx is offline | |
| | #7 |
| critical genius Join Date: Jul 2008 Location: SE Queens
Posts: 5,186
| The big secret is to get a nice transparent GUI CLI Terminal and use ncurses apps in the shell; vim and mc (mc is far and away the most awesome and powerful file browser I have ever seen because it operates in the shell, with a subshell: you have two directories side by side for file transfer, and it's ftp capable so one can be remote, but the best part is the shell command line is there at the bottom. Ctrl-o and the ncurses UI flips up to reveal the subshell, which is a login CLI with normal output in the current working directory; you can run vim in it). And those things are so resource light you can run scores of them at a time; they fire up in fraction of a second and they always work faster than a GUI app independent of the terminal. They exist on almost every linux flavour around (on Fedora you may have to build mc), they are always more or less identical and they been developing constantly for 15-20 years. You can fit minimilist versions of the executables on a floppy disk :P I have a weeny VPS server right now where the OS takes up less than 2G; I just ssh in on a CLI terminal and it's the exact same environment I'm looking at. "top" is another great one console app. Last edited by MK27; 07-24-2009 at 06:59 PM. |
| MK27 is online now | |
| | #8 |
| Unregistered User Join Date: Jul 2007
Posts: 982
| >> That would have sounded better if you didn't mention you were still running Windows (as a dual boot) in the next sentence Actually, I just tried it, the W2k disk broke the primary HDs MBR, AND refused to install in a large partition I reserved just for it. So, after fixing the MBR, I decided my new sys'll have to just get along without it. (Maybe I can figure out how to do it later anyways) Besides, I said for PERSONAL use. (Though, now that I do think about gaming, Windows would be a bit better for that) Sometimes you can't do without it, especially when most things are made FOR it - like when a client sends you a MS Publisher file, how am I suppose to load THAT up in Linux?? >> Wait till MSysia sees this. Yeah, I was thinking the same thing. ![]() >> Well, I'm not a big windows fan, but that's a little over the top. >> Windows XP is the best OS I've ever used, having personally tried various flavours of linux and BSD. >> Give it a couple more months. You will still be somewhat happy. Just not overjoyed anymore. Indeed I did exaggerate my rave. And I have gotten by with XP for 2+ years, it's not ALL that bad. But I do think I'm be preferring Linux WELL over Windows in a couple years too. >> vim and mc (mc is far and away the most awesome and powerful file browser I have ever seen Nope, not with Fedora. I googled for it, but couldn't find it. Can you point me to it's site?
__________________ May the Source be with you. |
| Yarin is offline | |
| | #9 | |
| (?<!re)tired Join Date: May 2006 Location: Portugal
Posts: 5,656
| Quote:
It's applications for microsoft operating systems setting the standards...
__________________ Originally Posted by brewbuck: Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster. | |
| Mario F. is offline | |
| | #10 | |
| critical genius Join Date: Jul 2008 Location: SE Queens
Posts: 5,186
| Quote:
is a good place to start ![]() vim is almost certianly installed in some lame configuration already, type "vim" or "vi" (which is terrible), and they have some versions in .rpm packages up to the GUI gvim. But I built vim on FC10-64 from the last source and it's fine, you just have to sort out the configuration options: Code: tar -xjf vim-7.2.tar.bz2 cd vim72 ./configure --help | less You want the "huge" version of vim *without* gnome or gtk or any GUI. Google "midnight commander". They both probably require a bunch of development library packages such as ncurses, etc. To build tish you need rpms ending with -devel in additon to the basic object/executable files: eg, there is an ncurses-5.6 library, and there is a separate package ncurses-devel-5.6 with the source code so you can build executables requiring the library. Last edited by MK27; 07-24-2009 at 08:04 PM. | |
| MK27 is online now | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Survival Football, ongoing! (GENERIC EXCITED TITLE) | PJYelton | A Brief History of Cprogramming.com | 179 | 12-14-2004 10:19 AM |