Wget is a widely used, non-interactive command line utility for retrieving files from the web. Just like most similar tools out there, it supports limiting of download speed, which allows you to set the…
How to Get Started with FreeBSD
Introduction
FreeBSD is a secure, high performance operating system that is suitable for a variety of server roles. In this guide, we will cover some basic information about how to get started with a FreeBSD server. Continue reading “How to Get Started with FreeBSD”
Bat – A Cat Clone with Syntax Highlighting and Git Integration
Bat is a cat command clone with advance syntax highlighting for a large number of programming and markup languages and it also comes with Git integration to show file modifications. Its other features include…
Como Usar o Git: Um Guia de Consulta Rápida
Introdução
Equipes de desenvolvedores e mantenedores de software open-source geralmente gerenciam seus projetos através do Git, um sistema distribuído de controle de versão que suporta colaboração. Continue reading “Como Usar o Git: Um Guia de Consulta Rápida”
The Silver Searcher – A Code Searching Tool for Programmers
The Silver Searcher is a free and open source, cross platform source code searching tool similar to ack (a grep-like tool for programmers) but faster. It runs on Unix-like systems and Windows operating systems….
10 tr Command Examples in Linux
tr (short for translate) is a useful command line utility that translates and/or deletes characters from stdin input, and writes to stdout. It is a useful program for manipulating text on the command line….
How to Setup Central Logging Server with Rsyslog in Linux
Logs are a critical component of any software or operating system. Logs usually record user’s actions, system events, network activity and so much more, depending on what they are intended for. One of the…
WonderShaper – A Tool to Limit Network Bandwidth in Linux
Wondershaper is a small bash script that enables you to limit the network bandwidth in Linux. It employs the tc command line program as the backend for configuring traffic control. It is a handy…
How To Send Web Push Notifications from Django Applications
The author selected the Open Internet/Free Speech Fund to receive a donation as part of the Write for DOnations program. Continue reading “How To Send Web Push Notifications from Django Applications”
How to Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 18.04
The author selected Girls Who Code to receive a donation as part of the Write for DOnations program. Continue reading “How to Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 18.04”