Showing posts with label VPS. Show all posts
Showing posts with label VPS. Show all posts

Saturday, July 25, 2015

How to limit CPU Usage in Centos 6

Hello, it's been a while since my last post, today i want to share about limiting CPU Usage, this tutorial is not to important if you have VPS with high memory and fast processeor, but how about if you only have 384 MB memory and you have plenty application running in same time???, i suggest dont do that :D, but some of you maybe has limited budget or something else, i take an example if your VPS running wine, and of course running windows application...

Saturday, July 11, 2015

How to install VestaCP on Centos 6

VestaCP is another good web control panel for VPS, it lightweight control feature with many feature, when you installing vesta, it will automatically install a few good package, so no need to install it again, such as fail2ban, vsftp, spam assassin, apache, MySQL, roundcube mail server, etc, it's quite good, installing many package with only few single lines of code in terminal. Installing I will provide an easy way to installing VestaCP,...

Friday, July 3, 2015

How to install Squid Proxy 3.5.5 on Centos 6.6 64Bit

Hello, now we are going to install Squid 3.5.5-1 Release May 29, 2015. Before we continue, in previous i have explain in detail how to install squid proxy on Centos 6, it works on 64bit and 32bit architecture (http://www.angelimus.com/2015/07/how-to-create-elite-proxy.html). But now i only try in Centos 6.6 with 64Bit architecture with VPS from Evoburst.com. Case : I have run VPS With Centos 6.6 64Bit with Squid Proxy Server 3.5.0.4, and i...

How to install Squid on Centos 6.6 as an elite proxy

Hello again, now i want to share about squid proxy, before we start let's knowing squid by definition first, Squid is a caching and forwarding web proxy. It has a wide variety of uses, from speeding up a web server by caching repeated requests; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to aiding security by filtering traffic wikipedia.com Yesterday "someone" has email me about...

Tuesday, June 23, 2015

How to add user in Centos 6

Hello again, today i want to share about how to manage user in Centos 6 64Bit. User are an account that has created by user or by 3rd Party Application in order to run. User can be created if you want to add another account to share your VPS, but remember, because you are in one VPS, so you much share your resource too  with another user that logon in your VPS. You can limit user activity too for your user, example, if you want to limit...

Saturday, June 20, 2015

How to Unzip / Zip file in Centos 6

Hello again, now i want to share how to zip and unzip file in centos, what in zip file? zipping file is collecting a few or more file that you choose and compress it into one file, so you can give that file or send to your friend or send it to file hosting, zip file usually used when you want to backup something, as a sample, i have website that i put on /public_html folder, and i want to back it up in case something happened or maybe you want to...

Wednesday, June 17, 2015

How To Monitoring Running Process in Centos 6 64Bit

Hello, again now i want to share some tutorial about how to monitoring resource on centos 6, this tutorial is very common, i got this from a few source, a few of them i got from tecmint.com, you can check it there for more information and of course there are much usefull information, you must visit there. What is monitoring running process?? in windows, we usually use task manager to see what is running on our system, but in centos, we have...