Dark Web Websites

Dark Web Websites are sites that can only be accessed using tor. Tor websites using domains name with .onion extension (LTD). Tor uses multiple servers to anonymize traffic, so no one will be able to find a visitor’s IP address or where a website is hosted. Onion websites are referred to as hidden services as … Read more

Redirect Subdomain to Subdirectory

To redirect a subdomain to a subdirectory, use following .htaccess code. RewriteEngine on RewriteCond %{HTTP_HOST} ^(.*)\.domain\.com RewriteRule ^(.*)$ subdomains/%1/$1 [L,NC,QSA] Redirect Subdirectory to Subdomain RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ RewriteRule ^/?subdomain/(.*)$ https://subdomain.example.com/$1 [R=301] See htaccess

DaVinci Resolve

DaVinci Resolve is a free video editor. Here are some useful shortcuts. Navigation Commands Up/Down Arrow = Move to next/previous clip. L = Play (forward) J = Play (reverse) K = Stop Cut Video Ctrl + Shift + [ = left ripple trim Ctrl + Shift + ] = right ripple trim Ctrl + b … Read more

common ports used by services

How to find out what service is using a certain port? How to change Node Exporter port How to change Next.js port Here are common ports used by various software and services. 21 FTP Server 25 SMTP SERVER, EXIM, MAIL ENABLE, HMAILSERVER, etc 53 DNS SERVER 80 WEB SERVER (iis, apache) 110 POP3 135 Windows … Read more

enom

Some ccTLD domains get deleted X days before the expiry date. You can find the list at https://docs.google.com/spreadsheets/d/1oVNszsvqhxh3hlT1LYMfcwq3lw_e6J7DeBePvN4t2aw/edit#gid=1203932299 Sort by column “Deleted x days before expiry”. Look like this is specific to enom as they list .in domain get deleted 30 days before expiry date. I never seen this with my .in domains.

Customer Relationship Management

Customer Relationship Management (CRM) allow you to manage customers. HubSpot Fre plan allow unlimited users, unlimited contacts, shared inbox and ticket system. Look like a good system to use as shared inbox/helpdesk. They have google chrome extension, that integrate with gmail/google workspace so all emails get tracked in CRM with read notifications. https://hubspot.com/ Agile CRM … Read more