Latest Posts
Discover insights, tutorials, and thoughts on technology and development.
How to Use Multiple GitHub Accounts on the Same Machine
Introduction Working with multiple GitHub accounts on the same machine can be challenging, especially when it comes to managing separate SSH keys and repositories. In this article, we will guide you t...
Payment Processors for self-hosted products
ClickBank: https://www.clickbank.comJVZoo: https://www.jvzoo.comWarrior+Plus: https://www.warriorplus.comJunkie: https://www.e-junkie.com
Discount Websites (for web traffic)
AppSumo: https://www.AppSumo.comWarrior Special Offers (WSO): https://www.warriorforum.com/warrior-special-offers
SSH: how to run a PHP script in background forever in Linux (CentOS) ?
If you want to run a PHP script in the background forever through SSH then follow these steps:If you are using a SSH terminal (PuTTY) then directly run following command:// Notice '&'; that o...
PHP: How to run / execute a script in the background forever through SSH ?
You can execute a php script in the background forever by using SSH through PHP but for that you have to make sure first that SSH2 extension is available.PHP DOCS: http://www.php.net/manual/en/fu...
How to Change Bootstrap Carousel Slide Speed?
The speed cannot be controlled by the API. Though you can modify CSS that is in charge of that. find in the bootstrap.css file:.carousel-inner > .item { position: relative; display: none;...
How to lock screen orientation to portrait or landscape?
This article will show you how to lock screen orientation to one direction.Environment Details:– Phonegap Build – cli-5.2.0– Device: iPhone S5 9.3.2For locking orientation to portrait add followi...
How to remove index.php from codeigniter in UBUNTU?
This tutorial will show you that how to remove index.php from codeigniter in UBUNTU or how to enable url rewriting. Step 1 : Add this in htaccess file <IfModule mod_rewrite.c> RewriteEngine On...
How to kill a port in mac, Linux or windows? – Solved
There are several approaches to kill a port. I found a command that is very simple and easy to remember that works in any operating system. All you need is to have npm installed on your computer. If...
Is Hostinger the best Cheap Web Hosting? | Review 2021
Greetings everyone! Thank you for reading my review of Hostinger. Hostinger is the Best cheap web hosting service that is quickly gaining popularity. They are well known. The popularity of Hostinger i...