Monthly Archives: July 2014

unattended-upgrades

$ sudo dpkg-reconfigure -plow unattended-upgrades

Posted in *nix | Leave a comment

kvm console

  Direct terminal access via Serial Console It is possible to access a KVM Guest directly using the Serial Console interface, in which case setting up bridged networking, SSH, and similar is not necessary. Access via the Serial Console provides … Continue reading

Posted in Uncategorized | Leave a comment

vmbuilder kvm

vmbuilder kvm ubuntu -c vmbuilder.cfg –hostname=guest –ip=193.10.5.x –ssh-user-key=/home/user/user.key –dest=/home/user/kvm/guest –tmpfs=- –part=vmbuilder.partition $ cat vmbuilder.cfg [DEFAULT] tmpfs=- hostname = stark ip = 193.10.5.x gw = 193.10.5.1 dns = 130.242.80.14 part = vmbuilder.partition user = user name = user pass = changeme … Continue reading

Posted in *nix | Leave a comment