Browse Source

Refines folders

Andrea Fazzi 1 year ago
parent
commit
18454c47e3
8 changed files with 3 additions and 6 deletions
  1. 1 1
      Dockerfile
  2. 0 0
      assets/dove/bar
  3. 0 0
      assets/dove/biz
  4. 0 0
      assets/dove/etc/conf/biz
  5. 0 0
      assets/dove/foo
  6. 1 1
      assets/interfacce/README.md
  7. 0 3
      assets/interfacce/run.sh
  8. 1 1
      solutions

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 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  echo 'test:test' | chpasswd
 RUN service ssh start

+ 0 - 0
assets/dove/bar


+ 0 - 0
assets/dove/biz


+ 0 - 0
assets/dove/etc/conf/biz


+ 0 - 0
assets/dove/foo


+ 1 - 1
assets/interfacce/README.md

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

+ 0 - 3
assets/interfacce/run.sh

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

+ 1 - 1
solutions

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