• Free Checkup
  • Emergency Support
  • Login
  • Sign Up
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Server Management Tips
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Copyright 2021 - All Right Reserved
Miscellaneous

Change mysql data directory

by SupportPRO Admin September 11, 2010
written by SupportPRO Admin

The default location is /var/lib/mysql You can change mysql data directory by adding the following entries in /etc/my.cnf file datadir=newlocation/path save the file, move the necessary database files from /var/lib/mysql to the new location and restart mysql.  

Continue Reading
September 11, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to Retrieve Plesk Admin Password via SSH or Command Line

by SupportPRO Admin September 11, 2010
written by SupportPRO Admin

If the Plesk admin password window does not open or you cannot access the password through the GUI, you can retrieve it directly from the server using command-line methods. Below are the steps for both Linux and Windows servers. Retrieve Plesk Admin Password on Linux Server This command displays the encrypted admin password used by Plesk. Retrieve Plesk Admin Password on Windows Server If the Plesk admin password window does not appear, follow these steps: The command retrieves the Plesk administrator credentials directly from the system. Conclusion Using SSH or command-line access is the quickest way to recover Plesk admin credentials when the graphical password window fails to open. If you require help, contact SupportPRO Server Admin

Continue Reading
September 11, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Complete Guide to Using the DIG Command for DNS Troubleshooting

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

The dig (Domain Information Groper) command is a powerful DNS troubleshooting tool used to query name servers and retrieve detailed information about domain records such as A, MX, NS, TXT, SOA, and more. System administrators widely use dig to diagnose DNS issues, verify domain configurations, and trace DNS resolution paths. What is the DIG Command? The dig command queries DNS servers and displays how a domain name resolves to an IP address. Basic Example This command returns: By default, dig queries your system’s configured resolver, meaning the results may come from cached DNS data. Querying a Specific Nameserver To bypass cached results and get authoritative DNS information, query the domain’s nameserver directly: This provides real-time data directly from the authoritative …

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

HOW TO RECOVER LOST MYSQL PASSWORD

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

Steps for recovering mysql password are given below: Stop the mysql service. #/etc/init.d/mysql stop Once, the mysql service completely stopped, run the below. #/usr/bin/mysqld_safe skip-grant-tables skip-networking & You will be now able to login without password.  

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to reset Wordpress Admin password from phpMyadmin

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

If you’ve forgotten your WordPress admin password, don’t worry—you can easily reset it through your cPanel using phpMyAdmin. Steps are as follows: 1. Log in to cPanel 2. Navigate to phpMyAdmin 3. Click the database associated with your WordPress installation.

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Exim commands

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

  Command to find the number of mails in queue exim bpc Command to show configuration file of exim exim bP Command to show the version and configuration file exim bV

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
photo of a Linux system administrator working at a desk just a black shadow needed and configuring an OpenLDAP server on a computer screen
Miscellaneous

How to Install and Configure OpenLDAP Server on Linux (Step-by-Step Guide)

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

Setting up an LDAP server is essential when you want centralized authentication across multiple systems. Instead of managing local users on every machine, LDAP allows you to maintain a unified directory service. In this guide, we will install and configure OpenLDAP using the slapd service on a Linux server. What is OpenLDAP? OpenLDAP is an open-source implementation of the Lightweight Directory Access Protocol (LDAP). It is widely used for: The main LDAP daemon is called slapd. Step 1: Install OpenLDAP Packages First, update your package list: Now install the required packages: Package Explanation During installation, you will be prompted to set: Make sure to store this securely. Step 2: Reconfigure slapd To properly configure the LDAP server, run: You will …

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Simple trick for blocking youtube videos using squid Proxy

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

Managing internet usage is essential in organizations to ensure productivity and optimize bandwidth. Video streaming platforms can consume significant network resources, affecting performance for critical applications. Using Squid, administrators can easily restrict access to such websites by configuring access control rules. Understanding Squid Access Control Squid uses Access Control Lists (ACLs) to define rules for allowing or denying access to specific resources. These rules help administrators control which websites users can access through the proxy. Step 1: Edit Squid Configuration File Open the Squid configuration file: Step 2: Add ACL to Block Domains Add the following line to define a rule for blocking video streaming sites: What This Does: Step 3: Deny Access to These Domains Add the following line …

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
How to Hide Commands in the Linux Shell
Miscellaneous

