jlsalvador

@jlsalvador@lemmy.ml
0 Post – 11 Comments
Joined 1 years ago

localhost

#!/usr/bin/env bash

A folder dotfiles as git repository and a dotfiles/install that soft links all configurations into their places.

Two files, ~/.zshrc (without secrets, could be shared) and another for secrets (sourced by .zshrc if exist secrets).

7 more...

Maybe this functionality was replaced by the next thing?

Automatic root filesystem soft-reboot: systemctl automatically reboots into a new root filesystem located at /run/nextroot/.

When you create a filesystem, there is a parameter named as "block percent free". This parameter should be "5%", so a 5% of your partition size can only be written by the "root" user.

You can decrease this value or just free some space. You can try to create files or folders as root as well.

4 more...

The last year 2023 was incredible (providing a lot of good games).

Fils Aime: ‘Thank you, but I want more.’ ‘Thank you, but give me more.’ I mean, it is insatiable. 2012 https://kotaku.com/the-trouble-with-the-never-satisfied-gamer-5920572

  • Factorio (currently best management)
  • Satisfactory (cozy Factorio)
  • Captain of Industry (try this one)
5 more...

Developed by Saber Interactive. Caution.

A full price release for the first milestone, and because it is a Kickstarter, without any guarantee. I'm sure that the Patapon fans will be happy, at least.

1 more...

syscall -> asm -> page_fault

This a native machine code execution that crashed in your system. Could be an instruction that your CPU doesn't understand (because the instruction is newer than your CPU, example: AVX512), or because your hardware returns an error when this instruction is executed (RAM issues?). Too difficult for me to understand this ASM crash.

1 more...

I didn't try yet: https://www.cmcrossroads.com/article/gnu-make-escaping-walk-wild-side

colon := :
$(colon) := :
url := https$(:)//something

I didn't try yet: https://www.cmcrossroads.com/article/gnu-make-escaping-walk-wild-side

colon := :
$(colon) := :
url := https$(:)//something