Where To Learn To Use A Linux VPS

Jul 25, 2008

Where do I begin if I'm planning on purcashasing a Linux VPS?

How to use SSH? and other things O_O..

Set up stuff..

View 8 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: High IO By Sa-learn / Spamtrain

Mar 12, 2015

at 6 in the morning sa-learn / spamtrain starts to learn from junk mails.This causes high load on the system und takes about 2-3 hours.Is there any way to change the time to some hours earlier to avoid high load in office hours?

nice -n 19 ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1​
... to solve the issue, that it didn't seem to have any effect to your CPU/IO usage. Please try as well the full path, if you experience issues, as for example:

/usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1​. Please make sure, that "nice" and "ionice" are located at the given paths and don't just copy&paste the suggestion with the whole path - usage ( you could use "locate nice" / "locate ionice" to verify the paths ).

You asked as well for a different execution time, to avoid high usage during office hours. I would recommend to try several spamtrain - cronjobs, which you might setup with

For Plesk 11 you would use:

nice -n 19 ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f execute-spamtrain >/dev/null 2>&1
/usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f execute-spamtrain >/dev/null 2>&1

For Plesk 12 you would use:
nice -n 19 ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f ExecuteSpamtrain >/dev/null 2>&1 /usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f ExecuteSpamtrain >/dev/null 2>&1

or use the direct command with: nice -n 19 ionice -c2 -n7 /usr/local/psa/admin/sbin/spamtrain >/dev/null 2>&1/usr/bin/ nice -n 19 /usr/bin/ionice -c2 -n7 /usr/local/psa/admin/sbin/spamtrain >/dev/null 2>&1​

If you still would like to exclude one of the daily DailyMaintenance - cronjobs from your "50plesk-daily" script, you have to modify the line /usr/local/ psa/ bin/ sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

to all different parts like:
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f Plesk-COMMAND-name1
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f Plesk-COMMAND-name2
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f Plesk-COMMAND-name3

where you have to leave out the commands, which should not be executed daily. ( Please see the current Plesk-commands for the DailyMaintenance - script with "/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -l" and be aware that Plesk 11 and Plesk 12 have different commands! )

From time to time, it is wise to clean up the spamassassin - database ( as you already found out with the linked forum-thread), but I would recommend a 6-month-cronjob and not a monthly one. that spamtraining with spamassassin can be very time investing and you should try out addons, filters and rules to find the most efficient configuration for each, unique server - unfortunately there is no "best-for-all" solution.

View 7 Replies View Related

How Did You Learn About Servers

Mar 15, 2009

I am leaning towards people who made the switch from reseller to vps. I dont know much about servers and getting managed servers become pricy so i just want to know how you learned.

View 14 Replies View Related

Is Xen Hard To Learn And Use

Jan 25, 2009

i find some post say xen need some time to learn, and it will be a learn curve here,
is it really xen hard to learn and use?

View 1 Replies View Related

Learn VPS Management

Jul 11, 2008

So far I had only dealt with shared hosting. Now I think it is high time to move to a VPS server. But before I migrate, I want learn how to manage a VPS server. Can anyone plz tell me how I can setup a VPS on my system, so that I can learn how to work with it.

View 12 Replies View Related

VPS To Grow And Learn On

Oct 31, 2007

I was wondering if anybody had a suggestion of what to look for in a VPS that I could use to learn and grow on. I generated a decent-sized web application (PHP5/MySQL) and I'm looking to grow in userbase and features.

I started it on Lunarpages shared hosting (which was a nightmare) before realizing I needed something a little better. I ended up switching over to WestHost and I've been very happy with them for a few years now. Though some may argue it's not a "true" VPS, it's done everything I wanted it to do so far and been quite reliable. It was a great stepping stone.

My site has been growing, as have my service plans, budget, and aspirations. I like to learn by getting my hands dirty, and I wanted to learn some of the more advanced aspects of running a webserver, so I'm in the market for a VPS with more freedom.

What VPS features or aspects should I keep an eye out for if I'm looking to both learn about the server and expand (aka do development work) at the same time? Benchmarks, RAM and CPU? Upgradability, managed and good support? CPanel, DA, Plesk? Snazzy logos and plan names?

View 3 Replies View Related

