Sikkepitje.nl

Sikkepitje.nl

this private cloud

Deze tips zijn overgenomen uit Linux Magazine

Diverse distro's op een stick

http://liveusb.info/dotclear

Gebruik een FAT32-geformatteerde USB-stick en zet daar diverse distro's op. Met dit programma installeer je Grub2 en daarna een ISO-file voor elke distributie die je wilt toevoegen. Ook persistent mode is mogelijk. Testen kan direct in VirtualBox of Qemu.

testmode beheer voor proprietaire driver

jockey-text

  • Toon alle vrije drivers met jockey-text -m free
  • Disable driver sudo jockey-text -d DRIVER
  • Enable driver sudo jockey-text -e DRIVER

Virtuele terminals met tmux

in plaats van Screen. Tmux heeft hotkey ctrl-b in plaats van ctrl-a voor screen.

Byobu doet het trouwens ook heel goed.

Configure Byobu as login shell

bron

Byobu is not a shell, per se. It's a program you run within your shell. The utilities, byobu-enable and byobu-disable, put a line at the end of your ~/.profile that launches byobu (if necessary) when you spawn a new login. The wrapper script there does some sanity checking for you and prevents recursion.

Now, that said, I'll tell you how you could do what you're asking to do, but I strongly advise against it. You may well end up in some nasty recursion or infinite loop. Beware!

Set /usr/bin/screen as your login shell in the last field in /etc/passwd. Put this in your ~/.screenrc:

 source /usr/share/byobu/profiles/byoburc

... en daarna Byobo Cheat Sheet

Re: how do I list my RSA key fingerprint SSH question.

ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key

Hoe gooi ik oude kernels weg?

Omdat /boot volraakt.

zie: https://ict.bonhoeffer.nl/kb/Kennis/LinuxFreeUpSpaceOnBootVolume