Vulnerability in Horde – RCE vulnerability

CVE-2022-30287 RCE Vulnerability reportedly discovered in horde. The discovered zero-day cross-site scripting (XSS) vulnerability (CVE-2022-30287 RCE Vulnerability) in the Horde webmail client allows an authenticated user to execute arbitrary code on the underlying server.  The vulnerability exists in the default configuration and can be exploited without knowledge of the configuration of the targeted Horde instance. … Read more

tar command in Linux

Let’s discuss the section on how to archive files and directories into a compressed file using the tar command and extract the contents of an existing archive. Tar command – Introduction Archiving and compressing files are useful for backups and transferring data across a network. one of the oldest and most common commands for creating … Read more

swap space in (CentOS and Ubuntu) server

Swap Space In (CentOS&Ubuntu) Server Introduction Linux users are usually aware of swap space, but it is often a source of misunderstanding. Now we are going to learn how to add swap space in both CentOS and Ubuntu Servers. In this article, We will also look at One of the easiest ways of increasing the … Read more