#Fedora Operating System
Explore tagged Tumblr posts
Text

x
#webcore#wallpaper#2000s#anime#operating system#os-tan#moe anthropomorphism#linux#fedora linux#red hat linux
70 notes
·
View notes
Text
ramble about FreeBSD and Unix~~
how out of my depth would I be trying to install FreeBSD?
would it even boot on my machine?
am I smart enough to go through the install for the system itself as well as get the GUI that I want?
I think you have to go through the command line for quite a bit of time before you get a GUI up and running....
I started off being really interested in BSD/Unix in high school, and tried to fiddle around with a BSD live disc thing in a book (that I don't remember the name of) and then only fiddled around with Linux.
I've been watching videos on youtube of people expressing how stable FreeBSD's modern release is~~
I want to use it on my own hardware; but that's a problem with it I believe, is that it works on sort of limited amount of hardware, as opposed to Linux, that you could even run on a toaster...
Is it really that much harder to deal with than Linux?
Of course I've only dealt with a few distros~~ the rundown of distros I've messed around with are;
Ubuntu (not anymore tho)
Debian (current os being Linux Mint Debian 6)
OpenSUSE briefly (tried to get my sibling to use it on their laptop, with them knowing next to nothing about Linux, sorry...)
Fedora back in high school, I ran it on a laptop for a while. I miss GNOME....
Mageia (I dual booted it on a computer running windows 7, also in or right after high school, so a long time ago)
attempted GhostBSD but it wouldn't boot after install from the live CD (also many years ago at this point)
I like to hop around and (hopefully now I have, yeah right...) I can't make up my mind which I actually want to use permanently.
Linux Mint Debian edition is really good so far tho~~!!
Current PC is an ASUS ROG Stryx (spelling?) that I bought on impulse many years ago~~ Was running windows 10, fixed the issue and now use the OS stated above~~
or maybe I should maybe ditch Mint and run straight Debian... Thought of that too. and it might have an easier time installing and actually booting than FreeBSD on this machine...
but then BSD and by extension unix is meant to be used on older hardware and to be efficient both in execution of things, and space.
"do one thing and do it well" iirc was a bit of the unix philosophy...
yeah, no I HATE technology /heavy sarcasm/
#personal#thoughts#thinking#Operating system#operating systems#Linux#Linux Distributions#Linux Distros#ubuntu#opensuse#fedora#debian#linux mint#mageia#<- how obscure is this#windows 7#ghost bsd#free bsd#unix#unix like os#distro hopping#am I smart enough to do it tho#will it run on my computer?#or should I run straight debian instead#a history of all the distros and things I've tried#fedora was really cool tho and I miss GNOME#rambles about unix and bsd
14 notes
·
View notes
Text
Linux distros - what is the difference, which one should I choose?
Caution, VERY long post.
With more and more simmers looking into linux lately, I've been seeing the same questions over and over again: Which distro should I choose? Is distro xyz newbie-friendly? Does this program work on that distro?
So I thought I'd explain the concept of "distros" and clear some of that up.
What are the key differences between distros?
Linux distros are NOT different operating systems (they're all still linux!) and the differences between them aren't actually as big as you think.
Update philosophy: Some distros, like Ubuntu, (supposedly) focus more on stability than being up-to-date. These distros will release one big update once every year or every other year and they are thoroughly tested. However, because the updates are so huge, they inevitably tend to break stuff anyway. On the other end of the spectrum are so-called "rolling release" distros like Arch. They don't do big annual updates, but instead release smaller updates very frequently. They are what's called "bleeding edge" - if there is something new out there, they will be the first ones to get it. This can of course impact stability, but on the other hand, stuff gets improved and fixed very fast. Third, there are also "middle of the road" distros like Fedora, which kind of do... both. Fedora gets big version updates like Ubuntu, but they happen more frequently and are comparably smaller, thus being both stable and reasonably up-to-date.
Package manager: Different distros come with different package managers (APT on ubuntu, DNF on Fedora, etc.). Package managers keep track of all the installed programs on your PC and allow you to update/install/remove programs. You'll often work with the package manager in the terminal: For example, if you want to install lutris on Fedora, you'd type in "sudo dnf install lutris" ("sudo" stands for "super user do", it's the equivalent of administrator rights on Windows). Different package managers come with different pros and cons.
Core utilities and programs: 99% of distros use the same stuff in the background (you don’t even directly interact with it, e.g. background process managing). The 1% that do NOT use the same stuff are obscure distros like VoidLinux, Artix, Alpine, Gentoo, Devuan. If you are not a Linux expert, AVOID THOSE AT ALL COST.
Installation process: Some distros are easier to install than others. Arch is infamous for being a bit difficult to install, but at the same time, its documentation is unparalleled. If you have patience and good reading comprehension, installing arch would literally teach you all you ever need to know about Linux. If you want to go an easier and safer route for now, anything with an installer like Mint or Fedora would suit you better.
Community: Pick a distro with an active community and lots of good documentation! You’ll need help. If you are looking at derivatives (e.g. ZorinOS, which is based on Ubuntu which is based on Debian), ask yourself: Does this derivative give you enough benefits to potentially give up community support of the larger distro it is based on? Usually, the answer is no.
Okay, but what EDITION of this distro should I choose?
"Editions" or “spins” usually refer to variations of the same distro with different desktop environments. The three most common ones you should know are GNOME, KDE Plasma and Cinnamon.
GNOME's UI is more similar to MacOS, but not exactly the same.
KDE Plasma looks and feels a lot like Windows' UI, but with more customization options.
Cinnamon is also pretty windows-y, but more restricted in terms of customization and generally deemed to be "stuck in 2010".
Mint vs. Pop!_OS vs. Fedora
Currently, the most popular distros within the Sims community seem to be Mint and Fedora (and Pop!_OS to some extent). They are praised for being "beginner friendly". So what's the difference between them?
Both Mint and Pop!_OS are based on Ubuntu, whereas Fedora is a "standalone" upstream distro, meaning it is not based on another distro.
Personally, I recommend Fedora over Mint and Pop!_OS for several reasons. To name only a few:
I mentioned above that Ubuntu's update philosophy tends to break things once a big update rolls around every two years. Since both Mint and Pop!_OS are based on Ubuntu, they are also affected by this.
Ubuntu, Mint and Pop!_OS like to modify their stuff regularly for theming/branding purposes, but this ALSO tends to break things. It is apparently so bad that there is an initiative to stop this.
Pop!_OS uses the GNOME desktop environment, which I would not recommend if you are switching from Windows. Mint offers Cinnamon, which is visually and technically outdated (they use the x11 windowing system standard from 1984), but still beloved by a lot of people. Fedora offers the more modern KDE Plasma.
Personal observation: Most simmers I've encountered who had severe issues with setting up Linux went with an Ubuntu-based distro. There's just something about it that's fucked up, man.
And this doesn't even get into the whole Snaps vs. Flatpak controvery, but I will skip this for brevity.
Does SimPE (or any other program) work on this distro?
If it works on Fedora, then it works on Mint/Ubuntu/Arch/etc., and vice versa. This is all just a question of having the necessary dependencies installed and installing the program itself properly. Some distros may have certain prerequisites pre-installed, while others don't, but you can always just install those yourself. Like I said, different distros are NOT different operating systems. It's all still Linux and you can ultimately customize it however you want.
In short: Yeah, all Sims 2-related programs work. Yes, ReShade too. It ultimately doesn't really matter what distro you use as long as it is not part of the obscure 1% I mentioned above.
A little piece of advice
Whatever distro you end up choosing: get used to googling stuff and practice reading comprehension! There are numerous forums, discord servers and subreddits where you can ask people for help. Generally speaking, the linux community is very open to helping newbies. HOWEVER, they are not as tolerant to nagging and laziness as the Sims community tends to be. Show initiative, use google search & common sense, try things out before screaming for help and be detailed and respectful when explaining your problems. They appreciate that. Also, use the arch wiki even if you do not use Arch Linux – most of it is applicable to other distros as well.
#simming on linux#bnb.txt#if anyone wants to use this as a base for a video feel free#i don't feel like like recording and editing lol
115 notes
·
View notes
Text
it still amazes me that i've had like zero real issues with using Linux, like i expected something crazy to happen given what i had heard about it, but its been easier than Windows (at least present day Windows)
unironically Fedora KDE is the smoothest, easiest, fastest, and most seamless experience ive ever had with an operating system ever, and you could not get me to daily-drive windows again even if you offered me a thousand pounds
54 notes
·
View notes
Note
what is the best way to get safer/more anonymous online
Ok, security and anonymity are not the same thing, but when you combine them you can enhance your online privacy.
My question is: how tech literate are you and what is your aim? As in do you live in a country where your government would benefit from monitoring private (political) conversations or do you just want to degoogle? Because the latter is much easier for the average user.
Some general advice:
Leave Windows and Mac operating systems and switch to Linux distributions like Fedora and Ubuntu (both very user friendly). Switch from Microsoft Office or Pages/Numbers/Keynote (Mac) to LibreOffice.
You want to go more hardcore with a very privacy-focused operating system? There are Whonix and Tails (portable operating system).
Try to replace all your closed source apps with open source ones.
Now, when it comes to browsers, leave Chrome behind. Switch to Firefox (or Firefox Focus if you're on mobile). Want to go a step further? Use LibreWolf (a modified version of Firefox that increases protection against tracking), Brave (good for beginners but it has its controversies), DuckDuckGo or Bromite. You like ecofriendly alternatives? Check Ecosia out.
Are you, like, a journalist or political activist? Then you probably know Tor and other anonymous networks like i2p, freenet, Lokinet, Retroshare, IPFS and GNUnet.
For whistleblowers there are tools like SecureDrop (requires Tor), GlobaLeaks (alternative to SecureDrop), Haven (Android) and OnionShare.
Search engines?
There are Startpage (obtains Google's results but with more privacy), MetaGer (open source), DuckDuckGo (partially open source), Searx (open source). You can see the comparisons here.
Check libRedirect out. It redirects requests from popular socmed websites to privacy friendly frontends.
Alternatives to YouTube that value your privacy? Odysee, PeerTube and DTube.
Decentralized apps and social media? Mastodon (Twitter alternative), Friendica (Facebook alternative), diaspora* (Google+ RIP), PixelFed (Insta alternative), Aether (Reddit alternative).
Messaging?
I know we all use shit like Viber, Messenger, Telegram, Whatsup, Discord etc. but there are:
Signal (feels like Whatsup but it's secure and has end-to-end encryption)
Session (doesn't even require a phone or e-mail address to sign up)
Status (no phone or e-mail address again)
Threema (for mobile)
Delta Chat (you can chat with people if you know their e-mail without them having to use the app)
Team chatting?
Open source options:
Element (an alternative to Discord)
Rocket.chat (good for companies)
Revolt.chat (good for gamers and a good alternative to Discord)
Video/voice messaging?
Brave Talk (the one who creates the talk needs to use the browser but the others can join from any browser)
Jami
Linphone
Jitsi (no account required, video conferencing)
Then for Tor there are various options like Briar (good for activists), Speek! and Cwtch (user friendly).
Georestrictions? You don't want your Internet Provider to see what exactly what you're doing online?
As long as it's legal in your country, then you need to hide your IP with a VPN (authoritarian regimes tend to make them illegal for a reason), preferably one that has a no log policy, RAM servers, does not operate in one of the 14 eyes, supports OpenVPN (protocol), accepts cash payment and uses a strong encryption.
NordVPN (based in Panama)
ProtonVPN (Switzerland)
Cyberghost
Mullvad (Sweden)
Surfshark (Netherlands)
Private e-mails?
ProtonMail
StartMail
Tutamail
Mailbox (ecofriendly option)
Want to hide your real e-mail address to avoid spam etc.? SimpleLogin (open source)
E-mail clients?
Thunderbird
Canary Mail (for Android and iOS)
K-9 Mail (Android)
Too many complex passwords that you can't remember?
NordPass
BitWarden
LessPass
KeePassXC
Two Factor Authenticators?
2FAS
ente Authenticator
Aegis Authenticator
andOTP
Tofu (for iOS)
Want to encrypt your files? VeraCrypt (for your disk), GNU Privacy Guard (for your e-mail), Hat.sh (encryption in your browser), Picocrypt (Desktop encryption).
Want to encrypt your Dropbox, Google Drive etc.? Cryptomator.
Encrypted cloud storage?
NordLocker
MEGA
Proton Drive
Nextcloud
Filen
Encrypted photography storage?
ente
Cryptee
Piwigo
Want to remove metadata from your images and videos? ExifCleaner. For Android? ExifEraser. For iOS? Metapho.
Cloak your images to counter facial recognition? Fawkes.
Encrypted file sharing? Send.
Do you menstruate? Do you want an app that tracks your menstrual cycle but doesn't collect your data? drip.
What about your sexual health? Euki.
Want a fitness tracker without a closed source app and the need to transmit your personal data to the company's servers? Gadgetbridge.
27 notes
·
View notes
Note
While I am by no means an expert in Linux distros (distributions) might I recommend two widely supported and user-friendly ones?
Linux distributions are basically packets of software that envelop the Linux kernel that determine the look, feel and function of the operating system. While there is a multitude of flavours, Debian-based systems such as Ubuntu and Mint are widely supported and have huge communities while being user friendly (i.e. keep the command line usage low/ explained). I managed to squeeze so much processing power out of my old laptop just by switching from Windows 10 to Linux Mint (very lightweight, has a graphic interface very similar to Windows). If you don't have to worry about every every Byte of RAM tho, I'd say Ubuntu is a very good start
Hope this helps <3
Thank you! I'm currently deciding between Mint with the Cinnamon desktop or Fedora with either KDE or Cinnamon. Going to try live USBs to test them out.
For others considering the switch: Mint is the most commonly recommended "easy and stable for new Linux users" version. Fedora is "stable but you're going to need to Google how to do more things until you're used to it." Cinnamon desktop is "things look like Windows", KDE is "not trying to be Windows but similarly intuitive, and you can customize everything", and the third common desktop is GNOME which is "doing it's own thing but looks like Mac, with lots of tiled apps".
Note that these are one-day-of-research impressions. I'll probably try GNOME too, but it looks instinctively ugly to me when I search up images of it.
Most common versions seem to have the option to try them before switching your computer over, so that's my next step.
#Linux newb#Switch in progress#I have also started digging into philosophies and tentatively like Fedora more than Ubuntu#Though the Mint team also seems chill
51 notes
·
View notes
Text
¿Qué Distribución de Linux Deberías Usar Según tus Intereses? / Which Linux Distribution Should You Use Based on Your Interests?
Introducción / Introduction
Español: Linux ofrece una vasta gama de distribuciones, cada una diseñada para diferentes intereses y necesidades. Ya sea que te enfoques en el desarrollo de software, la administración de sistemas, la creación de contenido multimedia, o simplemente busques una alternativa a Windows o macOS, hay una distribución de Linux que se adapta a ti. Además, Linux proporciona ventajas significativas sobre otros sistemas operativos en muchos de estos escenarios. En este blog, exploraremos cuál distribución es ideal según tus intereses y las razones por las que Linux puede ser una mejor opción en comparación con Windows o macOS. Presentaremos esta información de manera accesible para tanto hispanohablantes como angloparlantes.
English: Linux offers a wide range of distributions, each designed for different interests and needs. Whether you focus on software development, system administration, multimedia creation, or simply seek an alternative to Windows or macOS, there’s a Linux distribution that suits you. Additionally, Linux offers significant advantages over other operating systems in many of these scenarios. In this blog, we’ll explore which distribution is ideal based on your interests and why Linux might be a better choice compared to Windows or macOS. This information will be presented in a way that is accessible to both Spanish and English speakers.
1. Ubuntu: Ideal para Principiantes, Desarrollo y Diseño Gráfico / Ubuntu: Ideal for Beginners, Development, and Graphic Design
Español: Ubuntu es la elección perfecta para quienes son nuevos en Linux o buscan una distribución estable y fácil de usar para el desarrollo de software. Su amplia compatibilidad con aplicaciones como GIMP, Inkscape y Blender también la convierte en una excelente opción para diseñadores gráficos e ilustradores. Además, Ubuntu ofrece soporte para una variedad de herramientas de desarrollo, lo que la hace ideal para programadores.
English: Ubuntu is the perfect choice for those new to Linux or looking for a stable and user-friendly distribution for software development. Its broad compatibility with applications like GIMP, Inkscape, and Blender also makes it an excellent choice for graphic designers and illustrators. Additionally, Ubuntu offers support for a variety of development tools, making it ideal for programmers.
2. Fedora: Para Desarrolladores, Seguridad y Creación de Contenido Multimedia / Fedora: For Developers, Security, and Multimedia Creation
Español: Fedora se destaca por estar a la vanguardia en términos de tecnología y seguridad. Es una distribución ideal para desarrolladores y aquellos interesados en seguridad informática. Además, Fedora es compatible con una amplia gama de software para edición de video, audio y animación, como Kdenlive, Audacity y Blender, lo que la convierte en una opción sólida para creadores de contenido multimedia.
English: Fedora stands out for being at the forefront of technology and security. It’s an ideal distribution for developers and those interested in cybersecurity. Additionally, Fedora supports a wide range of software for video editing, audio production, and animation, such as Kdenlive, Audacity, and Blender, making it a solid choice for multimedia content creators.
3. Debian: Para Administradores de Sistemas, Usuarios Avanzados y Diseño 3D / Debian: For System Administrators, Advanced Users, and 3D Design
Español: Debian es conocida por su estabilidad, lo que la hace ideal para administradores de sistemas y usuarios avanzados. Su entorno sólido también es adecuado para diseñadores 3D que buscan un sistema confiable para trabajar con software como Blender o FreeCAD. Debian proporciona un entorno de trabajo predecible y seguro, ideal para manejar proyectos de gran escala y complejidad.
English: Debian is known for its stability, making it ideal for system administrators and advanced users. Its solid environment is also suitable for 3D designers looking for a reliable system to work with software like Blender or FreeCAD. Debian provides a predictable and secure work environment, ideal for handling large-scale and complex projects.
4. Arch Linux: Para Usuarios Avanzados, Personalización Extrema y Jugadores / Arch Linux: For Advanced Users, Extreme Customization, and Gamers
Español: Arch Linux es la distribución preferida por aquellos que desean un control total sobre su sistema. Es ideal para usuarios avanzados que buscan personalización extrema y desean optimizar su sistema para el rendimiento en juegos. Arch te permite configurar tu entorno de juego con precisión, optimizando el rendimiento con herramientas como Steam y Proton para jugar títulos de Windows en Linux.
English: Arch Linux is the preferred distribution for those who want full control over their system. It’s ideal for advanced users seeking extreme customization and who want to optimize their system for gaming performance. Arch allows you to finely tune your gaming environment, optimizing performance with tools like Steam and Proton for playing Windows titles on Linux.
5. Linux Mint: Alternativa a Windows para Escritorio y Creadores de Contenido / Linux Mint: Windows Alternative for Desktop Users and Content Creators
Español: Linux Mint ofrece una experiencia de usuario familiar para aquellos que buscan una alternativa a Windows, siendo particularmente amigable para el uso en escritorios. También es una excelente opción para creadores de contenido que necesitan una distribución simple y efectiva para trabajar con herramientas como OBS Studio, GIMP y Audacity. Mint combina facilidad de uso con estabilidad, facilitando la transición desde Windows.
English: Linux Mint offers a familiar user experience for those seeking an alternative to Windows, being particularly user-friendly for desktop use. It’s also an excellent choice for content creators who need a simple and effective distribution for working with tools like OBS Studio, GIMP, and Audacity. Mint combines ease of use with stability, making the transition from Windows smooth.
6. Pop!_OS: Para Desarrolladores, Gamers y Diseño 3D / Pop!_OS: For Developers, Gamers, and 3D Design
Español: Pop!_OS es una distribución basada en Ubuntu, optimizada para desarrolladores y jugadores. Incluye soporte nativo para GPUs, lo que la hace ideal para jugar y trabajar en proyectos de diseño 3D con software como Blender. Además, su enfoque en la productividad y el flujo de trabajo eficiente la convierte en una excelente opción para desarrolladores que buscan un entorno de trabajo optimizado.
English: Pop!_OS is a Ubuntu-based distribution optimized for developers and gamers. It includes native GPU support, making it ideal for gaming and working on 3D design projects with software like Blender. Additionally, its focus on productivity and efficient workflow makes it an excellent choice for developers looking for an optimized work environment.
Ventajas de Linux Sobre Windows y macOS / Advantages of Linux Over Windows and macOS
Español: Linux ofrece diversas ventajas sobre Windows y macOS, incluyendo:
Costo: La mayoría de las distribuciones de Linux son gratuitas, lo que reduce significativamente el costo en comparación con las licencias de Windows o macOS.
Seguridad: Linux es conocido por su robusta seguridad, con menos vulnerabilidades a malware debido a su arquitectura y modelo de permisos.
Rendimiento: Linux es más eficiente en el uso de recursos, ofreciendo mejor rendimiento, especialmente en hardware más antiguo o limitado.
Personalización: Con Linux, tienes un control total sobre tu sistema, permitiendo ajustar cada aspecto según tus necesidades, lo que es ideal para usuarios avanzados y creadores de contenido.
English: Linux offers several advantages over Windows and macOS, including:
Cost: Most Linux distributions are free, significantly reducing costs compared to Windows or macOS licenses.
Security: Linux is known for its robust security, with fewer vulnerabilities to malware due to its architecture and permission model.
Performance: Linux is more resource-efficient, offering better performance, especially on older or limited hardware.
Customization: With Linux, you have full control over your system, allowing you to tweak every aspect to fit your needs, ideal for advanced users and content creators.
Conclusión / Conclusion
Español: Elegir la distribución de Linux adecuada puede mejorar significativamente tu experiencia, dependiendo de tus intereses y necesidades. Desde Ubuntu y Fedora para principiantes y desarrolladores, hasta Arch Linux para usuarios avanzados y jugadores, y Pop!_OS para creadores de contenido y diseño 3D, hay una distribución que se adapta a cada perfil. Linux ofrece notables ventajas sobre Windows y macOS, convirtiéndose en una opción atractiva para una amplia variedad de usuarios.
English: Choosing the right Linux distribution can significantly enhance your experience, depending on your interests and needs. From Ubuntu and Fedora for beginners and developers, to Arch Linux for advanced users and gamers, and Pop!_OS for content creators and 3D design, there’s a distribution that fits every profile. Linux offers notable advantages over Windows and macOS, making it an attractive option for a wide range of users.
#Linux#DistribucionesLinux#Ubuntu#Fedora#Debian#ArchLinux#LinuxMint#PopOS#AlternativaWindows#SistemaOperativo#PersonalizaciónLinux#VentajasLinux#LinuxVsWindows#LinuxVsMac#DesarrolloSoftware#AdministraciónSistemas#SeguridadLinux#RendimientoLinux#DiseñoGráfico#Videojuegos#Animación#Diseño3D#CreaciónDeContenido#Ilustración#Multimedia
30 notes
·
View notes
Text
My Linux Journey
This was originally supposed to be a post on learning Linux but I got to rambling so enjoy my story about my journey with Linux. Expect a post on that topic at a later date.
~The early days~
I think my introduction to Linux was honestly quite smooth. See I'm poor and am not inclined to sail the seven seas when I can get by on a free option. And as I looked for free software I started to pick up that the safe ones were always "open source" and seemed to always support, sometimes primarily, Linux. Eventually my curiosity was piqued and I decided to look into it. I was confused by a lot of things, but I was setting up a Minecraft server for my friends and saw people recommend Linux, specifically Debian, for the job. So after unsuccessfully installing it once (I don't know how I think I got scared about formatting the drive) and not understanding how formatting works and deleting the operating system by writing it over with 0's (I keep adding comments but seriously where did I get the impression I had to do that?) and reinstalling I got it set up, downloaded everything I needed, and got it working in a few days. This taught me a lot. The command line, which I wasn't unfamiliar with but rarely used, was my new best friend, or rather only friend. I learned how to do updates, navigate the file structure, download software, and use Nano because, well, I had to. But most importantly, I like how clean everything was compared to Windows (subtle foreshadowing), and I wanted more.
~Adoption~
I was building my computer and really wanted to make the jump to Linux, so I researched and landed on Kubuntu. I installed it, smoothly this time, got some software, got confused by Snaps, opened Blender and- green bar. I had a new AMD graphics card, so driver issues weren't unexpected, but it deterred me enough to just install Windows instead. I did decide though to try on my laptop since it was older and mostly used for web-surfing. I installed Pop! OS because I thought the tiling was cool (more subtle foreshadowing) and... It worked great! I quickly got used to the nice GUI elements it provided and my prior knowledge of the terminal made it easy enough to fix odd issues that came up. However, and I'm sure everyone who knows anything about Linux sees this one coming
~Distro Hopping~
I'll save you most of the details but I think it went like this
Pop! OS, got mad at Gnome, switched to Manjaro with KDE (Which will be my DE of choice for the rest of this), wanted Arch but wasn't comfortable enough with the command line yet.
Broke something, switched to Debian, liked it on server thought I might like it on my laptop.
Wanted newer software, switched to OpenSuse Tumbleweed.
I used OpenSuse Tumbleweed for I think a year straight. It's just that good, but I can't leave good enough alone so
Alpine Linux, because I thought it was cool. Actually planning on moving back to it once I'm done needing my laptop to always be working because it meets that "clean" criteria like no other in my brain (See I told you it was foreshadowing).
And right now Endeavour OS, because I wanted something with good documentation and didn't feel like setting up Arch.
Oh and I use i3 now, to finish off the foreshadowing.
There were a bunch of short lived ones throughout that, but those are the memorable ones. Also I installed Fedora on the computer I built a few months back and now use it over Windows whenever I can.
~Where I am Now~
If it isn't obvious, I'm sucked in. I've almost built Linux From Scratch, three times, installed Gentoo a few times, and even tried expanding my horizons further with FreeBSD, which I love but the software support isn't great for my needs. Linux is natural to me and I even have my own bits of obscure knowledge on fixes for odd issues with my hardware. I have weird opinions about init systems (Weird because I don't actually care much, I just like OpenRC more than SystemD because it's simple). Windows feels slow to use, and not for hardware reasons it just takes me twice as long to do anything. I really love tiling window managers like I don't understand how I lived without them. I primarily use open source software when I can but flatpaks and web applications fill in the gaps nicely.
~Closing Notes~
I love Linux, probably a bit too much, but it's just a fun time. It works well for me and I've spent enough time in the ecosystem that it's what I'm used to. I see a lot of new Linux users on here so if you're new, welcome! Don't let the often toxic community (at least on Reddit, I don't know about here) get to you. My absolute favorite part of Linux is that you get to have choices. Make use of that, find what you like, and don't be afraid to reinstall Arch for the 10 millionth time. There's a lot to learn, and maybe my story will be of some help. To those more experienced than me, how the fuck do you understand chmod
:q!
16 notes
·
View notes
Note
Hey saw your (awesome) post about WinDirStat, and was wondering if you have any other random/general tech advice for ppl who are just total computer noobs?
-sincerely, a noob.
I'm going to assume that you are using windows cause you are saying you are a noob but don't worry I'll go on my legally required Linux rant in a moment!
Learning a few keyboard shortcuts can help make your life easier. A few of my favorites are:
Windows Key (Win, from now on) + Arrow keys = Move windows arround easily, snap them to the sides and minimize
Win + E = open the file explorer
Win + L = Lock your screen
Win + [any number 1-9] = Open the program that's on the taskbar corresponding to the number you pressed, like this:
Check out that link and look up what might help you use your PC more efficiently!
Another useful tool I really like is Greenshot makes it so that you can take screenshots of specific areas and edit them easily, I used it for the screenshot above!
Now its time for the Linux rant! As a trans woman, programmer and linux user I am legally required to tell you to ditch windows and install any flavor of linux (personally I prefer Fedora) I know switching operating systems can be scary and moving things you've never even heard of when there's a (very low) possibility of bricking your PC. Linux mint is amazing for begginers, I just installed it on my bf's PC and he has been having no issues using it.I will eventually install it as well on my wife's machine because Windows 10 end of life is on october this year. That sounds scary but just means that it will no longer be updated and thus will likely have security issues as the time passes.
Linux is not virus proof (neither is mac! no one's safe) but in general malware is designed to run in windows cause that's what most people use and thus provides the most profit. Just practice common sense when using the internet and don't be clicking on random links provided by strangers. Always question and be curious, you can only learn by asking!
~~ Your friendly neighborhood trans girl
5 notes
·
View notes
Text
So, time for me to get a littl angy.
I setup a brand new, fresh, clean install of debian, for the first good operating system on my main machine. Bravo 2, i got everything looking nice, got steam installed, setup and running my games, got my backups moved over, set everuthing up for VR. Got VR "running"
Just. To. Fucking. Find out.
The tuning software for my GPU and CPU is only packaged for arch and fedora. I try compile the source code, no luck. (I need this to make VR playable - reduce Vsync issues and fix borkedness)
I did find out that it is packaged for debian, but, an unstavmble build that isn't designed for me to really use. So yay!
I spend 5 hours on all of this. Fixing, tweaking, adjusting everything for my final move, aaaaand fucked. So kinda annoyed.
I want to leave windows behind but fuck me is it hard.
So! Tommorrows plan. Arch.
As much as i dont want to hate on fedora, i aint learning that shit, nuh uh. Can't make me.
So i've been reccomended to try out endevor (if that is how you spell it TwT) as its arch based. (According to a mf in the GC, no idea have not done anything remotely with it, its 2am and i aint doing that rn)
So from what i know and have learnt from my arch fuckery i have a lot to do.
Anywhomst angy time over, imma go cuddle up to my blähajs and pass out.
13 notes
·
View notes
Text























On the 9th of January 2025, I saw an article in my latest copy of Computer Active which explains about mastering Linux distros.
It suggested using a website called 'Distrosea' which hosts free virtual machines of various flavours of the Linux operating system, all of which can be ran within a browser window.
Visit the site here:
https://distrosea.com/
Here is a list of the Linux distros I had a go at running with their desktop environments:
Ubuntu 24.04 LTS - GNOME
Ubuntu 8.10 - GNOME 2 (old, 2008)
Linux Mint 22 - Cinnamon, Ubuntu base
Ubuntu 24.04 LTS - Cinnamon
Fedora Linux 40 - MATE
OpenSUSE Leap 15.5 - KDE
Alma Linux 9 - GNOME
Debian Linux 12.5 - LXqt (lightweight)
Zorin OS 17 Core64 - GNOME (configurable)
There are a total of 71 Linux operating systems to try on the website at the time of this write up.
To install, update and manage software on Linux using a package manager, the distros mentioned on this list based on Debian & Ubuntu use the APT (Advanced Package Tool) and the distros based on Fedora & Red Hat use the DNF (Dandified Yellow-Dog Updater Modified) package managers.
Their are many other types of package managers for Linux. Since Windows 11, users can choose to install software using UnigetUI (a.k.a Winget commands).
About Distrosea:
When you click on any of the distro entries before selecting a desktop environment, you can read a great description of the background information for each.
I think this website is amazing as it allows you to test distros in your browser without the need to plug in a USB or use virtual machine software. basically it gives you a live install copy of Linux to try online for free. It profits from ads shown on its homepage.
Some of the distros have a 'popular' badge, to show which ones are most likely to have more online traffic. Most of these distros are updated to latest versions available.
When you run the operating systems the system information dialogue will contain the server CPU information and displays the virtual graphics card called Red Hat, Inc Virtio 1.0 GPU.
However the site uses limited user traffic to reduce load on the servers, so when you select a version of Linux, there is a queue system. Each session is free, however it is timed when idle to create space for another user. Also the server connection, which is based in India, can disconnect you from your testing frequency, so whilst it works well you have to reset your VM which will continue where you last left off.
Also some of the Linux distros didn't automatically scale to full screen, and so leave bars at the top and bottom of the screen. The old Ubuntu remains surrounded by a large bar around itself as no modern drivers will work with this old version of Ubuntu.
You can sign into your Google account and gain internet access in your VMs as well.
Read the developers notes on Reddit:
https://www.reddit.com/r/linux/comments/139sj6z/distrosea_test_drive_linux_distros_online/?rdt=33513
I would recommend trying this out on a large computer screen as the distros take advantage of hardware acceleration, scaling and look great in full screen mode!
Watch this Distrosea video on YouTube to see it in action!
youtube
Remember that this is another way of testing Linux through the internet, the experience will be different if it is installed on an actual computer.
6 notes
·
View notes
Note
what are your favorite things about fedora os?
well for one thing I like the ui of kde plasma, I think it's nice and sleek and simple and intuitive. I feel like fedora respects my time and my privacy. admittedly I liked the fact that mint didn't make me install updates so often, but mint was more buggy than fedora in my experience. I think a lot of people overestimate how difficult it is to use linux and overstate how much software doesn't work on it. it is true that certain programs simply don't work on linux, but fedora has good enough software to suit all my needs. it's run almost every game I've wanted to play without any issues, and I've even been able to screenshare games on discord more reliably on fedora than on windows. sure I can't play some games on fedora (one of my alters wanted me to install fortnite for her and I had to turn on my windows laptop for that) but for the most part all of the games I actually want to play run perfectly fine
I'm not that into the technical details of my operating system, I just want one that lets me run the programs I want to run and doesn't give me too much trouble. if you're like me and want something that just works and doesn't spy on you, you should give fedora a try
6 notes
·
View notes
Text
Linux is Interesting~~ And A Rant~~
kinda glad linux mint debian edition exists~~ cause I'm a bit worried I'd be too out of my element to run pure debian... idk why tho....
but at the same time as a teenager/younger adult messing around with linux, I'd ran fedora for a while (and miss GNOME), and tried to run freeBSD for some reason without success on an old tower computer.... I even dual booted windows 7 and Mageia back then~~
now I just kinda stick to the easy to use stuff~~ why?? especially when I first discovered linux I just used what seemed cool.
I think isn't debian more stable than ubuntu anyway? linux mint debian was initially an experiment to try another version as a code base in case ubuntu went down, right? so they could keep building without the canonical base?
glad debian edition exists too cause I've decided to boycott what canonical was doing cause I didn't like how corporate it was, or they did something else too but it's been so long idr.....
so what happened to my experimentation? or did windows make it much harder to toy around w linux since I was that young?
someone in a youtube video explaining the differences between both versions of linux mint (right at the beginning, I hadn't watched the entire thing yet, called it redundant cause "they're basically the same" and I don't buy it...) different code bases (canonical/debian) and idk what else.....
one's a fork of stable ubuntu (i think) and one's a fork of stable debian... and isn't debian easier to run on older hardware and new hardware alike? and more stable in general?
the video calling it redundant and bugged me so I had to rant about it... now to go finish the video~~
idk why cause despite being around linux and being interested in it for forever it seems (ever since high school like a while ago) I'm still a metaphorical baby in the linux os scene I feel... so bet most of this is incorrect and I'd be surprised if it isn't wrong, lol
#personal#thoughts#thinking#i think too much#operating system#operating systems#linux#linux mint#linux mint debian#linux mint debian edition#debian#fedora#mageia#if that distro even still exists anymore#ubuntu#used to experiment a lot w linux as a younger person#now i just play it safe#where'd the experimentation go?#isn't debian more stable anyway?#someone called the two linux mint versions redundant#they aren't redundant imo#i'd be surprised if the stuff I've written is correct#cause I think I'm wrong lol
1 note
·
View note
Text
7 notes
·
View notes
Text
Building Your Own Operating System: A Beginner’s Guide
An operating system (OS) is an essential component of computer systems, serving as an interface between hardware and software. It manages system resources, provides services to users and applications, and ensures efficient execution of processes. Without an OS, users would have to manually manage hardware resources, making computing impractical for everyday use.

Lightweight operating system for old laptops
Functions of an Operating System
Operating systems perform several crucial functions to maintain system stability and usability. These functions include:
1. Process Management
The OS allocates resources to processes and ensures fair execution while preventing conflicts. It employs algorithms like First-Come-First-Serve (FCFS), Round Robin, and Shortest Job Next (SJN) to optimize CPU utilization and maintain system responsiveness.
2. Memory Management
The OS tracks memory usage and prevents memory leaks by implementing techniques such as paging, segmentation, and virtual memory. These mechanisms enable multitasking and improve overall system performance.
3. File System Management
It provides mechanisms for reading, writing, and deleting files while maintaining security through permissions and access control. File systems such as NTFS, FAT32, and ext4 are widely used across different operating systems.
4. Device Management
The OS provides device drivers to facilitate interaction with hardware components like printers, keyboards, and network adapters. It ensures smooth data exchange and resource allocation for input/output (I/O) operations.
5. Security and Access Control
It enforces authentication, authorization, and encryption mechanisms to protect user data and system integrity. Modern OSs incorporate features like firewalls, anti-malware tools, and secure boot processes to prevent unauthorized access and cyber threats.
6. User Interface
CLI-based systems, such as Linux terminals, provide direct access to system commands, while GUI-based systems, such as Windows and macOS, offer intuitive navigation through icons and menus.
Types of Operating Systems
Operating systems come in various forms, each designed to cater to specific computing needs. Some common types include:
1. Batch Operating System
These systems were widely used in early computing environments for tasks like payroll processing and scientific computations.
2. Multi-User Operating System
It ensures fair resource allocation and prevents conflicts between users. Examples include UNIX and Windows Server.
3. Real-Time Operating System (RTOS)
RTOS is designed for time-sensitive applications, where processing must occur within strict deadlines. It is used in embedded systems, medical devices, and industrial automation. Examples include VxWorks and FreeRTOS.
4 Mobile Operating System
Mobile OSs are tailored for smartphones and tablets, offering touchscreen interfaces and app ecosystems.
5 Distributed Operating System
Distributed OS manages multiple computers as a single system, enabling resource sharing and parallel processing. It is used in cloud computing and supercomputing environments. Examples include Google’s Fuchsia and Amoeba.
Popular Operating Systems
Several operating systems dominate the computing landscape, each catering to specific user needs and hardware platforms.
1. Microsoft Windows
It is popular among home users, businesses, and gamers. Windows 10 and 11 are the latest versions, offering improved performance, security, and compatibility.
2. macOS
macOS is Apple’s proprietary OS designed for Mac computers. It provides a seamless experience with Apple hardware and software, featuring robust security and high-end multimedia capabilities.
3. Linux
Linux is an open-source OS favored by developers, system administrators, and security professionals. It offers various distributions, including Ubuntu, Fedora, and Debian, each catering to different user preferences.
4. Android
It is based on the Linux kernel and supports a vast ecosystem of applications.
5. iOS
iOS is Apple’s mobile OS, known for its smooth performance, security, and exclusive app ecosystem. It powers iPhones and iPads, offering seamless integration with other Apple devices.
Future of Operating Systems
The future of operating systems is shaped by emerging technologies such as artificial intelligence (AI), cloud computing, and edge computing. Some key trends include:
1. AI-Driven OS Enhancements
AI-powered features, such as voice assistants and predictive automation, are becoming integral to modern OSs. AI helps optimize performance, enhance security, and personalize user experiences.
2. Cloud-Based Operating Systems
Cloud OSs enable users to access applications and data remotely. Chrome OS is an example of a cloud-centric OS that relies on internet connectivity for most functions.
3. Edge Computing Integration
With the rise of IoT devices, edge computing is gaining importance. Future OSs will focus on decentralized computing, reducing latency and improving real-time processing.
4. Increased Focus on Security
Cyber threats continue to evolve, prompting OS developers to implement advanced security measures such as zero-trust architectures, multi-factor authentication, and blockchain-based security.
2 notes
·
View notes
Text
All right, since I bombarded a poor mutual yesterday...
Privacy is not security and security is not privacy. These terms are not interchangeable, but they are intrinsically linked.
While we're at this, anonymity =/= security either. For example, Tor provides the former, but not necessarily the latter, hence using Https is always essential.
It is impossible to have privacy without security, but you can have security without privacy.
A case in point is administrators being able to view any data they want due to their full-access rights to a system. That being said, there are ethics and policies that usually prevent such behavior.
Some general tips:
Operating System: Switch to Linux. Ubuntu and Linux Mint are widely used for a reason. Fedora too. And don't worry! You can keep your current operating system, apps and data. If you're on a Mac computer, you can easily partition your hard drive or SSD by using Disk Utility. If you're on Windows, you can follow this guide.
You want to go a step further? Go with Whonix or Tails. They're Linux distributions as well, but they're both aiming for security, not beauty so the interface might not be ideal for everyone. Many political activists and journalists use them.
You want anonymity? Then you need to familiarize yourself with Tor. Also, Tor and HTTPS and Tor’s weaknesses. When you're using it, don't log in to sites like Google, Facebook, Twitter etc. and make sure to stay away from Java and Javascript, because those things make you traceable.
Alternatives for dealing with censorship? i2p and Freenet.
Is ^ too much? Welp. All right. Let's see. The first step is to degoogle.
Switch to a user-friendly browser like Firefox (or better yet LibreWolf), Brave or Vivaldi. There are plenty of hardened browsers, but they can be overwhelming for a beginner.
Get an ad blocker like Ublock Origin.
Search Engine? StartPage or Duckduckgo. SearXNG too. Like I said degoogle.
Get a PGP encrypted e-mail. Check Protonmail out.
There's also Tutamail that doesn't cover PGP, but uses hybrid encryption that avoids some of the cons of PGP.
Skiff mail is also a decent option.
Use an e-mail aliasing service such as SimpleLogin or AnonAddy.
Check OpenPGP out. Claws Mail is a good e-mail client for Windows and Linux, Thunderbird for Mac OS.
Gpg4win is free and easy to use for anyone that wants to encrypt/decrypt e-mails.
Instead of Whatsapp, Facebook messenger, Telegram etc. use Signal for your encrypted insant messaging, voice and video calls.
Get a metadata cleaner.
Get a firewall like Opensnitch, Portmaster or Netguard which can block Internet for trackers.
Alternatively, go with a private DNS that blocks these trackers. NextDNS is a good paid service. Rethink a good free option.
Replace as many of your applications as you can with FOSS (free and open source) ones. Alternativeto can help you.
Always have automatic updates on. They are annoying af, I know, but they are necessary.
Keep your distance from outdated software.
Always have two-factor authentication (2FA) enabled.
Do not use your administrator account for casual stuff. If you're on Linux, you probably know you can be sudo, but not root.
On Linux distributions use AppArmor, but stay away from random antivirus scanners. Other distributions default to SELinux, which is less suited to a beginner.
Never repeat your passwords. If you can't remember them all, use a password manager like KeePass.
Encrypt your drive.
Honestly, VPNs have their uses and ProtonVPN, Mullvad and Windscribe are decent, but eh. If you don't trust your ISP, why would you trust the VPN provider that claims they don't log you when you can't verify such a thing?
57 notes
·
View notes