September 18, 2018 in Tips and Tricks, Ubuntu
How To Create a Sudo User on Ubuntu The sudo command provides a mechanism for granting administrator privileges, ordinarily only available to the root user, to normal users. This guide will show you the easiest way to create a new user with sudo access on Ubuntu, without having to modify your server’s sudoers file. If you want to configure […]
September 14, 2018 in Tips and Tricks
Launch a Linux Virtual Machine with Amazon EC2 Amazon Elastic Compute Cloud (EC2) is the Amazon Web Service you use to create and run virtual machines in the cloud. AWS calls these virtual machines ‘instances’. This step-by-step guide will help you successfully launch a Linux virtual machine on Amazon EC2 within our AWS Free Tier. Did you […]
September 13, 2018 in Free Website Submission, Tips and Tricks
how can i define budget for google adword Building a Google AdWords budgetis one of the toughest challenges faced by both new and experienced pay-per-click marketers. Budget planning can feel overwhelming, time-consuming and downright thankless. But a well-planned budget is an essential part of being successful with AdWords. During my career as a digital marketing […]
September 6, 2018 in Tips and Tricks
Important gitlab commands Command line instructions Git global setup git config –global user.name “aditya kumar singh” git config –global user.email “aditya@apptology.in” Create a new repository git clone http://gitlab.apptology.com/aditya.kumar/garysir.git cd garysir touch README.md git add README.md git commit -m “add README” git push -u origin master Existing folder or Git repository cd existing_folder git init git […]
September 4, 2018 in MySql, Php, Tips and Tricks
How To Create A Simple REST API in PHP? Step By Step Guide! Previously, we learned how to create, read, update and delete database records (CRUD operations) with our PHP, MySQL & OOP CRUD Tutorial. Today, before we go to JavaScript programming, we will learn how to create a simple REST API in PHP. Enjoy our […]
September 1, 2018 in Tips and Tricks
Alternatives to Standard Arduino IDE: Which One To Choose? The Arduino IDE is absolute genius and it’s the perfect tool for a beginner. But, what happens if you want more, if you want an alternative to this, a powerful development tool able to bring you advanced features in code efficiency and speed of development. With […]
August 27, 2018 in Tips and Tricks
Install Vqmod in OpenCart manually (2.5+) 1. Backup or make a duplicate of your existing installed OpenCart files and folders in safe place. 2.Download the latest version Vqmod for Opencart from: https://github.com/vqmod/vqmod/releases 3. Using FTP, upload the “vqmod” folder from the zip to the root of your opencart store.Be sure the vqmod folder and the […]
August 27, 2018 in Tips and Tricks
Install Vqmod in Opencart autoinstaller. 1. Backup or make a duplicate of your existing installed OpenCart files and folders in safe place. 2. Download the latest version of Vqmod from: https://github.com/vqmod/vqmod/releases look at vqmod for opencart and download latest version. 3. Using FTP, upload the “vqmod” folder from the zip to the root of your […]