Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. A Confession

A Confession

Scheduled Pinned Locked Moved The Lounge
linuxpythonworkspace
32 Posts 24 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AspDotNetDev

    Yeah, I just tried installing Ubuntu 9.04 on a computer I'm getting rid of. I played around with it for a while just for the heck of it. It's pretty nice. The install I had gave tons of install options (alongside Windows, run from disc without install, install on partition, wipe all partitions and install with single new partition). And there were tons of apps included (games, OpenOffice, a syntax highlighting text editor, GIMP, a DVD and CD burner, Firefox, and so on). I don't usually play computer games, but it came with a version of snake that I had to try. I wouldn't use it as my main environment, but I am thinking of installing it on one of my partitions on my main computer so I can play with it more.

    [Forum Guidelines]

    S Offline
    S Offline
    Scott Serl
    wrote on last edited by
    #8

    I have been using it as my main os for about 6 months now...I only launch Win7 in a virtual for programming in Visual Studio. My virtual Win7 takes 14.54GB of disk space (no office, only Visual Studio), and a virtual Ubuntu takes 4.64GB and includes eclipse and open office installs. I would imagine that a server build with no graphical ui would be around 1GB.

    A S 2 Replies Last reply
    0
    • S Scott Serl

      I have been using it as my main os for about 6 months now...I only launch Win7 in a virtual for programming in Visual Studio. My virtual Win7 takes 14.54GB of disk space (no office, only Visual Studio), and a virtual Ubuntu takes 4.64GB and includes eclipse and open office installs. I would imagine that a server build with no graphical ui would be around 1GB.

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #9

      Sounds useful. I imagine I'd have to use the virtual machine more often because of Visual Studio, Windows Media video with DRM played through the browser, and iTunes. So it still isn't worthwile for me to make the leap fully to Ubuntu. I do use OpenOffice and Thunderbird already though, so those wouldn't cause me any hassle. And I suppose I could always use MonoDevelop instead of Visual Studio, but there isn't any WPF support (yet). I guess that means I'd have to use a virtual machine (or dual boot setup). What virtual machine software do you use? And how easy is it to copy files between the virtual machines? Any network related problems (I have my router port forward to my desktop so I can remote in, so that might complicate things somewhat) with a virtual machine?

      [Forum Guidelines]

      S 1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

        P Offline
        P Offline
        peterchen
        wrote on last edited by
        #10

        vimmerge almsot gave me a seizure yesterday...

        Agh! Reality! My Archnemesis![^]
        | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

        1 Reply Last reply
        0
        • A Anthony Mushrow

          How do you know he is a witch?

          My current favourite word is: Smooth!

          -SK Genius

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #11

          He confesses to dabbling in the dark arts, does he not? Although we can tell for sure by comparing his weight to that of a duck.

          L u n a t i c F r i n g e

          1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

            M Offline
            M Offline
            Mustafa Ismail Mustafa
            wrote on last edited by
            #12

            Once you get used to it, you'll find vim to be quite useful :) Give FreeBSD a whirl. I find it less cluttered. I've gone to Linux/FreeBSD about 6 months ago now. Don't regret it whatsoever. If you do decide to look at FreeBSD, look at PC-BSD.

            If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

            P 1 Reply Last reply
            0
            • A AspDotNetDev

              Sounds useful. I imagine I'd have to use the virtual machine more often because of Visual Studio, Windows Media video with DRM played through the browser, and iTunes. So it still isn't worthwile for me to make the leap fully to Ubuntu. I do use OpenOffice and Thunderbird already though, so those wouldn't cause me any hassle. And I suppose I could always use MonoDevelop instead of Visual Studio, but there isn't any WPF support (yet). I guess that means I'd have to use a virtual machine (or dual boot setup). What virtual machine software do you use? And how easy is it to copy files between the virtual machines? Any network related problems (I have my router port forward to my desktop so I can remote in, so that might complicate things somewhat) with a virtual machine?

              [Forum Guidelines]

              S Offline
              S Offline
              Scott Serl
              wrote on last edited by
              #13

              aspdotnetdev wrote:

              And I suppose I could always use MonoDevelop instead of Visual Studio, but there isn't any WPF support (yet).

              MonoDevelop is just not that great if you already have Visual Studio...much easier to develop in Visual Studio on Windows and copy it over to Linux for deployment. I really like having nice clean and lean virtuals for development.

              aspdotnetdev wrote:

              And how easy is it to copy files between the virtual machines?

              Setting up shared folders on the host os is pretty easy, but you can also access shares between the virtual machines if you configure both ends properly. Or just use ftp between the virtuals. I am using VirtualBox with a host os of Ubuntu Studio 64 bit on a machine with 8GB ram.

              aspdotnetdev wrote:

              Any network related problems (I have my router port forward to my desktop so I can remote in, so that might complicate things somewhat) with a virtual machine?

              I have heard that there are some network problems, but I'm not sure if that is still true, and I have not tried anything like that to test it. I mostly do Android development in an Ubuntu vurtual, and .Net development on a Windows 7 virtual. Last year I was playing with Mono, but that was on my Ubuntu machine in my workshop. I would develop on my old (don't have it any more) xp machine using Visual Studio, then copy the program over to the Ubuntu machine to run it there. I am using Ubuntu Studio for my host os because I do some audio recording with Ardour. I don't have any video, and all my music is ripped from my cd collection in flac format, so no drm.

              A 1 Reply Last reply
              0
              • R Rama Krishna Vavilala

                I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

                R Offline
                R Offline
                Russell Jones
                wrote on last edited by
                #14

                I've just moved back from using Linux as my main desktop OS. I still use it to run my NAS box though (Debian on an NSLU2). It's great for server work and is great if you want to run but until manufacturers start to provide linux drivers / wine compatible DRM etc it's never going to be any good for a normal PC for me. It's a shame because I think the latest versions of linux are pretty spot on and if Windows and Linux started out now I think the fight would be pretty even, however, if I have to boot into windows to do things occasionally I may as well stay in windows all the time.

                1 Reply Last reply
                0
                • S Scott Serl

                  aspdotnetdev wrote:

                  And I suppose I could always use MonoDevelop instead of Visual Studio, but there isn't any WPF support (yet).

                  MonoDevelop is just not that great if you already have Visual Studio...much easier to develop in Visual Studio on Windows and copy it over to Linux for deployment. I really like having nice clean and lean virtuals for development.

                  aspdotnetdev wrote:

                  And how easy is it to copy files between the virtual machines?

                  Setting up shared folders on the host os is pretty easy, but you can also access shares between the virtual machines if you configure both ends properly. Or just use ftp between the virtuals. I am using VirtualBox with a host os of Ubuntu Studio 64 bit on a machine with 8GB ram.

                  aspdotnetdev wrote:

                  Any network related problems (I have my router port forward to my desktop so I can remote in, so that might complicate things somewhat) with a virtual machine?

                  I have heard that there are some network problems, but I'm not sure if that is still true, and I have not tried anything like that to test it. I mostly do Android development in an Ubuntu vurtual, and .Net development on a Windows 7 virtual. Last year I was playing with Mono, but that was on my Ubuntu machine in my workshop. I would develop on my old (don't have it any more) xp machine using Visual Studio, then copy the program over to the Ubuntu machine to run it there. I am using Ubuntu Studio for my host os because I do some audio recording with Ardour. I don't have any video, and all my music is ripped from my cd collection in flac format, so no drm.

                  A Offline
                  A Offline
                  AspDotNetDev
                  wrote on last edited by
                  #15

                  Scott Serl wrote:

                  I am using VirtualBox

                  Thanks, I will give that a try when I get a chance. Maybe I'll start playing around with Mono again. :)

                  [Forum Guidelines]

                  1 Reply Last reply
                  0
                  • R Rama Krishna Vavilala

                    I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

                    E Offline
                    E Offline
                    Ed Poore
                    wrote on last edited by
                    #16

                    http://www.gentoo.org/[^] Fantastic instructions to compile your own.


                    I doubt it. If it isn't intuitive then we need to fix it. - Chris Maunder

                    O 1 Reply Last reply
                    0
                    • R Rama Krishna Vavilala

                      I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

                      D Offline
                      D Offline
                      Dan Neely
                      wrote on last edited by
                      #17

                      Obligatory xkcd[^] ;)

                      3x12=36 2x12=24 1x12=12 0x12=18

                      1 Reply Last reply
                      0
                      • A Anthony Mushrow

                        How do you know he is a witch?

                        My current favourite word is: Smooth!

                        -SK Genius

                        P Offline
                        P Offline
                        PTJA
                        wrote on last edited by
                        #18

                        From "Monty Python and the Holy Grail": BEDEMIR: What makes you think she is a witch? VILLAGER #3: Well, she turned me into a newt. BEDEMIR: A newt? VILLAGER #3: I got better. VILLAGER #2: Burn her anyway! CROWD: Burn! Burn her!

                        -- Jarek Andrzejewski

                        1 Reply Last reply
                        0
                        • R Rama Krishna Vavilala

                          I am enjoying working with linux ever since I setup a linux box for actual use rather than for playing. I setup and configured a whole lot software packages, wrote a few shell scripts (bash + python) and even used Vim. Now I have downloaded the source and my aim is now to build a kernel with only those things which I need. It is fun and I can’t believe the number of open source packages available out there. The best thing to me is that it can run on low end machines pretty well.

                          G Offline
                          G Offline
                          GStrad
                          wrote on last edited by
                          #19

                          I have an ubuntu install on a pen drive, one of the handiest things ever when windoze is going through a boot/blue screen cycle continuously to be able to boot from USB and poke about on the machine

                          1 Reply Last reply
                          0
                          • E Ed Poore

                            http://www.gentoo.org/[^] Fantastic instructions to compile your own.


                            I doubt it. If it isn't intuitive then we need to fix it. - Chris Maunder

                            O Offline
                            O Offline
                            onemorechance
                            wrote on last edited by
                            #20

                            I also use Gentoo ... a great distro. It has my main development OS at work for four years, and even longer at home. The only real reason I still have windows is because of games.

                            V 1 Reply Last reply
                            0
                            • O onemorechance

                              I also use Gentoo ... a great distro. It has my main development OS at work for four years, and even longer at home. The only real reason I still have windows is because of games.

                              V Offline
                              V Offline
                              vmmlog
                              wrote on last edited by
                              #21

                              I think Ubuntu can replace windows even for games!

                              with regards, vmmlog

                              O 1 Reply Last reply
                              0
                              • S Scott Serl

                                I have been using it as my main os for about 6 months now...I only launch Win7 in a virtual for programming in Visual Studio. My virtual Win7 takes 14.54GB of disk space (no office, only Visual Studio), and a virtual Ubuntu takes 4.64GB and includes eclipse and open office installs. I would imagine that a server build with no graphical ui would be around 1GB.

                                S Offline
                                S Offline
                                sclaughl
                                wrote on last edited by
                                #22

                                Scott Serl wrote:

                                I would imagine that a server build with no graphical ui would be around 1GB.

                                On Debian Stable 64-bit, it's around 650MB. That includes apache2 and postgresql, and not even trying to be small. I'm not sure about other distributions.

                                --Stuart

                                1 Reply Last reply
                                0
                                • V vmmlog

                                  I think Ubuntu can replace windows even for games!

                                  with regards, vmmlog

                                  O Offline
                                  O Offline
                                  onemorechance
                                  wrote on last edited by
                                  #23

                                  Well, not the ones branded "Games for Windows Live". There are quite a few games available on the linux platform, but some of the games I own are tied to the window OS because I bought them through the GFWL client. I may be able to use wine or some similar software, but that is a hassle. I guess it is kind of like having an xbox 360 game ... if you want to play it, you need the console. If I want to play a GFWL title, I need the OS.

                                  1 Reply Last reply
                                  0
                                  • M Mustafa Ismail Mustafa

                                    Once you get used to it, you'll find vim to be quite useful :) Give FreeBSD a whirl. I find it less cluttered. I've gone to Linux/FreeBSD about 6 months ago now. Don't regret it whatsoever. If you do decide to look at FreeBSD, look at PC-BSD.

                                    If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                                    P Offline
                                    P Offline
                                    Phil Boyd
                                    wrote on last edited by
                                    #24

                                    I've been a Linux fan for years - but tend to do most (all) of work on MS. But I do have the ViEmu plugn for Visual Studio ;-)

                                    Phil

                                    1 Reply Last reply
                                    0
                                    • S Shog9 0

                                      Using Linux reminds me of the feeling I got as a child in my grandfather's garage. It was old and a bit intimidating, packed to the rafters (and above...) with boxes, machinery, tool cabinets, and strange bits of wood and metal that might be scrap or might be some special-purpose tool he'd built himself at one time... It could be overwhelming, and often difficult to navigate, but there was never any doubt that no matter what I might need to do, there were tools that would let me do it well... once I learned to use them. Right now, I'm setting up a computer for a friend of mine who is blind. He'd been using Windows 98 with JAWS installed, and I've often watched him frustratedly navigate through irrelevant menus or deal with poorly-captioned pop-ups or badly-configured keyboard support. Once done, he'll be able to boot up and use the machine for his primary tasks - listening to music, scanning and reading mail - with nothing else to get in his way... Linux is perfect for this sort of thing.

                                      S Offline
                                      S Offline
                                      SuperJames74
                                      wrote on last edited by
                                      #25

                                      Let me begin by saying - hats off to you for stepping up and making an effort to help out your blind friend. Good job, man! :thumbsup: :thumbsup: :thumbsup: I, too, have a blind friend whom I've seen struggle with JAWS plenty of times, and I am VERY curious about the custom environment you are building for your friend. Any information you could provide about it would be very, very much appreciated by both me and him! It would probably be too much to post on this thread, especially once I start asking questions and stuff, so let me know if you want to start a new thread, go offline, or whatever, OK? On a side note, isn't it wild to see (well, "hear", really...) these guys run JAWS at super-high speed!?!? Blows my mind every time, man... Again, good job, dude. Stuff like this is important, and we, as a community, should do more of it. Thank you.

                                      ---"Don't tase me, bro!"

                                      S S 2 Replies Last reply
                                      0
                                      • A AspDotNetDev

                                        Yeah, I just tried installing Ubuntu 9.04 on a computer I'm getting rid of. I played around with it for a while just for the heck of it. It's pretty nice. The install I had gave tons of install options (alongside Windows, run from disc without install, install on partition, wipe all partitions and install with single new partition). And there were tons of apps included (games, OpenOffice, a syntax highlighting text editor, GIMP, a DVD and CD burner, Firefox, and so on). I don't usually play computer games, but it came with a version of snake that I had to try. I wouldn't use it as my main environment, but I am thinking of installing it on one of my partitions on my main computer so I can play with it more.

                                        [Forum Guidelines]

                                        L Offline
                                        L Offline
                                        LenaBr
                                        wrote on last edited by
                                        #26

                                        I have Ubuntu as partition on my home computer. I use it when surfing the net and for most tasks but I still have to use windows XP for my visual studios and SQL and other support functions. I love when I am surfing and those Windows boxes pop telling me my computer is compromised and I should down load this software. And this on knitting pattern sites!

                                        1 Reply Last reply
                                        0
                                        • S SuperJames74

                                          Let me begin by saying - hats off to you for stepping up and making an effort to help out your blind friend. Good job, man! :thumbsup: :thumbsup: :thumbsup: I, too, have a blind friend whom I've seen struggle with JAWS plenty of times, and I am VERY curious about the custom environment you are building for your friend. Any information you could provide about it would be very, very much appreciated by both me and him! It would probably be too much to post on this thread, especially once I start asking questions and stuff, so let me know if you want to start a new thread, go offline, or whatever, OK? On a side note, isn't it wild to see (well, "hear", really...) these guys run JAWS at super-high speed!?!? Blows my mind every time, man... Again, good job, dude. Stuff like this is important, and we, as a community, should do more of it. Thank you.

                                          ---"Don't tase me, bro!"

                                          S Offline
                                          S Offline
                                          Shog9 0
                                          wrote on last edited by
                                          #27

                                          I'm starting with Knoppix ADRIANE[^] and customizing the menu and voice. Like Knoppix itself, it's a fine little distro packed with many essential tools, but the addition of the SBL screenreader and a light-weight menu system makes it accessible to users like my friend who would otherwise be locked out. I recommend download it and playing around - you can boot right off the CD, so no need to set up a dedicated machine 'till you have a specific purpose in mind.

                                          S S 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups