Search results

  1. G

    http://www.find-a-tradie.com.au => BAD REQUEST

    What is it that I have to do to make this error go away without losing https://www.find-a-tradie.com.au? Reason? I am trying to create a certificate with certbot. If I try and enter this URL in my web browser: http://www.find-a-tradie.com.au then On my Linux Mint Web server...
  2. G

    Self Signed Cetificate error - very frustrating!

    I have created this batch file to create a self signed certificate. *************************************************************************************************************** #!/bin/bash echo "==================================================================" sudo openssl req -newkey...
  3. G

    HTTPS web server

    I am using Linux Mint on a desktop computer I am trying to setup a web site on it. I have a domain name find-a-tradie.com.au I have setup 2 x A records in https://theconsole.webcentral.au/execute2/domain/manage?currentTab=overview&domainId=7212271# One with <blank>.find-a-tradie.com.au One...
  4. G

    Where is the infernal syntax error in the following mysql> statement?

    GRANT ALL PRIVILEGES ON . TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'wCN5zhYx5R6004zg'; What syntax error is it whinging about? All these attempts generate syntax errors.... GRANT ALL PRIVILEGES ON . TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'wCN5zhYx5R6004zg'; GRANT ALL...
  5. G

    Another problem....this time with FileZilla on windows trying to access ftp on linux mint desktop

    Install VSFTPD guide I followed this guide for installing VSFTPD on a linux mint desktop. And trying to access it via Filezilla client on a windows laptop. Using these settings in filezilla. But I am getting ECONREFUSED back from the server. How can I fix this?
  6. G

    Scripting problem.

    I have a file named sudoexec located in \usr\local\bin It contains the following: #!/bin/bash sudo -S $1 It has x property set: So how do I create a desktop file to run this script with any parameter?
  7. G

    Linux mint web server working locally but not remotely on my home network.

    If I type 192.168.0.183 into firefox on my linux mint desktop then thr test web page come up. But if I type 192.168.0.183 into firefox on my windows desptop the web site times out. Why?
  8. G

    I officially give up - how do you xfer files between a windows laptop and a Linux mint desktop?

    I have succesfully setup a php web server on my linux desktop. I want work on the source code on my windows laptop. And upload the files to my Linux desktop to test, bring up the web site on my windows laptop and test my code that way. VNC Viewer Does not work or I don't how to make the files...
Top