HTTP Protocol Basics HTTP is a plaintext protocol. Thereby, simulating a browser and testing access through port 80 using the telnet command becomes simple. The following steps are necessary for this from a Linux command line: Execute telnet SERVERNAME 80. Thereby, telnet will connect to the server named SERVERNAME through port 80. If the establishment of the […]
Om een nieuw leeg bestand te maken: 1. Ga naar de directory/map waar u de file/bestand wilt hebben. 2. Type de file naam in, in de “Create New File” tekst box. 3. Vink”HTML template” aan om HTML tags in de file op te nemen (optioneel) 4. Klik op de “Create” knop.
Het HOSTS-bestand aanpassen Er is slechts een simpele tekstverwerker zoals Kladblok (Start, Alle programma’s, Bureau-accessoires) nodig om websiteadressen aan het HOSTS-bestand toe te voegen. Maak wel eerst een back-up van het bestand C:WINDOWSSYSTEM32DRIVERSETCHOSTS (let op: de naam van het HOSTS-bestand heeft géén extensie) voordat er wijzigingen in worden aangebracht. Nadat het bestand naar een veilige […]
Hier kunt u lezen hoe u Microsoft Outlook 2013 handmatig kunt instellen om automatisch e-mail op te laten halen van uw domeinnaam. Open Outlook Ga naar ‘Bestand’ en klik op ‘Info’ Klik op ‘Account toevoegen’ Kies onderaan voor ‘Serverinstellingen of extra servertypen handmatig configureren’ Klik op ‘Volgende’ Kies voor ‘POP of IMAP’ (indien Outlook 2010 […]
You can customize by adding Logo to your business account. On adding Logo, when the members of your Organization log in to their respective email accounts, the Logo added by you will be reflected across their accounts. You can also use the CNAME Records of your domain to customize the URL. The members of your […]
Follow the below steps to restart the Servermeister.com agent services based on your platform: For Windows platform – In the Windows home screen, navigate to Start and run the command services.msc This will open up the Services window. Search and select Servermeister.com Windows agent in the listed services and click Start the service For Linux platforms, execute the below […]
Hard disk space is the amount of storage space expressed in GigaBytes (GB) as included in your VPS package. This determines the amount of data that can be stored on your VPS. You can expand the disk space of your BladeVPS by ordering an Add-on through the Control Panel. You can add up to 400GB […]
Goal of a Secure Erase According to the ATA specification, a secure erase should guarantee the secure erasure of all stored data on a storage medium. Most SSDs support secure erase, executing it for the physical deletion of all blocks on the SSD. The SSD will then be usable at its original ideal performance level, […]
Installation SSH to your DirectAdmin server (with root). Download RainLoop. cd /var/www/html wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip Extract downlaoded file. unzip rainloop-community-latest.zip -d rainloop Set permissions. cd /var/www/html/rainloop find . -type d -exec chmod 755 {} ; find . -type f -exec chmod 644 {} ; chown -R webapps:webapps . Configuration Update DirectAdmin to use RainLoop. nano /usr/local/directadmin/conf/directadmin.conf set webmail_link=rainloop service directadmin […]
Om DirectAdmin te updaten moet je Root (sudo) rechten hebben. Update eerst het systeem zelf: Voor Debian/Ubuntu: apt-get update && apt-get dist-upgrade Voor RedHat/CentOS: yum update Update de custombuild software list: DirectAdmin comes with custombuild which is the update manager in this case. First we want to navigate to the custombuild directory: cd /usr/local/directadmin/custombuild/ We […]