Ghast

joined 4 years ago
[–] Ghast@lemmy.ml 50 points 1 year ago (13 children)

I don't know why I keep hearing of security measures to stop someone sleuthing into bootloaders.

Am I the only person using Linux who isn't James Bond?

[–] Ghast@lemmy.ml 1 points 1 year ago

Arch, Void, Arch, Gentoo, Arch, Arch,...you're all making me feel like a basic removed.

 

cross-posted from: https://lemmy.world/post/117605

Got bored and made a custom /etc/issue file for my Void Linux machines. It displays a colour Void Linux logo along with kernel version, tty number and date on login. The file is here just copy it to /etc/issue or you can preview it using agetty. Feel free to change it to suit.

[–] Ghast@lemmy.ml 0 points 1 year ago (1 children)

I just mean the package on Void.

xbps-query --show kdenlive

The maintainer is listed as 'orphaned', i.e. it has no maintainer. So void doesn't have the latest version.

 

It's been some months, and kdenlive is still listed as orphaned. Anyone know how packages become un-orphaned?

Also, if anyone else is having the same problems, this fork worked for me (the missing dependency is glaxnimate.

https://github.com/classabbyamp/void-packages.git new/glaxnimate

[–] Ghast@lemmy.ml 0 points 1 year ago (1 children)

Why does the wlroots version mean hyprland can't be packaged for Void?

[–] Ghast@lemmy.ml 0 points 1 year ago (3 children)

Void repos when?

 

Looks snazzy AF, but no Linux version yet.

1
A Void Linux Review (peertube.linuxrocks.online)
 

I'm not a big fan off some of the Void Distro-reviews which just show the installer, so I've made a review of how it looks after a few years of daily use.

I've missed out a load of nice features, because it's already a fairly waffly review.

 

I set up a new machine with Void, and it took an embarrassing amount of time. I wanted a script to install Void with 1 line of bash from a live iso, so I could look cool next time. Here it is:

xbps-install -S curl

curl https://malinfreeborn.com/autovoid.sh | sh

The idea is to place the script on a public site, execute it, then get the following:

  • a full WM
  • all dotfiles set up
  • all home files

...basically, a full setup.

Results

It's 2 lines of bash, rather than 1, which is less cool.

I remove the need for a password by making the system auto-login to a user in the wheel group. I've tried adding the option to set a variable, password="mypassword123, which would then automatically add that variable as the main user's password, but something's gone wrong there.

The user gets ssh keys pulled from gitlab as a kind of backup.

To Do

  • Atm I can use unison to pull in ~ files from my server, but it'd be nicer to have this done automatically, before the reboot. I guess that'd require another line for authentication.
  • See if something can pull the script without curl, so the script can be a single line of bash
  • I might see about puting in arbitrary usernames/ hostnames later.
  • Any other suggestions?
 

BIND is an open source RPG written in LaTeX, so anyone can hack on it, add things, or rewrite the system.

(BIND stands for 'BIND is not D&D')

There's a full wiki explaining the commands.

It's designed so writing adventures is easier with the LaTeX commands. Just write \goblin and a random goblin is summoned onto the pdf, with all the stats worked out.

Currently there's an introduction adventure in the works, so if you have any idea what kinds of traps gnomes might make, or have any ideas on negotiating with a dragon, fork the book and give me a pull request.