Refines folders

This commit is contained in:
Andrea Fazzi 2023-02-23 06:31:52 +01:00
parent cb670894d9
commit 18454c47e3
8 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu FROM ubuntu
RUN apt update && apt install tree nano openssh-server sudo -y RUN apt update && apt install tree nano openssh-server iproute2 sudo -y
RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test
RUN echo 'test:test' | chpasswd RUN echo 'test:test' | chpasswd
RUN service ssh start RUN service ssh start

View file

View file

View file

View file

@ -8,5 +8,5 @@ e di scrivere il risultato nel file interfaces.txt.
Il checksum della soluzione è dato da Il checksum della soluzione è dato da
```bash ```bash
cat $HOME/playground/interfacce/interfaces.txt | sha1sum cat $HOME/playground/interfacce/interfaces.txt | grep -o eth0 | sha1sum
``` ```

View file

@ -1,3 +0,0 @@
#!/bin/bash
echo "Non so fare molto se non stampare a schermo 'Ciao mondo!'"

@ -1 +1 @@
Subproject commit f867c46c8631602e8d56d25c7fceb9fb0e33b683 Subproject commit 711ab9d07fb16c254ee9cbceb39185b2ea1df1b2