Skip to content

Instantly share code, notes, and snippets.

@j3j3k
j3j3k / install-tmux.sh
Last active December 23, 2020 18:00 — forked from pokev25/install-tmux.sh
Install tmux 2.8 on centos 7
# Install tmux 2.8 on Centos
# install deps
yum install gcc kernel-devel make ncurses-devel
# DOWNLOAD SOURCES FOR LIBEVENT AND MAKE AND INSTALL
curl -LOk https://github.com/libevent/libevent/releases/download/release-2.1.10-stable/libevent-2.1.10-stable.tar.gz
tar xf libevent-2.1.10-stable.tar.gz
cd libevent-2.1.10-stable
./configure --prefix=/usr/local
@AidasK
AidasK / HowToDeleteAllCloudflareRecors.md
Last active July 7, 2024 10:36
Cloudflare delete all DNS records. Just go to cloudflare dns zones, open your browers developer console and paste this javascript code.

image

Real developers are not used to clicking, it's allways easier to write a script to do it for you.