Why this post? These three words are very common in Python language. Everyone, who loves Python should have a clean idea on Lists, Tuples and Dictionaries in Python. All of them are used to manage sequences in Python. Python has…
Author: Arunlal A
How to convert a list to string in python?
Sometimes, we need a combined string like output or return from our Python code. Is it possible to obtain a combined string like output from a list? Sure, everything is possible in Python. The only thing you have to do…
Easy way to Enable/Disable CSF installed on the server via command line
It is a simple topic, but these are very frequently using command line options for enabling/disabling CSF. I already created a lot of topics on the firewall management tool, CSF. Here I am writing a quick command-line option to enable/disable CSF from the command-line.…
Simple steps to install CloudFlare plugin on cPanel server
Why CloudFlare? This is a free Content Delivery Network (CDN) for your domain. CloudFlare provides a better Internet security services and distributed domain name server services, sitting between the visitor and the Cloudflare user’s hosting provider, acting as a reverse proxy…
Password protect WordPress login – wp-login.php
What is password protection? It’s a smart feature to protect directories against accessing it from unauthorised users. In a cPanel server, we can simply create password protected directories via the control panel (Home >> Security >> Password Protect Directories). If…
What you can do? See what experts say about Wanna cry!
Why this post? I am a Linux tech, however, I also have some responsibilities to share some precautions for Windows users to stay away from Wanna Cry attack. As it’s causing bulk issues in IT resource. Almost all countries are…
[Solved] su: cannot set user id: Resource temporarily unavailable
OpenVZ is a container based virtualization technique for Linux. OpenVZ creates multiple secure, isolated Linux containers (otherwise known as VEs or VPSs) on a single physical server. Each container performs and executes exactly like a stand-alone server; a container can…