#Devuan
Explore tagged Tumblr posts
Text
Expirion
Dodane do bazy: Expirion. Expirion Linux to dystrybucja Linux bazująca na Devuan GNU/Linux, bez systemu zarządzania usługami systemd. https://linuxiarze.pl/distro-expirion/
0 notes
Text
verdades y mentiras sobre implementaciones y velocidades de NAS/SAN
Almacenamiento, es la clave del trabajo! Open Media Vault es un software NAS de código abierto para que las computadoras normales funcionen como servidores. Aquí trataremos y revelaremos algunos hechos que la gente ignora sobre el tabú de mucho tiempo NAS service offers storage to devices over network Continue reading verdades y mentiras sobre implementaciones y velocidades de NAS/SAN
0 notes
Text
Devuan GNU+Linux:systemd フリーの安定した Debian ベースの Linux ディストリビューション
Devuan GNU+Linux は、Debian をベースにした Linux ディストリビューションであり、systemd の複雑さと依存性のない Debian のバリアントを提供することを目的として開発されています。安定性とユーザーの選択の自由を重視し、systemd を避けたいユーザーに向けた設計が特徴です。Debian のパッケージ管理と互換性を維持しつつ、Systemd 依存から脱却したいユーザーに最適です。 Continue reading Devuan GNU+Linux:systemd フリーの安定した Debian ベースの Linux ディストリビューション
0 notes
Text
Virage
Virage GNU/Linux – a Spanish distro speciallized and optimized for audio/video works https://archiveos.org/virage/
0 notes
Photo
Bueno el visualizador de imágenes Pix, es básicamente una imitación de gThumb, solo que con una apariencia antigua. No viene en los repositorios de muchas distribuciones, así que, para solventar el problema -si usas varias distros y compartes la carpeta personal-. Se puede hacer un enlace/lanzador en el directorio "/usr/bin" de gthumb y renombrarlo como pix; así a la hora de importar archivos lo abre como si fuera el mismo programa.
0 notes
Text
lesbian should just be the official debian fork without systemd
debian
lebian
le bian
lesbian
Something to think about
33 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
79 notes
·
View notes
Text
s6 seems cool + interesting + wanna try it out bc it seems to fill in the gaps runit had for me. if u rlly can't go 5 secs w/out tryna start an init war, the tribalism button is 4 u <3
@artix-linux-official @gentoo-official @void-linux-official @arch-official @debian-official figure y'all might have insight or know folks who do
51 notes
·
View notes
Text
LoK Linux distro headcanons:
- Asami: Debian stable and Rocky linux on servers, runs everything on podman. LibreCNC for machining. Fedora KDE for her workstation.
- Korra: OpenSuse, but she also tells people that Naga uses puppy linux.
- Mako: Manjaro but tells his dates that he uses arch.
- Bolin: Linux Mint.
- Opal: Arch with qTile.
- Suyin: Arch with KDE.
- Lin: Devuan with LXDE. (She refuses to use any other desktop environment) She hoards thinkpads
- Kya: Artix Open RC with a rotation of tiling window managers. Her laptop has libreboot. The webcam has been removed, and so has the mic. All her thinkpads have had the chassis custom painted.
- Wing and Wei: Kubuntu
- Baatar Sr and Jr: CentOS Stream
- Huan: Gentoo with runit, XFCE, and he has libreboot on his laptop.
- Kuvira: Alpine Linux
- Varrick: Doesn't know because Zhu li sets it up
- Zhu li: Co developed a Debian based distro with Asami. Custom kernel, hardened for higher security. The desktop environment is based on DWM but is quite intuitive.
- Zaheer: Void linux
@debian-official @fedora-official
#atla#avatar the last airbender#legend of korra#arch linux#linuxposting#linux#linux mint#linux memes
8 notes
·
View notes
Text
I'm considering switching my thinkpad from Debian to Devuan. I've never used a Linux distro that didn't use systemd so I think it'd be interesting
8 notes
·
View notes
Note
Hapoy Birfthtday Arch !!!!1 ur teh cuteats distro I know & I know at least 5!!
Love u bitch 💕🎂🧁🕯️
~ devuan-official ~
how late at night was it for you??
3 notes
·
View notes
Text
TOP 10 Devuan
TOP 10 najczęściej odwiedzanych dystrybucji Linux bazujących na Devuan GNU/Linux w 2024 roku na portalu Linuxiarze.pl https://linuxiarze.pl/top-10-devuan-2024/
0 notes
Quote
> 完全に手動によるアカウント管理システムの問題により、デバイスが完全なレンガになる可能性があるという事実は、集団訴訟のような匂いがします こちらはHNのトップページです。 大きな「Mac」のウェブサイトにあります。 ダメージは発生しています。 のようなナンセンスなことを書きますが 多くの人が、 「Apple はまだ 2 兆ドルの企業だから、これは明らかに彼らにとってうまくいく」 Apple にとってそれはうまくいかなかったのですか 、私はこれに単純な質問��答えます。「SNAFU の前には ?」 だろうか? うまくいく あのような大失敗を経て、Apple にとって今は これは正常な行為ではなく、 このせいで顧客を失っています 。 私たち家族には Apple の「瞬間」がありました。それは 2012 年の MacBook Air の時代の頃でした。 家に2台あり、約10年間正常に動作しました。 次に、バッテリーの問題、キーボードの問題、トラックパッドの問題です。 結局、これらのMacBook Airは悲惨な死を遂げました。 私は 90 年代から Linux を使っています (もちろん、Apple や Microsoft がオンライン ID を強制的に入力してもシステムに侵入できます) が、妻にとって Mac は便利でした。 そこでMacBook Air M1を購入しました。 13 か月ほど後、一晩のうちに画面が勝手に消えてしまいました。蓋を閉じる前は正常に動作していましたが、朝になると消えていました。 このテーマに関して数十ページにわたるスレッドがあります。 そこで妻をUbuntuに切り替えました。 Ubuntu、Linux Mint: 彼女は気にしません。 そうですね、彼女に Debian または Devuan (systemd なしの Debian) を使用してもらうこともできるでしょう。 Apple はもう終わりです。 終わりました。 私たちは二度と Mac を買うことはありませんし、誰にも Mac を勧めることもありません。 そう考えているのは私だけではありません。 ダメージは発生しています。 好きなだけ合理化し、好きなだけAAPLの時価総額を発動し、何の手段もなくデバイスからロックアウトされることを楽しんでください。
Apple ユーザーは何の説明もなく Apple ID からロックアウトされている | ハッカーニュース
3 notes
·
View notes
Text
MX Linux review
I've used my old secondary computer to distrohop and try out various Linux distributions. And I've recently tried out MX Linux. It is Debian-based, one of my favourite things, and its flagship desktop environment is Xfce, another of my favourite things. I'm currently running Debian with Xfce on my main machine, which provides a good point of comparison.
I have used Antix, which is a closely related distro, with developers working on both. MX is a more fully-featured distro, a self-described "middle-weight" rather than lightweight. The gist of the history is that Antix was originally based on a distro called MEPIS, and when development on that distro died, the Antix community got together with the Mepis community to create a continuation, which is MX.
So what does MX add that is not in vanilla Debian with Xfce? Quite a lot actually, that makes the whole experience a lot more user friendly. The main thing is the MX tools, a set of GUI-based tools that does a ton of useful stuff. The most important IMO is a package manager with update notifications that handles flatpaks in addition to .deb based packages. On Debian, I have to use synaptic to manage .debs, install and update flatpaks entirely via command line, and remember to check for updates myself. Like I know how to do that, but can't argue with something that makes things easier.
One of the more interesting tools is a boot options manager, which enables you to configure boot options from within a booted-up system. This enables you to choose init systems between sisvinit and systemd. Systemd is not enabled by default, the default is sivinit, but it is included in order to run programs that require it. And with the boot options, you can set MX to use systemd as the default. Now systemd is controversial and there are other distros that are systemd-free versions of popular distros, like artix for arch, and devuan for debian. And MX Linux provides a good compromise in the debate by allowing you to choose the init system quite easily.
There are other mx tools, like a multimedia codec installer, a gpg key fixer, and a live usb boot maker that enables you to clone a running system, and make an iso of it, to transfer it to another computer.
MX also does other useful things, like backporting newer versions of Firefox, Thunderbird, and Libreoffice than what Debian provides. And flatpak is enabled by default.
The distro's documentation is excellent too. The user manual is excellent, providing information on how to use MX Linux and how it works, but also on Linux in general works and how to migrate from a proprietary OS.
All in all, MX Linux is a solid derivative distro. It adds features and options to its Debian base without breaking things in the process. And it's entirely community-run, no corporate bullshit like with Canonical. One of the devs even has "anticapitalista" as a handle.
#my writings#mx linux#linux#debian#xfce#welcome to another installment of ''lena rambles about linux''
18 notes
·
View notes
Text
Star
Star – a Linux distribution based on Devuan. Star offers pre-configured 64-bit ISO images with a choice of https://archiveos.org/star/
0 notes
Text
When software changes.
Stuff they don't teach you in art school but probably should - how to cope with changes to software you use regularly. Not been posting to much last few days, I've been trying to work out a problem with ffmpeg that I suddenly found when trying to use methods I was using last year , in the meantime I had swapped linux distros from my usual devuan stable ( 4) to an arch based os Eandeavour os, very different distros but both very good. On revisiting techniques I'd used last year I discovered that newer versions of ffmpeg ie 5 and above no longer support basic things id been doing involving passing ffmpeg output to ffplay in a specific way and while i found workarounds in 6 for some of my command line scripts it seriously restricted working with colourspaces like tmv or monob which are the basis for a lot of my scripts, these only work in ffmpeg 4.4.4 or below as far as I've discovered so far so I had to go back to archived versions of Devuan 4 I have squirreled away to make work and then go on to try and find a solution for a more up to date os. I'm still working out kinks but I have solutions but none which so far work with ffmpeg six or on endeavour os ( there has been a newer change to binutils which mean I cant build a static binary for ffmpeg 4 on endeavour but I can build a static binary on the newest stable version of Devuan 5 ( but not Devuan testing - excalibur) once I have the kinks worked out there will be new work.
3 notes
·
View notes