LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-13-2015, 03:18 PM   #1
mp100
Member
 
Registered: Sep 2015
Posts: 54

Rep: Reputation: Disabled
Thinking of moving away from Windows


Hello all!

I am sure part of my story is a familiar one. I have become tired of various practices of the makers of my current system (he said tactfully, supressing urges to say more...). Actually I am a happy user of W7 but see threats on the horizon. I would like to try Linux on a Windows machine and in particular I would like to see how Gambas shapes up and whether it will be practical to rewrite my huge accounting suite that I had written in Visual Basic 6. Add to that I would want to be able to use email and the internet and have an Office suite comparable to MS Office 2010. This is all for work purposes. If all looks OK (presumably in a virtual machine box -- or would you suggest a separate machine?), I would then ditch Windows altogether. Is what I would like within reach? And how would I get started? PS. I do not want to go right back to command line / console stuff // brain too tired at 75!
.

Last edited by mp100; 09-13-2015 at 03:21 PM.
 
Old 09-13-2015, 03:28 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Welcome

I suspect you would have to completely rewrite from the ground up if it's written in VB. If you like a challenge it could be good fun.
For web browsing you have Firefox and Chrome as you do under Windows. As far as office suites go, you can try LibreOffice on Windows and see whether that does what you need. There can be formatting problems opening Microsoft format documents and VBScript is absent so any spreadsheets you may have with VBA in Excel, for example, won't work. If you can deal with that kind of thing though you ought to be OK.
If you're willing to learn and be patient Linux can be very rewarding to use but if you're not you may soon find yourself giving up as the learning curve can get very steep. That isn't meant to put you off, by the way, just trying to be honest. Heck, if I can use Linux day-to-day with my lack of patience and inability to learn anybody can.
 
Old 09-13-2015, 03:32 PM   #3
mp100
Member
 
Registered: Sep 2015
Posts: 54

Original Poster
Rep: Reputation: Disabled
Thanks for the very quick reply. Should I start by setting up a virtual machine and how would I go about that? (ex-UK: I miss OSH!)
 
Old 09-13-2015, 03:34 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,613

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
try before you .... buy?

Cannot comments much on VB6. You can make .Net (and Mono, cross compatible for the most part) on Linux but I have not used VB6. I used VB5 when it was NEW, but have long forgotten why.

LibreOffice is a wonderful replacment for MS Office that is pretty compatible. Each has superior poiints, but are equally powerful. And LibreOffice is free. (Runs on both Linux and Windows easily and well.)

The ONLY MS Office piece that has no direct replacment on Linux is MS Outlook. I use ThunderBird with Lightnig (in the latest release they are integrated) but it does not do everything Outlook does with an Exchange server. Handles Google/Gmail/Calendar nicely though.

There are MANY browsing options, but Mozilla is the engine of choice for me. Not only do most of your themes, addons, and settings port directly, but if you use sync they just will automagicly!

I like the command-line and mostly code in bash shell these days, but the development environments for Linux blow away most of what is available for Windows. With one or two exceptions: example while I dislike visual studio, those who live in it like NOTHING else as much. If GAMBAS interests you, I am sure you noticed that it is MADE for Linux: this is the natural home for OS and Software Engineers.

Not having to worry about license restrictions, annual fees, forced upgrades that break my work, unforced upgrades that cost $$$, and other Microsoft and Apple 'features' is worth a lot to me.

You may want to run something like VirtualBox and load a virtual linux with a development environment before you dive into the deep waters. This can give you experience and a comfort level before you blow away your current OS.
 
Old 09-13-2015, 03:43 PM   #5
mp100
Member
 
Registered: Sep 2015
Posts: 54

Original Poster
Rep: Reputation: Disabled
Many thanks! I should just clarify. I HATE .Net and very much resent the replacement of vb6 with it!
 
Old 09-13-2015, 03:44 PM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
To install in a Virtual Machine, as long as you have a fairly modern processor and a few GB of RAM, you can do something like Linux Mint install in a virtual machine bearing in mind that there are other distributions out there which may server you better (hard to know) and that Mint is now on a version 17 so just get the most recent stable version from the site.
 
Old 09-14-2015, 11:05 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,138

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Re-writing a Basic program can be a major task. I'm too old and lazy to do it for a custom program of mine, so I use emulation. Compiled Windows programs mostly run with Wine, and the Visual Basic development system might:
https://appdb.winehq.org/objectManag...ersion&iId=130
http://judepereira.com/blog/visual-b...ed-linux-wine/

Last edited by DavidMcCann; 09-14-2015 at 11:10 AM.
 
Old 09-14-2015, 02:52 PM   #8
mp100
Member
 
Registered: Sep 2015
Posts: 54

Original Poster
Rep: Reputation: Disabled
Hmmm. Wine is a mystery to me at the moment. I have got as far as setting up Oracle VM on one of my Windows 7 machines, but have not succeeded yet in downloading any distro of Linux!
 
Old 09-15-2015, 07:56 AM   #9
pherms
LQ Newbie
 
Registered: Sep 2015
Posts: 4

Rep: Reputation: Disabled
Hi,

I have made "the switch" myself too. I first installed Mint and after that Ubuntu. Both in a virtual machine on my windows installation. I tried a few distros, but I've found out that I do like Ubuntu best. I used this virtual machine to play around and see if I could find replacements for various windows programs I use. For most programs I have found a replacement, but I was not able to find a suitable replacement for Adobe Lightroom. I know there is Darktable and Digikam (and a lot others), but they don't come near the ease of use Adobe Lightroom offers.

After a few weeks I decided I was done using Ubuntu in a virtual machine and I decided to format my harddrive and install Ubuntu. I'm very glad I did and I am very happy working in Linux now. I managed to be able to use Adobe Lightroom as well. Not by using Wine, but installing a windows virtual machine, by using VMware player and installing Adobe Lightroom in there. This is working pretty OK for me. Especially now that VMware has released VMware player 12.

Only other thing I'm struggling is my email. I currently use outlook.com webmail. I haven't been able to propperly connect to that with thunderbird/evolution or some other client.
 
Old 09-15-2015, 02:38 PM   #10
mp100
Member
 
Registered: Sep 2015
Posts: 54

Original Poster
Rep: Reputation: Disabled
Pherms said "I used this virtual machine to play around and see if I could find replacements for various windows programs I use."

That is what I'll be doing, and I am particularly interested to see if I can convert a large Visual Basic 6 program to Gambas! See my other thread for the huge problems I am having getting Mint to run in a virtual machine. I will also need email and currently use Windows Outlook 2010.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Frequently asked questions from Windows users thinking of moving to Linux LXer Syndicated Linux News 0 02-24-2014 04:31 AM
Thinking in moving to Debian Davh Debian 31 02-10-2012 02:30 PM
Thinking about moving to Slackware, what do I need to know? swalker23 Slackware 11 05-19-2010 09:08 AM
Thinking of moving from RH to Ubuntu 10.04, what is your opinion? hockeycoach Linux - Software 20 05-04-2010 01:51 AM
I'm thinking of moving to a new distro Cyberman Linux - Distributions 4 12-26-2009 03:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration