From 0b78c47ced67e96f15da86d194833c627c9ad3aa Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 17 Feb 2019 22:16:46 -0600 Subject: [PATCH 01/15] My First Commit --- para4100-testfile.adoc | 1 + 1 file changed, 1 insertion(+) create mode 100644 para4100-testfile.adoc diff --git a/para4100-testfile.adoc b/para4100-testfile.adoc new file mode 100644 index 0000000..941d7dc --- /dev/null +++ b/para4100-testfile.adoc @@ -0,0 +1 @@ +Hello World ! This is Nirma. From 8efe188ee56403a6f03605260d073b90ee738c11 Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 17 Feb 2019 22:21:10 -0600 Subject: [PATCH 02/15] Second Commit --- para4100-testfile.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/para4100-testfile.adoc b/para4100-testfile.adoc index 941d7dc..2058e40 100644 --- a/para4100-testfile.adoc +++ b/para4100-testfile.adoc @@ -1 +1,3 @@ Hello World ! This is Nirma. +Hello Again +Testing From 8dabbc6263311fedb0e5c311b7a7e0b81a865f49 Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 17 Feb 2019 22:26:59 -0600 Subject: [PATCH 03/15] third Commit --- para4100-testfile.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/para4100-testfile.adoc b/para4100-testfile.adoc index 2058e40..124f59f 100644 --- a/para4100-testfile.adoc +++ b/para4100-testfile.adoc @@ -1,3 +1,2 @@ Hello World ! This is Nirma. -Hello Again Testing From e3eb6e198b775b8008c06eba649b6620ad5ad085 Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 17 Feb 2019 22:30:48 -0600 Subject: [PATCH 04/15] Forth Commit --- para4100-testfile.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/para4100-testfile.adoc b/para4100-testfile.adoc index 124f59f..475ef70 100644 --- a/para4100-testfile.adoc +++ b/para4100-testfile.adoc @@ -1,2 +1,2 @@ -Hello World ! This is Nirma. +Hello World! This is Nirma. Testing From 02112c64993b90c71758955cdf3b6a58450a2e45 Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Fri, 22 Feb 2019 22:43:25 +0000 Subject: [PATCH 05/15] script commit --- para4100-Lab02.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 para4100-Lab02.sh diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh new file mode 100755 index 0000000..7542103 --- /dev/null +++ b/para4100-Lab02.sh @@ -0,0 +1,8 @@ +!/bin/bash +apt-get install -y tree +apt-get install -y git +# Starter shell script +# Rename as YourID-Lab02.sh +# Put commands below +# To run, type ./YourID-Lab02.sh (you need the "./") +# It must have permissions starting with a "7" From 3c80a13d42e2fc1d88c98b885f8eaac80bbb750d Mon Sep 17 00:00:00 2001 From: nirmaparajuli Date: Sat, 23 Feb 2019 17:43:44 -0600 Subject: [PATCH 06/15] Adding new file, more Practice --- para4100-testfile1.adoc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 para4100-testfile1.adoc diff --git a/para4100-testfile1.adoc b/para4100-testfile1.adoc new file mode 100644 index 0000000..08d4c22 --- /dev/null +++ b/para4100-testfile1.adoc @@ -0,0 +1,3 @@ +Hi +Hello +Hey From 33287fe21fe4229a8e94e982eb6c16d64753378b Mon Sep 17 00:00:00 2001 From: nirmaparajuli Date: Sat, 23 Feb 2019 17:54:20 -0600 Subject: [PATCH 07/15] New Commit --- para4100-testfile1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/para4100-testfile1.adoc b/para4100-testfile1.adoc index 08d4c22..931c288 100644 --- a/para4100-testfile1.adoc +++ b/para4100-testfile1.adoc @@ -1,3 +1,3 @@ Hi -Hello +Hello Github Hey From 00b582bd930a3752e732ae86ac9b6d5cb1725cca Mon Sep 17 00:00:00 2001 From: nirmaparajuli Date: Sat, 23 Feb 2019 17:58:47 -0600 Subject: [PATCH 08/15] Commit Again --- para4100-testfile1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/para4100-testfile1.adoc b/para4100-testfile1.adoc index 931c288..86478ed 100644 --- a/para4100-testfile1.adoc +++ b/para4100-testfile1.adoc @@ -1,3 +1,3 @@ Hi -Hello Github +Hello Again Hey From 44f788a2846bd35042588881fcf2bc13d8306e9b Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 24 Feb 2019 04:59:04 +0000 Subject: [PATCH 09/15] script commit --- para4100-Lab02.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh index 7542103..2f742d4 100755 --- a/para4100-Lab02.sh +++ b/para4100-Lab02.sh @@ -1,7 +1,7 @@ -!/bin/bash -apt-get install -y tree -apt-get install -y git +#!/bin/bash # Starter shell script +apt-get install -y tree +apt-get intall -y git # Rename as YourID-Lab02.sh # Put commands below # To run, type ./YourID-Lab02.sh (you need the "./") From fef14838f99b1d4d59662d68cc4d252123d68d5c Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 24 Feb 2019 05:35:53 +0000 Subject: [PATCH 10/15] 2nd script commit to make tree --- para4100-Lab02.sh | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh index 2f742d4..4a3b1a2 100755 --- a/para4100-Lab02.sh +++ b/para4100-Lab02.sh @@ -1,8 +1,18 @@ #!/bin/bash -# Starter shell script -apt-get install -y tree -apt-get intall -y git -# Rename as YourID-Lab02.sh -# Put commands below -# To run, type ./YourID-Lab02.sh (you need the "./") -# It must have permissions starting with a "7" +mkdir main +cd main +mkdir A E H +cd A +mkdir B C D +touch aa +touch B/bb +touch C/cc +touch D/dd +cd ../E +mkdir F G +touch ee F/ff G/gg +cd ../H +mkdir I J M +touch hh I/ii J/jj M/mm + + From d3317b4de2186616abdd9bdb2b48135848660320 Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Sun, 24 Feb 2019 05:57:03 +0000 Subject: [PATCH 11/15] Added back the install command --- para4100-Lab02.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh index 4a3b1a2..101d55d 100755 --- a/para4100-Lab02.sh +++ b/para4100-Lab02.sh @@ -14,5 +14,6 @@ touch ee F/ff G/gg cd ../H mkdir I J M touch hh I/ii J/jj M/mm - +sudo apt-get install -y tree +sudo apt-get install -y git From 96eb166a4a8ca57ead9c03bfbd4d5cf8e5e62868 Mon Sep 17 00:00:00 2001 From: nirmaparajuli <47502791+nirmaparajuli@users.noreply.github.com> Date: Sun, 24 Feb 2019 00:02:27 -0600 Subject: [PATCH 12/15] Update para4100-Lab02.sh updated for home dir --- para4100-Lab02.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh index 101d55d..6eab2ac 100755 --- a/para4100-Lab02.sh +++ b/para4100-Lab02.sh @@ -1,4 +1,5 @@ #!/bin/bash +cd ~ mkdir main cd main mkdir A E H From 5348aec25e7416fdab817115c904e7eb88e22deb Mon Sep 17 00:00:00 2001 From: nirmaparajuli Date: Sun, 24 Feb 2019 10:10:02 -0600 Subject: [PATCH 13/15] Vagrantfile update --- Vagrantfile | 2 +- para4100-Lab02.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f5a3c8c..9e55e1d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,5 +5,5 @@ Vagrant.configure(2) do |config| config.vm.box = "ubuntu/xenial64" config.vm.box_url = "/var/vagrant/boxes/xenial64.box" - + config.vm.provision :shell, path: "./para4100-Lab02.sh" end diff --git a/para4100-Lab02.sh b/para4100-Lab02.sh index 6eab2ac..5a226b1 100755 --- a/para4100-Lab02.sh +++ b/para4100-Lab02.sh @@ -15,6 +15,7 @@ touch ee F/ff G/gg cd ../H mkdir I J M touch hh I/ii J/jj M/mm +sudo apt-get update sudo apt-get install -y tree sudo apt-get install -y git From 1047cf2435da5c3bbec49f1f637ae02d8a6b6778 Mon Sep 17 00:00:00 2001 From: nirmaparajuli Date: Sun, 24 Feb 2019 11:49:07 -0600 Subject: [PATCH 14/15] Testing ssh with pushing blank file --- testfile.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testfile.txt diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 0000000..e69de29 From 6d951ec71af815b0c597ee33a4101648003c4b9b Mon Sep 17 00:00:00 2001 From: Nirma Parajuli Date: Mon, 11 Mar 2019 23:19:08 -0500 Subject: [PATCH 15/15] Test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02dc8ac..4766ca8 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # example +#Practice