From f4e77e966712854099cd683cc3d6277f6475ada1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 9 Nov 2022 19:54:12 -0800 Subject: [PATCH 1/4] Update 'list.md' --- list.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/list.md b/list.md index ed0f10f..d2be973 100644 --- a/list.md +++ b/list.md @@ -73,15 +73,25 @@ df -h ``` ## You may need to do this if on virsion 22.04 or higher -```fdisk``` -l (note it's partition 3 by looking at the current Size) + +```fdisk -l``` (note it's partition 3 by looking at the current Size) + ```parted``` + ```Fix``` + ```3``` + ```100%``` + ```quit``` + ```pvresize /dev/sda3``` + ```lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv``` + ```resize2fs /dev/ubuntu-vg/ubuntu-lv``` + ```df -h``` _________________________________________________________________________ From 156df1e1e32e4972eab34554b21223ae6dc2105c Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 9 Nov 2022 20:02:10 -0800 Subject: [PATCH 2/4] Update 'list.md' Signed-off-by: Sophia Atkinson --- list.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/list.md b/list.md index d2be973..25d62a2 100644 --- a/list.md +++ b/list.md @@ -1,5 +1,7 @@ # This has been retired. Please refer to the README.md for scripts. +# Some of these commands may not function as normal, I will NOT provide any compensation or support for commands that are run that cause things to break. Thanks for your understanding. +![SA Sig](https://sophiaatkinson.com/wp-content/uploads/2022/10/signature-blurple.svg) _______________________________________________________________________ ## Update & Upgrade From 25f6495209a9ca4d015bb3c75829596e54be6cf8 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sat, 12 Nov 2022 00:50:17 -0800 Subject: [PATCH 3/4] Update 'scripts/wpinstall.sh' --- scripts/wpinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/wpinstall.sh b/scripts/wpinstall.sh index 3aea5e3..ee2215d 100644 --- a/scripts/wpinstall.sh +++ b/scripts/wpinstall.sh @@ -35,4 +35,5 @@ apt install unzip -y unzip latest.zip -d $INSTALL_DIR cp -r $INSTALL_DIR/wordpress/* $INSTALL_DIR rm -rf $INSTALL_DIR/wordpress -rm -rf latest.zip \ No newline at end of file +rm -rf latest.zip +chmod -R 775 $INSTALL_DIR \ No newline at end of file From 11a4547f82018223ea02437274839fe322b5dfe3 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 22 Dec 2022 15:27:17 -0800 Subject: [PATCH 4/4] Updated Gitea to 1.17.4 Signed-off-by: Sophia Atkinson --- scripts/giteainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/giteainstall.sh b/scripts/giteainstall.sh index ff3e83e..2194595 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -16,7 +16,7 @@ do ;; esac done -GITEA_VER="1.17.3" +GITEA_VER="1.17.4" sudo systemctl stop gitea sudo apt-get install git -y sudo ufw allow 3000