Advanced Search
Search Results
330 total results found
Mount Other Server's Drive through SSH on Centos 7 with Different Port Using SSHFS
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"> <!-- Prevent any flash of old content --><style> html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; display: none; /* hide everything immediately */ }...
PKNIC
PKNIC cheap cards are used to register or renew .pk ccTLD domains; these cards are valid to register all ccTLDs offered by PKNIC SRS. PKNIC Prepaid Cards are used to register or renew .pk ccTLD domains. These cards are valid to register all ccTLDs offered by P...
How to restart mysql server through SSH
CentOS/RHEL/Fedora/Scientific Linux version 4.x/5.x/6.x or older usersThe syntax is:### To start ### service mysqld start # OR /etc/init.d/mysqld start ### To stop ### service mysqld stop # OR /etc/init.d/mysqld stop ### To restart ### service m...
SOLVED: WHM/CPANEL Your server does not support the connection encryption type you have specified. Try changing the encryption method
PROBLEM:Your server does not support the connection encryption type you have specified. Try changing the encryption method in OUTLOOK.SOLUTION:Login from whm -----> Exim Configuration manager-------->Security --------------------------->Require clients to conn...
cPanel Mysql Profile: Connection failed with error: Can't connect to MySQL server on (115)
cPanel Mysql Profile: Connection failed with error: Can't connect to MySQL server on (115)Local Acess is allowed by default on MySQL.What is disabled by default is remote root access. If you want to enable that, run this SQL command locally:GRANT ALL PRIVILE...
SOLVED: Crystal Reports NOT LOADING PLESK ONYX 12.5
PROBLEM:We've a WPF application written in .NET 3.5 using Visual Studio 2010. The solution consists of 8 projects - all compiled in .NET 3.5. The application uses Crystal Report. Target OS is Windows 7.Recently, the startup project is compiled in .NET 4.0 due ...
how to scan and remove shell & virus whole server via WHM or SSH whit Clamav?
command for scan and remove shell & virusif you want scan /folder1clamscan /folder1 -ir --remove=yes I suggest you use follow command, it will move virus/shell to a folder,clamscan /folder1 -ir --move=/virusHow to get Help regarding ClamScanroot@pea[/home]# c...
Which Web Hosting Company is Best for you in 2019?
It is very tough task to choose which Web Hosting Company will be best for you in 2019 because there are hundreds & thousands of companies to choose from. We have the best Web Hosting companies which are all best because they will provide you top features to h...
Text parsing and Email Parsing and Artificial Intelligence through C# - Regex Expertise with zoho recruitment with Full Source Code
Hi,Most of us are looking for email parsers for their systems so as to parse emails from GMail or any other pop3 provider and insert data in the emails to databases.I just created a small application which extracts data from GMail and inserts it in zoho recrui...
On page SEO Vs Off page SEO
SEO stands for search engine optimization that is a process of searching different websites on different search engines such as Google, yahoo, and MSN.Ways to Improve Ranking There are two ways to improve the ranking of your website on any search engine by mak...
Setting up AWStats on Windows Server and IIS
Setting up AWStats on Windows Server and IISWhen it comes to gathering statistics on websites, you can never have enough. While one of the most popular method for tracking statistics is through services such as Google Analytics, log file analysis remains a rel...
How to Disable SWAP Partition on Centos with CloudLinux Server
You can run 'swapoff -a' - this will immediately disable swap. More info you can read here for example: https://linuxconfig.org/how-to-disable-swap-memory-on-the-linux-systemTypically - you should never have more than 2GB of swap. On shared hosting servers - y...
How to Convert Google Maps API V2.0 to V3.0 - A c# overview with code snippet to handle XML Results
C# Code for Geocoding Requests to process XML Output:query should contain post code with a country name. public static Geoloc? LocateGoogle(string query) { string url = "http://maps.google.com/maps/api/geocode/xml?address={0}®ion=dk&sensor...
How to Mount a Drive on CentOS Linux
Mount a Drive on CentOS LinuxThis brief tutorial shows you how to mount, and un-mount media such as a Flash drive, CD/DVD, Hard drive, or pretty much any other local mountable mediathe first thing you want to do is find out what physical disks are on the syste...
Solution: lfd on host: Suspicious process running under user
The message provided are going from CSF , I am sure the time could be adjusted in config however we are not familiar in CSF to help here.Alternatively you may reduce maximum time how long single request could be processed with FcgiBusyTimeout directive: http:/...
How To: Reset Identity column in SQL Server . how to reset primary key indentity column in sql server
This is one of those simple tip posts that may seem obvious and taken for granted by those of us who have been working with SQL Server for a while now but maybe a newbie or two out there will find this helpful.Every so often (just this morning!) I find myself ...
Cloud Linux EasyApache 4 Swap used 100% CPU Load become 300+
Hi,We had one of our servers with a severe issue and this was something described as:What happens is that apache uses swap instead of using free memory with is near to 100 GB on the server. SWAP is currently near to 2% which will become 100%. After it would be...
Why WordPress is better than Squarespace? | 2021
A website act as a business card to any company or business. So people want to put in a lot of effort to make it as constructive as possible. However, while looking at the website creation platforms, anyone can get confused with plenty of choices, particularly...
What is IMUNIFY360?
IMUNIFY360 has got the people's attention dealing with the servers and online presence with its amazing features. So let's talk a bit about this, what it is and how it helps you.With the rapid pervasiveness of the digital landscape, the need for virtual storag...
LINUX SSH: How can I recursively change the permissions of files and directories?
Just add the -R option to recursively change the permissions of files. An example, recursively add read and write permissions for the owner and group on foldername:chmod -R ug+rw foldernamePermissions will be like 664 or 775.Setting the permissions to 777 is h...