Ghast

joined 4 years ago
MODERATOR OF
 

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.

 

Anyone going to Beerfest in Belgrade?

 

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

 
 

I like how the midnight pub allows people to leave comments at the bottom of articles.

Are there any other gem servers which allow replies don't depend upon coding knowledge? I just do basic hosting on Arch.

I'm hopingt to allow general replies, like geddit.

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?
 

And if I sign them after, with git commit --amend -S, will that cause problems for later pulls or pushes with subtree?

 

I have files marked with a line like this:

date: 2021-01-01

I've been usinng Solderpunk's RSS feed generator so far.

=> https://tildegit.org/solderpunk/gemfeed.git Link

But it only does date by file creation date, which doesn't work for me.

Any gemini RSS feed generators where the date can be drawn from a variable?

 

Just wanted to share my workflow.

I got a Markdown to Gemini translator at idiomdrottning. A script then uses git subtree to pull those commits in from repos which just have writing.

The main bonus is that the Markdown can have a paragraph split into different lines, which works easier with git.

The end result is I can write in plain markdow, and it'll automatically be presented both in the Gemini capsule, and then on the website, which uses Hugo to render markdown into html.

Since Hugo already uses tags for topics, I got Gemini to recognize those tags. It's made the capsule a little cleaner, since the posts are no longer jumping between Ayer's Logical Positivism and Terminal APIs.

I've ended up adding writing pieces Gemini that I wouldn't put on the web. I'm not entirely sure why - I guess it just feels like it's public, but not too public.

=> Bash script

=> Site

view more: next ›