Links32
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
13 results tagged tips  ✕
Shodan-Dorks - Dorks for Shodan; a powerful tool used to search for Internet-connected devices https://www.kitploit.com/2025/05/shodan-dorks-dorks-for-shodan-powerful.html
Mon May 12 11:23:43 2025 archive.org

Shodan-Dorks - Dorks for Shodan; a powerful tool used to search for Internet-connected devices

shodan DORKS TOOL tips
https://www.autoregex.xyz/ https://www.autoregex.xyz/
Thu Sep 15 10:57:57 2022 archive.org

Effortless conversions from
English
Regex

Regex is difficult to write and comprehend to the average human. This website uses artificial intelligence to automate this task by translating back and forth between English and RegEx

regex auto-regex tips TOP
Linux Man Pages -- Dash Dash https://dashdash.io/
Sat May 7 12:42:56 2022 archive.org
thumbnail

Dash Dash sets the linux documentation in a beautiful collection of typefaces to make the technical content more approachable.

linux tips manual guide TOP
firefox [Wiki de sebsauvage.net] https://sebsauvage.net/wiki/doku.php?id=firefox#reglage_du_cache
Thu Dec 10 18:11:14 2020 archive.org

Bon je grogne contre Mozilla, mais Mozilla, je t'aime !, parce que t'es l'un des seuls éditeurs de navigateur à faire une page comme ça: Comment empêcher Firefox d'établir automatiquement des connexions sans ma permission. Et ça, c'est très bien. (Il manque juste un paragraphe sur le préfetching DNS).

Voir aussi: https://lehollandaisvolant.net/?d=2020/01/02/11/28/39-ma-liste-des-tweaks-aboutconfig-dans-firefox
Réglage du cache

Par défaut, Firefox garde en cache les éléments des pages. Il utilise un cache mémoire et un cache disque (entrez about:cache dans la barre d'adresse). Si vous avez beaucoup de mémoire (>8 Go) il est possible de désactiver le cache disque et d'avoir un cache exclusivement en mémoire. En éliminant ainsi les I/O liées au disque, cela permet d'avoir un affichage des pages plus réactif (et cela économise aussi votre SSD).

Dans about:config, faire:

browser.cache.disk.enable = false : Couper le cache disque.
browser.cache.memory.capacity = 512000 : Augmenter le cache mémoire à 512 Mo.
browser.cache.memory.max_entry_size = 50000 : Augmenter la taille maximal des objets gardés en cache (50 Mo au lieu de 5 Mo par défaut).

Personnellement, je couple également cela à un cache DNS local avec un TTL forcé (voir cette page).

Contrepartie: Quand vous fermez Firefox, le cache est vidé. Mais quand on a Firefox ouvert toute la journée, ce n'est pas un problème.

(Et si vous vous posez la question: Non on ne peut pas désactiver le cache disque de Chrome/Chromium: Il continuera à faires des I/O disque comme un gros goret. Conseil: Mettez votre répertoire cache de Chrome/Chromium en tmpfs pour régler le problème.)
Retirer l'avertissement sur les formulaires http

Depuis quelques versions, Firefox affiche un avertissement sur les formulaires de login qui ne sont pas en HTTPS. Même si je comprend la motivation, c'est carrément pénible sur un intranet ou pour des tests en local. Voici comment supprimer cet avertissement.

security.insecure_field_warning.contextual.enable = false
signon.autofillForms.http = true
firefox tips
bash errors https://wizardzines.com/comics/bash-errors/
Mon Oct 12 15:40:49 2020 archive.org
thumbnail

Bash error

bash error image tips
networking-tools-poster.pdf https://wizardzines.com/networking-tools-poster.pdf
Mon Oct 12 15:40:04 2020 archive.org

Every linux netwworking tool in PDF

tool network linux pdf tips
Bash Strict Mode http://redsymbol.net/articles/unofficial-bash-strict-mode/
Wed Apr 29 16:06:06 2020 archive.org

Use Bash Strict Mode (Unless You Love Debugging)

Let's start with the punchline. Your bash scripts will be more robust, reliable and maintainable if you start them like this:

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bash debug tips info
bash:tip_colors_and_formatting - FLOZz' MISC https://misc.flogisoft.com/bash/tip_colors_and_formatting
Fri Apr 10 16:41:54 2020 archive.org

Bash tips: Colors and formatting (ANSI/VT100 Control sequences)

The ANSI/VT100 terminals and terminal emulators are not just able to display black and white text ; they can display colors and formatted texts thanks to escape sequences.

Those sequences are composed of the Escape character (often represented by “^[” or “<Esc>”) followed by some other characters: “<Esc>[FormatCodem”.

In Bash, the <Esc> character can be obtained with the following syntaxes:

\e
\033
\x1B

Examples:
Code (Bash) Preview

    echo -e "\e[31mHello World\e[0m"

Hello World

    echo -e "\033[31mHello\e[0m World"

Hello World

NOTE¹: The -e option of the echo command enable the parsing of the escape sequences.

NOTE²: The “\e[0m” sequence removes all attributes (formatting and colors). It can be a good idea to add it at the end of each colored text. ;)

NOTE³: The examples in this page are in Bash but the ANSI/VT100 escape sequences can be used in every programming languages.

bash tips formatage color
Windows 10 1809: Quick Removal new default for external storage devices - gHacks Tech News https://www.ghacks.net/2019/04/08/windows-10-1809-quick-removal-new-default-for-external-storage-devices/
Mon Apr 8 11:14:20 2019 archive.org
thumbnail

Windows 10 1809: Quick Removal new default for external storage devices

windows 10 tool usb tips
h5ai · modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee · larsjung.de - https://larsjung.de/h5ai/ https://larsjung.de/h5ai/
Mon Sep 19 14:18:40 2016 archive.org

How to use:
DirectoryIndex index.html index.php /_h5ai/public/index.php

Download:
https://release.larsjung.de/h5ai/h5ai-0.29.0.zip

Site :
https://larsjung.de/h5ai/

h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.

See the demo directory with most features enabled. A reduced example and my actual use case is the release directory for the projects on this page.

Requires PHP 5.5+ and works fine with Apache httpd, lighttpd, nginx and Cherokee. Best user experience with the latest versions of Chrome, Firefox, Opera, Vivaldi, Safari and Edge, but a static fallback is provided for older browsers or if JavaScript is disabled.

DirectoryIndex apache debian tips TOP
Utilitaires - Microsoft Windows http://windows.microsoft.com/fr-fr/windows/download-utilities#utabs=win7
Mon Aug 24 11:25:45 2015 archive.org
windows10 dl tips tools
Windows 10 super-debloating guide http://secondclock.net/?p=28
Mon Aug 10 14:16:28 2015 archive.org
windows10 tips aide
Liste de filtres AdBlock Plus - http://sebsauvage.net/links/?Ha_r7Q
Sun Jan 19 22:43:26 2014 archive.org

Liens en vrac de sebsauvage

AdBlock Tips liste
1583 links, including 7 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn