More scripts to be deprecated
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ps -C picom >/dev/null && : || picom &
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
export PORT=80
|
||||
echo "starting searx on localhost:80"
|
||||
doas docker run --rm -d -v /home/ferit/searx:/etc/searx -p $PORT:8080 -e BASE_URL=http://localhost:$PORT/ searx/searx
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
ssh -v ferit@192.168.0.3
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
ssh -v ferit@192.168.1.98
|
||||
Reference in New Issue
Block a user