Welcome to our website. Today, we’re going to start from scratch and answer the third most search term on Google , what is Bitcoin. If you’re worried that we’re going to get too technical and use a lot of complicated words don’t hear on this website, we translate this into…
Author: team team
All About Monero
Monero is a cryptocurrency project with good security and privacy than other virtual currencies. It is designed to give everyone the power to control their finances without government and financial agency inspections. The cryptographical technology adopted ensures that a spy has zero knowledge of your transaction. Who created Monero? Monero…
Learn How To Install LAMP Stack, Apache, MySQL, PHP PhpMyadmin On Ubuntu 16.04 Or 18.04 And Create Free Website On Remote Server (VPS)
This is part 1 of the blog series to learn how to create free website or blog. All the steps one have to follow step by step of to create a website. Read, follow, run all instructions and commands. 1. Install Ubuntu 16.04 or 18.04 LTS to your computer with…
Learn How to Configure Let’s Encrypt Free SSL Certificate (Certbot) For Apache On Ubuntu 16.04 Or 18.04 LTS
Let’s Encrypt is a certificate authority that provides free SSL certificates that are just as secure as current paid certificates. In this guide we will configure an SSL certificate for Apache on Ubuntu. We recommend to view Part 1 as well. 26. Install Let’s Encrypt client Certbot. Run below mentioned commands. sudo…
Learn How to Install FTP Server vsftpd on Ubuntu 16.04 Or 18.04 LTS.
FTP server help you to get connect to your remote server via FileZilla to download or upload any file or directory. FTP means File Transfer Protocol. Vsftpd (Very Secure File Transfer Protocol Daemon) is a popular FTP server for Ubuntu. We recommend to view Part 1 as well. 30. Install vsftpd sudo…
Learn How To Create Free Website And Install WordPress On Your Ubuntu 16.04 Or 18.04 LTS Remote Server (VPS)
Before starting we recommend you to start with part 1 or my previous blogs. After following all 34 steps of all my previous blog’s parts follow the below mentioned instructions to install WordPress. 35. Download latest version wordpress zip file from internet to your computer 36. Extrect that zip file…
Know What Are WordPress Best Plugins To Improve Your Website’s Performance
In this blog we will discuss WordPress best and important plugins. These plugins have there own advantage and unique use to enhance our website performance. We recommend you to read all my previous blogs and start with part 1. 1. UpdraftPlus – Backup/Restore . This is very important to backup…
LEARN HOW TO RUN OTOHITS AND HITLEAP TOGETHER ON REMOTE UBUNTU 16.04 VPS
First get connected to your remote sever via service like putty. After logged in to your server flow the steps given below. 1 . Set up remote desktop and access your Ubuntu 16.04 VPS. Tho know how to click here 2. Install Wine to your Ubuntu 16.04 VPS. To know…
LEARN HOW TO INSTALL WINE 1.8 WINETRICKS ON UBUNTU 16.04 VPS
First get connected to your remote sever via service like putty. After logged in to your server copy and run below mentioned commands step by step. sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository ppa:ubuntu-wine/ppa sudo dpkg –add-architecture i386 sudo apt-get update sudo apt-get install wine1.8 winetricks Now all…
LEARN HOW TO SET REMOTE DESKTOP EASILY ON UBUNTU 16.04 VPS
First get connected to your remote sever via service like putty. After logged in to your server copy and run below mentioned commands step by step. sudo apt-get update sudo apt-get install nano sudo apt-get update sudo apt-get install xrdp sudo apt-get install xfce4 sudo apt-get install xfce4-terminal sudo apt-get…