LinuxQuestions.org
Review your favorite Linux distribution.
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 01-04-2018, 04:01 PM   #1
bobziol
LQ Newbie
 
Registered: Feb 2007
Distribution: Zorin V12.2
Posts: 8

Rep: Reputation: Disabled
Gave up on Windows


Found out I have been an old member maybe 10 years ago but have not done much with Linux. Played around but never learned the language or felt comfortable using the OS systems.gs Back then I did go to some of the Orlando meetings.
I finally gave up on MS products and decided to go with Linux.
Have two Basic questions.
1.Can I use some of my WIN type programs?
2. Is there a translating chart on Linux item names?
Thanks BobZ
These are the programs I have interested in.
Ulead V3 Photo Express
System Suite Pro 15
Total Commander V9.2
Regards bobz

Last edited by bobziol; 01-08-2018 at 08:29 AM.
 
Old 01-04-2018, 04:54 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
To answer the questions

1. Yes, it's called wine http://www.winehq.org and if that doesn't work for you, you can set up a virtual machine in virtualbox.

2. No, never heard of one, but you can always set one up. There are several ways to attack any problem usually ranging from console based things with program switches to X apps with point & click functionality.
 
Old 01-04-2018, 08:14 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
Is there a translating chart on Linux item names?
What precisely do you meaan by "item names"?
 
1 members found this post helpful.
Old 01-04-2018, 10:34 PM   #4
_roman_
Member
 
Registered: Dec 2017
Location: _Austro_Bavaria_
Distribution: gentoo / linux mint
Posts: 433

Rep: Reputation: 29
you may grab a few books and read em.
like basic intros, regardless how old these books are they are still valid for the basics.

careful SYSTEMD based distros do things differently, as it is kinda fresh and untested init system.

linux mint 18.3 for example ships with an introduction manual when you install it.

there was also a homepage which listed which alternative for windows software in linux
 
1 members found this post helpful.
Old 01-04-2018, 10:44 PM   #5
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
https://alternativeto.net and https://linuxappfinder.com Are super resources when it comes to finding alternatives and other options.


Keep us updated And have fun!
 
Old 01-05-2018, 11:33 AM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
This is a useful guide to the command line, available as a pdf
http://cb.vu/unixtoolbox.xhtml
It's also useful to keep a file of useful things you've learned for when you forget them: last year I found
Code:
for file in path/*.odt; do unzip -c $file | grep -iq searchtext && echo $file; done
Search .odt files in the given path for the required text. Awesome!

I also keep a list of extra programs I've installed and configuration that I've done.
 
2 members found this post helpful.
Old 01-05-2018, 11:59 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
These are quite useful resources regarding Linux software:

https://www.techsupportalert.com/linux

https://wiki.archlinux.org/index.php...f_applications

https://wiki.installgentoo.com/index...Linux_software

https://lifehacker.com/lifehacker-pa...l-li-815376368
 
2 members found this post helpful.
Old 01-05-2018, 12:14 PM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I find using google or like search eng very helpful, the net is filled with Linux how tos' run into a problem just type it out basic english or whatever your first language is,

How to setup network linux

or the error message itself , verbatim, or a subset of it and google finds it if someone else has posted it as such. One just needs to learn keywords and phrases really.

then of course there is LQ here if all else fails ( or just feel like asking).
 
1 members found this post helpful.
Old 01-06-2018, 06:49 PM   #9
I-like-RaspberryPi
LQ Newbie
 
Registered: Jan 2018
Posts: 9

Rep: Reputation: Disabled
Quote:
Originally Posted by bobziol View Post
I finally gave up on MS products and decided to go with Linux.
Windows XP was my last windows hoorah.

Welcome to the No Windows club!!!
 
1 members found this post helpful.
Old 01-07-2018, 01:44 PM   #10
bobziol
LQ Newbie
 
Registered: Feb 2007
Distribution: Zorin V12.2
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thank you for all the useful Info. I needed a simple answer Yes or no. Can I use some of my Windows programs?Thanks BobZ
 
Old 01-07-2018, 02:09 PM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by bobziol View Post
Thank you for all the useful Info. I needed a simple answer Yes or no. Can I use some of my Windows programs?Thanks BobZ
Life isn't as simple as a Yes or No most of the time, especially when all the information isn't available.

If you tell us all of the Windows programs you are talking about, we should be able to answer the question.

If you're willing and able to use a virtual machine, and have a Windows licence for the copy of Windows it would need, then that would tilt the answer very much towards Yes, but it would be more advisable for you to seek Linux equivalents for your software first, and also look at whether certain simpler Windows programs can run under WINE, before resorting to running software in a virtual machine.
 
Old 01-07-2018, 04:05 PM   #12
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,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by bobziol View Post
Thank you for all the useful Info. I needed a simple answer Yes or no. Can I use some of my Windows programs?Thanks BobZ
Can you use some Windows programs on Linux? That answer is "Yes". In fact, if your windows programs have Linux VERSIONS (LibreOffice, as an example) they may run BETTER under Linux.
Do all Windows programs have Linux versions? That answer is "No". Will Windows programs run under WINE on Linux? That answer is "SOME will, but not all".

If you can provide a list of the programs you want to run, someone can provide from five kinds of answers:
Yes. or
That has a Linux version. or
That has no Linux version but will run under WINE. or
That has no Linux version but there is a Linux program for that. or
No.

Could you please provide the list of your critical Windows applications so that we miht consider a proper and useful answer? (Because just "yes or no" in the general case is not going to help anyone.)
 
Old 01-07-2018, 04:06 PM   #13
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by bobziol View Post
Thank you for all the useful Info. I needed a simple answer Yes or no. Can I use some of my Windows programs?Thanks BobZ
Yes. You can use some of them.

Others will not work. It really depends which ones you are talking about.

I dunno, it doesn't seem to me that you are terribly committed to this. There is a learning curve with Linux, even for the easier distros.

I would think about what the most important software is to you and let us know, then we can assist with whether there are Linux versions and recommend a distro [hint - it's most likely going to be Mint until Ubuntu 18.04 is released].

Last edited by Lysander666; 01-07-2018 at 04:09 PM.
 
Old 01-07-2018, 04:32 PM   #14
sidzen
Member
 
Registered: Feb 2014
Location: GMT-7
Distribution: Slackware64, xenialpup64, Slacko5.7
Posts: 204

Rep: Reputation: 36
Suggest reading this short --
Linux Is NOT Windows
-- lesson.
 
1 members found this post helpful.
Old 01-07-2018, 04:41 PM   #15
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by sidzen View Post
Suggest reading this short --
Linux Is NOT Windows
-- lesson.
This?
 
2 members found this post helpful.
  


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
[SOLVED] Should I use this new computer somebody gave me? Gregg Bell Linux - Newbie 37 04-06-2015 02:39 AM
Gave windows the flick whiteguru LinuxQuestions.org Member Intro 1 10-03-2009 03:44 AM
Vista gave us the year of Linux on the desktop, will windows 7 be as generous? Chris_C Linux - General 13 02-15-2009 08:05 PM
LQ gave me adware? Penguin of Wonder LQ Suggestions & Feedback 5 07-25-2006 12:42 PM
i gave up for a while golpemortal Linux - Laptop and Netbook 1 10-09-2003 10:33 PM

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

All times are GMT -5. The time now is 03:42 PM.

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