Skip to content

Instantly share code, notes, and snippets.

View ohsevin's full-sized avatar
🤞
h🔑🔑ding

✘ ⓞⓗⓢⓔⓥ.ⓘⓝ ✘ ohsevin

🤞
h🔑🔑ding
View GitHub Profile
@ohsevin
ohsevin / install-zsh-windows-git-bash.md
Created November 22, 2021 03:45 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@ohsevin
ohsevin / vh_termbin_install.sh
Last active November 11, 2021 02:57 — forked from marduk191/vh_termbin_install.sh
This is a shell script to install command line "termbin" online paste service from [virtualhacker.net--broken] check out kohek.xyz instead
#!/bin/bash
## Termbin installer
## By marduk191
## email: [email protected]
### Modified (fixed) source code by: github.com/ninetyfivenorth
printf "%s\n" "Checking dependencies"
if ! dpkg-query -W netcat | grep .
@ohsevin
ohsevin / EVERY_SINGLE_TLD
Created July 21, 2021 19:17
TLDs || Top Level Domains MEGA List
# Version 2021072100, Last Updated Wed Jul 21 07:07:01 2021 UTC
AAA
AARP
ABARTH
ABB
ABBOTT
ABBVIE
ABC
ABLE
ABOGADO
@ohsevin
ohsevin / tiny [dot] cc [slash] bestfm
Last active December 25, 2021 04:17
best radio stations collection on github . ( find maintained up-to-date URLs always @ tiny.cc/bestfm ) <--bookmark!
#[ ]# KOHEK.XYZ TOP STREAM URLs #[ ]#
LAST UPDATED ON: DECEMBER 24th, 2021
[BRAND NEW STREAM SUBMISSION!]
# 106.1 KMEL San Francisco, CA - Hip Hop & R&B
https://n1eb-e2.revma.ihrhls.com/zc293/30_uqba2bwpstnq02/main/164293763.aac
= http://gg.gg/106kmel

Operational PGP

This is a guide on how to email securely.

There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.

@ohsevin
ohsevin / install-google-fonts.sh
Created July 11, 2019 07:14 — forked from keeferrourke/install-google-fonts.sh
A bash script to install all Google Fonts, system wide, on debian based systems (ex. Ubuntu)
#!/bin/sh
# Written by: Keefer Rourke <https://krourke.org>
# Based on AUR package <https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ttf-google-fonts-git>
# dependancies: fonts-cantarell, ttf-ubuntu-font-family, git
sudo apt-get install fonts-cantarell, ttf-ubuntu-font-family, git
srcdir="/tmp/google-fonts"
pkgdir="/usr/share/fonts/truetype/google-fonts"
giturl="git://github.com/google/fonts.git"
@ohsevin
ohsevin / keyservers.md
Created July 2, 2019 15:45 — forked from rjhansen/keyservers.md
SKS Keyserver Network Under Attack

SKS Keyserver Network Under Attack

This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.

Terminological Note

"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.

Who am I?

@ohsevin
ohsevin / volume_control.sh
Created June 29, 2019 04:51 — forked from mrozo/volume_control.sh
Synchronized volume control for awesome wm
#!/bin/bash
# the script comes from this site: customlinux.blogspot.com/2013/02/pavolumesh-control-active-sink-volume.html
# This is an updated version that works with ubuntu 18.04 and sends notifications to awesome window manager via awesome-client. Remember - I'am not an original author of the script.
# finds the active sink for pulse audio and increments the volume. useful when you have multiple audio outputs and have a key bound to vol-up and down
inc='5'
capvol='yes'
maxvol='200'
tmpfile='/tmp/pasink.tmp'
@ohsevin
ohsevin / clients.md
Created March 24, 2019 21:04 — forked from defunkt/clients.md
A list of Gist clients.

Gist Clients

Want to create a Gist from your editor, the command line, or the Services menu? Here's how.

Editor Support

@ohsevin
ohsevin / clients.md
Created March 24, 2019 21:04 — forked from defunkt/clients.md
A list of Gist clients.

Gist Clients

Want to create a Gist from your editor, the command line, or the Services menu? Here's how.

Editor Support