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 readingCategory: Technology
Airtel 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 readingRobi Internet Packages, price, validity & Activation Codes
Robi Internet Packages, Validity, Price, Activation code: Updated: 24th March 2019 Volume Price Validity Activation Code 250MB 46 30 *123*110# 750MB @ 31tk 74 14 *123*0074# 1GB 119 30 *123*0119# 1.5GB 101 7 *123*101# 2GB 41 3 *123*041# 2GB 209 30 *123*209# 3GB (2GB + 1GB 4G) 48 3 *123*48# 4GB(3GB Regular + 1GB 4G) 108…
Continue readingGrameenPhone Internet Packages, Validity, Price, Activation Code
GrameenPhone Internet Packages, Validity, Price, Activation code: Updated: 24th March 2019 Volume Price Validity Activation Code 5MB 2.5 3 *121*3002# 250MB @ 31tk 31 3 *121*3083# 2GB 44 3 (72hours) *121*3242# 1GB Weekly 86 7 *121*3056# 1.5GB 104 7 *121*3344# 2GB Weekly 129 7 *121*3058# 4GB Weekly 179 7 *121*3084# 6GB(3GB Regular + 3GB 4G)…
Continue reading