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
19 results tagged shell x
  • 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
    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
  • thumbnail
    Picular

    J'avais perdu ce tool d'association chromatique, c'est tellement pratique quand t'as aucun gout comme moi :D

    October 17, 2019 04:14:20 PM GMT+02:00 * - permalink -
    QRCode
    - https://picular.co/
    couleurs association shell
  • 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
  • Note: Grab an interactive shell on a docker, in kubernetes
    kubectl exec maya-apiserver-78f4f85c44-jqprj  -i -t -- bash -il
    January 30, 2018 05:42:50 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/mZLnZA
    kubernetes shell run docker exec
  • Easy Bash Prompt Generator
    March 13, 2017 09:57:46 AM GMT+01:00 * - permalink -
    QRCode
    - http://ezprompt.net/
    shell
  • thumbnail
    amoffat/sh: Python process launching

    je garde ça de côté, ça peut être hyper utile

    February 13, 2017 01:58:29 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/amoffat/sh
    python shell
  • Select rectangular screen area | commandlinefu.com

    via blue, pour sélectionner une zone arbitraire dans un shell

    January 11, 2016 11:48:20 AM GMT+01:00 * - permalink -
    QRCode
    - http://www.commandlinefu.com/commands/view/15021/select-rectangular-screen-area
    cli shell
  • Petite histoire du Bourne Shell - LinuxFr.org

    petit moment d'histoire Linux qui fait plaisir à lire :)

    March 28, 2015 07:11:35 PM GMT+01:00 * - permalink -
    QRCode
    - http://linuxfr.org/news/petite-histoire-du-bourne-shell
    linux shell histoire
  • UNIX & Linux Shell Scripting
    May 31, 2014 01:13:08 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.dreamsyssoft.com/unix-shell-scripting/
    shell
  • Enregistrer une session terminal dans un gif
    May 29, 2014 11:34:10 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.toolinux.com/Enregistrer-une-session-terminal
    gif shell terminal
  • Rejouer un session de terminal avec playitagainsam | Sam & Max: Python, Django, Git et du cul

    je pose ça là, ça peut être utile :)

    May 24, 2014 12:48:13 PM GMT+02:00 * - permalink -
    QRCode
    - http://sametmax.com/rejouer-un-session-de-terminal-avec-playitagainsam/
    shell terminal
  • thumbnail
    Final Term

    seems nice, à tester (via noiz)

    March 28, 2014 05:16:46 PM GMT+01:00 - permalink -
    QRCode
    - http://finalterm.org/
    shell bash linux tool
  • thumbnail
    Collection of Less Commonly Used UNIX Commands

    home | blog | popular | study | writing | projects | about | connect
    Collection of Less Commonly Used UNIX Commands
    September 11th, 2013 | Linux | System Administration | Technology

    [ Check out my latest post on the HP Security Blog: “The Secure Web Series, Part 1: Securing The Password Reset Mechanism” ]

    unixcommands

    Over at Hacker News there are often threads about less-traveled UNIX commands. One particular comment collected a few of the posts, and I decided to parse all of those threads’ commands, plus my own favorite list of obscure entries, and put them in one place.
    Somewhat obscure UNIX commands

    column: create columns from text input
    tr: translate/substitute/delete input
    join: like a database join but for text
    comm: file comparison like a db join
    paste: put lines in a file next to each other
    rs: reshape arrays
    jot: generate data
    expand: replace spaces and/or tabs
    time: track time and resourcing
    watch: execute something on a schedule in realtime
    xargs: execute something on all inputs
    iftop: visually show network traffic
    jnettop a more detailed iftop
    htop: show system stats more powerfully
    xxd: manipulate files in hex
    mtr: powerful traceroute replacement
    mdfind: osx find replacement that uses spotlight
    brew: osx package manager
    df: disk free
    du: disk usage
    iotop: i/o stats
    dig: dns queries
    host: dns queries
    man ascii: lookup your ascii
    sshfs: mount a directory through ssh
    wget: get w’s
    dstat: powerful system statistics
    tmux: a better screen
    jq: command line JSON parsing
    pushd: push your pwd to a stack
    popd: pop pwd off your stack
    lsof: godlike system information [*]
    ncat: nmap-based replacement for nc
    fuser: kills locking processes
    vim: attack yourself
    tac: cat in reverse
    slurm: network interface stats
    rename: change spaces to underscores in names
    bmon: a simple bandwidth monitor
    open .: in osx, open finder in the current dir
    lsmod: show kernel modules
    printf: change the format of output
    timeout: execute something and kill it soon after
    disown: protect a job from disconnect
    fc: edit your last command in your editor and execute it
    sudo !!: repeat last command with sudo
    tee: send output to stdout as well
    pgrep: greps through processes
    pkill: kills processes based on search
    fmt: text formatter
    multitail: see logs in separate views
    bc: an interactive calculator language
    apropos: info on commands
    strace: the uber debug tool
    man units: interesting
    pstree: shows processes in a…well…tree
    pv: a progress bar for piped commands
    ddate: wtf
    zgrep: grep within compressed files
    zless: look at compressed files
    nping: nmap-based custom packet creation
    readlink: read values of links
    iostate: look at your disk i/o
    atop: another top
    split: break a file into pieces
    dd: disk writing
    ndiff: show differences in nmap scans
    ss: socket statistics (show apps using the Internet)
    February 19, 2014 10:07:51 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.danielmiessler.com/blog/collection-of-less-commonly-used-unix-commands
    commands linux commandes shell bash
  • thumbnail
    namei - chouette commande (via blue)

    --> namei -lx /bin/touch

    peut sembler achement bien pour tester les policies grsec !

    December 27, 2013 03:49:40 PM GMT+01:00 - permalink -
    QRCode
    - https://infomee.fr/links/?o00tWw
    namei grsec tool linux commande shell
  • thumbnail
    Liquidprompt version 1.7

    Il a l'air pas mal ce prompt

    December 6, 2013 12:40:51 AM GMT+01:00 - permalink -
    QRCode
    - http://linuxfr.org/news/liquidprompt-version-1-7
    prompt linux shell
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation