• 12 Posts
  • 231 Comments
Joined 1 year ago
cake
Cake day: December 15th, 2023

help-circle
  • I started robotics at 12, started linux aroumd the same time but had to use windows for the program used for robotics competitions,

    Stopped attending them at 14 so started using arch right after that and used it for 6 years.

    After that used gentoo for a year at 20, and now I’m 21 using nixos.

    I also started selfhosting with linix vps-s at around the age of 18, with debian. And last week started to move all my server to nixos with nixos-anywhere and deploying the server with deploy-rs.

    Might make a blogpost on my selfhosting journey and on how I use nixos for selfhosting. Haven’t made a post since the start of the year.

















  • Neovim ( not heavilly customized, mostly just lsp+trisitter and mini.nvim for a lot of other stuff ) and tmux ( which is also barelly customized + sesh for sessiond management. Also have it start automatically whem opening my terminal ).

    Started using neovim right away when switching to linux back in 2018, started using tmux only last year and it’s a godsend for even just regular terminal work not just with neovim.

    I also reccomend for anybody who tries to learn neovim to learn touch typing and get to atleast 60wpm, it’s a big difference.


  • I’m using the default list alongside Firehol BotScout list and Firehol cybercrime tracker list set to ban.

    Also using the Firehol cruzit.com list set to do captcha, just in case it’s not actually a bot.

    I’m also using the cs-firewall-bouncer and a custom bouncer that’s shown on crowdsecs tutorials to detect privilege escalation for if anybody actually manages to get inside.

    Alongside that I’m using a lot of scenario collection’s for specific software I’m using like nextcloud, grafana, ssh, … which helps a lot with attacks directly done on a service and not just general scraping or both path traversing.

    All free and have been using it for a year, only complaint I have is that I had to make a cronjob to restart the crowdsec service every day because it would stop working after a couple days because of the amount of requests it has to process.