BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

How to Enable Minimize and Maximize Buttons in Debian 13 GNOME Desktop How to Enable Minimize and Maximize Buttons in Debian 13 GNOME Desktop
How to Install Google Chrome on CentOS 8 Linux How to Install Google Chrome on CentOS 8 Linux
How to Add a Taskbar to Debian 13 GNOME Desktop (Easy Guide) How to Add a Taskbar to Debian 13 GNOME Desktop (Easy Guide)
How to Install Git on Windows 11 & 10 How to Install Git on Windows 11 & 10
Install VirtualBox Guest Additions on CentOS 8 Install VirtualBox Guest Additions on CentOS 8
How to Install VirtualBox on CentOS 8 Linux How to Install VirtualBox on CentOS 8 Linux
How to Enable Desktop Icons on Debian 13 GNOME (Trixie) How to Enable Desktop Icons on Debian 13 GNOME (Trixie)
How to Install Google Chrome on Debian 13 Linux How to Install Google Chrome on Debian 13 Linux
How to Add a User to Sudoers in Debian How to Add a User to Sudoers in Debian

Display Git Branch Name in PowerShell: Easy Setup Guide

PowerShell doesn't show the name of the branch you're working on in a Git project.

Git

How to Check How Many Threads Your CPU Has

This tutorial will guide you on how to find the Thread Count on your computer in both Windows and Linux.

Hardware

How To Find DNS Server IP Address of a Website

Every domain or website has at least two authoritative name servers where the records are kept.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

How to Check WordPress Version?

There are several ways we can check WordPress version. You can find the version from the admin panel, by viewing the source code of website or from the version.php under the wp-includes folder.

How to Generate Self-signed Certificate in CentOS 7

In this tutorial we will learn how to Generate Self-signed SSL/TLS certificate in CentOS 7. We began by the creating Self signed certificate using the OpenSSL command and we then proceeded to configure Apache HTTPD web server to apply the SSL/TLS certificate.

How to Generate Self-signed SSL Certificate using OpenSSL in Ubuntu 18.04

In this tutorial we will learn how to configure Ubuntu Apache2 web server with Secure Sockets Layer /Transport Layer Security (SSL/TLS) by installing a Self-signed SSL certificate using OpenSSL.

Hosting

How to Install a Text editor on Docker Container

Almost all docker containers do not have a text editor by default. But most of the time you will need a command line text editor for edit files inside a docker container.

Docker WordPress: How to Install WordPress on Docker Containers

In this docker tutorial we are going to learn how to install WordPress on Docker.

To run wordpress we need two docker containers. One for the MySQL Server instance and other one is for the wordpress instance with a link to the mysql container.

Docker MySQL Containers: Learn How to Run MySQL on Docker

MySQL is the most commonly used open source relational database management system. In this tutorial we will learn how to run MySQL Containers on Docker Engine.

Docker MySQL Containers are very straight forward. Starting a new server instance is very simple.

Run Docker as non root user without sudo command

By default docker command need root permission because The docker daemon runs as the root user. So by default, either you need to be the root user or you have to run docker with the sudo command.

But, How do we run docker as non root without sudo command?

Solution to cannot connect to the docker daemon Error

There are two reasons you get the "cannot connect to the docker daemon" error message when try to run docker command.

One reason is docker service is not running. Another reason could be you are trying to run the docker command as non root user.

Install Docker on Ubuntu 16.04

Learn How to Install Docker on Ubuntu 16.04 with apt-get install command and run docker containers on Ubuntu 16.04.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

UFW Ubuntu Firewall is Uncomplicated Firewall which is easy to Configure. Even though UFW mostly been used in Ubuntu Linux, UFW also available for the Debian Linux. In this Debian tutorial we are going to learn how to install UFW Firewall on Debian Linux and configure UFW as the Debian firewall.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

In this Debian tutorial we are going to learn how to add users in Debian Linux using Command Line Interface.

Debian Linux uses adduser command to create users from the command line. Use adduser command followed by the username to create a new user with the default options.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

In this article we are going to install Filezilla FTP client on Debian Desktop.

It is very easy to install Filezilla on Debian Linux from the command line using apt-get install command.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

We can restart debian Linux from the command line using systemctl command, reboot command and shutdown command. All Three commands can use to restart debian Linux System.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

In This Debian tutorial We are going to learn how to install and configure Apache Web Server on Debian Linux 8.3. After Installing Apache on Debian we will also look at how to Configure Apache Virtual Host to host multiple websites on single server.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

Install SSH Server Debian Linux

Installing SSH Server debian Linux allows us to log in to the debian server via ssh protocol. SSH is the preferred method to login to the debian from a remote location because the ssh protocol provides a secure encrypted connection over the internet.

In This Debian Tutorial We are going to Learn How to Install SSH Server On Debian 8.3.

SSH server for debian 8.3 is provided by the openssh-server package. We can install openssh-server on debian Linux using apt-get install command.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

In this tutorial we are going to learn how to install Htop Linux process monitoring tool on Debian Linux 8.3.

Like top command , htop also use to monitor Linux processes. But unlike top, htop command is more user friendly and easy to read.

BUY ME A CAKE!

BUY ME A CAKE!

MentiwaK

In This tutorial we are going to learn how to install VMware tools on Debian Virtual Machine running on VMware workstation. For this tutorial we are using debian 8.3, But this also works for all other Debian Linux releases including Debian 7.

For Debian Linux 8.3 you should install open vm tools instead of standard VMware tools provide by the VMware. So let's how it is done.