I have restored my backup of a VPS hosted elsewhere to a new cloud server but when I enter the ip address, all i get is a blank screen. Also the webshell is not accessible.
I have just installed the Lamp Stack from a ISO image onto a physical machine to hoepfully use. Everything seems to have installed correctly in terms on the screens that i am seeing on the screen however when i go to any of the web addresses detailed on the initial screen from a client machine the pages do not load and i get a tiem out error on the screen. This is the same for all of the different addresses on different ports.
I'd like to dynamically mirror my Wordpress site to other countries. Is it possible to use tklbam / AWS to accomplish this? Ideally; the mirror, child sites would update after the parent site updates. Please advise.
I've tried installing multiple versions of Turnkey Linux, but right now I'm using the LAMP ISO install in VMware Workstation 15.
When I boot Turnkey Linux using a NAT network in the VM settings, it runs without complaint. However, when I set the network type to "Bridged," the VM can no longer connect to the network at all.
I have installed a single Domain Controller VM using the OVA and it is working fine. I would like to add a 2nd Domain Controller, but I am unable to find documentation on how to do this.
I know I will need to join an existing domain for the 2nd VM, but I assume the 2nd would also have a hostname of 'dc1' since this is part of the OVA. Do I need to open a terminal session, at startup, prior to joining the domain and change the hostname of the VM?
I have an older TKL NextCloud appliance which runs with PHP5.6, which has reached EOL long ago and also prevents me from updating NextCloud in-place beyond version 13, which is also no longer supported.
I would like to host my GIT repos on the RedMine TKL appliance but not really sure how to go about setting this up. I can log on via SSH as user vcs and init a new git repo under /srv/repos/git, let's say it's called app01:
$ cd git
$ mkdir app01
$ cd app01
$ git init
Initialized empty Git repository in /srv/repos/git/app01/.git/
$
I was hoping to go into my project, add a repo with id = app01 and path=/srv/repos/git and then be able to do a