How to Hide Commands in the Linux Shell

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

IntroductionWhen working on a Linux server, there may be situations where you do not want commands typed into the terminal to be displayed on the screen. This can be useful when entering sensitive information, demonstrating commands in a shared environment, or performing administrative tasks where command visibility should be minimized.Linux provides a simple way to temporarily disable command echoing using the stty command. In this article, we’ll explain how to hide commands entered in the shell and how to restore normal terminal behavior afterward.Hiding Commands in the ShellYou can hide the commands entering in the shell by using stty commandstty -echoNow all the commands that you type will be invisible. To disable this, you can use the commandstty echoConclusionThe stty …

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Network diagram: stack of servers connected to five blue circular nodes, illustrating installing packages from the main node to a VPS container.
Miscellaneous

How To Install Packages to the VPS container from the main Node? | VEID-based Installation

by SupportPRO Admin August 13, 2010
written by SupportPRO Admin

When managing virtual private servers (VPS) based on container virtualization, such as OpenVZ/Virtuozzo-style environments, you often need to install packages directly into a container from the main (host) node. This approach is useful for automation, recovery, or bulk provisioning without logging into each container individually. One of the commonly used commands for this purpose is: Here, VEID represents the Container ID, and yum is the package manager used inside the container. What This Command Does The command allows the host node (main server) to install packages inside a specific VPS container without SSH access into that container. Breakdown: When to Use This Method You can use this command in scenarios like: Example Usage If your container ID is 101, the …

Continue Reading
August 13, 2010 0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • How Unchecked Log Growth Brings Production Servers to Their Knees
    When Logs Attack: How Unchecked Log Growth Brings Production Servers to Their Knees
    A Slowdown With No Obvious Cause A server doesn’t need a CPU spike or a memory leak to grind to a halt. Sometimes, the real problem is something much simpler:…
  • How to Reduce Website Response Time
    How to Reduce Website Response Time
    Nobody sticks around for a slow website. If your pages take too long to load, visitors leave, and in many cases, they’re gone before the content even finishes rendering. We…
  • Virtual Machine
    Step-by-step Guide to Expanding a Xen Virtual Machine.
    XenServer is a virtualization platform that provides performance for virtualized server and client operating systems, delivering near-bare metal server performance. On a single host computer, the Xen hypervisor safely runs…

Categories

  • ansible
  • Artificial Intelligence
  • AWS
  • AWS managed service provider
  • AWS Support
  • aws support services
  • Build Automation
  • Business
  • Case Study
  • Cloud
  • Cloud Managed Service
  • Cloud Support Services
  • Cloudflare
  • Compiling tools
  • cPanel
  • Database
  • dedicated server support
  • Dedicated servers
  • Dedicated tech support
  • DevOps
  • Disaster Recovery
  • Docker
  • GCP
  • General Topics
  • JetBackup
  • Linux
  • Linux Basics
  • live chat
  • live chat support
  • Miscellaneous
  • MySQL
  • Open source
  • OpenClaw
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • Server
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • VPS
  • web hosting
  • web hosting support
  • Windows Server
  • WordPress

CONTACT US

Sales and Support

Phone: 1-(847) 607-6123
Fax: 1-(847)-620-0626
Sales: sales@supportpro.com
Support: clients@supportpro.com
Skype ID: sales_supportpro

Postal Address

1020 Milwaukee Ave, #245,
Deerfield, IL-60015
USA

  • Industry Solutions
    • Web Hosting Services
    • Service Providers
    • E-Commerce Companies
    • Software Vendors
    • Web Developers
    • ISPs
    • Services
  • About Us
    • Company
    • Technical Blog
    • Careers
    • FAQ
    • Partners
    • Site Map
    • Affiliates
  • Popular Plans
    • Dedicated Team Support
    • Helpdesk Support
    • Hourly Administration
    • Legal
    • Privacy Statement
    • Terms of Use
    • How we work

©2022  SupportPRO.com. All Rights Reserved

X-twitter Facebook Linkedin Rss
Server Management Tips
  • Home