What PuppetDB can do in your architecture is unbelievable… Yeah!! I started learning the Puppet since few months ago and it’s quiet interesting. And the interesting part is the PuppetDB. It’s a puppet module to store agent nodes details. That…
Author: Maria Jones
[Solved] Bad Request This web server is running in SSL mode – Webmin – Ubuntu 12.04
Few months ago (Too long, these things happened during my initial days of work), I had faced this error while connecting to Webmin just after completing the installation. I had searched a lot and finally found one solution for this.…
How to rename an already existing screen session?
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…
[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…