© 2022 Hashnode
#servers
Introduction In a previous post, we introduced the Cute server and explained how it enables developers to use Qt's signals and slots over a network. This post shows how the Cute server behaved under a…
Hi everybody! This blog is about the Cute server. Cute is a high-performance, Linux-based server that extends Qt's signals and slots to network communication. There are also client SDKs for Linux, Win…
REDIS ou Remote DIctionary Server é um banco de dados noSQL feito para rodar em memória muito conhecido por ser Open Source e também extremamente rápido. Ele suporta desde estruturas de dados simples …
Have you ever wondered when a web server application can serve only static HTML pages, which component of it would be helping to serve dynamic requests? That component is a servlet. A servlet is part …
Introduction A cyber range is a platform that provides hands-on experience to cybersecurity professionals, creating different scenarios within a virtual environment and in some cases incorporates phys…
I recently wiped my laptop and reinstalled from scratch. This in itself is something I can recommend. As I am mostly dabling in Python these days, it was a while before I had to work on an old PHP pro…
What is a Client-Server Model and what are the benefits of hosting a distribution application on your computer server. First, the server model is a structured application that distributes workload res…
Until I discovered this open source tool Relax and Recover, I wished I could do snapshots of some bare-metal dedicated servers, like if they're VMs, but they're not... So, no virtualization, no easy s…
What is WireGuard? WireGuard is an easy-to-configure, fast, and secure, open-source layer 3 tunnel (VPN) that uses state-of-the-art encryption. Its goal is to provide a faster, simpler, and easily dep…
My university friend needed help on deploying to GCP, however, it made me such all over the internet until I found a solution. Have decided to share it so it can be of help to some else out there. Thi…