anwsers.txt:
mysecret
mysecret
n
| Binary files dbxml-2.5.16.orig/db-4.8.26/dbinc/.atomic.h.un~ and dbxml-2.5.16/db-4.8.26/dbinc/.atomic.h.un~ differ | |
| diff -ruN dbxml-2.5.16.orig/db-4.8.26/dbinc/atomic.h dbxml-2.5.16/db-4.8.26/dbinc/atomic.h | |
| --- dbxml-2.5.16.orig/db-4.8.26/dbinc/atomic.h 2013-06-03 21:04:07.000000000 +0200 | |
| +++ dbxml-2.5.16/db-4.8.26/dbinc/atomic.h 2013-06-03 21:10:53.000000000 +0200 | |
| @@ -144,7 +144,7 @@ | |
| #define atomic_inc(env, p) __atomic_inc(p) | |
| #define atomic_dec(env, p) __atomic_dec(p) | |
| #define atomic_compare_exchange(env, p, o, n) \ | |
| - __atomic_compare_exchange((p), (o), (n)) | |
| + __atomic_compare_exchange_db((p), (o), (n)) |
| # Download and Install the Latest Updates for the OS | |
| apt-get update && apt-get upgrade -y | |
| # Set the Server Timezone to CST | |
| echo "America/Chicago" > /etc/timezone | |
| dpkg-reconfigure -f noninteractive tzdata | |
| # Enable Ubuntu Firewall and allow SSH & MySQL Ports | |
| ufw enable | |
| ufw allow 22 |
anwsers.txt:
mysecret
mysecret
n