Skip to content

Instantly share code, notes, and snippets.

@amanullahmenjli
amanullahmenjli / raycast.rasi
Created July 10, 2024 22:04
Rofi theme inspired by raycast
/* ________Variables________ */
* {
/* ________Window________ */
window-width: 800px;
window-height: 550px;
window-border: 1.75px;
window-border-color: #4A4A4C;
window-border-radius: 12px;
window-bg-color: rgba(26, 27, 38, 0.65);
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active November 17, 2025 03:48
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@dcasati
dcasati / export-kubeconfig-from-aks
Created February 6, 2018 15:30
Export KUBECONFIG from AKS
az aks get-credentials --resource-group k8s-demo-ss --name k8s-demo-cluster-ss --file kubeconfig-ss
@dreamcat4
dreamcat4 / plex.md
Last active July 7, 2022 04:25
How to Install Plex Media Server on FreeBSD, FreeNAS / NAS4Free / pfSense, with Finch - http://dreamcat4.github.io/finch/

Plex How-To

How to install Plex Media Server. Most of these commands can just be copy-pasted.

Update Finch

Update finch to version 1.25 or newer.

# Finch users should first update to get the latest fixes

[ "$(echo "$(finch --shortver) >= 1.25" | bc)" = 1 ] || sudo finch update -y