Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KA
Posts
10
Comments
347
Joined
2 yr. ago

  • Fascinating! I knew the first and last character from japanese, but I don't speak any flavour of 'chinese' (yet). I found it really interesting, how this combination of characters translated as "magic penis". When I learned about 'kanji' in japanese I inmediately fell in love with them and since then I've been passively trying to learn some mandarin.

  • Thanks for the tip, I also consider myself a linux begginer. I started with arch (without arch-install). I've borked enough installations to not be a complete noob. So I guess I could try installing gentoo.

  • Definitely!

    You get to learn a lot, and most importantly, you become self suficient and free. No need to depend on corporations to manage your services, because you can do that yourself.

    Want your own cloud? Just run and configure nextcloud on your server :D

    Want your own personal blog? Make it yourself!

    It's so fun!

  • Yeah! That's cool, I haven't had any issues so far.

    Everyday I get a bunch of logs of bots trying to access files and folders that don't exist. It seems that they are targeting wordpress sites because all the files start with 'wp-' for example, some tried to access 'wp-admin/credentials', but since my site isn't wordpress I'm not worried. Besides, I'm pretty sure that I could implement some rules on the firewall or even on nginx to block access to said directories by (for example) redirecting them to a different page.

  • I'm learning docker now. I found a whole video about the reverse proxy capabilities of nginx and docker, so I'll be checking that out.

    My goal is to have my own homelab and expose some services to the internet, or maybe even set up my own vpn so that I may access and configure things on my network from somewhere else.

    I'm still struggling with the port forward thingie, and while Cloudflare tunnels are a nice thing to have, they protect me too much. I want a public IP address that I can use and register on a DNS, or ssh directly into my network from anywhere in the world. As I mentioned, I want to be able to shoot myself in the foot without actually doing so, (hopefully).

  • Yeah, it was kinda scary. I had never hosted anything online, and all of the sudden I get bombarded with scans and attacks from everywhere.

    But I know I can't lose anything important, and that this is expected on the internet.

    It was just, uh... You know the feeling when someone tells you something is heavy, then they give it to you, and it's a bit heavier than you expected? And they go: "I told you it was heavy". And it's not a big deal, because in the end you just adjust your strenght to match that weight. But there's that one second of realisation where you go "ooop! What's this?". Yeah, it was kinda that.

  • Thanks! I'll keep all of that in mind. I knew there were a lot of bots and scripts running rampant on the internet, but I was really surprised when I put my website online and suddendly became a target.

    It's good to know I'm not really at risk and that this is expected. I'll try to learn more about cybersecurity

  • Also, is there any particular reason why my decision to use NGINX stood out to you? Is it a good start?

    I wanted to use APACHE at first (really trying to go for that old internet experience) but decided to use NGINX because the learning resources were more readily available, (and I kept hearing "NGINX" everywhere)