Today we will learn how to download YouTube videos as video or Mp3, using youtube-dl, as well as how to download full YouTube playlists. Install Step 1 Connect to your server as the admin user via SSH or open a command prompt. ssh [email protected] Step 2 We will download the latest youtube-dl to make sure we have the latest one Note: If in the …
How to set up Windows File Shares in Ubuntu 18.04 with Samba
In this article we will set up some samba file shares in Ubuntu 18.04, and secure them with username/password authentication, this is useful if you are setting up a NAS or Storage server that can later be accessed by most operating systems. Samba is a free implementation of the SMB/CIFS networking protocol, this will provide file and print services that are compatible with normal …
How to monitor your Ubuntu 16.04 server with pyDash and Apache with mod_wsgi
PyDash is a simple web based monitoring tool that can be installed on most Linux distributions. PyDash is written in Python and Django and it uses Chart.js to generate nice looking graphs to get an insight on your servers performance. PyDash has been tested in the following Linux distributions: CentOS, Fedora, Ubuntu, Debian, Arch Linux, Raspbian and Pidora. PyDash can be used to monitor …
How to install Laravel 5.2 in Ubuntu with Nginx
Laravel Framework is one of the best frameworks to build any kind of web app with PHP. It has a great community, and a really good documentation website laravel.com and also some of the best video tutorials on sites like laracasts.com Some of the key point feature of Laravel : Restful routing. Inherent Database Version control Blade Templating Engine Composer – Makes adding third-party …
Installing OSSEC host intrusion detection system in Ubuntu 16.04
In this tutorial we will be installing OSSEC Host Intrusion detection. OSSEC is a free, open-source host intrusion detection system. The client is compatible with almost all of the mayor operating systems, including Linux, OpenBSD, FreeBSD, OS X, Solaris and Windows. In this tutorial we will be installing the OSSEC centralized management server and i will show you how to add a Windows 10 …
How to setup a PiHole Server in Ubuntu 18.04 and block Ads and Spyware
In this guide, we will be installing PiHole in Ubuntu 18.04. Pihole is an incredible easy to use and install AdBlocking Server with an easy to use web interface. PiHole works by replacing your current DNS server and uses multiple blocklists to block malicious DNS queries and AD Sites. The Pi-hole can block ads for all devices on your network once it is set …
Bootstrap themes in Ubuntu
Bootstrap is one of the most widely used templates for creating websites and web applications that adjust to multiple screen resolutions and contain components for typography, forms, buttons, navigation and other interface components, making it a powerful starting point for any website. In this tutorial we will use one of the amazing free themes from [Start Bootstrap](http://startbootstrap.com/) This Tutorial requires that you have a …
How to Install and Configure Redis on Ubuntu 16.04
Redis is a key value storage used widely for its support and flexibility. It is an open source application mainly used in Database for fast accessing of Data in a Database. Redis is the fastest database and a lot of people love it for its speed. And most of the people’s common question is about Redis Persistence. Also, there is a myth around that …
How To Install OpenVPN Access Server on Ubuntu
In this tutorial, we will learn how to install OpenVPN Access Server on Ubuntu 15.10. OpenVPN Access Server is a Web Interface for the popular OpenVPN open-source software, that provides a set of installation and configuration tools that simplify the deployment of VPN Clients, making the deployed VPN immediately compatible with OpenVPN client software across multiple operating systems. Note We will be installing OpenVPN …
Installing vesta control panel in ubuntu
In this tutorial we will show you how to install Vesta Control Panel on Ubuntu 14.04.3 Vesta Control Panel is an open source alternative to CPanel. It has the same functionality as cpanel including Web Server, DNS, MySQL Database, Mail, and FTP Server. Vesta uses Nginx for the site’s back-end and Apache for the front end. So far Vesta is the best CPanel alternative that …