User contributions

From Server Knowledge Base
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

  • 11:37, 15 January 2013 diff hist +13,832 N SSLCreated page with "== [http://www.sslshopper.com/how-to-move-or-copy-an-ssl-certificate-from-one-server-to-another.html Copying SSL from server to server] == If you have an SSL in p12 format, ...."
  • 11:37, 15 January 2013 diff hist +6,049 N ScriptsCreated page with "These are also located at http://serverkb.co.uk/tools/ Read the README.txt for further information on these tools. == [http://serverkb.co.uk/tools/accounts.sh Plesk Accounts..."
  • 11:36, 15 January 2013 diff hist +3,477 N SecurityCreated page with "== Autokick SSH user after specified time == if [ -n "$SSH_CONNECTION" ]; then export TMOUT=300; fi This will check if a user is logged in using ssh and will log out the use..."
  • 11:36, 15 January 2013 diff hist +6,360 N Resource UsageCreated page with "== Disk Usage == Note: If you have a file/files open and your disk space appears full, do a reboot and it will close the open file/s. This is a true indication of disk space ..."
  • 11:36, 15 January 2013 diff hist +3,162 N Plesk InstallsCreated page with "== Wordpress on Plesk 9 == * Click ''Applications'', click ''Add Applications from APS Catalog'' * In ''Application Name'' type Wordpress then click '''Search''' * On the Wor..." current
  • 11:35, 15 January 2013 diff hist +7,206 N Plesk Fatal ExceptionCreated page with "== Plesk Fatal Exception == === Password File Deleted === If this errors come up in Plesk: <pre>ERROR: PleskFatalException Unable to connect to database: get_admin_passwor..."
  • 11:35, 15 January 2013 diff hist +23,996 N Plesk ErrorsCreated page with "The best places to check for Plesk problems are: <pre>/var/log/sw-cp-server/error_log /usr/local/psa/admin/logs/panel.log /var/log/messages</pre> [http://kb.parallels.com/en..."
  • 11:33, 15 January 2013 diff hist +12,093 N Plesk Domain ManagementCreated page with "== Create domain in Plesk 9 == In some old versions you may need to go to: * '''Main Menu - Clients''' * Click the client under '''Client's name''' * Under "Domains view | c..."
  • 11:33, 15 January 2013 diff hist +3,221 N Plesk BackupsCreated page with "== How to take them == Go to the following area for '''domain level backup'''s to do a manual one: * Domains * pick a domain * Manage hosting * Websites and Domains tab * Ba..." current
  • 11:32, 15 January 2013 diff hist +10,138 N Upgrading PleskCreated page with "== Updating/Upgrading Plesk == Plesk 9 GUI: Main Menu - Home > Help & Support - Updates > Click one of the Release Names <br> Plesk 10 and 11 GUI: Server Management > Tools &..."
  • 11:32, 15 January 2013 diff hist +1,332 N Plesk 11Created page with "Under construction * Release notes between version 10.4.4 and 11: http://download1.parallels.com/Plesk/PP11/11.0/release-notes/parallels-plesk-panel-11.0-for-linux-based-os.h..."
  • 11:31, 15 January 2013 diff hist +24,477 N PleskCreated page with "Note: Plesk 11 uses nginx. If the IP address and websites will not load, do ps aux | grep nginx . If not running do /etc/init.d/nginx reload To check if anyone has logged..."
  • 11:31, 15 January 2013 diff hist +25,605 N PHPCreated page with "== Additional PHP modules/extensions == * apc - Used for caching. Check in /opt/psa/admin/conf/php.ini and php -m . There should also be extension="apc.so" in anot..."
  • 11:31, 15 January 2013 diff hist +24,662 N NetworkingCreated page with "An important command to check what service is running on a port is ([http://www.cyberciti.biz/faq/find-out-which-service-listening-specific-port General Guide]): netstat -tul..."
  • 11:30, 15 January 2013 diff hist +18,251 N MySQLCreated page with "Note: MySQL on Fedora and CentOS can be called mysqld == Before making changes... == Use the commands BEGIN, COMMIT and ROLLBACK == Change character encoding == <pre>mysq..."
  • 11:30, 15 January 2013 diff hist +5,834 N MinecraftCreated page with "Currently the server is running 1.4.6-R0.4 Dev for our Minecraft server. We have now updated the plugins to be compatible with 1.4.6 Load Minecraft: <pre>/usr/bin/java -Djli..."
  • 11:30, 15 January 2013 diff hist +5,130 N MediaWikiCreated page with "== Installation == On Unix, do the following: <pre>mkdir /var/www/sites/domain.co.uk cd /var/www/sites/domain.co.uk wget http://download.wikimedia.org/mediawiki/1.20/mediawi..."
  • 11:29, 15 January 2013 diff hist +8,618 N QmailCreated page with "== As a service == <pre>/etc/init.d/qmail start|restart|stop</pre> == Mail in the queue == <pre>/var/qmail/bin/qmail-qstat</pre> Resend it: qmailctl doqueue<br> * See how ..."
  • 11:29, 15 January 2013 diff hist +27,856 N MailCreated page with "==[http://exchange.mvps.org/smtp_frames.htm Telnet test]== You may need to issue the command STARTTLS first for a CentOS/Postfix server. Via SSH you can either do: * telnet..."
  • 11:29, 15 January 2013 diff hist +20,876 N UbuntuCreated page with "dpkg -l | grep service will show the enabled modules for that service. == 32bit on 64bit == To use 32bit applications on Ubuntu 10.04 64bit you will need the following packa..."
  • 11:29, 15 January 2013 diff hist +178 N OpenSUSECreated page with "To be edited. It seems OpenSUSE uses zypper as it's apt-get/yum equivalent. [http://www.achawkins.com/tech/how-to-install-dropbox-in-opensuse-12-1/ Install Dropbox in OpenSUSE]" current
  • 11:28, 15 January 2013 diff hist +103 N FedoraCreated page with "== [http://en.wikipedia.org/wiki/Fedora_%28operating_system%29#Version_history Releases and Support] ==" current
  • 11:28, 15 January 2013 diff hist +24,982 N CentOSCreated page with "/etc/httpd/conf/httpd.conf is the CentOS equivalent of sites-available/enabled. == [http://wiki.centos.org/AdditionalResources/Repositories/RPMForge Additional Resources/Repo..."
  • 11:28, 15 January 2013 diff hist +20,030 N LinuxCreated page with "To see help commands do command --help or man command. To paste into PuTTY, use SHIFT + INSERT.<br> For detailed software and hardware info do apt-get install hardinfo then ha..."
  • 11:28, 15 January 2013 diff hist +10,777 N FTPCreated page with "== Connecting == Once these have been set and they have propagated you will be able to connect with the server IP address <!-- or ftp.exampledomain.com -->as the hostname, us..."
  • 11:27, 15 January 2013 diff hist +13,849 N DNSCreated page with "== 301 Redirect == http://www.123-reg.co.uk/support/answers/Domains/Web-Forwarding/how-do-i-add-301-permanent-web-forwarding-2520/<br> http://www.123-reg.co.uk/support/answer..."
  • 11:24, 15 January 2013 diff hist +3,381 N WHMCreated page with "Web Host Manager (WHM) and cPanel tie in together. CTRL+F is the most useful command for finding what you need in the large array of features available in WHM, a..."
  • 11:23, 15 January 2013 diff hist +6,803 N CPanelCreated page with "cPanel and Web Host Manager (WHM) tie in together. To preview a domain before DNS, enter http://IPaddress/~FTPusername == Add FTP User == WHM > Account Information ..."
  • 11:23, 15 January 2013 diff hist +11,465 N ApacheCreated page with "Note: Apache on Fedora and CentOS may be called httpd == Errors == Use either of the below commands to check the apache2 configuration: <pre>apache2 -t apache2ctl -t apache..."
  • 11:22, 15 January 2013 diff hist +9,694 N SSHCreated page with "== [http://serverkb.co.uk/wiki/General_Linux#File_Permissions Changing File Permissions] == == Logging into SSH == === On a Linux PC/Mac === Open Terminal for Mac in Appli..."
  • 11:21, 15 January 2013 diff hist 0 m Main PageProtected "Main Page": High traffic page (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite))
  • 11:20, 15 January 2013 diff hist +1,460 m Main Page
  • 10:22, 15 January 2013 diff hist +9 m MediaWiki:Sidebar
  • 10:20, 15 January 2013 diff hist −4 m MediaWiki:Sidebar
  • 10:20, 15 January 2013 diff hist +555 N MediaWiki:SidebarCreated page with " * Navigation ** mainpage|mainpage-description ** portal-url|portal ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage ** helpp..."
  • 01:33, 15 January 2013 diff hist +278 Nm User talk:TesterWelcome! current
  • 01:33, 15 January 2013 diff hist 0 Nm User:TesterCreating user page for new user. current

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)