Skip to content

Instantly share code, notes, and snippets.

@bmxnt
bmxnt / disposable-email-provider-domains
Created September 27, 2022 12:03
List of disposable email provider domains
0815.ru
0wnd.net
0wnd.org
10minutemail.co.za
10minutemail.com
123-m.com
1fsdfdsfsdf.tk
1pad.de
20minutemail.com
21cn.com
@bmxnt
bmxnt / update-phpstorm.sh
Created July 24, 2022 06:49 — forked from Jekis/update-phpstorm.sh
Download and install the latest version of PhpStorm for Ubuntu. Create .desktop file and use custom vmoptions.
#!/bin/bash
#
# Based on https://gist.github.com/olivertappin/e5920e131db9a451c91aa6e2bc24dc40
#
INSTALL_DIR=/opt/phpstorm
if [ "$(whoami)" != "root" ]
then