Introduction: MediaWiki is a free and open-source software platform used to create and manage wikis. It was originally developed for Wikipedia and is now widely used by various organizations for knowledge sharing and collaboration. Prerequisites: Procedure: Step 1: Login to the server $ ssh username@IP Step 2: Move the logo to the… Continue Reading How to change the logo in MediaWiki website

Introduction: SSH (Secure Shell) is a popular network protocol used for secure remote access to servers and other network devices. When connecting to an SSH server for the first time, the client will check the host key of the server to verify its identity. This process is known as strict… Continue Reading How to disable strict host key checking in SSH?

Introduction In this section we will be helping you to downgrade the Instance type in the Alibaba Cloud by logging in to the console. Prerequisites Procedure Step 1: Login to the Alibaba cloud console using the username and password. Step 2: Under the My services menu and click on the… Continue Reading How to downgrade an instance type in Alibaba Cloud

Introduction MSSQL is an open-source, relational database management system (RDBMS) based on structured query language (SQL). MSSQL is available on all major operating systems, including Windows, Linux, and Solaris. It is free to use for individuals and non-production environments under the GNU General Public License; however, if used commercially, a… Continue Reading How to reset the ‘sa’ user password of a Microsoft SQL Server instance on a Windows server with Plesk

Introduction: Node.js is a JavaScript runtime environment that allows developers to write server-side applications using the same language as client-side web development. It uses an event-driven, non-blocking I/O model that makes it efficient and scalable, even for handling large amounts of data in real-time. Its rich library of modules and… Continue Reading How to start a node on the server