Also a nice thing, my reasoning is just that I like a bunch of small bash scripts I can look inside and go “oh, so that’s why it broke”
Akatsuki Levi
- 0 Posts
- 58 Comments
$ sudo pacman -S pipewire pipewire-openrc wireplumber wireplumber-openrc pipewire-pulseaudio
Then you use $ rc-service --user pipewire start
$ rc-service --user wireplumber start
$ rc-update --user add pipewire
$ rc-update --user add wireplumber
I only switched to Artix cuz I like OpenRC
Akatsuki Levi@lemmy.worldto
Selfhosted@lemmy.world•Your logging is probably downEnglish
9·5 months agoDo you have a spinning fish display in front of your homelab server, right? We all know the spinning fish improves performance and security, it is a indispensable part of homelabbing
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•What distro do you install on other's computers?English
5·9 months agoMint XFCE 4 with a Windows-like UI. Installed on my sister’s home-office, and my mom’s old laptop… Haven’t had any complaints so far
For a moment I was really confuser as to how Caddy could replace nodejs’s package manager
Akatsuki Levi@lemmy.worldto
Selfhosted@lemmy.world•Gitea 1.25.0 | 3D file previews, improved archive downloads, enhanced authentication, and more security, API and workflow upgrades like automatic repo forking and email notifications for actionsEnglish
91·9 months agoI use Forgejo at work. We have set it up on a server and it quickly became our main VCS server. Forgejo just sounds complex, once you install it(really simple setup), it is just… Git. You create your repos, you push your commits, and do all the normal git stuff with it.
You can even enable Forgejo Actions and have built-in Github Actions like CI for your repos, and it works surprisingly well.
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Thought I'd Died & Linux Was the MessengerEnglish
1·1 year agoAbsolutely will :3
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Thought I'd Died & Linux Was the MessengerEnglish
11·1 year agoDaaamn… I’ve been open sourced
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Thought I'd Died & Linux Was the MessengerEnglish
3·1 year agoOneShot is literally the main inspiration for my game :3
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Thought I'd Died & Linux Was the MessengerEnglish
60·1 year agoI’m making a game taking place in a fake operating system and…
This gives me ideas
Akatsuki Levi@lemmy.worldto
Selfhosted@lemmy.world•Questions about selfhosting Git, and making some small scratch on the side.English
19·1 year agoI personally actually use Forgejo with Forgejo Runner It gives me a fully self-hosted experience that feels just like Github, and Forgejo Actions is nearly 1:1 with Github Actions
About CI Rental thought, never touched there, but maybe not that hard? Probably Jenkins or Drone CI has support for it
And LFS, AFAIK both Gitea and Forgejo have support for it(just need to enable on the app.ini)
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?English
1·1 year agoCan’t have supply chain issues if 90% of your stuff isn’t just a bunch of Docker containers running inside a Kubernetes mess
Not saying that it doesn’t happen on bare metal stuff, but damm, is it a lot more prominent on sources like npm, pip and docker
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?English
91·1 year agoAnd if there’s other users in the machine, it doesn’t fuck things up for others Or if it ends up messing something up, it is user-scoped, so its a lot easier to fix than a bricked system
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?English
2·1 year agoMe, packaging company software to Alpine Packages so that I can just
apk add stuff
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?English
42·1 year agoAt that point I’d poke around what’s in there, cuz there’s absolutely a mess in there
Akatsuki Levi@lemmy.worldto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?English
541·1 year agoI use
~/.local/binsince by linux standard,~/.localis a user-level/usr/local, which is a override level of/usr~/binends up cluttering the home folder
Ubuntu… Then Slackware… Then Fedora… Then Arch I still dont know why tf I went to Slackware… It was painful, but worth it
I have switched production to Caddy before V2 and haven’t looked back ever since. During my Apache era, always had to keep a eye on stuff and deal when things decided to break With caddy? I just throw the config and it just works without complaining at all

Bucket of water
Can’t have spyware if the computer doesn’t even work