M.M.Stephin Nadar's Blog
Never lose hope. You never know what tomorrow may bring.
Our Telegram Bots
(Move to ...)
utubebot
uploadbot
fakemailbot
apkdl_bot
mp3toolsbot
▼
Our sites
(Move to ...)
apkdl.in
Jamango.in
▼
30 January 2026
search any word or text inside any file in windows 11
›
findstr /S /I /M "word_to_find" *.js
1 November 2020
NETLINK HG323RGW latest firmware/software update 1.0.35-200929
›
Download HG323RW_all_V1.0.35-200929_NetlinkBsnlver.tar Old version 1.0.29-200319 * Modem randomly auto reboots/restarts 4-6 times a da...
3 comments:
10 April 2020
Convert all MyISAM tables into InnoDB
›
InnoDB has become the default Storage Engine for mysql tables, which offers more features and better performance than MyISAM. If you have ...
28 March 2020
get access token from google oauth2 service account json file using jwt token
›
Here is a simple code snippet that takes google service account .json file as input and gives you access token with the specified scope. ...
22 January 2020
Install latest linux kernel on Ubuntu server
›
Sometimes upgrading linux kernel may increase overall performance of your server (including network and task processing). You can download...
3 November 2019
Telegram bot file_id parser
›
function base64url_decode($data) { return base64_decode(str_pad(strtr($data, '-_', '+/'), strlen($data) % 4, '=',...
Setup Network File System(NFS) Client and Server on Ubuntu
›
server side run the following commands. apt install nfs-kernel-server vi /etc/exports add /path/you/want/to/share/with/client 10.0.0.0...
›
Home
View web version