Thursday, July 04, 2013

HowTo: Delete user in Lubuntu

How to delete a user in Lubuntu (applicable to Ubuntu/Debian/Debian derivative)

$: sudo deluser user_to_delete

Reference:
http://manpages.ubuntu.com/manpages/hardy/man8/deluser.8.html

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...