1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 4
78 results tagged linux x
  • thumbnail
    masonr/yet-another-bench-script: YABS - a simple bash script to estimate Linux server performance using fio, iperf3, & Geekbench

    Un outil très bien fait pour benchmarker une instance Linux. Par exemple, pour démarrer les tests uniquement pour les performances du disque:

    curl -sL https://yabs.sh | bash -s -- -i -g

    Et pour Windows, il y a PerfMon qui fait bien le job, ou encore DIskspd

    January 18, 2025 at 12:37:36 PM GMT+1 * - permalink -
    QRCode
    - https://github.com/masonr/yet-another-bench-script
    linux monitor
  • thumbnail
    Get Started With Proxmox: Easy Installation And Configuration Tips! - YouTube
    November 10, 2024 at 7:37:40 PM GMT+1 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=CNlFUiPhmyk
    linux
  • thumbnail
    Duf – Un utilitaire pour voir l’espace occupé / libre de vos disques - Korben

    Un utilitaire sympa qui donne des outputs plus intéressants que le fameux df -h sous Linux.

    November 5, 2020 at 8:51:31 AM GMT+1 - permalink -
    QRCode
    - https://korben.info/duf-espace-libre-occupe-disques.html
    outils storage linux
  • thumbnail
    How To Restore Windows 10, 8, 7 Boot Loader - Hetman Software - Medium

    Un article intéressant sur la réinstallation du boot loader de Windows après, par exemple, son écrasement par un dual boot. ça peut être pratique dans certains cas.

    Autre ressource: https://neosmart.net/wiki/bootrec/

    November 18, 2019 at 3:56:16 PM GMT+1 - permalink -
    QRCode
    - https://medium.com/hetman-software/how-to-restore-windows-10-8-7-boot-loader-59beef6a521
    boot windows linux
  • thumbnail
    Restore the Windows bootloader to MBR after dual-booting with Linux | LinuxBSDos.com

    Un article intéressant expliquant comment, à l'aide d'un petit outil gratuit pour les particuliers, on peut installer un Dual Boot sympa avec un bon contrôle sur la MBR.

    November 18, 2019 at 3:45:30 PM GMT+1 - permalink -
    QRCode
    - http://linuxbsdos.com/2012/03/10/restore-the-windows-bootloader-to-mbr-after-dual-booting-with-linux/
    boot windows linux
  • thumbnail
    scripting - How do I write a bash script to restart a process if it dies? - Stack Overflow
    August 30, 2018 at 6:00:24 PM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/696839/how-do-i-write-a-bash-script-to-restart-a-process-if-it-dies
    bash linux service
  • thumbnail
    An Introduction to the Z File System (ZFS) for Linux

    Une introduction au système de fichier ZFS qui, plus qu'un système de fichier, permet de monter des choses habituellement assez compliquées du genre du RAID5 en quelques lignes de commandes seulement. Ahurissant !

    July 13, 2018 at 9:20:59 PM GMT+2 - permalink -
    QRCode
    - https://www.howtogeek.com/175159/an-introduction-to-the-z-file-system-zfs-for-linux/
    zfs storage linux
  • thumbnail
    How to Benchmark Your System (CPU, File IO, MySQL) with Sysbench

    Présentation de sysbench, un petit outil linuxien bien pratique pour mesurer les performances de votre machine, fusse-t-elle virtuelle ou physique.

    Exemple de procédure:

    1) Créer un fichier swap, dans le cas où la RAM du système ne soit pas très élevé (exemple: ajouter 2Go de swap)
    dd if=/dev/zero of=/root/myswapfile bs=1M count=2048 && chmod 600 /root/myswapfile && mkswap /root/myswapfile && swapon /root/myswapfile && free -m
    2) Installer sysbench
    sudo apt install sysbench
    3) Démarrer le test CPU
    sysbench --test=cpu --cpu-max-prime=20000 run
    4) Démarrer le test disque (IO) - (exemple: faire un test d'écriture sur un fichier de 10Go... il est préférable de faire un test d'écriture pour un volume supérieur à ce que le système dispose en RAM+Swap)
    sysbench --test=fileio --file-total-size=10G prepare && sysbench --test=fileio --file-total-size=10G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run && sysbench --test=fileio --file-total-size=10G cleanup

    April 7, 2018 at 10:51:37 AM GMT+2 - permalink -
    QRCode
    - https://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench
    benchmark linux
  • thumbnail
    boot-repair-disk / Home / Home

    Un outil exceptionnel, très bien fait et super pratique dans le cas où vous auriez un souci à faire repartir votre Linux après une grosse opération impliquant un dual-boot, par exemple.

    March 21, 2018 at 3:26:25 PM GMT+1 - permalink -
    QRCode
    - https://sourceforge.net/p/boot-repair-cd/home/Home/
    linux boot usb
  • thumbnail
    linux - How to add in bash for auto completion of arcanist commands - Stack Overflow

    Parce qu'on ne le fait pas assez souvent, on l'oublie :)

    March 19, 2018 at 7:06:36 PM GMT+1 - permalink -
    QRCode
    - https://stackoverflow.com/questions/25660135/how-to-add-in-bash-for-auto-completion-of-arcanist-commands#25660268
    bash linux
  • thumbnail
    shell - How can I edit the $PATH on linux? - Super User

    Parce que je l'oublie à chaque fois...

    March 19, 2018 at 5:31:55 PM GMT+1 - permalink -
    QRCode
    - https://superuser.com/questions/488173/how-can-i-edit-the-path-on-linux#488175
    path linux bash
  • thumbnail
    Backintime : backup Linux chiffré ou non, local/SSH, avec GUI | Up and Clear

    Une solution de backup simple à mettre en place sous Linux.

    Via: http://sebsauvage.net/links/?ldURWw

    January 14, 2018 at 8:09:48 PM GMT+1 - permalink -
    QRCode
    - https://blog.upandclear.org/2017/04/12/backintime-backup-linux-chiffre-ou-non-localssh-avec-gui/
    backup linux
  • thumbnail
    How to check If a Machine is Physical or Virtual in Linux ? | 2daygeek.com

    Quelques astuces sous Linux pour vérifier si votre machine est physique ou virtuelle.

    January 14, 2018 at 2:38:20 PM GMT+1 - permalink -
    QRCode
    - https://www.2daygeek.com/check-linux-system-physical-virtual-machine-virtualization-technology/
    linux command
  • How To Tell If Your Linux Server Has Been Compromised

    Excellent article expliquant comment détecter lorsque son serveur a été hacké et comment faire pour reprendre le dessus si on y a toujours accès.

    January 13, 2018 at 5:34:01 PM GMT+1 * - permalink -
    QRCode
    - https://bash-prompt.net/guides/server-hacked/
    linux server hack procedure article
  • thumbnail
    How To Install Fish, The Friendly Interactive Shell, In Linux - OSTechNix

    Intéressant, à essayer à l'occasion :)

    January 13, 2018 at 5:27:37 PM GMT+1 - permalink -
    QRCode
    - https://www.ostechnix.com/install-fish-friendly-interactive-shell-linux/
    shell interactive linux
  • thumbnail
    borgbackup [Wiki de sebsauvage.net]

    Un joli programme de backup sous Linux qui peut faire un peu d'ombre à Duplicity: BorgBackup.

    Via http://sebsauvage.net/links/?1k1GtA

    January 13, 2018 at 5:09:56 PM GMT+1 - permalink -
    QRCode
    - http://sebsauvage.net/wiki/doku.php?id=borgbackup
    backup borg linux
  • thumbnail
    How do i extend a partition with a LVM and the contained physical volume and logical volume?

    How to resize a LVM partition on Linux (works with RHEL) which uses a Volume Group and a Logical Volume:

    1) Resize the original partition (i.e. /dev/sda2) with GParted or any other tool
    2) Reboot
    3) sudo pvresize /dev/sda2
    4) sudo lvextend -l +100%FREE /dev/mapper/vg_emmchma153-lv_root (use the name of your VG and LV)
    5) sudo resize2fs /dev/mapper/vg_emmchma153-lv_root

    Done!

    Additional useful info: http://www.techrepublic.com/blog/smb-technologist/extending-partitions-on-linux-vmware-virtual-machines/

    March 21, 2017 at 1:08:55 PM GMT+1 - permalink -
    QRCode
    - http://unix.stackexchange.com/questions/98339/how-do-i-extend-a-partition-with-a-lvm-and-the-contained-physical-volume-and-log
    linux lvm partition resize
  • thumbnail
    How do you resize the standard Ubuntu Desktop inside of Virtualbox? - Ask Ubuntu
    March 5, 2017 at 2:46:01 PM GMT+1 - permalink -
    QRCode
    - http://askubuntu.com/questions/104440/how-do-you-resize-the-standard-ubuntu-desktop-inside-of-virtualbox#104445
    Tutoriel virtual linux
  • thumbnail
    How to upgrade to the 3.16 LTS Utopic kernel and graphics for Ubuntu 14.04
    October 25, 2016 at 2:03:09 PM GMT+2 - permalink -
    QRCode
    - https://xpressubuntu.wordpress.com/2015/02/12/how-to-upgrade-to-the-3-16-lts-utopic-kernel-and-graphics-for-ubuntu-14-04/
    ubuntu linux update kernel tutorial
  • SSH with authentication key instead of password

    Excellent tutoriel sur l'installation d'une clé SSH sur un serveur et désactivation de l'authentification par mot de passe pour un utilisateur en particulier.

    June 17, 2016 at 9:28:51 PM GMT+2 * - permalink -
    QRCode
    - https://debian-administration.org/article/530/SSH_with_authentication_key_instead_of_password
    ssh linux debian ubuntu
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation