- 2 Posts
- 12 Comments
mnmalst@lemmy.zipto Linux@lemmy.ml•Allow traffic only through tun0 via wlan0, ssh, and localhost in and out2·19 days agoJust to be clear this is a killswitch, that’s what you want right? So that it’s only possible to connect through the VPN (tun0). And if the VPN goes down your internet gets “killed” so you don’t leak your IP.
In that case you want to start ufw when you system starts, so you would need to whitelist your VPN but if your VPN is already connected it should work without whitelisting the IP I guess but never tried it since that’s not recommended.
mnmalst@lemmy.zipto Linux@lemmy.ml•Allow traffic only through tun0 via wlan0, ssh, and localhost in and out4·19 days agoThis is how I do it:
sudo ufw default deny outgoing sudo ufw default deny incoming sudo ufw allow out on tun0 from any to any sudo ufw allow out to VPN_IP_ADDRESS proto udp
You have to do the last line for all your VPN server ips or the initial DNS request will not go through. If you connect through udp.
mnmalst@lemmy.zipto Linux@lemmy.ml•Nox/James Lee with a video about Adobe alternatives on Linux13·4 months agoDon’t know him and not really interested in the topic much but that was a fun video!
mnmalst@lemmy.zipto Linux@lemmy.ml•With all this ghostty talk. Am I out of touch for still using terminator all these years?3·4 months agoExactly. You invoke it with
xfce4-terminal --drop-down
If you set that as a shortcut in xfce, the first call will start it and recurring calls will show the running instance.
mnmalst@lemmy.zipto Linux@lemmy.ml•With all this ghostty talk. Am I out of touch for still using terminator all these years?6·4 months agoI am with you. xfce4-terminal in drop down mode is all I need!
mnmalst@lemmy.zipto Linux@lemmy.ml•With all this ghostty talk. Am I out of touch for still using terminator all these years?156·4 months agoIf there is a feature you don’t know you need then you don’t need it.
That makes no sense. By that logic we would still be using horses since technically we don’t -need- cars. There are of course thing “you don’t know about” but would totally use if you were introduced to them.
mnmalst@lemmy.zipto Open Source@lemmy.ml•New app allows you to track the number of fucks you have given over time3·8 months agoAnd here is the official theme music of the app: https://youtu.be/Vqbk9cDX0l0
mnmalst@lemmy.zipto Open Source@lemmy.ml•Ion Launcher: A beautiful, functional & customizable launcher11·9 months agoA list of features would be nice.
Is the calendar widget part of the launcher for example?
mnmalst@lemmy.zipto Linux@lemmy.ml•ThemeChanger 0.12.0 - now it can set the theme of libadwaita apps2·10 months agoThanks for checking.
I just checked as well and on my system (arch, xfce) the file exists but it’s a symlink, created by a theme I tried but doesn’t exist on my system anymore (“qogir-gtk-theme-git”). After removing the symlinks it works.
I clicked apply in the app and a gtk.css and settings.ini files was created. The gtk.css file it’s empty. Is that the intended behavior?
mnmalst@lemmy.zipto Linux@lemmy.ml•ThemeChanger 0.12.0 - now it can set the theme of libadwaita apps9·10 months agoLooks nice and useful thanks
I get this error using it for the first time.
[Errno 2] No such file or directory: ‘/home/xxx/.config/gtk-4.0/gtk.css’
Considering that file doesn’t exist the app might create it if necessary?
Cheers
Stop with the low effort comments and learn to read. You would do everybody, including yourself, a favor.