Search Results for:
- To properly shutdown the guest, instead of relying on ACPI commands or windows policies
- To check the server IP on console section (Public and private both IPs)
-
Create the data and log Directories via cmd method.
mkdir c:\data\db mkdir c:\data\log
-
Create the configuration file for e...
- Add 'skip-grant-tables' to my.cnf under the [mysqld] section
- restart mysql
- type mysql with no password and hit enter
- Run This:
- Add a TXT or MX record for verification
- Add MX record to route email
- Add CNAME records
- Add a TXT record for SPF to help prevent e...
Buy cheap tally on cloud server with WAH application
Posted in Windows Servers on May 29, 2020

Buy cheap and fully managed tally on cloud server in india @ 3000/- Monthly Order Now
Tally on cloud in India - Cloudtechtiq starts offering the new windows cloud servers as per the market research and demands in COVID situations. Now all the companies facing challenges in their regular work process from home with employees. We made a solution for the organization that wants to work from home with secured data and easy access called WAH.
Wah- is known as Work at home small applications that we can deploy on windows cloud servers in India. Wah, provide the following features.
User Management :...[Read more...]
How to use azure File share and map drive
Posted in Microsoft Azure Cloud on May 14, 2020
Akshay[Read more...]
Installing and Configuring Pure-FTPD on RHEL / CentOS 7
Posted in Linux Servers on Apr 08, 2020
Step 1: When you are ready to begin, go ahead and install Pure-FTPD using yum on server.
yum install pure-ftpd
Step 2: after installation Edit the default configuration (/etc/pure-ftpd/pure-ftpd.conf) and uncommnet the following lines.
PAMAuthentication yes
PureDB /etc/pure-ftpd/pureftpd.pdb
Save and close the file.
Step 3: Configure Service pure-ftp service
systemctl enable pure-ftpd
systemctl start pure-ftpd
Step 4: Create a new ftp user account for website account using pure-pw.
pure-pw useradd $USERNAME -u $USER -g $GROUP -d /path/to/ftp/directory
For Exmaple : pure-pw useradd rajesh...
[Read more...]
How to install Qemu-guest-agent on Proxmox Windows VM
Posted in Windows Servers on Mar 18, 2020
The Qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and to execute command in the guest.
In Proxmox VE, the Qemu-guest-agent is used for mainly two things:
Installation
In installation of Qemu-Guest-agent we need to install Host and guest installer
Install Host Installer
Host insatller can be install via GUI or CLI both method
Via GUI-
You have to ena...
[Read more...]How to install Mongo Db server in windows server
Posted in Windows Servers on Feb 13, 2020
First, download the mongo database MSI installer:
https://www.cloudtechtiq.com/storage/app/media/mongodb-win32-x86_64-2008plus-3.4.24-signed.msi
After download the msi installer, double click on it:
Accept the user license agreement:
Ready to install mongo ddb 3.4 with complete setup click on install now:
To access mongo via GUI you can install the MongoDB Compass Community on server.
You can create the custom configuration file while using the following methods:
How to backup and restore the mongo database on server in windows server
Posted in Windows Servers on Feb 13, 2020
How to generate the Mongo DB Backup on windows server
Go to the mongo executable file path and run the command for take dB dump:
mongodump.exe --host localhost --port [dB authentication port] --db [DB name] --username [user name]--password [Password] --out [backup path ]
For example: mongodump.exe --host localhost --port 35615 --db clt --username cloudtechtiq --password abcd@123 --out D:\Backup\clt13022020
How to restore the Mongo db backup on windows server
Go to the mongo executable file path and run the command for restore database:
mongorestore --host localhost --port [authentication...
[Read more...]
how to create user on Mongo Db in windows server
Posted in Windows Servers on Feb 13, 2020
Login on the power shell v with dB authentication or without
For example: $ mongo superadmin -u [Username] -p [Password] --port=35615
Run the following command for user creation:
> use CloudTechtiq (CloudTechtiq is the dB name on which you assigned the user)
> db.createUser(
{
user: "appuser",
pwd: "EwQDP4x",
roles: [ "readWrite", "dbAdmin" ]
}
)
Note: appuser (user name which one you want to define) EwQDP4x (password for user) dbAdmin (User role for database)
If you want to give the full access of dB server, you can change the role to Root .
Services Cloudtechtiq offers:
[Read more...]Restoring deleted 'root' user and password for MySQL
Posted in Linux Servers on Nov 08, 2019
If you accidentally deleted the root user on my local setup MySQL running on OS linux. There are no other users created to get back into MySQL. I am sharing solution for the recover the root user. Get someone with SysAdmin rights and do the following:
DELETE FROM mysql.user
WHERE user = 'root'
AND host = 'localhost';
INSERT INTO mysql.user
SET user = 'root',
host = 'localhost',
password = Password('whatevernewpassword'),
Select_priv = 'y',...
[Read more...]
How to Reset MySQL or MariaDB Root Password in Linux
Posted in Linux Servers on Nov 08, 2019
One of these settings is the password for the database root account – which you must keep private and use only when strictly required.
If you forget the password or need to reset it (for example, when a database administrator changes roles – or is laid off!).
This article will come in handy. We will explain how to reset or recover forgottent MySQL or MariaDB root password in Linux.
Although we will use a MariaDB server in this article, the instructions should work for MySQL as well.
To begin, stop the database service and check the service status, we should see the environment variable we set...
[Read more...]Create DNS records at any DNS hosting provider for Office 365
Posted in Microsoft Office 365 on Nov 07, 2019
Create DNS records at any DNS hosting provider for Office 365
To set the domain in office 365 you need to create the records for domain hosting in office 365.
When you set up the Domain records yourself, these are the records to add. Note that your verification record and MX record are unique to your domain. To set them up, you'll need to get and use a specific "token" value for your domain. The steps below explain how to do that.
Following records need to update-