Top est une commande Posix permettant de chopper tout un tas d'infos sur les processus qui tournent sur votre machine. Son plus célèbre concurrent est htop qui permet d'avoir les mêmes infos et mêmes quelques autres en plus d'une jolie ptite interface.
Explains how to create a Bootable Windows 10 USB in Linux operating system using the command line tools or GUI tool named woeusbgui on a Debian/Ubuntu Linux
Top 30 Linux Monitoring Tools To Solve Server Bottlenecks Issues related to CPU, Memory, Disks , Networking Subsystems and more.
KPTI/KAISER Meltdown Initial Performance Regressions
This page explains how to add network bridge with nmcli with Linux using nmcli command line option so that you can connect VMs directly to LAN without using NAT.
The hardware consists of an AMD 486 clone running at 133MHz, 64 MB of RAM, a 48x IDE CDROM drive (wow!), a floppy emulator, a Sound Blaster, 10Mbps Ethernet card, and a CompactFlash to IDE adapter.
Another great book to read online (or buy it if you like). The Linux Command Line http://linuxcommand.org/tlcl.php
This page links to various Linux performance material
it is to setup one big LUKS partition in each disk, and put a LVM2 Physical Volume inside each partition. At boot, the two LUKS partition are opened, their contents are assembled into a Volume Group, and I can have everything I want inside.
... sans entrer le pw plusieurs fois ...
intéressant, btrfs au lieu de lvm
https://www.redpill-linpro.com/techblog/2016/08/12/btrfs-and-encryption.html
et toujours la ref de Arch https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#Encrypted_boot_partition_.28GRUB.29
limiter la bande passante utilisée avec wondershaper (sur l'interface) et trickle (par process)
Idem et plus https://unix.stackexchange.com/questions/83888/limit-outgoing-bandwidth-on-an-specific-interface
EvilAbigail is a Python-based tool that allows you run an automated Evil Maid attack on Linux systems, this is the Initrd encrypted root fs attack.
et aussi dans un chroot http://forums.debian.net/viewtopic.php?t=52283
mount /dev/sdb1 /media/disk
mount -o bind /sys /media/disk/sys
mount -t proc /proc /media/disk/proc
mount -o bind /dev /media/disk/dev
chroot /media/disk
run the command, exit chroot, umount all stuff and reboot.
This is the story of how we upgraded over 2000 Ubuntu production servers – turning over millions an hour – by installing the operating system in memory, wiping the root disk and reinstalling the OS back on disk from RAM. We did it, there was zero data loss and it saved us lots of time and […]
NsJail : A light-weight process isolation tool, making use of Linux namespaces, seccomp-bpf and cgroups
Recently I came across an excellent software called CoreFreq. It is a CPU monitoring software designed for 64-bits Processors w/ architectures Intel Atom, Core2, Nehalem, SandyBridge and superior, and AMD Family 0F. It runs on 64 bit Linux system. CoreFreq provides a framework to retrieve CPU data with a high degree of precision:
