4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 9
178 results tagged linux x
  • r/ricing: Desktop customization advice and information
    • https://jie-fang.github.io/blog/basics-of-ricing

    Si j'avais le temps, ca me plairait bien !

    2022年2月10日 GMT+1 上午9:35:39 - permalink - archive.org - https://www.reddit.com/r/ricing
    custom desktop linux rice ricing
  • Learn just enough Linux to get things done — petralia

    for beginners ;)

    2017年11月17日 GMT+1 上午8:41:29 - permalink - archive.org - http://alexpetralia.com/posts/2017/6/26/learning-linux-bash-to-get-things-done
    linux
  • Which is the fastest method to delete files in Linux

    wtf?

    cd dir
    time perl -e 'for(<*>){((stat)[9]<(unlink))}'

    2017年7月3日 GMT+2 下午4:51:54 - permalink - archive.org - http://www.slashroot.in/which-is-the-fastest-method-to-delete-files-in-linux
    delete dir linux perl
  • [Linux] Petite astuce pour une tâche de fond - Liens en vrac de sebsauvage

    nice! (ahah)

    2016年11月16日 GMT+1 下午8:27:38 - permalink - archive.org - http://sebsauvage.net/links/?PfISxw
    background linux nice
  • thumbnail
    Using SS tool for network troubleshooting » IT Tips and Tricks

    Keepalive Notes

    A keepalive packet generally has a TCP ACK configured with a sequence number set to one less than the current number used on the connection. Any machine receiving a nudge from such a packet will simply respond with the correct sequence number and, Frankenstein jokes aside, announce that it is indeed alive.

    These types of packets are sometimes empty and generally have three associated parameters. The retry parameter will declare how many times to send a packet before coming to the conclusion that the other end of the connection has given up the ghost. The time setting is configured as the frequency of the checks, and finally the interval dictates the length of time between two sent packets if no response is received.

    Inside the kernel, you can alter these settings by editing these values in the eye-watering pseudo-filesystem known and loved as /proc. One file, in this case, is /proc/sys/net/ipv4/tcp_keepalive_time, and you can edit it

    2016年11月7日 GMT+1 下午3:04:42 - permalink - archive.org - https://tipstricks.itmatrix.eu/using-ss-tool-for-network-troubleshooting/
    keepalive linux network
  • thombashi/tcconfig: Simple tc command wrapper. Easy to setup traffic control of network bandwidth/latency/packet-loss to a network interface.
    2016年3月9日 GMT+1 上午10:51:45 - permalink - archive.org - https://github.com/thombashi/tcconfig
    linux network qos traffic tt
  • Linux Kernel Module Management 101 | Linux.com

    lsmod
    rmmod
    modprobe

    2016年1月8日 GMT+1 上午11:42:10 - permalink - archive.org - https://www.linux.com/learn/tutorials/396770:linux-kernel-module-management-101
    kernel linux module
  • Recommandations de sécurité relatives à un système GNU/Linux | Agence nationale de la sécurité des systèmes d'information

    à feuilleter

    2016年1月5日 GMT+1 下午5:54:05 - permalink - archive.org - http://www.ssi.gouv.fr/guide/recommandations-de-securite-relatives-a-un-systeme-gnulinux/
    anssi linux
  • wavemon

    wavemon

    2015年12月20日 GMT+1 上午10:47:47 - permalink - archive.org - https://links.infomee.fr/?qLYEYQ
    linux tool wifi
  • doger.io - wow such container
    2015年10月7日 GMT+2 下午2:15:03 - permalink - archive.org - http://doger.io/
    container docker linux lxc
  • dstat

    dstat -lrvn 10

    via arnaudb

    2015年9月29日 GMT+2 上午11:18:04 - permalink - archive.org - https://links.infomee.fr/?qi1ILw
    htop io linux stat system top
  • avidemux

    edition video sous linux basique

    2015年9月24日 GMT+2 下午6:03:11 - permalink - archive.org - https://links.infomee.fr/?-4Pa1w
    linux video virtualdub
  • SysAdvent: So Server, Tell Me About Yourself — An Intro to Facter, Osquery & Sysdig | Puppet Labs
    2015年1月18日 GMT+1 下午2:44:39 - permalink - archive.org - https://puppetlabs.com/blog/sysadvent-so-server-tell-me-about-yourself-intro-facter-osquery-sysdig?ls=social-media&ccn=twitter-product-20141222&cid=701G0000000F68P
    debug facter linux osquery sysdig
  • proc(5) — Linux manual pages
    • https://www.kernel.org/doc/Documentation/filesystems/proc.txt
    2015年1月18日 GMT+1 下午2:36:46 - permalink - archive.org - http://manpages.courier-mta.org/htmlman5/proc.5.html
    linux proc
  • sysadvent: Day 6 - Debugging for Systems Engineers
    2015年1月18日 GMT+1 下午2:31:41 - permalink - archive.org - http://sysadvent.blogspot.fr/2014/12/day-6-debugging-for-systems-engineers.html
    debug linux
  • LINUX System Call Quick Reference
    2015年1月18日 GMT+1 下午2:31:12 - permalink - archive.org - http://www.digilife.be/quickreferences/qrc/linux%20system%20call%20quick%20reference.pdf
    call linux system
  • thumbnail
    Top 8 Tools For Linux / Unix Memory Forensics Analysis

    LiME
    Draugr
    Volatilitux
    Memfetch
    Crash utility from Red Hat, Inc
    Memgrep
    Memdump
    foriana

    2015年1月18日 GMT+1 下午2:29:53 - permalink - archive.org - http://www.cyberciti.biz/programming/linux-memory-forensics-analysis-tools/
    debug linux memory
  • What are useful command-line network monitors on Linux - Xmodulo

    plein d'outils network linux

    • nload

    via arnaub

    2015年1月10日 GMT+1 上午10:45:34 - permalink - archive.org - http://xmodulo.com/useful-command-line-network-monitors-linux.html
    linux network
  • Linux Tune Network Stack (Buffers Size) To Increase Networking Performance
    2015年1月1日 GMT+1 下午3:14:00 - permalink - archive.org - http://www.cyberciti.biz/faq/linux-tcp-tuning/
    linux sysctl
  • Un peu de réseau et de debug udp
    Prenons une application ouvre une socket UDP : pour chaque paquet qui arrive, elle va le traiter et passer au suivant. Si le traitement est plus cours que la cadence de reception, tout va bien, on peut travailler en "flux tendu". Pour éviter de perdre des paquets si l'application est trop lente, le kernel entretien des buffers qui ont une taille par defaut et une taille max.

    Pour consulter :
    # sysctl net.core.rmem_default
    # sysctl net.core.rmem_max
    # sysctl net.ipv4.udp_mem
    # net.core.netdev_max_backlog


    En cas de probleme, on peut augmenter la taille de ce buffer. (temporairement avec commande ou /proc/... et définitivement avec /etc/systcl.d/
    sysctl -w net.core.rmem_default=20000000
    sysctl -w net.core.rmem_max=30000000
    sysctl -w net.ipv4.udp_mem='262144 327680 393216'
    sysctl -w net.core.netdev_max_backlog=2000



    Comment savoir qu'on a des drop udp ?

    netstat -su

    Sinon il y a /proc/net/udp qui contient une ligne par socket udp avec le port (attention en hexadecimal), la taille du buffer utilisé, (s'inquiéter si rxqueue est différent de zéro) et enfin la dernière colonne, les drops !

    alors si vous avez des drops, il faut revoir l'application,.
    Augmenter la taille du buffer est utile seulement si ces drops sont du à des "burst" (des pics d'activité qui n'arrivent pas souvent), un plus grand buffer permettra d'absorber ces pics !


    En encore plus interactif : netstat -c --udp -an

    todo : trouver les commandes équivalentes avec ss

    https://github.com/etsy/statsd/issues/318
    https://www.assembla.com/spaces/LogZillaWiki/wiki/UDP_Buffers
    http://answers.splunk.com/answers/7001/udp-drops-on-linux.html
    2014年12月10日 GMT+1 下午3:51:28 * - permalink - archive.org - https://links.infomee.fr/?AyHsGA
    drop kernel linux network networking reseau udp
Links per page: 20 50 100
◄Older
page 1 / 9
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation