What is Proxmox VE?

Proxmox VE is a complete opensource server virtualization management solution. It offers the ability to manage virtual server (VPS) technology with the Linux OpenVZ and KVM technologies. Proxmox VE offers a web interface accessible after installation on your server which makes management easy, typically needing only a few clicks. Proxmox

What is Docker and What are Its Features?

What is Docker? Docker is an open source platform for developers and system administrators to build, ship, and run distributed applications based on Linux containers. At its core, Docker is basically a container engine which uses Linux Kernel features such as namespaces and control groups. This allows it to create

What is OpenStack?

OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a data center. These components are managed with a unique dashboard which gives administrators complete control while empowering the end users to provision resources through a web interface. We can also say that

What is LiteSpeed?

LiteSpeed Web Server LiteSpeed Web Server is the leading high-performance, high-scalability web server from LiteSpeed technologies. It can be used to replace an existing Apache server without changing any other programs or operating system details. Best of all, it can be integrated without breaking anything. As such, LiteSpeed Web Server

What is KernelCare and Why Should You Use It?

What is Kernel? The kernel is the central module of an operating system (OS). It is the part of the operating system that loads first, and it remains in main memory. Because it stays in memory, it is important for the kernel to be as small as possible while still

How to Determine What Your Colocation Needs Really Are

Shortcode: Making the leap to outsource your data center can be both a liberating and harrowing move. On one hand, the transition offloads much of the overhead of IT infrastructure management to the colocation facility, allowing the firm’s staff to focus on other core competencies; on the other hand, relinquishing

What is Hot linking and How to Enable Hotlink Protection in cPanel?

Hot link protection prevents other websites from directly linking to files and pictures on your website. Other sites will only be able to link to file types that you don’t specify. To enable / disable hot link protection, please do the following: Login to cPanel and click Hotlink Protection. Make

What is Cron Job?

A Cron job is a time-based job scheduler in Unix-like operating systems. It allows users to schedule tasks (commands or shell scripts) to run automatically at specific intervals, whether that’s every minute, every week, or once a month. Common Use Cases Include: Backups: Automatically backing up a database every night.

What is a self-signed SSL certificate?

A self-signed SSL certificate is an identity certificate signed by its own creator; however, they are considered to be less trustworthy. Self-signed certificates cannot be revoked, which may allow an attacker who has already gained access to spoof an identity if a private key has been compromised. CA signed certificates

FTP through an MSSQL stored procedure

This stored procedure takes four parameters: file to ftp server name or IP ftp login ftp password SP will ensure that local file exists before continuing, it will create and execute a batch file in order to push the file to the remote FTP server: –exec example EXEC dbo.up_FTPPushFile ‘c:\temp\test.txt’,