

Powershell has been available on linux for years already.


Powershell has been available on linux for years already.


I’m using nixos-anywhere to install and then deploy-rs to deploy updates to nixos vps’s.
Also using agenix for managing secrects for the services so that I can easilly have them all in a public repo, so that other’s could take a look and take inspiration.
My nixos flake url if you wan’t to take a look.


This week moved all my vps’s to nixos, so am now able to use one flake for my desktop and all my vps’s which significantly lowers down the time I need to manage my vps’s.
Nowto move my proxmox homelab server ( an old desktop pc I bought recently ) and all my server’s/devices witll be running nixos.
EDIT: An issue I’m thinking about is getting a “proper” server. Not a server like a server rack server, but a mini pc or something along those sides wbich would be a lot stronger and a lot more power efficient than the current 10+ y/o desktop pc I’m using currently.
So would like some reccomendations on that front, like what are some good mini pc brands and mini pc’s that I could have raid seted up on for nas or good budget parts and case to make one myself.


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.
Only monad I know is xmonad. My favourite x11 window manager.
I remeber using plasma on a weak 2016 160 usd laptop with no issue in 2018, I can only imagine how much better is now


From what I know it’s the people who are using asahi linux in general and it’s drivers.
Heard he got sent death threats.


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.


And the comminity blocklists are updated when more than a couple ( I think the number is something like 10-50 ) instances of crowdsec block an ip in some fast timeframe.
The ai blocklist just adds IP when even one instance finds an AI trying to scrape right from the useragent.
So even if the community blocklist has fewer ai ip’s, it does eventually include them.


Try crowdsec.
You can set it up with list’s that are updated frequetly and have it look at caddy proxy logs and then it can easilly block ai/bot like traffic.
I have it blocking over 100k ip’s at this moment.


Pewdiepie apparently confirms that it is, atleast according to his latest video and his comment in the comment section.


I use nixos on my desktop, the server is a debian one but might be good to install nix on it.


I just have to import only one. Might just use thunderbird for that.
Will test out mailcow and see how it goes.


I got tagged in one called “N***er balls”.
Imagine waking up and seeting that email notification.
PS: Picture just to confirm:

NOTE: I have also seen since yesterday that my crowdsec instance has been blocking way more ip’s for bots trying to crawl and shit like that so I think that this all might be a more general uptake in bots and that sites that never really had great protections against it are now taking the fall.
Just from yesterday to today I got over 100k more blocks.


I use nnn for file management.
It doens’t have a preview pane by default, but I don’t need it most of the time, so I just use the plugin for it when I need it.
Also supports quite a few other kinds of plugins and features like bookmarking.


Yea the title of the post is wrong, in the ss they never mentioned emulation.


I think your phone is, doesn’t hapen to me.


It was a systemd issue, after installing network manager, enabling it and disabling systemd-networkd share now mount’s in a matter of second’s.
I don’t like the fact I got to use network manager, but whatever.


Dec 15 14:12:33 arch systemd[1]: mnt-nfs.automount: Got automount request for /mnt/nfs, triggered by 1926 (keepassxc)
Dec 15 14:12:33 arch systemd[1]: Starting Wait for Network to be Configured...
Dec 15 14:12:33 arch systemd-networkd[1612]: enp3s0: DHCPv4 address 192.168.0.3/24, gateway 192.168.0.1 acquired from 192.168.0.1
Dec 15 14:12:33 arch systemd-timesyncd[1587]: Network configuration changed, trying to establish connection.
Dec 15 14:12:33 arch systemd-timesyncd[1587]: Network configuration changed, trying to establish connection.
Dec 15 14:12:38 arch systemd[1778]: Started tmux child pane 2350 launched by process 2106.
Dec 15 14:12:46 arch systemd[1778]: Created slice Slice /app/dbus-:1.15-org.a11y.atspi.Registry.
Dec 15 14:12:46 arch systemd[1778]: Started dbus-:1.15-org.a11y.atspi.Registry@0.service.
Dec 15 14:12:46 arch at-spi2-registryd[2526]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 15 14:12:58 arch kernel: logitech-hidpp-device 0003:046D:4074.0008: HID++ 4.2 device connected.
Dec 15 14:13:03 arch systemd-timesyncd[1587]: Contacted time server 161.53.131.231:123 (2.arch.pool.ntp.org).
Dec 15 14:13:03 arch systemd-timesyncd[1587]: Initial clock synchronization to Sun 2024-12-15 14:13:03.310583 CET.
Dec 15 14:14:33 arch systemd-networkd-wait-online[2039]: Timeout occurred while waiting for network connectivity.
Dec 15 14:14:33 arch systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Dec 15 14:14:33 arch systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Dec 15 14:14:33 arch systemd[1]: Failed to start Wait for Network to be Configured.
Dec 15 14:14:33 arch systemd[1]: Reached target Network is Online.
Dec 15 14:14:33 arch systemd[1]: Mounting /mnt/nfs...
According to log’s it’s a systemd-networkd-wait-online.service issue, which shouldn’t be an issue because I’m using ethernet and share get’s automaunt request when I login into my user and load my xorg server.
I have a 5060ti 16gb version and don’t experience any issues with frame pacing and stuff like that on nixos, while when I tried bazzite I was experiencing some issues with the gpu.
It’s most likely a bazzite specific issue, especially if you use something like the steamos interface.
For example my monitor is a 160hz monitor that support’s gsync, but if I enable global gsync in any wayland compositor the bottom part of my screen is cut off and experience weird vissual bugs, but if I make them only enable gsync on my steam games when they are fullscreen I don’t experience that issue. The steamos session inside of bazzite doesn’t have that feature, so when it enables gsync I experience that same issue of cut off part of the screen with weird visual issues.