Remove unused scripts, move some to snips

This commit is contained in:
Tim 2025-04-11 14:29:06 +02:00
parent e9336903d1
commit 89402ae170
5 changed files with 0 additions and 19 deletions

View File

@ -1 +0,0 @@
javaws https://$1/admin/public/asdm.jnlp

View File

@ -1,6 +0,0 @@
#/bin/sh
dbbackup.sh bles simalia
echo "Copy all the images"
scp -Cr www-data@simalia:/var/www/bles.bluelinked.nl/shared/public/uploads/images/ $HOME/projects/bles/public/uploads/

View File

@ -1,7 +0,0 @@
#/bin/sh
for D in `find ~/LetsTalk/projects/ -maxdepth 1 -mindepth 1 -printf '%f\n' -type d`
do
echo "Fixing permissions of: ${D}"
lt-dd project:fixpermissions -n -p "${D}"
done

View File

@ -1,2 +0,0 @@
# full backup of the OS
sudo tar cvpzf /media/data/backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/media --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /

View File

@ -1,3 +0,0 @@
#!/bin/bash
eval $(op signin letstalk)
echo `op get totp "ssh otp"` | xsel --clipboard