936 private links
Operation CHARM: Car repair manuals for everyone.
Physically sharing computers with other people can be a challenge. While they only need temporary access to access the web, work on some files or even play a game, this may impose a security risk. For example, your personal files may be accessible because your account is already logged in. While on one hand you want to share your device, on another hand you may also want to some privacy.
If this is a concern for you, keep reading. We will see how to use guest accounts on Linux Mint and how to customize them for your needs.
JavaScript is a powerful language for building dynamic web applications, but with great power comes great responsibility. Ensuring the security and privacy of your web applications is crucial. This guide covers essential best practices to protect your applications and users.
If you’ve dual-booted Linux with another operating system like Windows and are stuck with the traditional GRUB boot manager, it’s time to switch to rEFInd, IMMEDIATELY!
This tutorial shows how to automatically create, delete files/folders, and/or write parameters into config files at startup in Ubuntu and other Linux using systemd.
This can be useful if some configuration do not persistent and reset to default on every boot, or you want to clean up something either on every boot or after every time period.
Pilote générique PCL 6 pour Linux
La maison-mère de Facebook et Instagram, Meta, met le turbo sur l’IA en s’appuyant sur les informations publiées par ses utilisateurs. L’entreprise de Mark Zuckerberg vous a d’ailleurs peut-être déjà envoyé un message pour vous prévenir. Ce mail qui concerne l’Union européenne et le Royaume-Uni, propose aussi de s’opposer à l’utilisation de ses données mais, concrètement, c’est loin d’être aussi simple qu’un clic.
In the fast-paced world of software development, time is of the essence, and having quick access to vital information can mean the difference between coding bliss and coding chaos. Enter cheat sheets – these invaluable resources have become a developer's best friend, serving as concise reference guides that can save countless hours of frustration and endless googling. In this article, we will explore a collection of cheat sheets tailored specifically for developers.
Imposez gratuitement vos fichiers PDF en ligne !
Dépôt : Louis / PDF-impose
In this post, I will share some new and helpful html tags which are added in HTML5 to write easy and fast code to create complex, dynamic, engaging, and effective websites.
- dialog
- template
- picture
- meter
- output
- progress
- mark
- abbr
- time
- bdi
- wbr
- main
- figcaption
Voici comment je fais pour rajouter automatiquement une balise autour des emojis présents dans mes articles :
function niceEmoji(text) {
const emojiRegex = /(\p{ExtPict}(\u200d\p{ExtPict}|\p{EMod})*)/gu;
return text.replace(emojiRegex, '<span class="u-emoji">$1</span>');
}
Revolutionizing image restoration with cutting-edge large-scale AI
Text-driven, intelligent restoration, blending AI technology with creativity to give every image a brand new life.
High-Fidelity General Image Restoration Model Based on Large-Scale Diffusion Generative Prior
ArgoCD est un programme permettant de comparer une source de vérité sur Git avec un cluster Kubernetes. Il dispose de nombreuses fonctionnalitées comme :
- La détection automatique de Drift (si un utilisateur a manuellement modifié le code directement sur le cluster).
- Une interface WebUI pour l’administration du cluster.
- La possibilité de gérer plusieurs clusters.
- Une CLI pour administrer l’ArgoCD.
- Contient un exporteur Prometheus natif.
- Permet de faire des actions antes/post réconciliation.
Bienvenue sur Éducajou. Ici, vous trouverez des applications utiles pour la classe. La plupart d'entre elles sont utilisables directement en ligne. Certaines doivent être installées sur votre ordinateur. Toutes sont gratuites, sans publicité, ne contiennent ni cookie ni traceur, et peuvent être utilisées par tout un chacun, pour tout usage. Vos paramètres sont stockés localement dans votre machine, aucune donnée ne remonte sur le serveur.
Ce projet est développé et maintenu sur la Forge des communs numériques éducatifs par Arnaud Champollion, enseignant référent aux usages du numérique.
Educajou des applications libres pour l’école - Classe à deux
The
@counter-style
CSS at-rule lets you extend predefined list styles and define your own counter styles that are not part of the predefined set of styles. The@counter-style
rule contains descriptors defining how the counter value is converted into a string representation.
A happy place to design and build for the web
Use the full power of CSS with an advanced visual builder, connect your frontend to any backend, and avoid hosting lock-in.
Notice de setop pour faire des appels Ă l'API de Mobilizon.
Wiki de Brian McGonagill, de la chaîne vidéo Awesome Open Source.
Learn how to monitor a directory recursively and execute a command whenever the files and directories within it change.