930 private links
In this post, I’ll introduce you to 21 must-bookmark React GitHub repositories that will help your React journey.
- Introduction to SSH
- How SSH Works: A Behind-the-Scenes Look
- Setting Up SSH on a Server
- Establishing Your First SSH Connection
- Securing Your SSH Connection
- Advanced SSH Configuration Options
- SSH Tunneling and Port Forwarding
- Automating SSH Connections and Tasks
- Using SSH with Other Protocols
- Troubleshooting SSH Issues
- Performance Optimization for SSH
- Best Practices for SSH Key Management
- SSH for Remote System Administration
- SSH Alternatives and Comparisons
- Conclusion
Dans la mesure où tu as installé les pilotes génériques lors du déploiement de ta distro, Linux se contrefout du matériel sur lequel il tourne et c’est probablement pour ça qu’il existe depuis plus longtemps des LiveCD pour utiliser les distros Linux que des WinPe.
That's why this blog (at the time of writing) aims to render the default operating system fonts. After reading Stoyan's post on system fonts I could just do a little spring clean up.
tl;dr
body {
font-family: system-ui, sans-serif;
}
- Layer = geoJSON feature collection
- Accepts geoJSON files (.json & .geojson)
- Use Vector.rocks to create & download
- Can label features from property values
- PDF Map Maker expects each layer to have the same geometry type for all features
- Shapefile? Use Ogre web client to convert
J'ai redécouvert https://pdfmapmaker.com qui permet tout simplement d'importer un fichier .geojson, et d'exporter en PDF.
Un usage concret : on va sur https://geodatamine.fr/, on choisit "Défibrillateurs", sa commune, on importe le fichier sur PDF Map Maker, et ensuite on peut arroser les commerces locaux de ces petites affiches qu'ils pourront punaiser pour être préparés en cas d'urgence.
Et chacun pourra répéter la manip pour ses besoins.
OpenStreetMap Pontarlier J'ai redécouvert httpspdfma… - Mastodon 🐘
Retrouvez ici la liste de toutes les applications Docker présentes sur belginux. Il suffit de cliquer sur l'image pour atteindre le tutoriel. Il me reste à peaufiner certains classements qui sont un peu à la masse, ça vient. 😃
Imagine this situation. You have attached an external USB or SSD to your system and using it as an additional storage media. This is a common use case specially if you have set up a media server on Raspberry Pi or any Linux system.
On Linux, you normally have to click on the mount option in the file explorer or use the mount command to start using the external drive.
This is an inconvenience and it could also be problematic in situations where you require the disk to be mounted like internal disks when the system starts. Imagine the media server not showing any media because the media was stored on an external disk and it was not mounted.
Le calendrier de l’avent des gens qui font le web d’après.
Designing keyboard shortcuts for your app can be a daunting task. High consistency with other tools is key to ensuring a minimal learning curve for your users. Shortcuts should also be conflict free with the system shortcuts to spare your users of rage when they accidentally try to print your app. Keycheck enables you to find the right shortcuts for your app in seconds.
Les animations liées au scroll (ou scroll-driven animations) constituent une nouvelle fonctionnalité CSS permettant de synchroniser des animations avec le défilement d'une page ou d'un conteneur. Cette solution native vient remplacer efficacement les scripts JavaScript habituels, avec une meilleure performance et une implémentation simplifiée de manière générale.
If you’ve been running your own personal website or a blog for a while, you are likely familiar with the
og:image
andtwitter:image
meta tags that let you specify an image that will be shown when you or someone else shares a link to your site or an article on social media.Did you also know that there are accompanying meta tags that let you provide alt text for this image?
That would be
og:image:alt
andtwitter:image:alt
.
Earlier this year we’ve been asked to help redesign the website of lowtechmagazine.com. The primary goal of the redesign was to radically reduce the energy use associated with accessing their web content. At the same time it is an attempt to find out what a low-tech website could be.
In general the idea behind lowtechmagazine.com is to understand technologies and techniques of the past and combine them with the knowledge of today. Not in order to be able to ‘do more with the same’, but rather ‘to do the same with less’.
Dans le cadre d’un projet personnel, je me suis équipé d’un GPU NVIDIA (une RTX 3060) afin de pouvoir faire tourner convenablement des modèles de LLM en local.
Pour utiliser facilement différent modèle, je m’appuie sur OpenWebUI (avec Ollama) ; comme l’installation peut être un peu épique, je récapitule les différentes étapes ici.
Arch Linux post-installation steps to set up a desktop environment, configure your system, and add essential packages for everyday use.
J'ai perdu mon mot de passe admin de GLPI, que faire ? Nous allons voir comment le réinitialiser en quelques minutes grâce à une requête SQL prête à l'emploi !
Suivez ce tutoriel pour installer Windows 11 24H2 sans compte Microsoft, c'est-à-dire avec un compte local, que ce soit Windows 11 Famille ou Windows 11 Pro.
Dans ce tutoriel, nous allons apprendre à installer Windows 11 sans bloatwares, grâce à une astuce très simple à appliquer dès le début de l'installation.
I have been managing my Plex server for over seven years and during that time I have learned what works and what doesn't work with streaming my media. I have documented and will continue to document, what I have learned over the years while using Plex on my Windows server.
Suite à différents messages que j’ai vu passer ces derniers jours, je me suis motivé à tester un nouveau gestionnaire de fenêtres sur mon système.
J’ai choisi d’utiliser le gestionnaire de fenêtres Sway, principalement car j’en ai lu beaucoup de bien.
Les gros plus que je vois après un peu plus de trois semaines d’utilisations :
- les espaces de travail par écran, c’est vraiment pratique et en vérité, c’est comme ça que je cherchais à les utiliser depuis longtemps sans même l’avoir conscientisé ;
- la configuration aux petits ognons que Sway permet ;
- la gestion principalement au clavier.
Du coup, n’ayant pas la science infuse, j’ai suivi le tuto de LearnLinux.tv et j’ai adapté à mes besoins. Cette configuration risque d’évoluer un peu mais je pense avoir ce qu’il me faut pour tous mes usages et je commence à avoir les bons réflexes.