Similar Posts
Essential IT Support Commands Every Beginner
BySamEssential IT Support Commands Every Beginner Should Know: – Starting out in IT Support can feel like you’re suddenly responsible for saving the entire planet… one slow PC and one angry “why is the WiFi down?” employee at a time. But here’s the good news: most of the daily chaos and problems can be handled…
Send A Test Mail via Exim Command line
BySamSend A Test Mail via Exim Command line Sending a test mail from a server with a configured exim is easy as pie. From your user shell: tell exim that we want to send a mail to an recipient and tell us about the details of the sending procedure $ exim -v receipient@foo.bar Tell exim…
OpenVZ useful commands
BySamOpenVZ useful commands Here is the list of some useful OpenVZ commands which should be run from the main node : 1. To fetch the consumption of disk for each container in the node along its it’s hostname and ctid vzlist -H -o veid,hostname,diskspace | awk ‘{ printf(“%d\t%s\t%.2f GB\n”, $1, $2, $3/(1024*1024))}’ 2. To…
How to fix and Prevent SQL Injection in WordPress
BySamIntroduction SQLi is the manipulation of a security flaw in database systems. WordPress, as a platform, runs server-side scripts in PHP and uses SQL databases. Hence, SQL and PHP make WordPress websites vulnerable to attackers. They could insert malicious URLs (which are embedded with commands) that trigger unwanted behaviors from your database. Consequently, your database’s…
Guide to Install Node.js on CentOS 6/7
BySamHave a website which needs Node.js to work and have no idea how to install it on your Server? No Problem, this guide will how you how you can install Node.js on your Server with CentOS Machine. Requirements Server with CentOS 6/7 Root Access to Server Procedure Login to Server using SSH Add Node.js repo…
Using Multiple SSL Certificates in Apache with One IP Address
BySamAbout the TLS Extension Server Name Indication (SNI) When website administrators and IT personnel are restricted to use a single SSL Certificate per socket (combination of IP Address and socket) it can cost a lot of money. This restriction causes them to buy multiple IP addresses for regular https websites from their domain host or…
