The digital age requires businesses and individuals to have a website. Whether you are a developer, blogger, or an entrepreneur, hosting your website securely and efficiently is essential. Let’s see how to create a static website using Amazon Amplify, one of the powerful services offered by Amazon Web Services (AWS)..
General Topics
Data recovery is the process of salvaging and handling the data through the data from damaged, failed, corrupted, or inaccessible secondary storage media when it cannot be accessed normally. The data is recoverable because the information is not immediately removed from the disk. Nowadays many tools are available for recovering lost data. Two of the most popular tool available are Scalpel and Foremost. In this article, let’s see how to recover lost data using these tools. 1. Scalpel Scalpel is an open source file system recovery for Linux and Mac …
TightVNC is a remote desktop software application and it can be used to connect to another computer and display its live remote desktop. Like other VNC systems, it consists of two parts: the “Server”, which shares the screen of the machine it’s running on, and the “Viewer”, which shows the remote screen received from the server. TightVNC Server is designed to run in two modes: Application mode & Service mode In application mode, the server, just like any other desktop software, can be running only during the current user session …
MariaDB is considered as the fork(replica) of MySQL database. It was developed by the same developer as that of MySQL except for the fact MariaDB offers many more additional functionalities to the MySQL engine. PostgreSQL is an alternative to MySQL working on ORDBMS (Object-Relational Database Management System). As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network. The …
A process is a single program running in its own virtual address space. Using this definition, everything running under Linux is a process. The process is a running instance of a program. Linux is a multitasking operating system, which means that more than one process can be active at once. PS can show you the running processes on your system in different ways. Several types of processes are involved with the Linux operating system. Each has its own special features and attributes: An interactive process is a process initiated from …
The RPM Package Manager (RPM) is a powerful command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description, and the like. There is also a library API, permitting advanced developers to manage such transactions from programming languages such as C or Python. Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur …
Ansible AWX
Ansible is an automation tool that comes under IAAC (infrastructure as a code). Ansible is used for provisioning the infrastructure of the working environment, and virtualized hosts. It can also be used to install services and provision resources inside the cloud infrastructure. Ansible AWX is a freely available project tool for testing, which can be used in the lab, POC environment or deployment. It is considered the foundation on which the Ansible Tower was created. Also, AWX is a code branch that only goes through minimal and quality engineering testing. Basically, …
CyberPanel Migration
CyberPanel is a modern, fast, and secure hosting control panel powered by OpenLitespeed. CyberPanel provides a graphical interface for Linux server management, and a one-click installation of LSCache, WordPress, Prestashop, Joomla, and git. It automates the initial setup for components like DNS, Mail service, and SSL certificates to reduce the time it takes to get set up for hosting. CyberPanel is free and Opensource running on the OpenLiteSpeed web server and can add multiple domains. CyberPanel arrives in two versions CyberPanel and CyberPanel Ent. This article focus on steps to …
Mail Assure
Mail Assure is a cloud-based security solution which protects against email-borne attacks and provides security for inbound and outbound emails. Mail assure also provides email continuity if the primary email server goes down along with the long-term email archiving option. (more…)
CentOS 7.x and CentOS 8.x.
CentOS is one of the widely used operating systems nowadays as it offers full control over its highly customizable open-source packages. Due to its reliability and stability, CentOS become a popular choice among operating systems for servers. In every new OS release, it is obvious users expect performance improvements and new features in the new version over the old ones. CentOS officially released CentOS version 8.0 on 24th September 2019 and continues to releases updates and patches. Overall CentOS 7 and 8 are quite similar but CentOS 8 has more …