Skip to content
WJunction - Webmaster Forum

Search results

  1. I

    Selling Remote DDoS Protection & Web Security - Starting from 49€/mo (US/EU)

    Our Anti DDoS Proxy system protects your website from all kinds of DDoS Attacks on network and application layer (only with the advanced proxy) and accelerates it by caching of static files. These attack types include every kind of SYN flood, UDP flood, ICMP flood and HTTP GET/POST flood (only...
  2. I

    Unable to create directory in ubuntu/debian

    You can simply add the "-p" option to "mkdir" to create the whole path in case it doesn't exist. Like: mkdir -p /home/myusername/rtorrent
  3. I

    OpenVZ vs KVM vs XEN

    I prefer KVM. Why? Because it's a full virtualization and you don't run into issues such as the user beancounters with OpenVZ, plus it's closer to the hardware than XEN.
  4. I

    What's different between OpenVZ and XEN?

    OpenVZ is a user space virtualization, meaning you can only virtualize Linux. XEN (except XEN PV) is a full virtualization, which means you can use your own kernel and kernel modules, libs, etc. and even another OS on a guest. Same goes for KVM, which I prefer over XEN, as it's a bit closer to...
Back
Top Bottom