amuck-landowner

Search results

  1. KuJoe

    Versaweb 10 Year Anniversary Special - Dual Xeon L5630 + 24GB RAM $49! IP's $0.10ea!

    I've heard differently but I also have AVG and ClamWin installed on my laptop for anti-virus. I mainly use it for the other features and it's been awesome on my cell phone by saving me from apps that want more access than they should have. Either way, the proxy at work is pretty reliable in...
  2. KuJoe

    Versaweb 10 Year Anniversary Special - Dual Xeon L5630 + 24GB RAM $49! IP's $0.10ea!

    I tried to visit your site but it's getting blocked by my local filter at home (Webroot SecureAnywhere) and my network filter at work (not sure what my work uses). :(
  3. KuJoe

    Need some more MySQL magic.

    Luckily I'm using their MySQL helpers so when they do switch to mysqli I won't need to change any of my code. I don't use a netbook anymore (I started playing PC games again and they are a little too demanding for my old netbook) but I do carry around my tablet with an HDMI adapter and wireless...
  4. KuJoe

    What can I buy for exactly $8.03?

    PM me your address and the AMEX card number to cover shipping and I'll send you a surprise box of tech randomness guaranteed to exceed $10 in value. :)
  5. KuJoe

    Need some more MySQL magic.

    @AThomasHowe I'm coding reports for WHMCS so I am using their MySQL helpers, they don't support mysqli yet. :(
  6. KuJoe

    Need some more MySQL magic.

    It doesn't show all of the orders though. All it shows me is this: name COUNT(*) tsetco 128MB tsetfl 128MB Unfortunately, my development database has 3 orders for the same product (packageid) so that output doesn't show me that. It's possible I don't understand what he was trying to...
  7. KuJoe

    Need some more MySQL magic.

    I tried that code in the CLI and all it returned was the server names and 1 of the product names.
  8. KuJoe

    Need some more MySQL magic.

    Ok, 100% working now. Still welcoming any suggestions on how to improve on this as it seems like I'm taking the hard way to get my results: $sresult = select_query("tblservers","",array("disabled"=>'0'),"id","ASC"); while ($sdata = mysql_fetch_array($sresult)) { $server = $sdata['name']...
  9. KuJoe

    Need some more MySQL magic.

    And I spoke too soon. Looks like it only returns a single product for each server, I'll probably need another while loop in there somewhere. :(
  10. KuJoe

    Need some more MySQL magic.

    Yay! I figured it out. I had some mistakes in the original MySQL queries so when I ran them in the CLI the errors it outputted were helpful and brought me to the answer. I don't know why I didn't try that before opening this thread but here's the working code (feel free to suggest something...
  11. KuJoe

    Need some more MySQL magic.

    I'm trying to build a report in WHMCS that will generate a list of products sold this month and group them by server. The code I have now doesn't work, nor do I know why it doesn't work but I'm sure it's because I suck at MySQL.  :lol: Any assistance or guidance is appreciated. :) $sresult =...
  12. KuJoe

    IPv6 OpenVPN on OpenVZ VPS Questions

    I wish I could help but my OpenVPN knowledge is limited to Googling for a tutorial, I've never used OpenVPN before so I don't even know where to start. Sorry. :(
  13. KuJoe

    OpenVZ VPS - OpenVPN. Need help? Will provide SSH access

    The problem is iptables. I am on my phone so I can't give you the commands to fix it off hand.
  14. KuJoe

    iptables v1.4.7: Bad IP address "

    I'm going to have to disagree here. If you get an error message that says "Bad IP Address" then any reasonable person who's ever logged into a server before should know that the problem is that the IP address is bad. Had he tried to ping the bad IPs before opening this thread, he should have...
  15. KuJoe

    TemplateLayer - OpenVZ Templates - Template Request's

    Ok, I was able to get the CentOS 6.5 32bit Minimal template down to 3MB of RAM (with OpenSSH running even)!!!! I removed all of the packages that didn't break the OS, networking, or SSH: MAKEDEV.i686 e2fsprogs.i686 e2fsprogs-libs.i686 ed.i686 logrotate.i686...
  16. KuJoe

    TemplateLayer - OpenVZ Templates - Template Request's

    Feel free to make a list of which packages can be safely uninstalled without breaking anything and then contact OpenVZ to get them to update their already minimal template: MAKEDEV.i686 audit-libs.i686 basesystem.noarch bash.i686...
  17. KuJoe

    TemplateLayer - OpenVZ Templates - Template Request's

    It has 154 packages installed by default but only 10 processes running. It's using 6MB of RAM and 368MB of disk space. Here is the list of the 10 processes: init [kthreadd/2779] [khelper/2779] /sbin/udevd -d /sbin/rsyslogd -i /var/run/syslogd.pid -c 5 /usr/sbin/sshd /sbin/mingetty console...
  18. KuJoe

    OpenVZ.org's new minimal templates (resource usage inside).

    According to OpenVZ.org they are: https://twitter.com/_openvz_/status/483715639710740480
  19. KuJoe

    OpenVZ.org's new minimal templates (resource usage inside).

    Since there have been a few discussions about minimal templates lately I decided to give the new OpenVZ.org minimal templates a test run. I started getting tired though so I only did the 32bit templates for SUSE and Ubuntu. CentOS 6 32bit - 3MB RAM / 334MB Disk CentOS 6 64bit - 4MB RAM / 337MB...
  20. KuJoe

    TemplateLayer - OpenVZ Templates - Template Request's

    @Mid Another thing worth mentioning is that just because it's installed (yum list installed) doesn't mean it's running. I'm on a VPS with 154 packages installed with only 11 processes running.
Top
amuck-landowner