- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
#!/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 . |
# Version 2021072100, Last Updated Wed Jul 21 07:07:01 2021 UTC | |
AAA | |
AARP | |
ABARTH | |
ABB | |
ABBOTT | |
ABBVIE | |
ABC | |
ABLE | |
ABOGADO |
#[ ]# 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 |
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.
#!/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" |
This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.
"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.
#!/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' |