Skip to content

Instantly share code, notes, and snippets.

View rail01's full-sized avatar
🦊
I just really like foxes, ok?

Rail rail01

🦊
I just really like foxes, ok?
View GitHub Profile
@rail01
rail01 / Fediverse_accounts.md
Last active August 10, 2023 12:39
Famous people, organizations, content creators and more – on Fediverse!

Quick list of accounts to follow yourself or to share with people who are new to the Fediverse and wonder if their favorite creators are on Fedi. For you with a handle to start following quickly and with full link to check out.

By no means a full list, only includes accounts thast I know about.

Does NOT include Twitter relays. Let's be real.

YouTubers

@rail01
rail01 / Public_Polish_NTP_Servers.md
Last active April 25, 2024 14:45
List of publickly accessible NTP time servers in Poland

Below is the list of publickly accessible NTP time servers located in Poland, along with their hostnames, IP addresses, Stratum levels, AS numbers and contact information.

List consists of trustworthy sources such as government agencies, scientific organizations, ISPs or major infrastructure providers. STRATUM 1 and 2.

If you're looking to use any of those NTP servers in business-critical production environment, please consider obtaining time from a time source directly, e.g. via GPS receiver or caesium atomic clock.

List

Host organization Hostname(s) IPv4 IPv6 STRATUM ASN Contact information
Główny Urząd Miar (Central Office of Measures) tempus1.gum.gov.pl tempus2.gum.gov.pl 194.146.251.100 194.146.251.101 N/A 1 AS50606 time@gum.gov.pl
@rail01
rail01 / nvidia-persistent-powermizer-mode.md
Last active March 19, 2022 21:38
Make Nvidia GPU performance mode settings permanent on Linux

As many may already know, proprietary nvidia drivers for Linux are far from being perfect, with many options limited or even not present at all. One different case is PowerMizer performance mode, which is present in Linux driver, but its value gets purged after every system reboot and returns back to "Auto".

Fix

In order to fix that it's necessary to create systemD unit that will enroll new setting every time the system is booted. To do that make sure first that your systemD user configuration directory does exist or create one:

$ cd ~/.config/systemd/user/

If instead you get an error saying that the directory does not exist, create it by typing:

$ mkdir -p ~/.config/systemd/user/