Skip to content

Instantly share code, notes, and snippets.

View svrvt's full-sized avatar
💭
attention

Rustam Uzairov svrvt

💭
attention
View GitHub Profile
@svrvt
svrvt / README.md
Created April 4, 2024 22:20 — forked from goll/README.md
Docker nftables configuration for Debian 10
@svrvt
svrvt / prepare-build.sh
Created January 15, 2024 13:54 — forked from Aire-One/prepare-build.sh
Build Awesome WM with lua5.3
#! /usr/bin/sh
# This script changes all LUA references in Awesome WM to the exact LUA
# interpreter you use.
# It prevent issues when you build and run tests with multiple LUA versions
# installed on you device and the default one (aka $lua) is lua5.4 which is not
# yet supported by Awesome.
# Script based on:
# * https://aur.archlinux.org/packages/awesome-git/
@svrvt
svrvt / save_note_to_obsidian.py
Created January 15, 2024 13:26 — forked from business24ai/save_note_to_obsidian.py
An AutoGen Studio skill to store markdown content to our second brain obsidian
# A skill to store markdown content to our second brain obsidian
import os
def store_note_to_obsidian(filename, content):
"""
Store markdown content to our second brain in a local Obsidian vault
:param filename: str, filename of the note
:param content: str, content of the note as markdown
@svrvt
svrvt / keybase.md
Last active September 12, 2024 10:14

Keybase proof

I hereby claim:

  • I am svrvt on github.
  • I am uzairov (https://keybase.io/uzairov) on keybase.
  • I have a public key ASDpetfjcQ3_PG_jvRGIpRr1DG-eiVxP6_vwIfxzcrzjpAo

To claim this, I am signing this object:

@svrvt
svrvt / dwm_setup.sh
Created March 15, 2023 22:00 — forked from xvzftube/dwm_setup.sh
dwm setup
#!/bin/sh
# License: GNU GPLv3
sudo apt-get update && sudo apt-get upgrade -y
# assumes no desktop environment -- must install Xorg things
sudo apt-get --no-install-recommends install xserver-xorg xserver-xorg-video-fbdev \
xinit pciutils xinput xfonts-100dpi xfonts-75dpi xfonts-scalable libx11-dev libxft-dev libxinerama-dev xorg-dev -y
# install other common utils
sudo apt-get install build-essential curl neovim make tmux git python3-pip neofetch stow -y