F5F Stay Refreshed Software Operating Systems Seeking to explore Linux as a beginner on this platform

Seeking to explore Linux as a beginner on this platform

Seeking to explore Linux as a beginner on this platform

Pages (2): 1 2 Next
F
filoucrafteur
Member
119
10-29-2023, 07:37 PM
#1
Hey everyone, I'm considering switching to Linux and have a few apps in mind—Word, Outlook, Chrome, Spotify, Authy, and LastPass. No other programs needed beyond those. I play games a bit occasionally, but not much.
F
filoucrafteur
10-29-2023, 07:37 PM #1

Hey everyone, I'm considering switching to Linux and have a few apps in mind—Word, Outlook, Chrome, Spotify, Authy, and LastPass. No other programs needed beyond those. I play games a bit occasionally, but not much.

D
Dylanhtx
Member
156
10-29-2023, 09:37 PM
#2
P.S. I want to set up a dual boot.
D
Dylanhtx
10-29-2023, 09:37 PM #2

P.S. I want to set up a dual boot.

N
Nikoo
Junior Member
21
11-13-2023, 05:30 PM
#3
I’d choose Ubuntu or another variant based on your visual preferences. Set up Chrome via this tutorial. Word and Outlook can be accessed online through Chrome. Alternatively, try Wine following this guide. Once installed, you should be able to run the Word/Outlook/Office installer executable. Be cautious about Authenticity since it’s a beta version—results may differ. Check out this blog post for more details. For dual booting, ensure you have unpartitioned space on your drive; it adds some complexity but is manageable. Keep a backup ready!
N
Nikoo
11-13-2023, 05:30 PM #3

I’d choose Ubuntu or another variant based on your visual preferences. Set up Chrome via this tutorial. Word and Outlook can be accessed online through Chrome. Alternatively, try Wine following this guide. Once installed, you should be able to run the Word/Outlook/Office installer executable. Be cautious about Authenticity since it’s a beta version—results may differ. Check out this blog post for more details. For dual booting, ensure you have unpartitioned space on your drive; it adds some complexity but is manageable. Keep a backup ready!

I
Im_Phantomz
Junior Member
3
11-14-2023, 01:59 AM
#4
Fortunately, everything works smoothly in-browser. Chrome supports native Linux features. The exceptions are Word and Outlook, especially if you require the desktop versions. You can run Office Live through the browser, and use LibreOffice and Thunderbird for a compatible word processor and offline email client, though installing Microsoft Office on Linux can be challenging due to compatibility issues between Wine and MS Office.
I
Im_Phantomz
11-14-2023, 01:59 AM #4

Fortunately, everything works smoothly in-browser. Chrome supports native Linux features. The exceptions are Word and Outlook, especially if you require the desktop versions. You can run Office Live through the browser, and use LibreOffice and Thunderbird for a compatible word processor and offline email client, though installing Microsoft Office on Linux can be challenging due to compatibility issues between Wine and MS Office.

A
alexisroland
Member
186
11-16-2023, 12:11 AM
#5
It's suggested to explore Linux Mint, as it's likely the most user-friendly due to its design for ease of use by those transitioning from Windows 7.
A
alexisroland
11-16-2023, 12:11 AM #5

It's suggested to explore Linux Mint, as it's likely the most user-friendly due to its design for ease of use by those transitioning from Windows 7.

L
Lloyd_Gaming
Member
236
11-16-2023, 05:43 AM
#6
My top choices are Linux Mint Mate and ZorinOS Core. Both appear very similar to Windows right out of the box, while Zorin can be customized to resemble MacOS or standard Gnome. I’ve discovered both to be quite reliable and straightforward to use. To preview how these distros look in practice, you can visit this site: https://distrotest.net/index.php. If you like a few options, download VirtualBox and run the ISO files in a virtual machine. Spend a couple of days testing them before installing anything on your system. Using full-screen mode makes it feel like you’re working with an actual machine.
L
Lloyd_Gaming
11-16-2023, 05:43 AM #6

My top choices are Linux Mint Mate and ZorinOS Core. Both appear very similar to Windows right out of the box, while Zorin can be customized to resemble MacOS or standard Gnome. I’ve discovered both to be quite reliable and straightforward to use. To preview how these distros look in practice, you can visit this site: https://distrotest.net/index.php. If you like a few options, download VirtualBox and run the ISO files in a virtual machine. Spend a couple of days testing them before installing anything on your system. Using full-screen mode makes it feel like you’re working with an actual machine.

F
FlameBoyBoom
Member
55
11-16-2023, 07:13 AM
#7
Linux distribution = Ubuntu. - Explanation: Strong community support among developers and users. Preferred IRC channel for Ubuntu (Freenode) or Stack Exchange. For non-3D/gaming software, use Wine. Here’s how I approach setting up Ubuntu Linux to run the essentials:

1.) Start with a USB drive made from Rufus (the simplest USB creator).
2.) Transfer it to an extra hard drive (a spare SSD works well).
- If you boot in UEFI mode, the system will take over the Bootloader and display your Windows boot options at startup.
3.) The installation process is standard; just be careful when choosing “Erase disk and install”—avoid deleting your Windows partition.
- If you want it next to Windows, it will adjust your Windows partition size accordingly.

4.) After a successful boot, open the terminal (press Ctrl+Alt+T) or use the “Windows like: Start Search” feature with your keyboard shortcut (Meta).
- When prompted for a password during installation, type it—this is similar to the Windows admin pop-up screen.

5.) Run the command `sudo apt-get` –
a.) apt-get is a package manager in Ubuntu/Debian.
b.) This tool fetches applications from an “App Store” (similar to a digital store).
c.) “Sudo” means execute commands with admin privileges, so you can install things as root.
d.) Thus, “sudo apt-get install ____” installs a specific application.

6.) To add software, open the terminal and type:
`sudo apt-get update && install synaptic preload vlc wine playonlinux winetricks`
This will install Synaptic (for advanced app management), VLC (media player), Wine (cross-platform apps), PlayOnLinux (media player), and Winetricks (extensions).

7.) After installation, you’ll see a prompt asking for a password during setup—follow it to complete the process.

8.) Once everything is set up, remember to back up your Linux partition using Paragon Disk Manager. You can save the partition image and replace the original drive.

This approach ensures a smooth transition from USB to a fully functional Ubuntu environment.
F
FlameBoyBoom
11-16-2023, 07:13 AM #7

Linux distribution = Ubuntu. - Explanation: Strong community support among developers and users. Preferred IRC channel for Ubuntu (Freenode) or Stack Exchange. For non-3D/gaming software, use Wine. Here’s how I approach setting up Ubuntu Linux to run the essentials:

1.) Start with a USB drive made from Rufus (the simplest USB creator).
2.) Transfer it to an extra hard drive (a spare SSD works well).
- If you boot in UEFI mode, the system will take over the Bootloader and display your Windows boot options at startup.
3.) The installation process is standard; just be careful when choosing “Erase disk and install”—avoid deleting your Windows partition.
- If you want it next to Windows, it will adjust your Windows partition size accordingly.

4.) After a successful boot, open the terminal (press Ctrl+Alt+T) or use the “Windows like: Start Search” feature with your keyboard shortcut (Meta).
- When prompted for a password during installation, type it—this is similar to the Windows admin pop-up screen.

5.) Run the command `sudo apt-get` –
a.) apt-get is a package manager in Ubuntu/Debian.
b.) This tool fetches applications from an “App Store” (similar to a digital store).
c.) “Sudo” means execute commands with admin privileges, so you can install things as root.
d.) Thus, “sudo apt-get install ____” installs a specific application.

6.) To add software, open the terminal and type:
`sudo apt-get update && install synaptic preload vlc wine playonlinux winetricks`
This will install Synaptic (for advanced app management), VLC (media player), Wine (cross-platform apps), PlayOnLinux (media player), and Winetricks (extensions).

7.) After installation, you’ll see a prompt asking for a password during setup—follow it to complete the process.

8.) Once everything is set up, remember to back up your Linux partition using Paragon Disk Manager. You can save the partition image and replace the original drive.

This approach ensures a smooth transition from USB to a fully functional Ubuntu environment.

A
Aeronees
Member
75
11-16-2023, 08:53 AM
#8
Understand their system configuration before assisting with Linux.
A
Aeronees
11-16-2023, 08:53 AM #8

Understand their system configuration before assisting with Linux.

N
Nicole_Kun
Junior Member
11
11-19-2023, 03:53 PM
#9
... huh?
N
Nicole_Kun
11-19-2023, 03:53 PM #9

... huh?

X
xXRAXERXx
Posting Freak
817
11-20-2023, 05:42 PM
#10
I discovered that understanding their hardware helps guide them toward a Linux distribution more smoothly. For example, with Mangero, POP!_OS and Ubuntu aren't compatible well, but Linux Mint and Debian do.
X
xXRAXERXx
11-20-2023, 05:42 PM #10

I discovered that understanding their hardware helps guide them toward a Linux distribution more smoothly. For example, with Mangero, POP!_OS and Ubuntu aren't compatible well, but Linux Mint and Debian do.

Pages (2): 1 2 Next