I don’t think I’ve ever heard of Linus working for / with GitLab
- 0 Posts
- 9 Comments
foudinfo@jlai.luto
Selfhosted@lemmy.world•Alright let's see pictures of your super nice rack-mounted, professionally installed labs. I'll start 🙃English
4·5 months agoAwesome thread !
So many cool homelabs !
Mine is a little janky with some old tech. The tower was running an old FX-8320, but the hard drive “landed” a few weeks ago.

There is a support page : https://proton.me/support/pay-with-bitcoin
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
2·2 years agoOh right, my bad x) I agree, it’s a little bit akward to use su then cat everytime.
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
1·2 years agoThat could be possible but for the moment I didn’t encouter any problem with cat. I think I’m going to stick with it for the time being.
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
2·2 years agoYep that’s right, but I use fdisk to check my drives before writing on them and it also requires sudo…
foudinfo@jlai.luto
Linux@lemmy.ml•ISOs Explained + four programs to make Linux boot media
14·2 years agoMy favorite way to create a boot media is simply to use cat. No arguments, no shenanigans just a cat into the device :
cat debian.iso > /dev/sda
You can also configure vim to use the first clipboard (works with nvim but never tested on vim).

Came here exactly for this comment…
Windev is probably one of the worst possible programming language out there, look at this !
This is from their official documentation
// Récupère le CA du mois en cours TotalCA est un monétaire = CalculCAMoisEnCours() // Si le CA dépasse l'objectif SI TotalCA >= 1 250 000 ALORS LIB_Objectif= "Objectif dépassé !" LIB_Objectif.Couleur= VertFoncé SINON // Si le CA n'atteint pas l'objectif minimum attendu SI TotalCA <= 200 000 ALORS LIB_Objectif= "Objectif non atteint" LIB_Objectif.Couleur= RougeClair FIN FIN