linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
I’m looking for a reliable way to see log when my laptop is:
Currently I’m checking both the systemd-suspend
and tlp
systemctl services, but these don’t really feel very robust, and I don’t have TLP installed on all my machines.
Is there an easier way to do this, or a better systemctl unit that logs all the power states of my machine. Preferably laptop agnostic?
Laptop snippet so far:
journalctl --since -7days -u systemd-suspend -u tlp \ | grep -P "Finish|Start|Stopped" \ | sed '/.*Finished TLP.*/d; s|Stopped TLP.*| ╰╴Power Off|; s|Starting TLP.*| ╭╴System Boot|; s|Starting System Suspend.*| ┤ ·Sleep·|; s|Finished System Suspend.*| ├ ·Wake·|;' \ | sed -r 's|^(.*:[0-9])+.*:(.*)|\1\2|'
Linux Running in a PDF
Link: https://linux.doompdf.dev/linux.pdf
Discussion: https://news.ycombinator.com/item?id=42959775
Linux runs in PDF
Doom runs on everything, including PDF – Why not Linux? A tinkerer thought so and started a minimal system in the PDF-RISCV emulator.
Linux läuft im PDF
Doom läuft auf allem, auch in PDF – warum nicht auch Linux? Das dachte sich ein Tüftler und startet ein Minimalsystem im PDF-RISCV-Emulator.
My work has given me a remote windows desktop to use, that I access using AWS.
Through this windows desktop (accessed through a chrome web-browser), I can SSH into a compute node to do work.
I dont actually need this virtual desktop, I’d rather just SSH from my local machine directly to the compute node, using the remote desktop’s network without having to spawn the desktop itself.
Ive been reading up about SSM agents[0] as a solution, but am unsure if I have the priveledges to do this myself.
…amazon.com/…/session-manager-getting-started-ena…
Is this something I can easily do using the AWS credentials that I have?