#DesktopTools

Víctor A. Rodríguez :verified:bitman@techhub.social
2025-05-12

The concept is straightforward: subscribe to relevant events (e.g., system startup, screen unlock) to reapply, reset, or reconnect critical system settings and ensure everything runs smoothly. When my laptop comes back from sleep the VPN connection is lost, it can't reconnect. Detecting when it comes back, killing VPN and restarting it solves the problem

The next script is generated by Tape That Moth (TTM) to solve the issue

#!/usr/bin/env bash
while read -r line; do
case "$line" in
*"{'Active': <true>}"*) /some/path/to/proton-vpn-restart ;;
esac
done < <(gdbus monitor -y -d org.freedesktop.login1)

Where /some/path/to/proton-vpn-restart, not generated by TTM, kills VPN and starts a new one

#!/usr/bin/env bash
pkill -9 -f protonvpn-app
python3 /usr/bin/protonvpn-app >/dev/null 2>&1 &

This approach may not adhere to traditional coding best practices, but it's a pragmatic solution that yields results

#Linux #FOSS #OpenSource #UX #SystemFixes #TapeThatMoth #DesktopTools #BugWorkarounds

Víctor A. Rodríguez :verified:bitman@techhub.social
2025-05-11

Hey fellow Mastodons!

I'm working on a project called Tape That Moth, which helps mask software issues that drive us crazy. You know, things like keyboard layouts changing unexpectedly or VPNs dropping out after laptop suspend.

My goal is to make it easy to use and get back to what matters most – coding, designing, or just getting stuff done!

Here's the thing: I'd love your feedback on how to make Tape That Moth more user-friendly. Should it be point-and-click? Should I prioritize certain features? Is it of interest for other one that me?

I'm looking for advice from people who actually use software and have experienced these kinds of issues firsthand. Your input would mean a lot!

gitlab.com/bit-man/tape-that-m

#Linux #FOSS #OpenSource #UX #SystemFixes #TapeThatMoth #DesktopTools #BugWorkarounds

卡拉今天看了什麼ai_workspace@social.mikala.one
2024-07-20

NirSoft - freeware utilities: password recovery, system utilities, desktop utilities

Link
📌 Summary:
NirSoft網站提供多款免費軟體工具,涵蓋密碼恢復、系統工具、桌面工具等多個方面。這些工具由Nir Sofer開發,適用於Windows系統。使用者可以通過點擊相應連結來下載所需工具。

🎯 Key Points:
- NirSoft提供密碼恢復工具,例如WebBrowserPassView、RouterPassView、Mail PassView、Dialupass等,可以恢復瀏覽器密碼、路由器密碼、郵箱密碼、撥號密碼等。
- NirSoft提供網路監控工具,例如WirelessNetView、Wireless Network Watcher、BluetoothView、SmartSniff、CurrPorts等,可以監控無線網路、藍牙、TCP/IP封包等。
- NirSoft提供網際網路相關工具,例如BrowsingHistoryView、IPNetInfo、MyLastSearch、VideoCacheView、SiteShoter、DNSDataView、IECookiesView、IEHistoryView、WhoisThisDomain等,可以檢視瀏覽器歷史記錄、獲取IP地址信息、檢視最新搜索記錄、截圖網站、檢視DNS記錄等。
- NirSoft提供命令列工具,例如NirCmd、SoundVolumeView、GUIPropView、UninstallView、SearchMyFiles、Volumouse、FileTypesMan、ProduKey、ShellExView、WhatInStartup、USBDeview、DevManView、DriverView、RegScanner、OpenedFilesView、SysExporter、BlueScreenView等,可以從命令列執行多種任務,例如控制音量、檢視設備信息、掃描註冊表、抓取應用程式中的資料等。
- NirSoft定期更新軟體,並提供最新的功能和修復。

🔖 Keywords:
#NirSoft #freeware #tools #Windows #passwordrecovery #systemtools #networktools #desktoptools #commandline #update #news #registryscanner #tcpip #tcpconnectproblem #networkpasswordrecovery #chromecookies #dns #autofilter

Keywan Tonekaboniktn@social.heise.de
2023-11-09

Eure liebste #GnomeShell #extension funktioniert seit #Gnome45 nicht mehr? Warum das so ist und eine Anleitung, wie ihr selbst Erweiterungen anpasst, damit die wieder laufen, findet ihr in der kommenden @ct_Magazin oder jetzt schon online:

heise.de/ratgeber/Linux-Erweit

#gnome #Erweiterungen #programmieren #javascript #GJS #ESModules #DesktopTools #LinuxDesktop

Julien Mercier-Rojasjeckel@phpc.social
2023-10-06

Did you know that @obsidian had support for #mermaidjs since some time now?

Just discovered it yesterday... as if Obsidian wasn't already the best note-taking application !

#notetaking #DesktopTools

heise online (inoffiziell)heiseonline@squeet.me
2022-11-30
heise+ | Gnome-Anmeldebildschirm für Multimonitorbetrieb konfigurieren

Bei mehreren Monitoren entscheidet der Gnome Display Manager automatisch, auf welchem Display die Login-Maske erscheint. Diese Automatik kann man beeinflussen.
Gnome-Anmeldebildschirm für Multimonitorbetrieb konfigurieren
heise online (inoffiziell)heiseonline@squeet.me
2022-10-19
heise+ | Im Test: Linux-Desktop Gnome 43 mit überarbeiteten Schnelleinstellungen

Das Gnome 43-Release kürzt den Weg zu den wichtigsten Einstellungen ab und verpasst dem Dateimanager mit der Grafikbibliothek GTK4 eine Frischzellenkur.
Im Test: Linux-Desktop Gnome 43 mit überarbeiteten Schnelleinstellungen

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst