Bangla UniBijoy installing in Ubuntu OS Get link Facebook X Pinterest Email Other Apps By Hasib Kamal - July 02, 2017 sudo apt-get install ibus-m17n m17n-db m17n-contrib ibus-gtk ibus-daemon -xdr https://www.youtube.com/watch?v=0jYQZ6PSpbs Get link Facebook X Pinterest Email Other Apps Comments
Input type date default placehoder change By Hasib Kamal - May 28, 2024 <input id="my_date" name="my_date" class="form-control" placeholder="My Date" type="text" onfocus="(this.type='date')" onblur="(this.type='text')"> Read more
HTTPS Setup With Certbot in Digital Ocean Droplets By Hasib Kamal - April 01, 2024 For Installation sudo apt install python3-certbot-apache For Activation sudo certbot --apache --expand -d domainname.com Read more
Way to get fillable fields from a specific table By Hasib Kamal - January 11, 2022 SELECT CONCAT("'",COLUMN_NAME,"',") FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'undp_liupcp_survey' ORDER BY ORDINAL_POSITION ASC; Read more
Comments
Post a Comment