
Setting up Samba Shares on Ubuntu
In this tutorial you will be learning how to install and configure Samba on an Ubuntu operating system. Samba is a re-implementation of the SMB Protocol that Windows uses for its file and printer sharing. Read More
In this tutorial you will be learning how to install and configure Samba on an Ubuntu operating system. Samba is a re-implementation of the SMB Protocol that Windows uses for its file and printer sharing. Read More
In this tutorial, you will learn how to install the network packet analyzer Wireshark to a Raspberry Pi in simple to follow steps. Wireshark allows you to capture any packets on your device and analyze their content. Read More
In this tutorial, we will be showing you how to run the PhotoPrism software on the Raspberry Pi. This software allows you to host all of your photos in a modern web interface that uses AI to categorize your photos. Read More
This tutorial will teach you how to run the Changedetection.io service on a Raspberry Pi. This is a powerful service that allows you to easily, periodically check whether a change has occurred on a website. Read More
In this tutorial we will be showing you how to set up FreshRSS on the Raspberry Pi. This software allows you to aggregate multiple RSS feeds in one easy to use web interface. It is perfect for the Pi's processor. Read More
Within this tutorial we will be teaching you how to install and set up Uptime Kuma on the Raspberry Pi. This software allows you to easily monitor the response time, and the status of various services. Read More
This tutorial will show you how to use the console.log() function within JavaScript. The console.log() function is an incredibly useful part of JavaScript that you can use to debug your code. This function allows you to write messages to the console from your JavaScript. It allows you to easily debug your code on the fly […] Read More
In this tutorial, you will learn how to reboot a Linux system using the terminal. Restarting your system can be done with a simple command. Some of the commands you will learn in this guide is shutdown, reboot and systemctl. Read More
In this tutorial, you will learn how to use the crypt() function in PHP. This function allows you to generate a hash of the provided string. Using crypt you can generate a variety of hashes including blowifsh and SHA-256. Read More
In this tutorial, you will learn how to install Composer on the Ubuntu operating system. Composer is a powerful dependency manager for the PHP language. Use this tool to manage any library that your software relies on. Read More
In this tutorial, you will learn how to use the const keyword to declare a variable in JavaScript. A const variable's value can only be assigned during it's declaration. The value can not be re-assigned or changed. Read More
This tutorial will teach you how to install PHP on the Ubuntu operating system. This includes guides on setting it up for the Apache and Nginx webservers. PHP is a programming language that helps drive dynamic websites. Read More
In this tutorial, you will learn how to set up a Minecraft server on a VPS. A VPS is an excellent option for running your server 24/7 without having to worry about your home network. It also gives you access to a better network. Read More
This tutorial will show you how to install and configure DOSBox on Ubuntu. DOSBox is a free and open-source emulator that emulates the MS-DOS system. By using this software, we can run old DOS games on Ubuntu easily. Read More
This tutorial will teach you how to declare a variable in JavaScript using the let keyword. A variable declared using let will respect the global, function, and block scopes. It also doesn't allow itself to be redeclared in the same scope. Read More
In this tutorial, we will show you how to add or remove the Ubuntu Universe repository. This repository gives you access to packages that are free and open-source, but are maintained by the community. Read More
In this tutorial, you will learn how to install and configure the Apache web server on Ubuntu. Included in this guide is creating your first virtual host, allowing Apache through the Ubuntu firewall and more. Read More
In this tutorial, you will learn how to use the htmlspecialchars() Function in PHP. This function converts special characters to HTML entities. It is incredibly useful for sanitizing user data to prevent XSS. Read More
This quick guide will show you how to restart the network on an Ubuntu device. You will see how you can use either the terminal or GUI to restart the network. These steps differ between the desktop and server variants. Read More
This tutorial will show you how to install the MariaDB server on the Ubuntu operating system. MariaDB is an open-source and popular relational database management system. It is considered to be a solid alternative to MySQL. Read More