We already discussed different topics on “screen” command in our previous discussions. You can refer to our previous topics for more details on that. 1) Screen command usage 2) How to access attached screen after connection dropped? The screen command…
Author: Arunlal Ashok
Always happy for an open discussion! Write to arun ((@)) crybit ((dot)) com.
[Solved] Terminal not opening – Ubuntu
I was facing this problem on my PC yesterday (This is an updated post, this yesterday is long back!!). I had to use Xterm instead of Gnome Terminal. I searched a lot on Internet and finally got a solution. Error…
How to disable phpinfo(); in a shared environment/hosting?
The phpinfo() function in php has a lot of uses. Before going to disable the phpinfo function, you must learn the basics of it. Here is the link which helps you to create the phpinfo –> phpinfo() What is phpinfo()…
How to find the IP address is blacklisted or not in CSF?
IP block in csf. How to find? The CSF will block external IPs (Inbound connections) for any Brute force attack or something like that (Multiple login failure, hacking attempts etc) found on the server. We can find out all details…
Dump Mongo DB and move it to an S3 bucket.
Requirement: Need to create a script to create Mongo DB dump and move the dump to an AWS s3 bucket. Prerequisites: SSH access to Mongo DB server, IAM user with AWS s3 full [or write] access, aws-cli on server, knowledge…
How to install and configure Prometheus Node Exporter (node_exporter) as a service?
Once you setup the Prometheus server, you need to configure it to scrape metrics from the remote servers. The default exporter for collecting System level metrics is node_exporter. The node_exporter collects all system level metrics and expose on /metrics endpoint.…
Accessing PhpMyAdmin without cPanel login?
Q. How to access the database without its cPanel credentials? This article will help you to access databases of cPanel users’ without accessing the cPanel account. Consider the scenario, you’ve a cPanel account and you want to share the details of…