In this tutorial explained how to set or change the timezone on Ubuntu 22.04 system. It is very important to have correct system timezone because it’s not just displaying time but it do a lot more. Incorrect timezone can have an impact on server logs, reporting, email, and file timestamps. Timezone is very important to
Tutorial - Page 5 of 36 - DesignLinux
How to Install Apache on Debian 11
Apache is a free and open-source and cross-platform web server that powers a large number of websites. Apache web server is the most widely-used http server in the world. It includes many powerful features, dynamically loadable modules with other popular software. You will learn how to install Apache web server on Debian 11. Install Apache
How to Install Asterisk on Ubuntu 22.04
Asterisk is a widely used open-source PBX platform for developing communications applications. Such as conference servers and VoIP gateways. It provides a set of features including, conference calling, call queuing, call recording, voicemail, music on hold, interactive voice response, SMS messaging, and more. In this tutorial you will learn how to install Asterisk on Ubuntu
How to Install Apache Web Server on Ubuntu 22.04
Apache is powerful and popular as well as most widely used cross-platform web server. It handles a large number of websites and includes many powerful features. This tutorial explains how to install Apache web server on Ubuntu 22.04 Jammy Jellyfish. Install Apache on Ubuntu 22.04# Before you begin installation, make sure you are logged in
How to Upgrade Debian 10 Buster to Debian 11 Bullseye?
Debian 11, also known as Bullseye, is the latest version of Debian with some exciting and important changes in Debian version 10. If you want to upgrade your Debian version without getting frustrated, you are in the right place as I will share the simplest upgrade method. So, without wasting a second, let’s do it!
How to Upgrade to Ubuntu 22.04?
Upgrading the Ubuntu to its latest version is a straightforward and essential process. There are two methods of Ubuntu up-gradation. You can do it by the GUI update tool and by command line. This article will tell you the complete command-line process on servers and desktops. By following this article, you can easily upgrade to
What is 503 Service Unavailable Error
A 503 Service Unavailable Error is an HTTP response status code indicating that a webserver is temporarily unable to handle the request. This article describes what a 503 Service Unavailable Error means, and some troubleshooting tips. What is an HTTP 503 Error# One of the most common errors that occur when browsing the web is
[Resolved] Cron job wget writing files to root directory
Wget is command line utility for downloading files in Linux from web. Using wget utility you can trigger server side scripts using cron job. It also can be used to download files with FPT, HTTP, HTTPS protocols. Problem# When you use wget with cron job it will save the downloaded files under home directory. So
[Solved] Unknown collation: utf8mb4_0900_ai_ci
A collation means a predefined rules to compare and sort character strings in a database server. Generally, this error occurs during the database restoration on another server. In this guide, we will show you how to fix Unknown collation: utf8mb4_0900_ai_ci error. Let us discuss the cause and solution about the issue: Problem – Unknown collation:
How to Install Gulp.js on Ubuntu 20.04
Gulp.js is an open-source toolkit that helps developers automate the tasks in development workflow. Gulp is useful to make automate processes and run repetitive tasks easily. It also includes the feature of piping output to the another command. This tutorial shows you how to install Gulp.js on Ubuntu 20.04 LTS Linux systems. Prerequisites# You must