965 private links
The concept of containerization itself is pretty old. But the emergence of the Docker Engine in 2013 has made it much easier to containerize your applications.
Keep this Vim cheat sheet handy to learn or relearn useful Vim commands.
GoFOSS - Digital freedom for all. The ultimate, free and open source guide to online privacy, data ownership and durable technology.
Use free and open source software. Protect your privacy. Boycott tech monopolies. Own your data. Escape mass surveillance. Make tech sustainable. Fight planned obsolescence.
NGINX is becoming an increasingly popular HTTP server and has been deployed in more than 400 million sites. If left unattended, issues may crop up from time to time. As such it is imperative to monitor NGINX server regularly for performance and troubleshooting point of view.
Character | File Type |
---|---|
- |
Regular file |
b |
Block special file |
c |
Character special file |
C |
High performance ("contiguous data") file |
d |
Directory |
D |
Door (special IPC file in Solaris 2.5+ only) |
l |
Symbolic link |
M |
Off-line ("migrated") file (Cray DMF) |
n |
Network special file (HP-UX) |
p |
FIFO (named pipe) |
P |
Port (special system file in Solaris 10+ only) |
s |
Socket |
? |
Some other file type |
Panel
.config/plasma-org.kde.plasma.desktop-appletsrc
[…]
This page uses a table to display the correspondence of package management commands among some of the most popular Linux distributions.
Il existe tout un vocabulaire spécifique sur Twitch, mais aussi des termes issus de l'univers du jeu vidéo. Ce guide a vocation à aider les néophytes à décrypter les usages qui ont cours sur la plateforme, mais aussi le dialecte qui y est employé. C'est une plateforme très populaire, mais sur laquelle vous n'avez…
In this article, we have compiled a list of the 36 best CSS hover effects that can help you create engaging websites. Besides, we will also share important details about the effects and their three main types along with the examples.
Bonjour, je m’appelle Yann Vangampelaere et je suis web developer pour le compte d’une agence de communication au Luxembourg.
Datacenter, le terme est bien prétencieux car il ne s’agit ni de machines physiques, ni de vm mais de simples conteneurs docker. L’idée est très simple et je sais que certains d’entre vous ont besoin de ce genre de script : comment créer facilement, à la volée, une série de conteneurs identiques pour reproduire des actions à la manière d’un centre serveur (orchestration, scheduler…).
This tutorial guides you on how to optimize your website performance and make it fast by reducing the file sizes using gzip compression in Nginx.
Technical tutorials, Q&A, events—This is an inclusive place where developers can find or lend support and discover new ways to contribute to the community.
How to Install and Secure Redis | DigitalOcean
In this article we’ll show you the security and isolation benefits of running sites on LEMP with different Linux users. This will be done by creating different php-fpm pools for each nginx server block (site or virtual host).
Le Mongo Shell permet d'effectuer des opérations sur sa base de données MongoDB plus rapidement Découvrez les commandes Mongo Shell à connaître
Ma Checklist Linux Mint regroupe les manips diverses que j’effectue une fois avoir fraîchement installé ou réinstallé Linux Mint.
DietPi est une distribution Linux minimaliste extrêmement optimisée, et même si elle a été conçue à l'origine pour le RaspberryPi (et autres SBC 1)) elle fonctionne aussi très bien sur PC. Certaines optimisations ont été effectuées spécifiquement pour le Raspberry: RAMLog installé (pour réduire les écritures sur MicroSD), fichiers temporaires en tmpfs, etc.
Here's a few patterns I've picked up based on using Docker since 2014. I've extracted these from doing a bunch of freelance work.
General rules of location routing matching:location [=|^~|~|~*|@] path { ... }