• Liens & ressources
  • Mes liens
  • Tags
  • RSS
  • Connexion
Filtrer par liens sans tag

Convert Google Maps saved places to Organic Mapshttps://rudokemper.github.io/google-maps-places-to-organic-maps/

Permalien
September 23, 2024 at 11:15:15 AM GMT+2

How to Delete Microsoft AutoUpdate from Machttps://osxdaily.com/2019/07/20/how-delete-microsoft-autoupdate-mac/

  • macos
  • macos

How to Delete Microsoft AutoUpdate from Mac

Permalien
September 20, 2024 at 1:58:01 PM GMT+2

Scrollbarshttps://modem.io/blog/scrollbars/

Permalien
September 12, 2024 at 5:07:36 PM GMT+2

GitHub - mitchellkrogza/apache-ultimate-bad-bot-blocker: Apache Block Bad Bots, (Referer) Spam Referrer Blocker, Vulnerability Scanners, Malware, Adware, Ransomware, Malicious Sites, Wordpress Theme Detectors and Fail2Ban Jail for Repeat Offendershttps://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/tree/master

  • www
  • security
  • www
  • security

Apache Block Bad Bots, (Referer) Spam Referrer Blocker, Vulnerability Scanners, Malware, Adware, Ransomware, Malicious Sites, Wordpress Theme Detectors and Fail2Ban Jail for Repeat Offenders - mitchellkrogza/apache-ultimate-bad-bot-blocker

Permalien
September 2, 2024 at 3:00:05 PM GMT+2

Box-drawing characters - Wikipediahttps://en.m.wikipedia.org/wiki/Box-drawing_characters

  • ascii
  • www
  • ascii
  • www

Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. These characters are characterized by being designed to be connected horizontally and/or vertically with adjacent characters, which requires proper alignment. Box-drawing characters therefore typically only work well with monospaced fonts.

Permalien
September 2, 2024 at 2:58:09 PM GMT+2

image-rendering - CSS: Cascading Style Sheets | MDNhttps://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering

  • www
  • www

The image-rendering CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.

Permalien
September 2, 2024 at 2:56:59 PM GMT+2

Plain Vanillahttps://plainvanillaweb.com/index.html

  • www
  • www

An explainer for doing web development using only vanilla techniques.

Permalien
August 30, 2024 at 9:44:29 AM GMT+2

Carteshttps://cartes.app/

Des cartes libres et gratuites sur le Web, alternatives aux maps Google et Apple, pour trouver un commerce, un lieu, visiter une ville, calculer un trajet à pieds, en vélo, en transport en commun, en train. Dans un premier temps, l'accent est mis sur la France hexagonale.

Permalien
August 23, 2024 at 12:00:58 PM GMT+2

The LWN Penguin Galleryhttps://lwn.net/Gallery/

Permalien
August 21, 2024 at 2:26:36 PM GMT+2

Note: Minolta X-500/570, rideau bloquéhttps://liens.rolandtisserand.fr/shaare/T8k8dg

  • minolta
  • camera
  • minolta
  • camera

Ouvrir l'appareil des deux côtés (objectifs + dos), avec un doigts de chaque côté du rideau, glisser vers la gauche,
source : https://www.reddit.com/r/minolta/comments/zb6rie/comment/iyq2mjl/

Permalien
July 25, 2024 at 10:33:27 PM GMT+2

Anchor Links and How to Make Them Awesome / Coder's Blockhttps://codersblock.com/blog/anchor-links-and-how-to-make-them-awesome/

  • www
  • www

Anchor links (also called jump links) are an easy way to provide in-page navigation. For example, a table of contents could use anchor links to take readers...

Permalien
June 27, 2024 at 12:01:40 PM GMT+2

Note: RUBYhttps://liens.rolandtisserand.fr/shaare/wHN1wg

  • cli
  • cli

  • https://sourabhbajaj.com/mac-setup/Ruby/RubyGems.html
  • https://stackoverflow.com/questions/13626143/how-to-upgrade-rubygems
Permalien
June 24, 2024 at 3:26:10 PM GMT+2

The Man Who Killed Google Searchhttps://www.wheresyoured.at/the-men-who-killed-google/

Permalien
May 8, 2024 at 11:05:23 PM GMT+2

Category: .htaccess | Perishable Presshttps://perishablepress.com/category/htaccess/

  • web
  • web

Htaccess firewall

Permalien
May 7, 2024 at 10:08:51 PM GMT+2

Phosphor Iconshttps://phosphoricons.com/?size=36&weight=%22duotone%22&q=%22photo%22

Permalien
April 28, 2024 at 7:53:59 AM GMT+2

The chaotic neutral nature of font-sizehttps://phloe.co/dev/font-size/

Permalien
April 22, 2024 at 6:05:02 PM GMT+2

Housekeeping for Homebrew · Mac Install Guidehttps://mac.install.guide/homebrew/8

  • mac
  • cli
  • mac
  • cli

Housekeeping for Homebrew

Here's how to keep Homebrew up to date and reduce disk usage.

Homebrew makes it easy to install programming languages and command-line utilities, so you may accumulate a disk full of tried-once and forgotten software. Make Homebrew housecleaning a regular habit to reduce clutter.

With the release of Homebrew 2.0.0 in February 2019, Homebrew began removing old packages automatically after running brew upgrade. It also runs brew cleanup every thirty days to remove packages that are no longer current. Expert users can disable automatic brew cleanup by setting an environment variable HOMEBREW_NO_INSTALL_CLEANUP=1 in the shell. Homebrew tries to keep your disk tidy but it is easy to accumulate packages you no longer need as well as recently outdated packages.

