## Short introduction
My name is wim dukker and I work with linux since the 80 ths, with Raspberry since the last 5 years and with Dietpi the last 4 weeks. I would like to make my compliments to your community. It was a releave to experience the help when setting up my user account, great!
### My problem
I filled out all the questions in the issue document, but was not able to get that information copied to a USB stick (see “even as root” in the uploaded picture).
Installation
I installed the base configuration, included with the following applications : chromium, xrdp, cups, lxde, openssh and ufw. Thereafter I installed with {apt install -y (package)} : libreoffice, xsane, krusader, ppi-apps.
Hardening the system
I made the following modefications to the system:
SSH port 22 : Change configuration files /etc/ssh/sshd_config and ssh_config with text editor gedit, Search for the entry Port 22, Replace port 22 with new port number,
Change port 22 to ufw : ufw allow (new number)/tcp, and close port 22 : ufw deny 22/tcp
New U****ser : sudo useradd (New Username) -s /bin/bash -m -G adm,sudo # => wim, johan
sudo passwd (New Username) #
=> wim, johan
Reboot and log in as New User (wim)
Delete user dietpi : sudo userdel dietpi and sudo rm -rf /home/pi
Change password root : (…)
Change hostname : sudo mousepad /etc/hostname, and sudo mousepad /etc/hosts
Check new hostname: hostname
Hereafter the system did not function well, so I changed the hostname back to Dietpi but without success. I made some pictures from the screen and uploaded these.
I hope sombody let shine his light into my darkness
Awaiting your reply with kind regards,
Wimduk
Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version
- Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
- Kernel version |
uname -a
- Architecture |
dpkg --print-architecture
- SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3) - Power supply used | (EG: 5V 1A RAVpower)
- SD card used | (EG: SanDisk ultra)
Additional Information (if applicable)
- Software title | (EG: Nextcloud)
- Was the software title installed freshly or updated/migrated?
- Can this issue be replicated on a fresh installation of DietPi?
← If you sent a “dietpi-bugreport”, please paste the ID here → - Bug report ID |
echo $G_HW_UUID
Steps to reproduce
- …
- …
Expected behaviour
- …
Actual behaviour
- …
Extra details
- …