Which Windows Server Version To Learn

Jul 16, 2008

i want to learn windows server using,

there are many version,2000,2003,2008,

which one i should take time to learn?

View 12 Replies View Related

Learn Apache Mod_rewrite: 13 Real-world Examples

Apr 8, 2009

Notice: This is a discussion thread for comments about the SitePoint article, Learn Apache mod_rewrite: 13 Real-world Examples.

View 13 Replies View Related

Plesk 12.x / Linux :: Installing Mcrypt On Linux Centos 5.5 PHP 5.3.3

Jun 20, 2014

I am trying to install Magento on my apache server. I am running into the dreaded mcrypt issue as Magento needs it to run. I have now been googling for the past few hours and have gotten nowhere.

Here are my details:

Linux
Centos 5.5
PHP 5.3.3
x86_64
Plesk 12

I have tried installing all sorts of different repos and it just isn't working.

When I try to install using # yum install php-mcrypt I get the following:

Loaded plugins: fastestmirror
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.5.13-3.el5.remi.x86_64 instead
--> Processing Dependency: php53-gd for package: psa-php53-configurator
--> Processing Dependency: php53-imap for package: psa-php53-configurator

[Code].....

View 6 Replies View Related

Plesk 12.x / Linux :: Does Parallels Support It Being Installed On Linux VM

Feb 25, 2015

Does Parallels support Plesk 12 being installed on a Linux VM that is provisioned on Microsoft Windows Server 2012 R2 Hyper-V?Is it fully supported?

View 2 Replies View Related

Linux Or Linux And Windows

Oct 30, 2009

I am looking to start offering web hosting packages and I was wondering if it was worth offering just Linux hosting or Windows as well?

View 12 Replies View Related

I Need A VPS (Linux)

Aug 12, 2008

I need a powerfull vps with lxadmin control panel.

With support 24/7/365 and best uptime.

With 384 MB Ram.

View 5 Replies View Related

COM On Linux

Sep 4, 2009

Most if not all the applications that we produce use PHP/MySQL and we're currently on Windows/IIS environment.

We're looking to change our hosting company and upgrade our servers and I'm eager to migrate over Linux/Apache.

The only problem is, some of our applications use the COM object to integrate with PowerPoint, can this still be done on Linux.

Also is anybody aware of any other potential floors when migrating over?

View 2 Replies View Related

Linux Vps For 30$-35$

Mar 13, 2009

i am a wap develper(mobile web).I need a vps with 30-40 Gigs of space and about 200-250 Bandwidth with cpanel.my bugget is under $35 .Please suggest me one for these requirements.

View 4 Replies View Related

Swf To Avi On Linux

Oct 20, 2009

I tried going from swf to mpg by using

[url]

and I was thinking of going from mpg to avi using ffmpeg. The problem is that swf to mpg ran up with an error. I was wondering if anyone know of the best way to proceed with this.

There is also audio on the swf files.

View 8 Replies View Related

Linux VPS

Jan 2, 2008

I am looking at linux vps due to money constraints. Ive had lots of experience with windows vps... its really simple, just use remote desktop .

Is there something similar for linux vps? Giving me a desktop like environment to mess around in? How does that work? Is there a tutorial on how to use one, transfer files, etc.

im talking about using windows XP to community to a linux vps.

View 12 Replies View Related

Is It Possible To Run ASP Under LINUX

May 24, 2008

To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.

View 3 Replies View Related

Linux 512+ Ram VPS

Oct 1, 2008

Can anyone recommend a decent VPS place, need atleast decent ram for apache, mysql, xcache, php, 200 - 400 BW, for hosting about 2 websites. (need them on a separate machine from my others). Good connectivity matters since our users will be mainly from all over euorpe, USA and Russia and former Russian region.

View 12 Replies View Related

ASP.NET For Linux

Feb 2, 2008

There is some version of ASP.NET for linux that is reliable?

View 1 Replies View Related

Dir /p In Linux How May

Aug 2, 2007

in dos we run dir /p and with if the folder was very long show only 10 list and witn click on enter,show page2 and ...

but in linux how may?

