北肙

当你不能够再拥有,唯一可以做的,就是令自己不要忘记。

Category: Linux

Summary By default, the value of 'MaxStartups' is 10:30:100, which means if there are 10 ssh requests established and waiting for authorizing, then the subsequent request got 30% possibility to be refused, which means if you are trans files with a script via sftp and do NOT limit the concurrent requests may cause somebody ssh […]

Duplicate Clean A simple tool to delete duplicate files. Table of Content Compatible Platform Usage Example Compatible Platform macOS Linux Usage Example Manually creating duplicate files 1. Creating a directory named 'test' under '/tmp' mkdir /tmp/test 2. Coping dupclean source files to directory /tmp/test cp -r /path/to/dupclean/ /tmp/test/ 3. Creating duplicate files for f in […]

1. Necessary Packages sys-boot/grub sys-fs/dosfstools sys-block/parted GRUB_PLATFORMS variable for controlling target platform for grub FILE /etc/portage/make.conf Available options: efi-64, efi-32 pc coreboot emu ieee1275 loongson multiboot qemu, qemu-mips uboot xen, xen-32, xen-pvh GRUB_PLATFORMS="efi-64" USE for packages FILE /etc/portage/package.use/grub # Enabling lvm2 support if '/' is mounted as a LVM partition sys-boot/grub device-mapper Installing packages emerge […]