I haven’t used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are
I haven’t used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are
i never said you can’t. But high level languages were made for high level programming, and low level for low level programming. If you only know C, sure, you can write a desktop music player, but it will be much harder than just using Java, or even Python, since both of these languages are known about their extensive prewritten libraries. And you have to write much less, which means less room for error. Using a high level language will also benefit you if you decide to port your app to a drasticly different operating system. You can use the same codebase for Python, and for Java too to seamlessly run the program on any other os supported by these languages. In C, you need to adjust a lot of things, i know from experience that Linux C source can compile and run on windows, but it is extremely rare and can introduce bugs. However, you are right that C is highly multifunctional. If you know it, you can write any low level software or desktop app. And it also runs mich faster than any high level intrepeted language. And even if i could be considered a beginner, i actually study software development and testing, so i have an idea what i’m talking about
Linux can be configured to have much better security, even by someone knowing a little about computers due to its open-source nature. And it is especially true to my case, since i’m an IT student Can you change to a hardened kernel on Windows? I use Helios kernel even on my android, which is designed to be more secure than the stock one. And there are distros which come preconfigured for security. Not much skill is needed to have a secure Linux system. But you can be a highly proficient sysadmin on Windows, but you will still depend on a few thousand Microsoft employees to fix your system. On Linux, there are millions of people and various corporations are actively working to make it secure, and even you could, if you are really highly skilled. For someone who doesn’t know what a pendrive is, yes, Windows might be more secure than something like Ubuntu or any basic distro (and they propably can’t use anything more advanced and secure by design).
But it doesn’t take much skill to choose a highly secure linux distro, like Bazzite, Garuda, or even Qubes and use it, or maybe even harden your own. Android, which is also based on Linux is not secure by default, but in the hands of the right person, it can be a suprisingly secure system
screen size, system time, color depth, battery percentage does
i tried Fedora 40 lxqt in vm, and it was a huge disappointment. openSUSE kde and Garuda KDE are much better. However, my laptop as it seems is totally incompatible with linux kernel, due to its highly propriatry hardware. MSI Gf63 Thin 9sc
the author of C++ said that C gives you many opportunities to shoot yourself in the leg. You have a much less chance for this to happen with C++, but when it does, you will blow your whole lower body off
for command line apps bash, python, perl, ruby and similiar high level languages are more than enough. You can write some Kali Lincox the louder you are the less you hear network probe stuff with any of these, or even a storage optimizer (BleachBit is almost entirely written in Python, which is a very highly abstracted language implemented from C) Rust and C are only needed for performance-crtitical stuff (like rythm games) or/and directly interacting with hardware (drivers, firmware, system functions)
you are just exploiting my words. I never said Linux will protect me whatever happens. But it will have a better protection inherently, than any windows
bootkitty wasn’t implemented ever and if you use GUID Partition Table and your bios is set to uefi without csm, it can’t affect you, since Bootkitty embeds itself into the Master Boot Record and there exploits the LogoFail vulrenability (this was already patched btw) with as far as i remember, a self-extracting steganographical bitmap image for arbritary code execution to bypass Secure Boot with injecting face certifications to Moklist. Also, it only runs on select devices, far from all Linux systems are vulrenabe.
there are much less vulrenabilities on Linux. No system is totally unpenetrable, but having 2-5 vulrebabilities is always better than having 30-40
most antivirus apps are very invasive, heavy on resources and even spy on you. Windows defender is usually enough. However, virustotal is still recommended
there is an update, i applied it at the weekend
i checked every option. maybe it was an old version or a modified one
configure automatic snapshots and invest in a few terrabytes of storage on a home cloud, like a NAS server
idk but if my system becomes unbootable, i’d reinstall. Otherwise, set up a NAS for yourself and upload snapshots to it, configure this process to be automatic. Especially if you like to tinker with your system or/and you use a rolling release
16.47 on Cromite. But most of the identify information is not even true, almost everything is spoofed. User agent, timezone, operating system, browser name, screen size and color depth, device, even the battery percentage
i didn’t have that option in Archinstall
yes, i2p on any other system than android is a massive trainwreck. I also plan to use docker containers
i also hate powershell, batch all the way. @echo off i my anthem now
specifically my biggest beef was with dnf. Very few packages and uninstalling stuff is pretty hard that is not installed with it.