Einfach mit uBlock Origin cookies von dritte Partie Seiten deaktivieren. Und noch cookie banner blocken
Ace! _SL/S
- 0 Posts
- 17 Comments
Ace! _SL/S@ani.socialto Selfhosted@lemmy.world•Help with iptables, using nixos setting up a wiregaurd server for friendsEnglish2·5 months agoNo, AllowedIPs should be set to your internal Wireguards IP range to only allow access to your Wireguard peers. You could also add more like your Servers LAN for example (which will need packet forwarding, as I mentioned before)
Here’s an example of one of my client configs:
[Interface] Address = 10.8.0.2/32 PrivateKey = [Peer] PublicKey = PresharedKey = Endpoint = 192.168.0.3:51820 AllowedIPs = 10.8.0.0/16
Just be careful to not mess up your subnet masks. For example my [Interface] Address ends with /32 because that only leaves 10.8.0.2 In the [Peer] Section i set it to /16 which will allow the client to connect to 10.8.x.x iirc
Best is to just try it yourself and see if it works, I’m by no means good at networking stuff
Ace! _SL/S@ani.socialto Selfhosted@lemmy.world•Help with iptables, using nixos setting up a wiregaurd server for friendsEnglish2·5 months agoIirc setting AllowedIPs in your clients config should do exactly that. Their respective [Peer] entry in your servers config should also have the same AllowedIPs, otherwise they could easily circumvent this
Further finetuning should be really easy by using any firewall on your Wireguard server
If you want your clients to be able to access other devices in your servers LAN you need to setup additional packet forwarding rules though. Optionally setup NAT aswell
Sounds like the HDD is dying, maybe check it’s S.M.A.R.T. status? Most drives have statistics for errors and such
nmap works great for this
traceroute might also be usable vith the -p switch I guess?
Ein glück für dich das Sexualität ein Spektrum und keine binäre 0 oder 1 Situation ist
Ace! _SL/S@ani.socialto Skyrim Mods@lemmy.world•4 DLL plugins don't load. Error code: 0000007EEnglish2·1 year agoNot really, it just depends on the mods you wanna use. Some are AE only, some SE only… Most should support both though
Also SE is just one version, while AE had many minor updates
Ace! _SL/S@ani.socialto Skyrim Mods@lemmy.world•4 DLL plugins don't load. Error code: 0000007EEnglish1·1 year agoSo, I looked those mods up and they’re versioning seems like a mess
Is there a reason you’re on AE? Has been a while that I’ve modded Skyrim but back then downgrading to SSE was the way to go
Ace! _SL/S@ani.socialto Skyrim Mods@lemmy.world•4 DLL plugins don't load. Error code: 0000007EEnglish3·1 year agoWhat Skyrim version are you on? What Skyhim version do those mods require? Should be easy as that
For duplicates dupeGuru’s Music Mode should suffice (don’t be overly aggressive when batch deleting files!)
Then tag and sort them with MusicBrainz Picard (again, take it slow. Picard is great and all but not every automated match is correct and I always check mine if they’re correct)
After doing that start taking notes while listening to your Music in case you detect something is wrong (missed duplicate, wrong/partial metadata, etc) which allows you to fix these errors later on
I’d also recommend you do backups along the way because dupeGurus and Picards changes can’t be undone and as a beginner you’re likely to do mistakes till your accustomed to the process
That’s what I did and will continue to do with my 1500 songs (for now)
I also prefer to sync my music from my PC to my phone via rsync (any sync application should suffice). But that’s just me, because imo offline playback is the way to go
Guter Bot, noch eine Sache die mich heute Nacht wach halten wird
Verflucht seien deine Vorfahren! Oder auch nicht, ich verachte eher die Gesellschafft für ihr Unverständniss
Kann ich deshalb auch ohne Probleme im Club die Nacht durchfeiern, obwohl ich nüchtern bin? Während all meine Freunde immer um 4 schlapp machen?
Klingt mal als wäre dem so
Wenn ich produktiv was für die Schule gemacht habe dann immer in der Nacht
Ist bei mir genau so, Nachts kriege ich immer so produkive Schübe. Nur blöd das man genau da schlafen muss und es dazu meistens erst nach Stunden schafft ein zu schlafen
Hm vielleicht such ich mir einfach irgendwann mal ein reinen Homeoffice Gleitzeit Job wos dem Arbeitgeber egal ist ob ich das nachts mache
Wird das Beste sein das du machen kannst. Der Scheiß ist genetisch veranlagt und es zu “bekämpfen” wird dich nur kaputt machen
Wünsch dir noch das Beste ❤️ und hier noch der entsprechende Wikipedia Artikel falls du dich noch etwas mehr informieren magst
Vielleicht ist das eher ein “Problem” deines Chronotyps? Ganz schön beschissen ausserhalb der sozialen Norm zu sein und dafür dann noch alles mögliche ausser Verständniss zu erhalten…
I get little micro-stutters every few seconds
Sounds like your Video file might be to blame. Does it always happen at the same time stamps? Maybe try watching it locally, does it happen there aswell?
Like others said, disable password auth and setup auth keys instead.
Bonus points for moving the ssh port, using fail2ban and also setting up a tarpit with something like endlessh.
If you wanna go extreme use Wireguard to connect to your server and only allow ssh over wireguard in your firewall.