first commit

This commit is contained in:
ansimstefl
2025-05-29 21:55:04 +02:00
parent 3884a9f9e9
commit a4c2dca44e
70 changed files with 3373 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
sed -i 's/quiet/quiet\ ipv6\.disable\=1/' /etc/default/grub
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
hostname=`hostname`
hostname=$hostname.czech-tv.cz
echo "$hostname" | sed -i "s/servername/$hostname/" /etc/nginx/sites-available/default
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
phpversion=`systemctl | grep running | grep php | grep fpm | cut -d "-" -f 1 | cut -b 6-8`
sed -i 's/\;ping.path/ping.path/' /etc/php/`echo $phpversion`/fpm/pool.d/www.conf
sed -i 's/\;pm.status/pm.status/' /etc/php/`echo $phpversion`/fpm/pool.d/www.conf