Terminal output showing DNS, SSL, and connectivity checks for a website

Debug Website DNS, SSL, and Connectivity with Bash Script

Bash Script for Debugging Website DNS, SSL, and Connectivity Issues When managing websites across different hosting providers, debugging connectivity issues can be challenging. I created a bash script that helps identify DNS configurations, SSL certificate details, and site availability in one go. What Does This Script Check? DNS records (A, CNAME, NS) from multiple providers SSL certificate information and expiry dates HTTP/HTTPS responses and redirects Website availability across different protocols The Script #!...

November 28, 2024
Screenshot showing Bengali Unibijoy keyboard settings in Ubuntu 24.04

How to Install Bengali Unibijoy Keyboard in Ubuntu 24.04

How to Install Bengali Unibijoy Keyboard in Ubuntu 24.04 Looking to type in Bengali on Ubuntu? Here’s a quick guide to set up the Unibijoy keyboard layout. Quick Installation Update your system: sudo apt update sudo apt upgrade Install required packages: sudo apt install ibus ibus-m17n m17n-db Set up IBus: im-config -n ibus ibus restart Adding Bengali Keyboard Open Settings Go to Keyboard Click “+” under Input Sources Click “Other” Search for “Bengali” Select “Bengali (Unijoy)” Click Add Using the Keyboard Press Super+Space to switch between English and Bengali Numbers 0-9 automatically convert to Bengali numerals (০-৯) Use ‘G’ for Dari (।) Troubleshooting If Bengali option isn’t visible:...

November 27, 2024