5 PHP Developers (Laravel, MySQL) – Jun 2018 – Careers
Top 3 Reasons To Join Us Directly work with our mainstream system Young cultural, dynamic and startup environment. Chance to improve your skills & your knowledge The Job Build and develop web application to support for our company. Analyze product requirements and …
How To Install and Get Started With Phalcon on an Ubuntu 12.04 VPS digitalocean
Status: Deprecated This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu: Upgrade to Ubuntu 14.04. Upgrade from Ubuntu …
RESTful API Authentication Basics
Almost every REST API must have some sort of authentication. One of the most common headers is call Authorization. Wait a minute, we are talking about authentication but why the Authorization header? Authentication vs. Authorization The distinction between authentication and authorization is important …
How To Back Up a WordPress Site to Spaces
Introduction DigitalOcean Spaces can provide an object storage solution for WordPress site data. This data is often diverse, including media assets and database files, making it a good candidate for object storage. Because solutions like Spaces can store large amounts of unstructured …
How To Set Up a Production Elasticsearch Cluster on Ubuntu 14.04
Introduction Elasticsearch is a popular open source search server that is used for real-time distributed search and analysis of data. When used for anything other than development, Elasticsearch should be deployed across multiple servers as a cluster, for the best performance, stability, …
How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on Ubuntu 14.04
Introduction In this tutorial, we will go over the installation of the Elasticsearch ELK Stack on Ubuntu 14.04—that is, Elasticsearch 2.2.x, Logstash 2.2.x, and Kibana 4.5.x. We will also show you how to configure it to gather and visualize the syslogs of …
How To Install and Configure Elasticsearch on Ubuntu 16.04
Introduction Elasticsearch is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability. Elasticsearch supports RESTful operations. This means that you can use HTTP methods (GET, POST, PUT, …
How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 18.04
Introduction The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data …
How To Set Up an OpenVPN Server on Ubuntu 18.04
Introduction Want to access the Internet safely and securely from your smartphone or laptop when connected to an untrusted network such as the WiFi of a hotel or coffee shop? A Virtual Private Network (VPN) allows you to traverse untrusted networks privately and securely …