How to Install a .deb File on Ubuntu Thumbnail

How to Install a .deb File on Ubuntu

In this guide, you will learn how to install a .deb file on the Ubuntu operating system. A .deb file typically contains a software package that can be installed on to Debian based operating systems such as Ubuntu. Read More

How to Install and Use AnyDesk on Ubuntu Thumbnail

How to Install and Use AnyDesk on Ubuntu

This tutorial will show you how to install and use AnyDesk on the Ubuntu operating system. AnyDesk is one of the best remote desktop solutions thanks to its superb operating system and device support. It is relatively easy to install. Read More

Running Redis on the Raspberry Pi Thumbnail

Running Redis on the Raspberry Pi

In this tutorial, we will be showing you how to install and run the Redis server on the Raspberry Pi. Redis is an open-source, free and super-fast memory data store. With a low memory and CPU footprint, it is excellent on ARM devices like the Pi. Read More

Installing the UniFi Controller on Ubuntu Thumbnail

Installing the UniFi Controller on Ubuntu

In this tutorial, you will learn how to install the UniFi controller on Ubuntu. This controller allows you to manage all of your Ubiquiti network gear from a central interface without relying on a third party or specific hardware. Read More

Setting up Samba Shares on Ubuntu Thumbnail

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

Using console.log() in JavaScript Thumbnail

Using console.log() in JavaScript

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

How to Reboot Linux Thumbnail

How to Reboot Linux

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

Using the crypt() Function in PHP Thumbnail

Using the crypt() Function in PHP

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