Shaare your links...
5130 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
18 results for tags unix x
  • Un modèle pour démarrer un script shell - Blog de Simon Vieille
    Thu Jun 1 09:30:22 2023 - permalink -
    - https://www.deblan.io/post/647/modele-pour-demarrer-script-shell
    linux programmation shell unix
  • sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
    Pour trouver des fichiers dernièrement modifiés avec fd-find :

    ```
    fd -I -e rbf --changed-within 10d
    ```

    -I : même les fichiers/répertoire ignorés
    -e rbf: tous les fichiers en *.rbf
    --changed-within 10d : modifié dans les dernier 10 jours
    Mon Sep 12 08:54:35 2022 - permalink -
    - https://github.com/sharkdp/fd
    command fdfind find linux rust unix
  • How to rip an audio CD from the command line using cdparanoia - Linux Tutorials - Learn Linux Configuration
    Pour ripper un CD audio en ligne de commande
    Fri Dec 24 11:29:57 2021 - permalink -
    - https://linuxconfig.org/how-to-rip-an-audio-cd-from-the-command-line-using-cdparanoia
    audio cdparanoia mp3 unix
  • https://wizardzines.com/comics/
    Linux expliqué en BD
    Wed Sep 15 15:30:43 2021 - permalink -
    - https://wizardzines.com/comics/
    bd linux unix
  • How to: Linux / UNIX Delete or Remove Files With Inode Number - nixCraft
    Pour virer un fichier avec son numéro d'inode :
    ```
      find . -inum 782263 -exec rm -i {} \;
    ```
    Wed Dec 9 11:18:05 2020 - permalink -
    - https://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html
    delete inode linux rm unix
  • Rewritten in Rust: Modern Alternatives of Command-Line Tools · zaiste.net
    Une liste de commandes shell écritent en Rust.
    Mon Oct 19 14:06:08 2020 - permalink -
    - https://zaiste.net/posts/shell-commands-rust/
    rust shell unix
  • Le navigateur de fichier de Jurassic Park existait vraiment !
    Il y a même un clone pour linux : https://github.com/mcuelenaere/fsv
    Thu Jul 2 11:57:47 2020 - permalink -
    - https://web.archive.org/web/20070409024417/http://www.sgi.com/fun/freeware/3d_navigator.html
    film fsv jurassicpark linux unix
  • jessie frazelle 👩🏼‍🚀 on Twitter: "I have to google the way the fucking arrows and numbers go for “2>&1” every damn time, ie “redirect stderrr to stdout”… https://t.co/S8efm8ghcS" - Shaarli de Riduidel
    coude
    Fri Feb 15 15:08:37 2019 - permalink -
    - http://nicolas-delsaux.hd.free.fr/Shaarli/?4-Z7rA
    commandline erreur unix
  • TLDR pages
    Tue Jan 22 09:57:59 2019 - permalink -
    - https://tldr.sh/
    apt linux tldr unix
  • Jouer un son quand une commande est terminée
    Juste un petit truc comme ça en passant. Parfois certaine commande mettent beaucoup de temps à s'exécuter et on aimerait être prévenu par un son quand elle se termine. Histoire d'enchaîner avec la suite.
    Perso j'ajoute juste la commande beep après ma commande:

    $ beep -f 1000 -n -f 2000 -n -f 1500

    Par exemple quand j'ai un dossier ultra lourd avec beaucoup de fichier que je veux supprimer :

    $ rm -rf grosdossier/; beep -f 1000 -n -f 2000 -n -f 1500
    Wed Oct 4 16:30:18 2017 - permalink -
    - ?lqKa5Q
    beep commande son truc unix
  • Renommer des photos par date en ligne de commande - Le Blog de Cyrille BORNE
    Wed Feb 22 14:24:00 2017 - permalink -
    - https://cyrille-borne.com/article3843/renommer-des-photos-par-date-en-ligne-de-commande
    image jhead linux renommer unix
  • Le blog de Laurent Napias | Grep, rechercher de manière récursive un terme (ou plusieurs) dans tous les fichiers d’un répertoire
    Sat Feb 13 12:42:16 2016 - permalink -
    - http://www.laurent-napias.com/post/2016/02/13/grep-rechercher-de-maniere-recursive-un-terme-ou-plusieurs-dans-tous-les-fichiers-dun-repertoire
    grep unix
  • mutt delete all mails
    Comment virer tous ses mail cron :
    mutt
    Shift+d
    Delete messages matching : ~s .*
    Thu Feb 11 10:48:25 2016 - permalink -
    - http://www.linuxquestions.org/questions/linux-software-2/mutt-delete-all-mails-483015/
    mail mutt unix
  • How do I remove local (untracked) files from my current Git branch? - Stack Overflow
    Voila un truc bien pratique quand on a pas envie de se faire un make clean:
    git clean -f
    Mon Jan 25 16:24:45 2016 - permalink -
    - http://stackoverflow.com/questions/61212/how-do-i-remove-local-untracked-files-from-my-current-git-branch
    git makefile programmation unix
  • Débusquer les rongeurs de ressources...
    Wed May 27 13:25:30 2015 - permalink -
    - http://karma-lab.net/debusquer-rongeurs-ressources
    linux outils trucs unix
  • How to Manage Systemd Services on a Linux System
    Une petite introduction à systemd
    Wed May 13 16:42:34 2015 - permalink -
    - http://www.howtogeek.com/216454/how-to-manage-systemd-services-on-a-linux-system/
    linux systemd unix
  • Comment chercher et remplacer dans plusieurs fichiers avec sed
    Wed May 6 11:22:33 2015 - permalink -
    - http://www.zeitoun.net/articles/chercher-et-remplacer-dans-plusieurs-fichiers-avec-sed/start
    chercherremplacer linux sed unix
  • pdfgrep
    Plutôt que de chercher document par document avec Ctrl+F. Faites un pdfgrep dans tous les répertoires:
    $ pdfgrep -Rn "pelle à tarte" *
    Tue Oct 28 09:50:55 2014 - permalink -
    - http://pdfgrep.sourceforge.net/
    grep pdfgrep truc unix
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.