Login to Aruba 2530 Switch via SSH and go to configuration mode Configure Timezone (Malaysia), Date & Time manually Configure Aruba 2530 Switch to point to DNS Server for name resolution Configure NTP to sync with time.windows.com Verify NTP sync is working fine with “show ntp status” Save the Con..
Restoring a single database from a full dump is pretty easy, using the mysql command line client’s –one-database option: But what if you don’t want to restore the database, you just want to extract it out of the dump file? Well, that happens to be easy as well, thanks to the magic of sed: You ..
MariaDB is an open-source database engine system, commonly used.This tutorial will explain how to install MariaDB on a Debian server, and verify that it is running and has a safe initial configuration. Step 1 — Instalation Lets start this by updatings our repositories and install the package, and for that we will use the apt ..
TimescaleDB is one extension of PostgreSQL that uses time series under a SQL DB.Today we will explain how to install Zabbix 5.0 using TimeScaleDB extension that is very eficeient in terms of History Syncer e housekeeper. Start by download the package that will provide us the repositories to install zabbix from apt. Next install the ..
Here are some basic operations with the MySQL server. SQL Statements explains in detail the rich syntax and functionality of the SQL statements that are illustrated below. Showing existing databases. Use a SHOW DATABASES statement: Creating a new database. Use a CREATE DATABASE statement: Check if the database has been created: Creating a table inside ..
Imagine you need to create a new database for some project like a simple blog, and you plan to do that with MySQL. So, in that case all you need is to install MySQL/MariaDB and, after MySQL server is up and running, you can connect to it as the superuser root with the mysql client ..
In WordPress, there is more than one way to reset your password.The one that we are going to explain here today is by setting a new password directly in MySQL Worpress database. First access your wordpress website files and find a file config.php.inc.Inside this file you will find the username the password the database name ..
Once I noticed a message in /var/log/samba/log on one of the servers with samba: The warning is displayed due to the fact that Linux has a default limit of 1024 simultaneously open files, and on Windows it is 16384.Therefore, we will increase the limit in Linux to 16384: Check: To prevent changes from being reset ..
Software installation With the help of apt command, install the following packages: As usual, Debian is asking us for the configuration details. For Samba 3, there are only two simple questions: Now we have our Samba configuration file as /etc/samba/smb.conf, now for future references we will save the original config file. To enable WINS, we ..
I recently setup a backend RDP server so that I could test our remote services. I went through the installation process and installed my RDP license on the server successfully.The problem was that I was not getting an error when logging onto the server locally to check the status of the RDP Server : I ..
Recent Comments