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
▼
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...
4 February 2019
TANGEDCO TNEB AE 2018 Results, Cut-off, Question papers and Answers
›
TANGEDCO TNEB AE 2018 exam which was conducted on 30/12/2018 its result was released today 04/02/2019 around 7pm-8pm. i have collected que...
8 September 2018
execute root commands via php
›
Solution using a binary wrapper (with suid bit) 1) Create a script (preferrably .sh ) that contains what you want to be ran as root. #...
14 March 2018
Install specific Ubuntu package without recommended packages
›
apt-get --no-install-recommends install asciidoc -y
4 August 2017
bsnl 's digital india journey begins with blocking ssh port 22
›
UPDATE: 15/08/2017 FINALLY BSNL UNBLOCKED PORT 22 As you may have noticed BSNL broadband users no longer able to access to their remote se...
25 February 2017
openload.co latest dl link generator php
›
Last Updated: 15/Mar/2017
2 comments:
20 February 2017
the mother
›
மனைவி இறந்த பிறகு மீண்டும் ஒரு திருமணம் செய்த தகப்பன் தன்னுடைய சிறிய மகனிடம் கேட்கிறான்.. "உன்னுடைய இப்போதைய அம்மா எப்படி".என...
1 comment:
12 February 2017
save farmers
›
சிகரெட் 🚬🚬இல்லாமல் ஒருவரால் வாழமுடியும்... ஆனாலும், சிகரெட்🚬🚬 உற்பத்தியாளர் பணக்காரராக இருக்கிறார். மதுவில்லாமல்🍺🍸🍷 ஒருவரால் வா...
30 January 2017
Inspiring lines
›
✍🏽கடலில் பெய்யும் மழை பயனற்றது, ✍🏽பகலி ல் எரியும் தீபம் பயனற்றது, ✍🏽வசதி உள்ளவனுக்கு கொடுக்கும் பரிசு பயனற்றது, ✍🏽நோய் உள்ளவனுக்கு கொ...
31 July 2016
Top 10 Android Games of 50 MB
›
10. Pou Updated on: 12-Jan-2016 Download size: 20.71MB 9. Rolling Sky Download size: 30.81MB Offered by: Clean Master Games 8....
3 comments:
3 July 2016
search for a string in all php files stored in a linux system
›
grep -r --include=*.php "search string" /path/to/dir
11 March 2015
jolo.in alternative
›
In the recent days, jolo.in free recharge api provider has become more worse than ever. no recharge was successful but the amount getting de...
10 comments:
5 February 2015
mobikwik recharge api
›
<?php $uid=''; //your mobikwik username probably email id $pwd=''; //your mobikwik password $amt=10; //amount $cn...
1 comment:
28 December 2014
Find rank of user(s) using mysql query
›
SELECT 1 + ( SELECT count( * ) FROM user a WHERE a.balance > b.balance ) AS rank,id FROM user b ORDER BY rank; table structure -...
17 April 2013
import GeoIP csv to MySQL DB provided by MaxMind
›
you can download GeoIP csv database from http://www.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip unzip and extract the csv fil...
‹
›
Home
View web version