security

Introduction to Anonymity, Data Protection and Privacy

Almost every piece of information contains sensitive and private data. Exposing publicly such data could lead to serious financial losses, legal issues and personal inconveniences. That’s why data protection and privacy are essential tasks in any data processing project. When data cannot (public records) or should not (useful information for scientific research) remain private, anonymity… read more »

How to Create Sudo User on CentOS

Working with root (admin privileged user) in CentOS is not a good idea because you can easily make a costly mistake. Instead, it’s much better to grant the special sudo privileges which allow a regular user to run super user commands by just preceding the commands with sudo in front. Example of a sudo command:… read more »

How To Launch a MEAN Site on Ubuntu 16.04 Server

Introduction Getting a site running on a MEAN (MongoDB, Node.js, Express, and AngularJS) server can be a challenge for beginners. In this article we’ll guide you through all the steps necessary for setting your MEAN site properly. This article is written for the latest Ubuntu 16.04 but the steps are similar for other Linux distributions… read more »

How to Create Sudo User On Ubuntu

Working with root (admin privileged user) in Ubuntu is not a good idea because you can easily make a costly mistake. Instead, it’s much better to grant the special sudo privileges which allow a regular user to run super user commands by just preceding the commands with sudo in front. Example of a sudo command:… read more »

Sidebar