Rented vServers#

Server Maintenance

1old-11/2011Carrot Server
212/2011-10/2014Server4You
301/2014-03/2017netcupRoot-Server L v22x Intel® Xeon® E5-2620, 8GB RAM, 500GB HD
404/2017-06/2018netcupRS 2000 SAS G7SEa14x Intel® Xeon® E5-2680V4, 12GB RAM, 480GB SAS
507/2018-todaynetcupRS 2000 SAS G8 a14x Intel® Xeon® Gold 6410, 16GB RAM, 480GB SAS
Domains registered at Strato

Backup#

folder:
cd <targetfolder>
tar cvzf <name.tar.gz> <folder>
 c - create an archive file (as opposed to extract, which is x)
 v - verbose / list archived files
 f - filename of the archive file
 z - filter archive through gzip

Change server, migrate:#

  • Tomee
  • MariaDB
  • Wiki pages
  • Minecraft
  • Apache + mods
  • letsencrypt
  • Postfix + Dovecot
  • Seafile
  • proftpd

Commands#

Change owner recursivechown -R <user> *
Rebootshutdown -r -t 5 now ShutDownIn5secs

Installations#

Notes#

SSH through Proxy#

  • Config SSH on your linux server. Then use putty, SSH, Port=443, Connection > Proxy, set proxy and port, set type to HTTP
  • SSL and HTTPS

Which Linux to install / ratings#

distrowatch.org | Overview | Take_A_Test

Unix#

HP-UX

Installation on Debian 5.0 (server4you) on 19.09.2010#

apt-get update
apt-get dist-upgrade
apt-get install mysql-server
/usr/bin/mysqladmin -h localhost -u root -p version
    Server version          5.0.51a-24+lenny4
    Protocol version        10
    Connection              Localhost via UNIX socket
apt-get install default-jdk
java -version
    java version "1.5.0"
    gij (GNU libgcj) version 4.3.2
apt-get install tomcat6