NetBSD over Linux VPS installation script.

I needed that to installl NetBSD on a low cost VPS without ISO CDROM boot, then decided to share it.

https://codeberg.org/m33/NetBSD_over_Linux_VPS_installation_script

#netbsd #vps #lowendboxes #install #virtualmachine #hoster’#hosting #vibecoding #curlBash

NetBSD_over_Linux_VPS_installation_script

This script overwrite a Linux VPS with NetBSD. One may install NetBSD on a Linux VPS, in place. In the event the hoster don't propose ISO CDROM mounting.

Codeberg.org

If a security product suggests installing it with "curl | bash", which one is it?

#security #CurlBash

Perfectly safe
0%
Slightly questionable
41.7%
Indicator of an insecure product
58.3%
Something else, will explain
0%
Poll ended at .

@farrokhi

Here's a good post showing how you can detect curl | bash from the server side and not deliver the malicious payload unless someone's running curl | bash

https://lukespademan.com/blog/the-dangers-of-curlbash/

#infosec #curlbash @infosec

Luke Spademan

@apicultor note in the blog post we do not pipe curl to bash. We use curl's -o option to download the installer bash script to a local file and then run it to leave behind a paper trail.

curl -o ronin-install.sh https://raw.githubusercontent.com/ronin-rb/scripts/main/ronin-install.sh && bash ronin-install.sh

We also provide manual copy/pasteable installation instructions for most all of the major platforms/distros if you do not want to use an installer script:

#curlbash #ronin #roninrb #readthefinemanual #checkyourselfbeforeyouwreckyourself

Yes, you can install Ronin on FreeBSD | Ronin