If you want to remove Homebrew entirely, see Uninstall Homebrew.

Before you get started

You'll need a terminal application to manage Homebrew. Apple includes the Mac terminal but I prefer Warp Terminal. Warp increases developer productivity, helping you remember easily-forgotten commands and adding troubleshooting with AI. Download Warp Terminal now; it's FREE and worth the effort.

Brew list

Use brew list to see all the packages in your local environment.

$ brew list

It will show dependencies as well as packages you've installed.

See Uninstall a Homebrew Package if you want to remove any packages you no longer use.

Brew outdated

The command brew outdated will list all installed packages that have a newer version available.

$ brew outdated

After running brew outdated, you can run brew upgrade to upgrade all packages or brew upgrade <package> to upgrade a specific package.

Brew upgrade (all packages)

The command brew upgrade will upgrade all installed packages.

$ brew upgrade

Be prepared for this command to take time (many minutes). Older versions of Homebrew had a brew upgrade --all option but the command has been simplified.

If you don't have time to upgrade all outdated packages, you can upgrade a specific package with brew upgrade <package>.

Brew update

The command brew update is for updating Homebrew itself, as well as the Homebrew core packages that are installed by default.

$ brew update

This updates Homebrew itself. It can take many minutes to run an update.

Homebrew core packages are updated as often as every day, so it is likely you will see updates.

Brew autoremove

The command brew autoremove will remove all unused dependencies remaining in the environment. If you've removed packages, it is likely that abandoned dependencies were left on disk if you didn't run brew autoremove immediately.

$ brew autoremove

Brew cleanup

Homebrew maintains a cache of downloaded packages so repeated installation goes faster. The command brew cleanup will remove outdated download files from the cache, as well as old versions of installed packages. By default, brew cleanup only removes files more than 120 days old. Force a more recent cleanup with --prune=all.

Unless the default has been changed by the user, the cached files are in ~/Library/Caches/Homebrew.

Run brew cleanup -n or brew cleanup --dry-run to see what will be removed without actually removing anything.

$ brew cleanup --prune=all --dry-run

If you like what you see, run brew cleanup without the --dry-run option.

$ brew cleanup --prune=all

Run brew cleanup after running brew upgrade to make sure old versions of packages have been removed.

That's Homebrew housekeeping! As a side effect of cleaning up after using Homebrew, you'll have a better understanding of how Homebrew works.

Permalien
April 10, 2024 at 10:46:34 AM GMT+2

Root System Drawingshttps://images.wur.nl/digital/collection/coll13/search

  • hd-museum
  • hd-museum

Permalien
March 25, 2024 at 11:36:30 AM GMT+1

12 Modern CSS One-Line Upgrades | Modern CSS Solutionshttps://moderncss.dev/12-modern-css-one-line-upgrades/

  • css
  • web
  • css
  • web

Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing JavaScript, and scoring easy wins for user experience.

Permalien
March 21, 2024 at 9:05:48 PM GMT+1

.htaccess Cheat Sheet - All Rules You Will Ever Need, Listed On One Page for Apache .htaccess Server Ruleshttps://htaccesscheatsheet.com/

  • www
  • www

Permalien
March 19, 2024 at 10:04:07 PM GMT+1

Le dernier blog » Voir et penser comme des machineshttps://hyperbate.fr/dernier/?p=43617

Le véritable problème que je vois venir avec ChatGPT n’est pas là. Tricher a toujours été un sport de potaches, un petit jeu entre l’enseignant-commanditaire et l’élève-prestataire autour de textes qui sont parfois écrits sans en avoir envie pour des gens qui les lisent sans plaisir.

Permalien
March 17, 2024 at 8:20:47 PM GMT+1

Natural Gallery JS | An infinite scroll, multi format, responsive, lazy load, touch and zoomable galleryhttps://ecodev.github.io/natural-gallery-js/docs-getting-started.html

  • js
  • www
  • js
  • www

#js #www

Permalien
March 13, 2024 at 9:10:25 AM GMT+1

How To Center a Divhttps://www.joshwcomeau.com/css/center-a-div/

  • www
  • www

#www

Permalien
March 13, 2024 at 9:07:49 AM GMT+1

CSS for printing to paperhttps://voussoir.net/writing/css_for_printing

Permalien
March 4, 2024 at 8:14:49 PM GMT+1

Eumig P8 Automatichttps://www.youtube.com/watch?v=IsChc3_4Smc

Permalien
February 25, 2024 at 2:17:06 PM GMT+1

Tailwind marketing and misinformation enginehttps://nuejs.org/blog/tailwind-misinformation-engine/

Permalien
February 19, 2024 at 7:55:15 PM GMT+1

The Surprising Truth About Pixels and Accessibility: should I use pixels or rems?https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility/

Permalien
February 18, 2024 at 7:49:50 PM GMT+1

Evolution of the Scrollbarhttps://scrollbars.matoseb.com/

Permalien
February 17, 2024 at 10:03:53 PM GMT+1

In Loving Memory of Square Checkbox @ tonsky.mehttps://tonsky.me/blog/checkbox/

Permalien
February 11, 2024 at 10:01:28 PM GMT+1

Reloading Scripts — swuphttps://swup.js.org/getting-started/reloading-javascript/

  • js
  • js

How to trigger custom code when a new page is loaded.

Permalien
February 6, 2024 at 4:37:31 PM GMT+1
2 / 18
Liens par page
  • 20
  • 50
  • 100
Shaarli 1668 shaares · 1128 liens privés · Shaarli · Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli · Documentation · Theme : Stack · Font : DINish
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli