I use the official desktop app, and it forgets filters as for OP
I use the official desktop app, and it forgets filters as for OP
Wiki says he is still there:
Criminal penalty: 15 years to life imprisonment (parole in 2022 refused, next hearing is in 2027)
If you don’t need fancy gui and authentication, registry is easy to set up and works really well: https://hub.docker.com/_/registry
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
While I see DXVK was important, Valve’s history with Linux is much older. I would place “anime girl thighs” on the second domino
SteamOS was first released in 2013, just before they released there first hardware running Linux, the duly forgotten Steam Machines in 2015.
No, it’s just remote. Remote desktop is now also called Windows, also the operating system you are connecting to is called Windows.
Gnome has relatively good rdp support, so with this you could use Windows (the app) on Windows (the os) to connect to you Linux machine running Gnome.
It seems deliberately confusing naming is working as expected, Microsoft marketing team should get extra raise.
It’s a remote desktop client, so it won’t. OP read only the title of the article
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
I’m not familar with shelly, but they don’t use MQTT autodiscovery? If they use it you should have a corresponding HA entity or device of each switch. Then you can use built in tools or templates in automations, and don’t directly mess with MQTT. That’s much easier and stable.
If they don’t use autodiscovery you can create HA entites via configuration.yaml manually
Iphone 4 had a shitty antenna design. This was the first iphone with a metal frame around, on the sides of the phone. If you holded it with your left hand you could easily accidentally short the two parts of the antenna, basically cutting all signals.
This was definetily a design fault, there was even class action lawsuit against Apple. When they asked Steve Jobs about this, he replied:
“You are holding it wrong.”
Antennagate happened 14 years ago. A lot users are too young to remember that
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
Asking good questions is not easy.
If you ask a question which was already answered thousand of times you should search for the answer, not ask it again. Obviously from your point of view it’s a new question, but if someone replies to a lot of threads it can become annoying to see the same thing again and again.
Other common wrong question is when you don’t give enough details.
If you experience that your questions are downvoted frequently, please read this old guide “How To Ask Questions The Smart Way”. If you ask good questions, there is a bigger chance someone will help you