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
▼
Showing posts with label
linux
.
Show all posts
Showing posts with label
linux
.
Show all posts
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...
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
12 May 2012
services and its port
›
netstat -antp | grep LISTEN
29 February 2012
How to install the Sun Java JDK on Ubuntu 10.10?
›
sudo apt - get install python - software - properties sudo add - apt - repository ppa : sun - java - community - team / sun - java6 sudo a...
30 January 2012
search files in linux server
›
find /etc -name '*.conf' /etc is directory or path *.conf is file name * represents any name.conf files.
install Imagick on CentOS 5.x 32bit
›
Run the following commands yum install ImageMagick yum install ImageMagick-devel yum install php-pear pecl install imagick echo ...
cron job in kloxo/lxAdmin
›
command php -q /home/username/domain name/path to cron file
5 comments:
know the list of disabled functions on server
›
<?php error_reporting(E_ALL); $disabled_functions = ini_get('disable_functions'); if ($disabled_functions!='') { $ar...
check/list services running on server
›
service command - list running services service --status-all service --status-all | grep ntpd service --status-all | less Print the ...
change timezone on linux server
›
1 ) # cd /etc # ln -sf /usr/share/zoneinfo/Asia/Calcutta localtime Or 2) cp /usr/share/zoneinfo/Asia/Calcutta /etc/localtime Or 3)...
wget multiple urls
›
usualy we do wget http://www.stephin/file/download.zip but now i am going to show tell you how to download files to server from different...
yum no package available
›
1. Create and open a new file called /etc/yum.repos.d/dag.repo (vi /etc/yum.repos.d/dag.repo ) 2. Add the following text to the file: [d...
›
Home
View web version