Explore Our Latest Updates
Stay informed and inspired with our blogs to navigate and resolve any technical challenges that you may encounter.
GlusterFS install CentOS 7 – How we do it
Are you trying to install GlusterFS on CentOS 7? We can help you with the installation. The main advantage of GlusterFS is that it eliminates the metadata and can dramatically improve the performance which will help us to unify data and objects. Also, its simplicity,...
PowerShell $Error clear – How to use it?
Wondering how to use PowerShell $Error clear? We can help you. The $Error is a variable in the PowerShell which contains information about the error messages. If we use $Error variable in the scripts it may already contain information about errors before the script...
How to use psql to restore a text dump?
Wondering how to use psql to restore a text dump?We can help you. Using psql is one of the simplest ways to restore a text dump. Text dumping is a suitable importing method for small databases. At Bobcares, we often get requests to restore text dumps, as a part of our...
Set rDNS in Windows Name Servers – How to perform it quickly
Wondering how to set the rDNS record in the Windows Name Servers? We can help you. Reverse DNS is one of the ways which helps us(email users) to verify that the sending server is not a malicious spammer. As a part of our Server Management Services. we assist our...
git fetch failed with exit code 1
Are you in the middle of git fetch failed with exit code 1? We can help you to fix it. Fetch command usually returns exit code 1 due to syntax errors, errors in the configuration file, and so on. As a part of our Server Management Services, we assist our customers...
Plesk MSSQL remote connection – The way we enable and fix it
Are you looking for steps to enable MSSQL Database remote connection in Plesk? Take a peek at this blog. Usually, the firewall blocks all external remote connections due to security reasons. So many of our customers approach us to enable remote access. We do it...
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Perfmon Counters for CPU usage
Perfmon Counters for CPU Usage include Processor: % Processor Time, % User Time, % Privilege Time, % Interrupt Time, and so on. Performance Monitor (PerfMon) is a tool that comes built-in with Windows. It mainly allows looking into the performance of the system and...
How to Identify and fix Orphaned users in SQL Server?
Orphaned users in SQL Server occurs when a database user is based on login at the master database. But the login doesn't exist at master. Normally, this happens while taking a database backup from one server and restoring it to another server (Mostly during DB...
Auto shrink database property in SQL server – Why should we turn it off
Auto shrink database property in SQL server allows to automatically shrink the database files if the value is set to ON/True. However, it is not a good practice to shrink a database. Because it is a very expensive operation in terms of I/O, CPU usage, locking, and...
How to install WebsitePanel on Windows and Fix Common Errors
Wondering How to install Websitepanel on Windows? We can help you. WebsitePanel is a control panel that helps us to manage websites, application pools, email accounts, and much more easily on our Windows server. Other than Plesk it is also considered as one of the...
Manage Docker Volumes using Docker Compose
Need to Manage Docker Volumes using Docker Compose? We can help you Docker Compose is a tool used for defining and running multi-container Docker applications. This means that we can organize or arrange Docker containers to use them in a better way with the help of...
Rsync from Linux to Windows share – How to transfer
Wondering how to perform Rsync from Linux to Windows share? We can help you. We help some of our customers with Rsync to copy files from one location to another. In the course it was found that it is fast and can also be used for mirroring data and incremental...