tschf

Results 15 comments of tschf

Interesting discussion. If I look here https://en.wikipedia.org/wiki/List_of_cities_in_Australia NSW says: > Since 1993, only local government areas in New South Wales can be declared as "cities" by the Government, under the...

Config file: ``` { "mode": "pro", "template": "apex-nitro-template-default", "libraryName": "tmp", "mainJs": "./src/main.js", "globals": { "apex": "apex" }, "srcFolder": "./src", "distFolder": "./build", "external": [ "apex" ], "version": "1.0.0", "cssExtensions": [ "scss"...

I think martin had this issue too.. What environment are you on? What terminal program? Is it completing successfully, or exiting part way through?

I'm in favour of this - can't see any reason to keep APEX 4 around. I'm a little confused on your two snippets above, you seem to have installed APEX...

Some examples of backup rotation: http://serverfault.com/questions/196843/logrotate-rotating-non-log-files

This article might also be useful: http://bodhizazen.net/Tutorials/SSH_security

One of the programs installed in the initial stages on Debian systems is `alien` - this program is used to convert from an rpm to a deb package file. See:...

@martindsouza Looks like this is a problem with the SSL additions. Specifically with the certbot dependency: ``` trent@TRENTXE:~$ sudo apt-get install certbot Reading package lists... Done Building dependency tree Reading...

Some discussions about the issue: - https://community.letsencrypt.org/t/problem-while-installing-certbot/16314 - https://community.letsencrypt.org/t/unable-to-install-certbot/17916 - https://community.letsencrypt.org/t/can-not-install-on-debian-jessie-backports/17935 As from one of the resources, I worked around this issue on Debian by enabling backports and installed from...