What you need to know about GDPR?
Background: The General Data Protection Regulation (GDPR) is a sweeping new European Union (EU) privacy. The GDPR harmonizes data privacy laws across the EU and mandates how companies collect, store, delete, modify and otherwise process personal data of EU citizens. It applies to any company that processes personal data of EU citizens, […]
How to enable Remote Desktop (RDP) on Windows server 2012
How to enable Remote Desktop (RDP) on Windows server 2012 Intro: In this how-to we will walk you through on How-To Enable RDP in Windows Server 2012. Remote Desktop Protocol (RDP) is a protocol expanded by Microsoft that allows you to connect and control another computer via an existing network […]
VPSie Introduces Enterprise Features – Access control – Group Accounts
VPSie Introduces Enterprise Features In a big enterprise company managing resources is not so easy. That’s why all the tasks are divided in an enterprise company in among all the employees. Every person in an enterprise have their own responsibility. That’s why VPSie has introduces user access permission feature […]
How to install Open Source Social Network OSSN on a VPS in 30 seconds?
In this tutorial we will demonstrate how to install OSSN (Open Source Social Network) on your VPSie in 30 seconds Opensource-Socialnetwork (OSSN) is a Free social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who […]
Secure Debian server – Remove default test user – VPS Security
Some Debian versions have default users that could be a security risk – so before your VPS server gets compromised its best to delete un-wanted users We will provide 2 options: A- One line command: Those commands would help you with the process: 1- Login to your server as root. […]
How to Fix 413 Request Entity Too Large Error on NGINX
You may have faced or heard of the issue when users trying to upload 1.5MB+ size image file using nginx reverse proxy, they are getting the following error on screen: 413 Request Entity Too Large In order to fix this issue we will need to configure both nginx and php […]
How to resolve http error while uploading images on WordPress?
Sometimes, the error can appear just once, for a particular image, but if it persists, try the following solutions or talk to your host. Here’s how the HTTP error looks like when you try to upload an image: Http error when uploading images to WordPress In order to make a […]
How to access WHM shell as root su shows permission denied?
What if SSH root login disabled and “su” getting permission denied error. user [~]# su – -bash: /bin/su: Permission denied We had found the entry “PermitRootLogin no” in “/etc/ssh/sshd_config” which is blocking ssh root login and this “su” is belong to “wheel” group found. Alsotried “ Main >> Security Center >> Manage […]
How to Connect to My VPS Server using SSH / Shell?
How to Connect to My VPS Server using SSH / Shell? Below are instructions on how to connect to a server via SSH from Windows, Linux and MAC OS. Note: All VPSie(s) by default uses port 22 and root user access. Windows OS To access SSH: Download WinSCP http://winscp.net or PuTTY http://www.chiark.greenend.org.uk/~sgtatham/putty/ Enter your […]