NixUser

NixUser.com | Unix User | Linux User | NixUser

How to create a Self-Signed SSL Certificate

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

Modify SSH Port, Use one other than 22

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

How to Enable or Disable Built-in Administrator Account in Windows

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

LibClamAV Error: Can’t load /usr/share/clamav/daily.cld: Malformed database

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

Update VPS Timezone – OpenVZ

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

Previous Posts Next posts