Editing Apache & NGINX Config files
List all open files on port 80 lsof -i tcp:80 -Pn Apache SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit […]
» Read moreTalk To Me
List all open files on port 80 lsof -i tcp:80 -Pn Apache SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit […]
» Read moreRedirect from http to https via Apache config SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit the httpd.conf file, or […]
» Read moreMaking sense of GIT
» Read moreSome basic, but useful commands File & folder ownership & groups Find all files/folders with user apache. find . -user apache Find all files/folders that DO NOT have user apache. […]
» Read moreResponsive Web Design continues to evolve, as do web browsers, personal computers and the underlying technologies that make the web possible. To stay competitive, web designers and developers need to […]
» Read moreIn my line of work I register a lot of domain names (TLDs) for my clients. I also suggest alternative .com, .ie, .org TLDs. For example Marrons Brewery might might want […]
» Read more