Kuma setup with mattermost
This commit is contained in:
64
etc/bash_history_2024-11-05.txt
Normal file
64
etc/bash_history_2024-11-05.txt
Normal file
@ -0,0 +1,64 @@
|
||||
ip a
|
||||
nano /etc/netplan
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
sudo -i
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
ping www.google.com
|
||||
ping www.google.com
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
|
||||
uname -r
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
|
||||
lsb_release -a
|
||||
apt-get install links unzip nginx git nano git ncdu -y
|
||||
cd /home
|
||||
ncdu
|
||||
apt-cache rdepends cockpit
|
||||
apt install cockpit -y
|
||||
apt-get install cockpit cockpit-podman -y
|
||||
systemctl enable --now cockpit.socket
|
||||
apt-get install snapd -y
|
||||
snap install adguard-home
|
||||
exit
|
||||
adduser podman
|
||||
apt install sudo
|
||||
lsof -i -P -n | grep LISTEN
|
||||
lsblk -I 8 -o NAME,SIZE,TYPE,FSUSED,FSUSE%
|
||||
cd /etc/
|
||||
mkdir /etc/duckdns
|
||||
cd /etc/duckdns
|
||||
nano duck.sh
|
||||
chmod 700 duck.sh
|
||||
./duck.sh
|
||||
cat duck.log
|
||||
cd /tmp
|
||||
git clone https://github.com/acmesh-official/acme.sh.git
|
||||
cd /tmp/acme.sh
|
||||
./acme.sh --install -m mikepharesjr@msn.com
|
||||
export DuckDNS_Token=1d3fc707-7052-4459-a624-fb01250f00b9
|
||||
echo $DuckDNS_Token
|
||||
./acme.sh --register-account -m mikepharesjr@msn.com
|
||||
./acme.sh --set-default-ca --server letsencrypt
|
||||
./acme.sh --issue --dns dns_duckdns -d '*.affirm.duckdns.org' --debug --home /root/.acme.sh --dnssleep 120 --days 90 --ecc --server https://acme-v02.api.letsencrypt.org/directory
|
||||
adduser podman sudo
|
||||
nginx -t
|
||||
exit
|
||||
nginx -t
|
||||
nginx -s reload
|
||||
exit
|
||||
nginx -t
|
||||
nginx -s reload
|
||||
exit
|
||||
apt-get install ssh-import-id -y
|
||||
ssh-import-id gh:mikepharesjr
|
||||
service ssh restart
|
||||
nano ~/.ssh/authorized_keys
|
||||
service ssh restart
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/uptimekuma.sh)"
|
||||
nginx -t
|
||||
nginx -s reload
|
||||
exit
|
Reference in New Issue
Block a user