48
« Last post by sorveltaja on December 23, 2025, 02:13:44 PM »
Some more thoughts:
A new user, when testing otherwise well running distros like Pop Os, Ubuntu or Linux Mint, might find their software centers to be rather sluggish. Because of that, they are quite frustrating to use. They may give an impression that Linux as a whole is just that slow with about anything.
An example: when I started with Linux back in spring of this year, I used Pop Os's Pop Shop to see what apps there are available to possibly replace ones I've used in Windows. It was good thing to use at the very beginning to install/remove apps, but for some time now, I've avoided using it.
What are the alternatives for such software centers?
One is Synaptic, which has rather basic interface, but still a GUI. It doesn't necessarily come installed by default on mentioned distros. It can be installed using said software center, or using command 'sudo apt install synaptic' in terminal.
One thing, when using command line to install an app, it's fast, but the user must know the exact name of the package he wants to install.
That's where software center can be used to find app names (by category or so), and further, if needed, to look on the net for more info about that app.
Small and capital letters matter; if one tries to install Synaptic instead of synaptic in terminal, there's an error 'Unable to locate package Synaptic'.
Change of gears: when trying Linux on my laptop, screen is always too bright. To tame it a bit, I've used command 'xgamma -gamma 0.5' to adjust contrast. That can be added as a startup application on control center or similar.
Unfortunately, even if the distro has brightness control in display options, it may not work at all. To enable brightess control (Fn + right and left arrow on Acer) an entry in a grub file (assuming grub is used) needs to be edited. But files like that can't be modified without admin or root privileges.
One way to do that is to use nano, a terminal text editor with command 'sudo nano /etc/default/grub', and add 'acpi_osi=' entry, so that it looks similar to this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi="
After doing that, grub needs to be updated with command 'sudo update-grub' and reboot to apply changes.
Nano's basic commands are: ctrl+o (and enter) to save the file, and ctrl+x (and enter) to exit to get back to terminal.
So no doubt, there are still things that may require the use of terminal. That's one of the things that has kept me from using Linux before, as some of the tasks can't be done using GUI, like on Windows. More savvy users might claim that the users can modify Linux to look and work just as they prefer. It's true, but only if that user knows what to do.
Bit of a rant - there are a lot of sites on the net offering solutions to this or that issue, that newbies face. Some of them are plain hostile, having flame wars about everything. Just don't engage; let them be the way they are, and move on. That's an unfortunate part, as many know, of searching information in these days.
But enough of that. Learning basic terminal commands can help to get a better picture of what's involved in editing settings in Linux. There's no need to go crazy about it. Not everyone wants or needs to be a hacker. At least I don't.
Foolproof way of doing the testing is to use VM like Virtualbox - it's free and available for Windows, Mac and Linux. If one breaks the system inside VM (I've done that many times), it stays there, without affecting the host system.
In the end, I have Pop and Win7 installed on my pc, but without dual boot option. That's because I disconnected Win7 disk before installing Pop on a separate disk. Of course, that might not be handy or convenient, but when I want to boot to Win7, I just restart the pc and press F11 key and select the disk containing Win7. No dualboot issues whatsoever.