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 / 2
23 results tagged cheatsheet x
  • Tips and Tricks for Clean, Readable Python Code - The New Stack

    petite cheatsheet sur le code propre qui est très bien écrite

    November 14, 2024 09:37:38 AM GMT+01:00 * - permalink -
    QRCode
    - https://thenewstack.io/tips-and-tricks-for-clean-readable-python-code/
    python cheatsheet
  • thumbnail
    Nmap Cheat Sheet
    August 24, 2017 09:53:58 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.stationx.net/nmap-cheat-sheet/
    nmap cheat sheet cheatsheet
  • awk Commands, Examples & Meaning http://www.adminschoice.com/awk

    Awk commands ftw

    July 11, 2016 08:37:35 AM GMT+02:00 * - permalink -
    QRCode
    - http://www.adminschoice.com/awk
    awk cheat cheatsheet
  • Penetration Testing Tools Cheat Sheet

    via quelqu'un sur shaarli.fr, pas mal la petite cheatsheet

    June 27, 2016 09:55:59 AM GMT+02:00 * - permalink -
    QRCode
    - https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/
    cheatsheet cheat sheet hack security sécurité
  • mkfs.xfs(8): construct XFS filesystem - Linux man page

    mkfs.xfs -f /dev/sdb1 -i maxpct=10 pour attribuer 10% d'espace disque aux inodes (2TB == 200GB == 810M inodes)

    November 25, 2015 04:45:10 PM GMT+01:00 * - permalink -
    QRCode
    - http://linux.die.net/man/8/mkfs.xfs
    xfs man cheat sheet cheatsheet
  • Analyzing a Faulty Hard Disk using Smartctl - Thomas-Krenn-Wiki
    November 23, 2015 01:51:36 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.thomas-krenn.com/en/wiki/Analyzing_a_Faulty_Hard_Disk_using_Smartctl
    smartctl cheatsheet cheat sheet
  • A Quick and Practical Reference for tcpdump
    October 18, 2014 09:19:19 AM GMT+02:00 * - permalink -
    QRCode
    - http://bencane.com/2014/10/13/quick-and-practical-reference-for-tcpdump/
    tcpdump cheatsheet
  • SSH Cheat Sheet | pentestmonkey
    October 6, 2014 12:47:24 PM GMT+02:00 * - permalink -
    QRCode
    - http://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet
    ssh cheatsheet
  • thumbnail
    Nmap Cheat Sheet: Part 4 - InfoSec Institute
    September 23, 2014 03:26:02 PM GMT+02:00 * - permalink -
    QRCode
    - http://resources.infosecinstitute.com/nmap-cheat-sheet-part-4/
    nmap cheatsheet
  • thumbnail
    Nmap Cheat Sheet: From Discovery to Exploits, Part 3: Gathering Additional Information about Host and Network - InfoSec Institute
    July 23, 2014 05:03:52 PM GMT+02:00 * - permalink -
    QRCode
    - http://resources.infosecinstitute.com/nmap-cheat-sheet-discovery-exploits-part-3-gathering-additional-information-host-network-2/
    nmap cheatsheet cheat sheet
  • thumbnail
    Cheatsheet Tmux
    May 31, 2014 05:30:55 PM GMT+02:00 * - permalink -
    QRCode
    - https://gist.github.com/andreyvit/2921703
    tmux cheatsheet
  • 82 useful Keyboard Shortcuts for Firefox .

    utiliser ' pour rechercher de manière rapide (comme le type to search) mais seulement sur les liens, gg firefox

    May 29, 2014 04:56:15 PM GMT+02:00 * - permalink -
    QRCode
    - http://www.shortcutworld.com/en/win/Firefox.html
    firefox cheatsheet
  • bash keyboard shortcuts | SS64.com
    May 26, 2014 05:41:33 PM GMT+02:00 * - permalink -
    QRCode
    - http://ss64.com/bash/syntax-keyboard.html
    bash shortcuts cheatsheet
  • thumbnail
    Nmap Cheat Sheet: From Discovery to Exploits, Part 2: Advance Port Scanning with Nmap And Custom Idle Scan - InfoSec Institute
    May 19, 2014 04:48:28 PM GMT+02:00 * - permalink -
    QRCode
    - http://resources.infosecinstitute.com/nmap-cheat-sheet-discovery-exploits-part-2-advance-port-scanning-nmap-custom-idle-scan/
    nmap cheatsheet
  • Creative Routines | Info We Trust

    Les routines créatives montrent que lorsqu'on est organisé en routines ordinaires, l'esprit est libre pour être créatif :)

    May 15, 2014 05:39:59 PM GMT+02:00 * - permalink -
    QRCode
    - http://infowetrust.com/2014/03/26/creative-routines/
    life cheatsheet
  • thumbnail
    10 examples of Linux ss command to monitor network connections

    des exemples d'utilisation de ss, perso j'utilise toujours ss -lntpuae, mais il ya des alternatives !

    April 2, 2014 07:13:36 PM GMT+02:00 - permalink -
    QRCode
    - http://www.binarytides.com/linux-ss-command/
    ss cheatsheet
  • thumbnail
    Simple chrootgen script

    Un snippet que j'ai fait à partir de http://root-lab.fr/2012/01/25/creer-chroot-ssh-limite-simplement/
    et j'ai simplifié la procédure en une seule action
    m'a servi pour décoincer le nico :)

    March 29, 2014 07:49:20 PM GMT+01:00 - permalink -
    QRCode
    - https://gist.github.com/theonlydoo/9860682
    cheatsheet snippet chroot linux tool homemade
  • thumbnail
    How can I use TCPDUMP to determine the top talker on my network? TCPDUMP | DSLReports, ISP Information

    tcpdump -tnn -c 20000 -i eth0 | awk -F "." '{print $1"."$2"."$3"."$4}' | sort | uniq -c | sort -nr | awk ' $1 > 100 '

    <3

    March 28, 2014 04:35:47 PM GMT+01:00 - permalink -
    QRCode
    - http://www.dslreports.com/faq/8448
    tcpdump cheatsheet
  • thumbnail
    Nmap Cheat Sheet: From Discovery to Exploits - Part 1: Introduction to Nmap - InfoSec Institute

    nmap -sP --script discovery monip.de.chez.moi
    Stats: 0:13:35 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
    NSE Timing: About 50.00% done; ETC: 23:12 (0:13:23 remaining)

    On va voir le résultat :-) en tout cas le nmap "slow and comprehensive" c'est quelque chose Oo

    [edit] : après 30mn, tjs à 50% ... on fout ça dans un screen :D

    March 27, 2014 11:00:16 PM GMT+01:00 * - permalink -
    QRCode
    - http://resources.infosecinstitute.com/nmap-cheat-sheet/
    nmap cheatsheet
  • thumbnail
    linux - How do I count the messages of Postfix's mailq? - Server Fault

    mailq | grep -c "^[A-Z0-9]"

    March 24, 2014 12:30:48 PM GMT+01:00 - permalink -
    QRCode
    - http://serverfault.com/questions/481038/how-do-i-count-the-messages-of-postfixs-mailq
    postfix cheatsheet
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation