Tagged Questions
1
vote
0answers
120 views
How do I block an IP using hosts.deny with a non-default program?
I'm new to all of this.
I'm running Ubuntu 12.10 x64. I recently wrote a program in C++ that accepts TCP connections on port 57370, and it is running as a daemon (I used this guide). It's not very ...
0
votes
1answer
154 views
Access Wiki installation on Host from Virtual Server
Recently I set up a Dokuwiki installation on Ubuntu Server in VirtualBox. My host OS is Ubuntu 11.10. Till date I was using NAT configuration for my VirtualBox. Since today I decided to use Host-only ...
7
votes
2answers
4k views
How do I properly set up and secure a production LAMP Server?
It's very hard to find comprehensive information on this subject. Either I found short tutorials on how you perform the installation, as simple as "apt-get install apache2", or outdated tutorials. So ...
4
votes
1answer
733 views
Where should I place aliases for localhost?
I often need to use aliases for localhost (127.0.0.1) for my development work of websites, such that I can access them locally while routed via apaches virtual host concept.
In the past I have always ...