i run ls /p but don`t answer to me

View 3 Replies View Related

Linux

May 27, 2007

I have Debian Etch 4.0 and am intending to run a LAMP (Linux, Apache, MySQL and PHP) installation on Debian.

I have setup AMP on windows boxes to run successfully. I have very good microsoft O/S skills but have vague skills around Linux which I need to learn quickly for my job. First of all I need to setup a LAMP installation so does anyone have a recommendation of a simple and easy LAMP installation step-by-step solution for me?

View 4 Replies View Related

ASP.net On Linux

Dec 11, 2007

I have a dedicated Linux server with CentOS and Directadmin.

How do I get ASP.net on a Linux server, I only could find one that seems something about it, but I cant seem to understand how that will work, and how to install it YEP thats how smart I am.

View 6 Replies View Related

GoDaddy VDS Linux

Jul 8, 2008

I have recently purchased a GoDaddy Virtual Server running Fedora 7, with the Plesk Control Panel 8.3 installed - if I had remembered this site then I probably wouldn't have chosed GoDaddy, however my colleague runs a GoDaddy server and it works like a dream. I have only one domain on the site, running Boonex Dolphin 6.1. The site however runs EXCEPTIONALLY slow.

I have spoken with many friends that use Dolphin and they have no major issues. I also did a search on Google and found that there appear to be no major speed issues with Dolphin.

The site I am running is http://www.tkd-web.com

I wondered if some of you guys could take a look and let me know if it looks like a hosting issue or a scripting issue. Or what information do you need to know to find out the answer to this problem.

I would be really grateful to anyone that can even point me in the right direction, as I don't want to go off and start shouting the odds about GoDaddy etc, I just want to find the most effective solution to my issue.

View 14 Replies View Related

Run Aspx.cs On Linux?

Apr 26, 2008

How can i run my "aspx.cs" files on Linux server. But by default on my Linux box, it just shows the code of the "aspx.cs" file ..

How can i make aspx.cs run on linux server..

View 2 Replies View Related

VPS With Linux Ubuntu 7.1/8.04

May 18, 2009

I'm interested in having an unmanaged VPS with Ubuntu 7.1 or 8.04 installed (or available to Rebuild under the HyperVM) from the state of Missouri (should have at least some IPs already available from the region).

View 2 Replies View Related

[EU] Looking, Dedicated Linux

Jan 5, 2009

I am currently with a company operating out of the Netherlands, however for what I am spending I do not feel I am receiving timely responses to support tickets (I'm talking days with no reply, at all). So, I am looking to switch. My current budget is around $300 USD/mo, however, I can spend more if the deal is right.

I need a host that is not easily scared off by American DMCA take-down notices. Please understand, nothing I do is illegal. In fact, to be blunt, I write software for online games and charge a fee to users who wish to access my software. I was using dedicated hosts within the United States to satisfy my customer base, however, one particular company, Nexon America (just one of the companies whose online games I develop software for) more or less got me dropped by every host I went to. I host absolutely no copyrighted files of any kind, images, textual, video, or binary.

View 12 Replies View Related

Linux Virus

May 23, 2009

I'd like to know that is Linux virus free server or not?

Is there any possibility to run a virus on linux server while uploading files (virus affected) from local system to server end by ftp client?

View 14 Replies View Related

Linux Or Windows - Which Is Best?

Feb 1, 2009

does it matter which 1 you use? and if so which one is the best

View 14 Replies View Related

WDS With Linux Dhcp/pxe

Apr 5, 2009

for a project i'm setting up a WDS server for rapid deployment of Windows 2008 servers.
The information regarding WDS and automated deployments is clear for me.

The only, and probably biggest problem is how to configure the linux dhcp/pxe server to able to boot an image from the WDS to start the installation.

Unfortunately I haven't found much information about it.

I hope some one here can push me in the right direction.

View 1 Replies View Related

What To Do With A Linux COLOCATION

Jul 2, 2009

I currently colocated at Chicago FDC Servers, OUTSTANDING BY THE WAY! Cheap too! But that is not my area of concern, since I already have a colocation, I was wondering if people could give me ideas what to do with it. I colocated because I found them, they offered me an affordable colocation.

I do not wish to host STEAM GAME SERVERs like counter strike.

If I had a ventrilo license, I could host a huge ventrilo, but I do not. Teamspeak is out of the question.

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved