amuck-landowner

Search results

  1. WebSearchingPro

    Limiting the CPU resources a bash script can consume when running?

    You should be able to use cpulimit. manpage Though that may require some workarounds like finding the PID of itself and executing cpulimit. 
  2. WebSearchingPro

    CentOS, Ubuntu or Debian for a newbie learning to manage a server?

    If you intend on using cPanel, CentOS. If you plan to do VPS, CentOS.  If you are just messing around, Debian.
  3. WebSearchingPro

    AdminSpot.net becomes WebmasterOne

    Its gotten that much traffic, WHT killer in the making!
  4. WebSearchingPro

    milkywayhost.com - Free unlimited ssd shared hosting (no ads).

    If you consider the fact that only .html, .css, .php files are allowed, it seems possible to offer "unlimited" hosting. Since no images are allowed, there is not really much you can do. Limit one factor completely until its almost impossible to actually use.
  5. WebSearchingPro

    Good DC to startup with?

    Dacentec comes to mind, I believe their price point is around that.
  6. WebSearchingPro

    milkywayhost.com - Free unlimited ssd shared hosting (no ads).

    Well at least it will be full speed for me regardless... Dialup = :(
  7. WebSearchingPro

    Accurate bandwidth accounting

    Feathur as well as SolusVM utilize iptables for the bandwidth accounting. I believe either Feathur was or is going to use http://www.pmacct.net/ but I've personally not messed with it.
  8. WebSearchingPro

    OpenVPN autoinstaller

    I've noticed that it requires administrative access on Windows 7 to initiate the tap interface, otherwise it appears to connect (but it does not actually connect if you carefully read the logs). 
  9. WebSearchingPro

    should i make a freebsd openvz template?

    I guess this is essentially the same thing as "Windows XP OpenVZ Template"   :D
  10. WebSearchingPro

    should i make a freebsd openvz template?

    I'd be more interested on knowing how this could be done. I recall seeing something about running a BSD userland on a linux kernel, but I have not seen anything substantial other than MirOS which needed large code reworks. Edit: nevermind :(
  11. WebSearchingPro

    use statcounter and disable access.log?

    Is statcounter one of those javascript things you embed? If that's the case you will not see 404 errors or 403 errors or even 500 errors if they cant even load the javascript bits. People like myself may block all scripts to avoid tracking, however the server logs will still contain my activity...
  12. WebSearchingPro

    How to Install OpenVZ and Getting Started

    Unfortunately that is not possible. Windows 2008 is the first edition with Hyper-V.
  13. WebSearchingPro

    Google AdSense - Leak from former employee.

    A class action lawsuit is on the way against Google also.
  14. WebSearchingPro

    How do you monitor your vps uptime?

    Well, statuscake does ping tests I believe it also caches DNS resolutions which would be why this happened in your case. Their paid option has a live content testing feature that would have resulted in a proper alert. Now for the false down, its likely a reactive firewall (CSF/LFD on cPanel)...
  15. WebSearchingPro

    HudsonValleyHost Spamming the Helpdesk

    The OP has a copy of the email as the very first post.
  16. WebSearchingPro

    Benefits and downfalls of running Nginx and Apache side-by-side?

    Varnish does not handle SSL, that would just add another required service on the stack, something like Pound. 
  17. WebSearchingPro

    Benefits and downfalls of running Nginx and Apache side-by-side?

    This is what I tend to run with various levels of optimization and security layers on both "stacks". Works fairly well, if one setup does not block something, the other stands in the way.
  18. WebSearchingPro

    HudsonValleyHost Spamming the Helpdesk

    Haha, nice to see other people got annoyed too, I finally opted out, since they got banned its constant email spam and their friends inconspicuously reposting emails on LET i.e. that one you linked.
  19. WebSearchingPro

    HudsonValleyHost Spamming the Helpdesk

    Great idea, I checked our logs and got their IP. Looks like HudsonValleyHost employees are going through lowendbox posts, page by page. If you care to block Ernie, you can apply this .htaccess rule. <Files submitticket.php> Order Allow,Deny Allow from all Deny from 162.219.179.18 </Files>  ...
  20. WebSearchingPro

    HudsonValleyHost Spamming the Helpdesk

    Got one of those earlier, very annoying. I straight up told them not to send us unsolicited sales in tickets ever again.
Top
amuck-landowner