Using the count() Function in PHP Thumbnail

Using the count() Function in PHP

In this tutorial, we teach you how to use PHP's count() function. Using this function, you can count the number of elements in an array or an object that implements the Countable class. Read More

How to use the date() Function in PHP Thumbnail

How to use the date() Function in PHP

This tutorial will teach you how to use the date() function within your PHP scripts. This function returns the date and time using the format that you specify. This time can be either the current time or the one you specify. Read More

Performing a Traceroute on your Mac Thumbnail

Performing a Traceroute on your Mac

Within this guide you will be learning how to perform a traceroute on a Mac. This tool allows you to check what routers your connection passes through, with the IP address of each router logged as well as the latency to that router. Read More

How to Send a Ping on macOS Thumbnail

How to Send a Ping on macOS

In this quick guide you will be learning how to send a ping from your Mac using the terminal. A ping helps you check your network connection by seeing if a destination is reachable then calculating the time it takes to connect. Read More

How to Copy and Paste in the Ubuntu Terminal Thumbnail

How to Copy and Paste in the Ubuntu Terminal

In this quick guide, we will be showing you how to copy and paste within the terminal on Ubuntu. When you are new to using the terminal on Ubuntu, you may be unaware of how to copy and paste from the terminal. Knowing how to copy and paste from the terminal will help you utilize […] Read More

How to Edit the Hosts File on macOS Thumbnail

How to Edit the Hosts File on macOS

This tutorial will teach you how to edit the hosts file on Mac OS. The hosts file is used for DNS lookups before a lookup is made to an external DNS server. This file allows you to set IPs for any hostname. Read More

Running Netdata on the Raspberry Pi Thumbnail

Running Netdata on the Raspberry Pi

This tutorial will teach you how to install and run Netdata on your Raspberry Pi. Netdata allows you to easily retrieve and store your system metrics, such as CPU usage, and presents them in an elegant and easy-to-use graph. Read More

How to Install Ubuntu Restricted Extras Thumbnail

How to Install Ubuntu Restricted Extras

In this guide you will learn how to install the Ubuntu Restricted Extras meta package on Ubuntu. This package adds support for various video and audio formats. It also installs programs like unrar to help extract rar files. Read More