10-08-2018, 07:28 PM
Quote:I did not know that Linux was an OS kernel and NOT an OS.Linux is an OS "just like" Windows and MAC OS. Yes, they all use different approaches but deep down they all rely on the kernel for the same purposes; they all consist of a user mode and a kernel mode. The main differences are libraries; Windows use mainly DLLs(dynamic-link library) while Linux uses .SOs(shared object) MAC OS uses DYLIBs(dynamic library). You can find out more on these links:
https://techterms.com/definition/dll
http://www.yolinux.com/TUTORIALS/Library...namic.html
https://fileinfo.com/extension/dylib
https://en.wikipedia.org/wiki/Architectu...Windows_NT
https://en.wikipedia.org/wiki/Linux
https://en.wikipedia.org/wiki/Macintosh_...ng_systems
Quote:LL you have to struggle and figure out what program does what and how it benefits youAnd when you use or used to Windows, you didn't do this? I did. The thing's with Linux you have more info about that program; you can even modify it to your taste/need as long as you have the knowledge of course, while in Windows you only have to click and run xy soft without even care to know what it does; you assume the program will do what it is supposed to, but sometimes this is not the case and there's when issues arise. Let's take CCleaner for example, most people assume it cleans and optimizes their pc, but how exactly? What is the measure for it to happen? Truth is I never really saw much difference when using it than when I didn't. On the other hand, Linux doesn't need a CCleaner like software, yes, there's bleachbit and and a few others, in LL you have Lite Tweaks, which is great by the way, but all you need to do is to clean/delete your web browser history once a while as per your needs and/or open a terminal and type
Code:
$ sudo apt autoremove

man apt, man apt-get, man apt cache, man aptitude, man systemd, man dpkg, man man...and do man pkg where pkg is the name of the program you want to know more about i.e man nano, man firefox, man vcl...also, you might want to know a little more about your system, explore it by "lsing" across directories from the terminal and just check each directory contents
Code:
$ ls /usr/bin
Code:
$ ls /usr/lib
Cheers!

Without each others help there ain't no hope for us 
Need a translation service? https://www.deepl.com/es/translator

Need a translation service? https://www.deepl.com/es/translator