Skip to content

Commit 03e67a1

Browse files
author
Daniel Hansson
committed
happy new year!
1 parent 8025cd8 commit 03e67a1

10 files changed

+12
-12
lines changed

lets-encrypt/activate-ssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!bin/bash
22

3-
# Tech and Me ©2016 - www.techandme.se
3+
# Tech and Me ©2017 - www.techandme.se
44

55
WWW_ROOT=/var/www/html
66
WPATH=$WWW_ROOT/wordpress

static/change_mysql_pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!bin/bash
22

3-
# Tech and Me, ©2016 - www.techandme.se
3+
# Tech and Me, ©2017 - www.techandme.se
44

55
SHUF=$(shuf -i 17-20 -n 1)
66
NEWMYSQLPASS=$(cat /dev/urandom | tr -dc "a-zA-Z0-9@#*=" | fold -w $SHUF | head -n 1)

static/install-redis-php-7.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!bin/bash
22

3-
# Tech and Me - www.techandme.se - ©2016
3+
# Tech and Me - www.techandme.se - ©2017
44

55
SCRIPTS=/var/scripts
66
WPATH=/var/www/html/wordpress

static/phpmyadmin_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me, ©2016 - www.techandme.se
3+
# Tech and Me, ©2017 - www.techandme.se
44

55
VERSION=4.5.5.1
66
HTTP_PATH=https://files.phpmyadmin.net/phpMyAdmin/$VERSION

static/phpmyadmin_install_ubuntu16.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me, ©2016 - www.techandme.se
3+
# Tech and Me, ©2017 - www.techandme.se
44

55
OS=$(grep -ic "Ubuntu" /etc/issue.net)
66
PHPMYADMINDIR=/usr/share/phpmyadmin

static/redis-server-ubuntu16.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me - www.techandme.se - ©2016
3+
# Tech and Me - www.techandme.se - ©2017
44
# Ubuntu 16.04 with php 7
55

66
OS=$(grep -ic "Ubuntu" /etc/issue.net)

static/security.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me, ©2016 - www.techandme.se
3+
# Tech and Me, ©2017 - www.techandme.se
44

55
# Based on: http://www.techrepublic.com/blog/smb-technologist/secure-your-apache-server-from-ddos-slowloris-and-dns-injection-attacks/
66

static/wordpress_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
## Tech and Me ## - ©2016, https://www.techandme.se/
3+
## Tech and Me ## - ©2017, https://www.techandme.se/
44
#
55
# Tested on Ubuntu Server 14.04.
66
#

wordpress-startup-script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me - ©2016, https://www.techandme.se/
3+
# Tech and Me - ©2017, https://www.techandme.se/
44

55
WWW_ROOT=/var/www/html
66
WPATH=$WWW_ROOT/wordpress
@@ -162,7 +162,7 @@ cat << EOMSTART
162162
| - Change system timezone |
163163
| - Set new password to the Linux system (user: wordpress) |
164164
| |
165-
| ################# Tech and Me - 2016 ################# |
165+
| ################# Tech and Me - 2017 ################# |
166166
+---------------------------------------------------------------+
167167
EOMSTART
168168
echo -e "\e[32m"
@@ -385,7 +385,7 @@ echo -e "| \e[0mPublish your server online! \e[36mhttps://goo.gl/iUGE2U\
385385
echo "| |"
386386
echo -e "| \e[0mYour MySQL password is stored in: \e[36m$PW_FILE\e[32m |"
387387
echo "| |"
388-
echo -e "| \e[91m#################### Tech and Me - 2016 ####################\e[32m |"
388+
echo -e "| \e[91m#################### Tech and Me - 2017 ####################\e[32m |"
389389
echo "+--------------------------------------------------------------------+"
390390
echo
391391
read -p "Press any key to continue..." -n1 -s

wordpress_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Tech and Me, ©2016 - www.techandme.se
3+
# Tech and Me, ©2017 - www.techandme.se
44

55
# OS Version
66
OS=$(grep -ic "Ubuntu" /etc/issue.net)

0 commit comments

Comments
 (0)