We recently made a family vacation trip to the Leisure Kalmegha Villa. We rented Villa 21 & 22 for our stay for a single night. The overall experience was a disaster. Their service quality was terrible. We were expecting some decent services from them - but were left heartbroken with what we got after travelling…
Continue readingHow to redirect www to non-www URL using htaccess
To redirect all www traffic to non-www URL - you need to add the following lines in .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example.com [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] Replace example.com with your own domain name.
Continue readingTeletalk Combo 199: 250 Minutes, 2GB Data, 100 sms – 30 days
Teletalk has introduced a new Bundled package with Month long validity. The new Combo 199 includes: 250 Minutes talk time (to any local number) 2 GB Data 100 SMS 30 Days validity ALL OF THESE @ only 199 Taka. This offer is available in both Prepaid and Post paid connections. To enable this offer: THROUGH…
Continue readingAirtel Talk Time Offer- 175 minutes 107 Taka 7 days validity
Airtel Best minute pack: Recharge Taka 107 and get 175 Minutes talk time with 7 days validity or Dial *123*0107# to get the offer.
Continue readingLeaked: Mi 11 Pro – 108MP camera 120x zoom, Snapdragon 888
Xiaomi launched its Flagship Mi 11 early this month (January 2021) with record breaking sale in first few hours in China. The "Pro" version of this Flagship smartphone is likely to be released in near future and a set of renders most likely to be of Mi 11 pro have leaked online. The Mi 11…
Continue readingHow to create Raid1 mirroring with 3rd & 4th Drives in OVH servers
OVH panel offers easy Raid configuration for the partitions in up to 2 drives. Recently I was working on a server that has 2 SSDs and 2 HDDs. The server is intended to serve as a Shared Hosting server. My idea was to install the OS on the SSDs and use the HDDs for hosting…
Continue readingHow to clean /tmp directory automatically in Linux/cPanel using tmpwatch
The “tmpwatch ” command in linux is to removes files which haven't been accessed for a period of time. The tmpwatch recursively removes files which haven't been accessed for a given time. Normally, it's used to clean up directories which are used for temporary holding space such as /tmp. If you are noticing "/tmp" getting…
Continue readingHow to recursively change Directory & File permission to 755 & 644 respectively
To change all the directories to 755 (drwxr-xr-x): find /directory_location -type d -exec chmod 755 {} \; To change all the files to 644 (-rw-r- -r- -): find /directory_location -type f -exec chmod 644 {} \;
Continue readingHow to force redirect http to https using .htaccess
If you have an SSL certificate installed and would like to force your website to load with https URL - you may add the following code in the .htaccess file (Linux based hosting): RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] You need to place the .htaccess file in the home directory of your website.
Continue readingUSSD codes of GrameenPhone, Robi, Banglalink, Airtel, Teletalk
GrameenPhone Prepaid Balance Check : *566# Show SIM Number : *2# or *111*8*2# Package Check : *111*7*2# Minute Balance Check : *566*24#,*566*20#, *566*22# SMS Check : *566*2#, *566*18# MMS Check : *566*14# Data (MB) Check : *566*10#, *567# Call Me Back : *123*Number# Net Setting Request : *111*6*2# Miss Call Alert (On) : type START…
Continue reading