Which games exactly? What are their ratings on protondb?
Which games exactly? What are their ratings on protondb?
I have several addresses at cock.li. Uptime is not the best, around 98%, but free. According to their policy they don’t collect any personal data, but they comply with legal requests. https://cock.li/help
You can select from a lot of domains, some of them ar normal like firemail.cc or airmail.cc, some of them are funny like aaathats3as.com, some of them are edgy like cocaine.ninja or national.shitposting.agency, some of them are racist like nuke.africa or hitler.rocks
Use WSL on the laptop for ssh, that’s actually a VM. VM separation should work correctly, or we have a much bigger problem. Just reset WSL, everything should be wiped related to the ssh sessions. Work IT would maybe allow that.
One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.
E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:
ssh -t pi@192.168.1.2 tmux new-session -A -s main
Add something to .bashrc on the server to always do the same if you work on that phisically:
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
tmux new-session
fi
Buy a better case for the mobo. I modded once an mITX motherboard to an ancient HP Proliant microserver case, it’s not that hard. Mobos like this doesn’t have standard screw distances, but you don’t have to secure all screws in a ghetto server. 2 screws and some padding is enough, with 3 screws you are overengineering.
It’s a Fujitsu W26361 There isn’t a lot of info about it on the net, all the links are rotten.
You have a sata port. You have to use an external power supply for that. Or maybe one of the pins next to it can supply the required voltage, you can use a multimeter to figure it out if you are brave. I guess the white one labeled PWR should be supply some volts. To be safe you can split the power of the other sata ssd or buy something like this:
You also have 2 an mPCIe or mSATA port. It’s impossible to tell the difference from a photo, because they use the same connector.
https://en.wikipedia.org/wiki/PCI_Express#Mini-SATA_(mSATA)_variant
Without any more knowledge I would guess at least one of them is an mPCIe. Having 2 sata ports and an 2 mSATA next to it would be strange, they could use the mPCIe for a 3G modem or wifi, it would make more sense in a thin client like this.
If it’s an mPCIe you can buy a sata expansion there and even connect up to 4 sata drives. Looks like something like this:
You can convert it to normal PCIe or m.2, the possibilities are endless:
If it’s not mPCIe but mSATA, you can buy mSATA SSD there, they are really rare nowadays. Or you can buy an mSATA to SATA adapter:
Other free services I had good experiences with:
Caldav is a protocol to sync tasks and calendar events. Kanban is a way to sort/display tasks. The to things are orthogonal.
I used nextcloud deck, a kanban board. Lo and behold, it uses calendar tasks under the hood, and you can sync them with caldav. Obviously you loose some features from the kanban board, but it’s a perfect middleground if you are nit a heavy kanban user.
For my tasks I use Nextcloud Tasks via caldav. Do you plan to add caldav support? You could solve the problem of missing native apps with this as well, as caldav is supported in a lot of desktop calendar apps (e.g. Thunderbird), and android has the genial opentasks app which uses the same standard.
From what I heard is that the NPM project only has 1 developer and so they can’t really respond and fix security flaws in a proper timeframe.
It’s mostly just nginx with a webui. You can even see the nginx config files if you bash into the container. It has the same bugs as upstream nginx. Do not expose the management port to the internet.
Plus compared to normal nginx, it’s harder to misconfigure it. Most of my services are just the default config, so I can’t mess it up accidentally.
About lockouts: Once also happened me, but that was just a messed up update, next update fixed itself. If you lock yourself out you can usually edit the db directly, it defaults to sqlite, but I used it with mariadb.
You don’t have to self host it if you scroll down there is a list of public instances: https://rss-bridge.github.io/rss-bridge/General/Public_Hosts.html
Reason to self host, some websites don’t like rss bridge because it’s a kind of adblock from their point of view, and they actively block the ip addresses of these instances. If you selfhost it, you can use these sites, because a single user instance won’t generate as much traffic than 1000 users, so they won’t notice your instance
The RSS feed for websites missing it
Thats it. First sentence on link. Generates an rss feed from a youtube channel or from a soundcloud user, etc
Yes, e.g. rpi3b+ has gigabit ethernet, but it’s only 300Mbit, because it’s connected via usb2 internally. Something similar can be the culprit here as well.
I found about this on lemmy, @[email protected] is the maintainer:
There should be an m.2 port for the wifi chip,you can buy sata expansion cards there, sthg like this:
Search for “m.2 key e sata”. Use wired net on a usb dongle, if it doesn’t have an ethernet port
Yes, that’s true. Illusion of choice, anti monopoly laws are working as expected.
Afaik there are actually 4 flash memory manufacturers in the World, when you by an SSD the chips were manufactured by one of these companies:
https://en.wikipedia.org/wiki/List_of_solid-state_drive_manufacturers
Unlike well-moderated torrent sites, Bitmagnet adds almost any torrent it finds to its database. This includes mislabeled files, malware-ridden releases, and potentially illegal content. The software tries to limit abuse by filtering metadata for CSAM content, however.
There are plans to add more curation by adding support for manual postings and federation. That would allow people with similar interests to connect, acting more like a trusted community. However, this is still work in progress.
I think it’s not ready for mainstream use yet, but seems absolutely promising. This will be the most important, how they will solve this without a central authority. Here in the Fediverse admins are basically this authority, I can’t imagine how it could work in a true P2P fashion.
If you don’t need fancy gui and authentication, registry is easy to set up and works really well: https://hub.docker.com/_/registry