Set Up CUPS Print Server on Ubuntu (Bonjour, IPP, Samba, AirPrint)
This tutorial will be showing you how to share a printer attached to an Ubuntu computer with Windows, macOS, and iOS clients on the same network. CUPS (Common Unix Printing…
This tutorial will be showing you how to share a printer attached to an Ubuntu computer with Windows, macOS, and iOS clients on the same network. CUPS (Common Unix Printing…
Table of Contents Introduction Overview of tcpdump Basics of traffic isolation Getting Started with tcpdump Viewing traffic on an interface Viewing HTTPS traffic Limiting packets Information Security Examples Capturing credentials…
# apt -f install Reading package lists… Done Building dependency tree… Done Reading state information… Done Correcting dependencies… Done The following additional packages will be installed: xfce4-whiskermenu-plugin The following NEW…
How to Install LAMP Apache, MySQL, PHP in Ubuntu 22.04. In this guide you will learn how to install Apache2, MySQL and PHP 8.1. You will also install some common…
Starting from the version of RouterOS v6.14, the Cloud function is added which allows using the Dynamic DNS name for a device that is automatically assigned and can be accessed…
Virtual Network Computing (VNC) is a graphical desktop sharing system that allows you to use your keyboard and mouse to control another computer remotely. It is an open-source alternative to…
Why is Nginx, PHP and fastCGI so popular? Nginx is the DevOps community’s most beloved http web server. And developers love the PHP programming language because it enables them to…
ack ‘text-to-find-here’ grep -r “string to be searched” /path/to/dir grep -inr "Text" folder/to/be/searched/ command similar to the one you are trying (example: ) for searching in all javascript files (*.js):…
Install the Samba client packages To access Samba share from Linux clients we need to install a few Samba client packages. On the client machine, install the samba-common and samba-client…
Introduction Rsync, which stands for remote sync, is a remote and local file synchronization tool. It uses an algorithm to minimize the amount of data copied by only moving the…