Skip to content

Instantly share code, notes, and snippets.

View domaingood's full-sized avatar

Tuhin domaingood

  • Walnut, California (US)
View GitHub Profile
@domaingood
domaingood / RH342.md
Last active October 4, 2021 13:06 — forked from luckylittle/RH342.md
Red Hat RH342 Notes

Red Hat Enterprise Linux Diagnostics & Troubleshooting (RH342)

_Last update: Monday, 13 September 2021 UTC

1. Troubleshooting principles

2. Generic issues

@domaingood
domaingood / 1-1000.txt
Created July 7, 2020 07:24 — forked from deekayen/1-1000.txt
1,000 most common US English words
the
of
to
and
a
in
is
it
you
that
@domaingood
domaingood / whois.php
Created April 28, 2020 10:59
PHP code to get WHOIS information of a domain
<?php
/*************************************************************************
php easy :: whois lookup script
==========================================================================
Author: php easy code, www.phpeasycode.com
Web Site: http://www.phpeasycode.com
Contact: webmaster@phpeasycode.com
*************************************************************************/
$domain = $_GET['domain'];
@domaingood
domaingood / 1-elementary-os-apps.md
Created March 10, 2020 19:25 — forked from ankurk91/1-elementary-os-apps.md
elementary OS 5.1 Hera

elementaryOS Apps and Configs

This guide has been updated for elementaryOS v5.0+.

Enbale PPA support

sudo apt-get update
sudo apt-get -y install software-properties-common

Install original plank dock

@domaingood
domaingood / cloudflare_batch.php
Created February 4, 2020 17:40 — forked from thiagotalma/cloudflare_batch.php
Cloudflare Batch Edit
<?php
// Form a list of all CF IP zones
// For each zone, grab all A records and TXT records matching $oldip
// For each matching record, update it to the new IP address
// Does not deal with paginated zone results so there's currently
// a maximum of 50 zones managed by this tool
$authemail = "YOU @ YOUR EMAIL . COM";
$authkey = "YOUR CLOUDFLARE API KEY";