Page 1 of 2

Blog Engine for 50cents VPS

Posted: Wed Aug 22, 2012 4:44 pm
by jcaleb
Hello, Admin, Uncle

Right now, I am using the 50cents VPS for my own blog. I tried blite.ca and it works great. Just using 13mb ram. With lots of room left for caching and whatnot.

Do you have other alternative suggestion to blite that would still fit 50mb? I am looking for something with extra features, so that I could use this for a very long time. Features I am looking for are "pages" and page menus on top, friendly url, and search. Just those basics.

Will Wordpress just work fine?

Thank you

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 23, 2012 3:05 pm
by Admin
Wordpress uses with standard plugins out of the box more than 50 MB, if you add heavy plugins might drop under 1-2 visitors. You can tweak things but I am not sure WP is suited for 50 cents.
Ask rizko what soft is using for this : http://karangan.web.id. I get a malware alert on it, better don't run windows when you go there :)

Admin

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 23, 2012 4:09 pm
by rizko
I think from the link in the bottom area, because my friend ask me the same question about malware on my site, I dont know why? I check with Microsoft Security Esential and Avira and My antivirus didnt find anything.

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 23, 2012 4:52 pm
by Admin
It is not in your computer, but in the blog. Pages contain probably encode64 javascript someplace, mostly way to the right of the source so it is not visible when you read it.
You can compare the source of files with the blog files (content is in database, so should not "fatten" the files) and see which ones "grew" and look for encode string.
I am not suggesting just to clean it up, but you have to save database, delete all files and install a newer version which is not vulnerable.
At times the injection is in database, but less common. Keep also your webserver updated. I recommend a complete reinstall of vps.
M

Re: Blog Engine for 50cents VPS

Posted: Fri Aug 24, 2012 2:57 pm
by rizko
Ok Thx, I will check again my source. BTW now I'm using PivotX Blog Source on my 50 MB VPS. It is not need MySQL only use Flat File. I think 50 MB VPS enough for this blog.

Thx for your advice :)

Kind Regards
Kurnia Ramadhan from Equator
http://ramadhan.me

Re: Blog Engine for 50cents VPS

Posted: Fri Aug 24, 2012 3:14 pm
by Admin
http://www1.l8wqure.keren.la/4ot909iaq4 ... FvlQ%3D%3D

That is what i am getting when going to your page. Please clean it up or you will infect your visitors.

Admin

Re: Blog Engine for 50cents VPS

Posted: Sat Aug 25, 2012 2:23 pm
by NanoG6
I don't know about WordPress, but my 50mb VPS can running NGINX + MySQL + PHP-FPM + PowerDNS server very nicely. It consumes only ~15mb of RAM:

Code: Select all

root@it:~# free -m
             total       used       free     shared    buffers     cached
Mem:            50         34         15          0          0         19
-/+ buffers/cache:         15         34
Swap:           50          2         47

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 30, 2012 9:00 am
by rizko

Code: Select all

rizko@50cents:~$ free -m
             total       used       free     shared    buffers     cached
Mem:            50         47          2          0          0         20
-/+ buffers/cache:         27         22
Swap:           50         17         32
Dear unclesal, I just installed Wordpress with SQLite, I remove MySQL Server from my 50Cents VPS, now my 50Cents VPS running only NGINX+PHP-FPM, and I'm happy with that :)

Up for 1 days now ...

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 30, 2012 9:52 am
by jcaleb
i didn't know you can use sqlite with WP

Re: Blog Engine for 50cents VPS

Posted: Thu Aug 30, 2012 10:12 am
by rizko
Yes you can, you can check this article: http://alien.slackbook.org/blog/pdopowered/ or my article: http://www.ramadhan.me/?p=15 (In Indonesian Langguage :) )