4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 1 / 3
47 results tagged bash x
  • OpenSSL generate self signed certificate with SAN in one command (subject alternative name) - Raymii.org
    openssl req -nodes -x509 -sha256 -newkey rsa:4096 \
      -keyout example.org.key \
      -out example.org.crt \
      -days 356 \
      -subj "/C=NL/ST=Zuid Holland/L=Rotterdam/O=ACME Corp/OU=IT Dept/CN=example.org"  \
      -addext "subjectAltName = DNS:localhost,DNS:example.org" 
    July 25, 2024 08:27:31 AM GMT+02:00 * - permalink -
    QRCode
    - https://raymii.org/s/tutorials/OpenSSL_generate_self_signed_cert_with_Subject_Alternative_name_oneliner.html
    oneliner bash openssl
  • thumbnail
    GitHub - binpash/try: "Do, or do not. There is no try." We're setting out to change that.

    via Arnaud

    June 23, 2023 04:55:52 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/binpash/try
    try command linux readonly shell bash
  • thumbnail
    ellie/atuin: 🐢 Magical shell history
    November 2, 2022 10:00:41 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/ellie/atuin
    fzf shell bash
  • climagic Cursor Tricks
    August 19, 2022 06:07:26 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.climagic.org/coolstuff/cursor-tricks.html
    shell script bash
  • thumbnail
    4 Useful fzf Tricks for Your Terminal | Pragmatic Pineapple 🍍

    on en ddécouvre tous les jours

    June 28, 2021 01:45:03 PM GMT+02:00 * - permalink -
    QRCode
    - https://pragmaticpineapple.com/four-useful-fzf-tricks-for-your-terminal/
    fzf cli bash
  • thumbnail
    Install Terraform | Terraform - HashiCorp Learn

    putain j'avais oublié $_ en bash <3

    February 24, 2021 04:50:47 PM GMT+01:00 * - permalink -
    QRCode
    - https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started
    bash
  • bind: warning: line editing not enabled | Geeky stories

    fzf c'est cool mais en non interactive il pète des erreurs de merde. Voilà la façon de le corriger.

    Dans mon cas:

    if [[ "$-" =~ "i" ]]; then
            [ -f /usr/share/doc/fzf/examples/key-bindings.bash ] && source /usr/share/doc/fzf/examples/key-bindings.bash
            [ -f /usr/share/bash-completion/completions/fzf ] && source /usr/share/bash-completion/completions/fzf
    fi
    December 18, 2020 10:32:36 AM GMT+01:00 * - permalink -
    QRCode
    - https://gurdiga.com/blog/2018/04/14/bind-warning-line-editing-not-enabled/
    bash fzf
  • thumbnail
    reinerRubin/li

    un tool pour avoir un count visuel

    June 9, 2020 11:36:42 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/reinerRubin/li
    bash tool linux
  • thumbnail
    aristocratos/bashtop: Linux resource monitor

    cette personne es sans doute folle, en tout cas incroyablement courageuse de faire ça en bash x)

    April 28, 2020 10:35:23 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/aristocratos/bashtop
    top htop bash script tool linux outil performance
  • TIL about vipe : linux

    petites commandes bash utiles:

    chronic: runs a command quietly unless it fails
    
    combine: combine the lines in two files using boolean operations
    
    errno: look up errno names and descriptions
    
    ifdata: get network interface info without parsing ifconfig output
    
    ifne: run a program if the standard input is not empty
    
    isutf8: check if a file or standard input is utf-8
    
    lckdo: execute a program with a lock held
    
    mispipe: pipe two commands, returning the exit status of the first
    
    parallel: run multiple jobs at once
    
    pee: tee standard input to pipes
    
    sponge: soak up standard input and write to a file
    
    ts: timestamp standard input
    
    vidir: edit a directory in your text editor
    
    vipe: insert a text editor into a pipe
    
    zrun: automatically uncompress arguments to command
    April 10, 2020 02:24:11 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.reddit.com/r/linux/comments/fqiu6b/til_about_vipe/
    bash
  • Balthazar – Text processing in the shell

    10 piges de bash et je découvre encore des putain de commandes de base!

    March 17, 2020 06:46:33 PM GMT+01:00 * - permalink -
    QRCode
    - https://blog.balthazar-rouberol.com/text-processing-in-the-shell#fold
    bash
  • thumbnail
    jlevy/the-art-of-command-line: Master the command line, in one page
    March 2, 2020 11:16:04 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/jlevy/the-art-of-command-line
    bash shell
  • Beginner Mistakes [Bash Hackers Wiki]
    March 2, 2020 11:14:34 AM GMT+01:00 * - permalink -
    QRCode
    - https://wiki.bash-hackers.org/scripting/newbie_traps
    bash wiki
  • thumbnail
    starship/starship: ☄🌌️ The cross-shell prompt for astronauts.
    September 12, 2019 04:50:07 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/starship/starship
    prompt liquidprompt bash shell tool linux
  • Bash coprocess – Cindy Sridharan – Medium

    waw, un keyword pour faire du pseudo multiproc en bash ! c'est fou

    June 11, 2019 10:42:22 AM GMT+02:00 * - permalink -
    QRCode
    - https://medium.com/@copyconstruct/bash-coprocess-2092a93ad912
    bash shell tool linux
  • thumbnail
    Bash Startup Explained

    Chances are that you’ve come to this page because just now you’ve been tearing your hair out trying to figure out some kind of problem with bash startup. Maybe an environment variable i…

    February 28, 2019 12:51:31 AM GMT+01:00 * - permalink -
    QRCode
    - https://zwischenzugs.com/2019/02/27/bash-startup-explained/
    bash bashrc init
  • thumbnail
    GitHub - Canop/broot: An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands.

    une alternative à z / tree qui permet le fuzzy find et surtout le cd

    February 14, 2019 10:33:25 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/Canop/broot
    tree bash tool
  • Note:

    une fonction pour vérifier un certificat remote sur un local ca.crt

    verify_cert ()
    { 
        g=${PWD};
        cd /tmp;
        echo $2 | cut -c 1 | grep --color=auto -iEq '\.|\/';
        if [ $? -eq 0 ]; then
            capath=$2;
        else
            capath=$g/$2;
        fi;
        echo verifying $1 against $capath...;
        openssl s_client -showcerts -connect $1 < /dev/null 2> /dev/null | openssl x509 -outform PEM > cert.pem && openssl verify -verbose -CAfile $capath cert.pem;
        ret=$?;
        cd -;
        return $ret
    }
    January 21, 2019 02:54:25 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/RTDK5g
    bash openssl
  • thumbnail
    cryptolok/GhostInTheNet: Ultimate Network Stealther that makes Linux a Ghost In The Net and protects from MITM/DOS/scan
    September 21, 2017 02:11:45 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/cryptolok/GhostInTheNet
    bash hacking tool
  • thumbnail
    junegunn/fzf: A command-line fuzzy finder written in Go

    un outil plus simple que ctrl+r (en fait c'est un wrapper) pour chercher dans bash history ❤️

    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
    ~/.fzf/install

    May 30, 2017 04:12:13 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/junegunn/fzf
    bash bashrc bash_history
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation