4

I've just started using Lubuntu. It's the first time I've ever used Linux.

Can any of you send me a tutorial-video for new users or explain the basics to me?

Zanna
  • 70,465
Wultoonz
  • 51
  • 3
  • 1
    Ubuntu has an official tutorial to Install Ubuntu Desktop. The only thing it does not include is how to configure your motherboard to boot installation media. For that you will need to follow the instructions on your vendor boot splash and find options for boot priority, or read the documentation for your motherboard. – Nmath Nov 05 '21 at 00:37

4 Answers4

7

If you want a quick and easy guide, click on the top left corner and then type helpEnter and click the icon.

enter image description here

For a more comprehensive guide, Getting Started with Ubuntu is one for the Ubuntu operating system. It is written under an open source license and is free for you to download, read, modify and share.

The manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience.

Ubuntu Documentation

Basic concepts

The same skills that Windows users learn are transferable to new Ubuntu users.

  1. Don't install crap. Installing crap makes more problems than it solves. Use the default Ubuntu repositories as a source for packages to install.

  2. Be zealous about not adding unnecessary PPAs to your software sources. This prevents package management issues.

  3. Don't use root privileges except when required. Misusing root privileges is a major security risk.

  4. Keep your system up-to-date and upgrade or reinstall the operating system when it reaches end of life.

  5. Don't use weak passwords or reuse the same password in multiple websites.

muru
  • 197,895
  • 55
  • 485
  • 740
karel
  • 114,770
2

You can start with:

And of course you should determine which tasks you are going to solve.

N0rbert
  • 99,918
2

There is on-line documentation you can access for Lubuntu.

There are links to readable topics (with lots of images and/or animations) for common tasks:

  • Browse the web
  • Change the date, time and timezone
  • Change the wallpaper
  • Connect to online accounts
  • Use the system search
  • Use windows and workspaces
  • Get online
  • Launch applications
  • Switch tasks
1

It’s rather a general question, but I’d suggest

  1. download Ubuntu from https://ubuntu.com/download/desktop

  2. tutorial on how to create bootable usb here: https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview

  3. I’d suggest set up as dual boot, or install it on an old computer so you still have a working computer you can use

  4. browse questions here to get a feel for Ubuntu. Ask a question if you have problems.

  5. the official Ubuntu tutorials at https://ubuntu.com/tutorials are a useful resource

  6. personally I found ‘Linux command line’ by William Shotts really good for getting started on the command line. It’s free to download.

  7. play - enjoy !!

My experience of transitioning from windows about 8 months ago has been really positive - initially I liked the security of having windows as an option on my computers, but in truth I now very rarely boot into windows (only for a couple of very specific things that Microsoft or Apple make impossible on Linux (specifically - accessing a shared outlook calendar, and syncing music on my iPhone). Almost everything I want to do works better in Linux than it did in windows - I had to spend a bit of effort getting to where I am, but now I’m much more in control and can do many things more efficiently.

Good luck.

muru
  • 197,895
  • 55
  • 485
  • 740
Will
  • 2,292