You can try to enroll into Linux Foundation Certified Sysadmin course. It is quite a respectable certification. Try to have some practice every day as well.
raubarno
A devastated Software Systems student, libre software promoter. Sometimes I draw pixel art. Very fond of classical Computer Science and Touhou project.
- 3 Posts
- 66 Comments
raubarno@lemmy.mlto
Linux Gaming@lemmy.world•First time seeing Devs respond to a lack of anti-cheat support on LinuxEnglish
2·2 years agoThat profile pic looks cool, though
I’d recommend rather boring Debian. Archlinux as well if you want to dive deeper.
EDIT: For Debian, you want Debian Testing.
I got used to XFCE, but, with my new awesome Tuxedo laptop, I got KDE as a DE for a stock OS, and I could say it feels much more complete. But the performance drops, when opening a terminal, for example.
raubarno@lemmy.mlto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Youtube Anti-AntiAdblocker uBlock Origin FilterEnglish
25·2 years agoI could only tolerate ElectroBoom-style “This video is sponsored by oscilloscope company” ads.
Haha, I want to see a race condition going on with real matter.
It’s more efficient for memory until you start working with different data. Threads also rely on the same syscall on Linux, clone(2), but they don’t share the entire context by default, so they’re more lightweight. It is recommended to use pthreads(3) API instead of fork(2).
If you fork a process, then it’s the two separate processes but sharing the same memory with copy-on-write mapping.
raubarno@lemmy.mlto
Open Source@lemmy.ml•Molly (Signal clone) preps UnifiedPush support
192·2 years agoIt depends on non-free Google Play Services for push notifications, which puts you into a requirement to use an unmodified Google Android, which is potentially dangerous for a privacy app like this.
Anyways, when it comes to E2EE IMs, Matrix ecosystem is much better.
As the others made a good point, Linux is the kernel (program that connects hardware altogether and manages processes). GNU is an organisation beginning in 1983 that made some vital userland programs (Bash, GCC, readline, GNOME, GTK, GIMP, etc.) as a replacement of the proprietary ones found in UNIX and Windows. Linux is created by a Finnish student Linus Torvalds and is not a part of the GNU project but it’s been licensed under the GNU General Public License (GPL), the first free software license.
Linux is used by a lot of companies, and some of the products that have Linux inside refuse to accept the paradigm of software freedom. Examples of this are: Chrome OS, Windows Subsystem for Linux, Google Android and some (but not all) appliances (like routers) that are locked-in and contain proprietary blobs.
Therefore, in technical discussions, I use the word “Linux” to refer to the OS, as “this software is compatible with Linux”. But, when I want to stress out software freedom, given a large influence of the GNU project, I say “GNU/Linux”.
Add a user agent checker to your website and add tag: ‘Your browser, Google Chrome, is not supported. Please open this website on Firefox.’
Thic could attract masses.
Literally me 7 hours ago
raubarno@lemmy.mlto
Linux@lemmy.ml•Migrated from Windows to Linux. Decided to share list of answers/statements I was looking for before did it (and could not find).
10·2 years agoI used to use Arch Linux. It’s really good, honestly, especially if you want to know how the OS components work from inside or make something custom. For anything else, I would recommend Debian and its non-snap-based derivatives (Linux Mint Debian Edition or Tuxedo OS, or KDE Neon).
raubarno@lemmy.mlto
Linux@lemmy.ml•Migrated from Windows to Linux. Decided to share list of answers/statements I was looking for before did it (and could not find).
9·2 years agoIDK, I used to have a dedicated software for playing with CUDA. Most of the image-specific AI stuff from the internet require 8 GB of VRAM or more, though.
Nowadays, I don’t feel the need for GPU-accelerated computing, though. If I needed, I would write Vulkan compute shaders for that thing.
raubarno@lemmy.mlto
Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why
111·2 years agoThere are programs (LyX, TexMacs) that implement WYSIWYG for LaTeX, TexMacs is exceptionally good. I don’t know about the standards, though.
Another problem with LaTeX and most of the other document formats is that they are so bloated and depend on many other tasks that it is hardly possible to embed the tool into a larger document. That’s a bit of criticism for UNIX design philosophy, as well. And LaTeX code is especially hard to make portable.
There used to be a similar situation with PDFs, it was really hard to display a PDF embedded in application. Finally, Firefox pdf.js came in and solved that issue.
The only embedded and easy-to-implement standard that describes a ‘document’ is HTML, for now (with Javascript for scripting). Only that it’s not aware of page layout. If only there’s an extension standard that could make a HTML page into a document…




Unfortunately, Linux manuals are pretty scattered around. I’ll try to find something for you:
info.EDIT: Forgot this important material:
grep, typeman grepin your shell, andinfo grepif you need a complete manual).