April 3, 2015, NixUSer, 0
I will explain here how to create a self-signed ssl certificate for testing purposes. I am skipping the usual explanation of the technique, since you already know it. Generate Private Key The first step is to create the RSA Private Key. This key is a 1024 bit RSA key which is encrypted using Triple-DES and More
Like this:
Like Loading...
February 6, 2015, NixUSer, 0
Login to your Server or VPS as root and follow these steps to change the ssh port. It is always a good idea to back up important server files before making any changes to them. So copy the file once you have logged into the server. $ cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back Next, open the SSH config More
Like this:
Like Loading...
August 22, 2014, admin, 0
To enable the built-in Administrator account in Windows, please follow these steps: 1. Click Start, and then type cmd in the Start Search box. 2. In the search results list, right-click Command Prompt, and then click Run as Administrator. 3. When you are prompted by User Account Control, click Continue. 4. At the command prompt, More
Like this:
Like Loading...
August 22, 2013, NixUSer, 0
I was not able to restart clamd service, was getting the following error. root@nixuser.com [/]# /etc/init.d/exim restart Shutting down clamd: [FAILED] Shutting down exim: [ OK ] Shutting down spamd: [ OK ] Starting clamd: LibClamAV Error: cli_tgzload: Invalid checksum for file daily.mdb LibClamAV Error: Can’t load /usr/share/clamav/daily.cld: Malformed database ERROR: Malformed database [FAILED] Starting More
Like this:
Like Loading...
July 19, 2013, NixUSer, 0
Your OpenVZ will have the host server’s time settings by default. But it is possible to configure your VPS to use a custom timezone which you are on or your user is on. Log in as the root user via ssh and run the following command to list all available timezones: $ ls /usr/share/zoneinfo/ and More
Like this:
Like Loading...