ubuntu

How To Add Swap on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap on Ubuntu 14.04

Swap space can be used as an “overflow” area for your system when you run out of RAM. The operating system can store data that would normally be kept in RAM on the hard drive in a specially formatted file. In this guide, we’ll demonstrate how to create and use one of these files in Ubuntu 14.04.

Read more
How To Address Crashes in MySQL — step-by-step Linux tutorial on Progressive Robot

How To Address Crashes in MySQL

The most common cause of crashes in MySQL is that it stopped or failed to start due to insufficient memory. To check this, you will need to review the MySQL error log after a crash. First, attempt to start the MySQL server by typing: sudo systemctl start mysql Then…

Read more
How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 22.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Configure WebDAV Access with Apache on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure WebDAV Access with Apache on Ubuntu 14.04

WebDAV allows you to connect file systems from Mac, Windows, and Linux desktop computers to a designated directory on your server. Follow this tutorial to configure and secure WebDAV. Upon completion, you can give authenticated access to files hosted on your server over the Internet.

Read more
CHAT