Category: Technology
-
Best laptop brands by their reliability scores
Thinking of buying a laptop from the best brands, then you are on the right page. We’ve reviewed over a dozen of the best laptop brands, let’s see which one has easy after-sales service, features, and value.
-
Is it OK to leave your computer on 24×7?
It is generally fine to leave a computer on 24×7, as long as it is maintained and cooled properly. But it isn’t recommended unless you are using computers as servers or some kind of backend machine like a web server, or a NAS because running anything all the time will shorten the lifespan of moving […]
-
Advantages of custom food delivery application development
Food app development company services. App development is not only good branding. It is also a great tool for making communication between the company and the customer; on top of it enables a much more enjoyable experience for both. Apps extend an expanse to portable and mobile gadgets’ ability to provide seamless expansion of the […]
-
Installing MariaDB and secure it on Debian
MariaDB is one of the best relational databases and we can use it on Debian Linux to host databases for apps, blogs, and websites. In this article we’ll learn installing MariaDB and securing it on Debian. 1. Refresh the system once. sudo apt update 2. Install MariaDB server. sudo apt install mariadb-server 3. Secure it. […]
-
Installing Nginx from source on Debian
Installing Nginx on Debian is easy, but that may be outdated. Since Debian is stable Linux distribution, we cannot blame them for this. That’s why we are going to install Nginx from source on Debian. 1. Refresh the Debian system once. sudo apt update 2. Installing needed packages. sudo apt install curl gnupg2 ca-certificates lsb-release […]
-
Installing latest PHP on Debian
Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the system once. sudo apt update 2. Install needed packages. sudo apt install apt-transport-https lsb-release ca-certificates curl -y 3. Using deb.sury.org […]
-
Installing Let’s Encrypt SSL/TLS Certificate on Debian running Nginx
Using Debian Linux and Nginx web server to manage your applications and websites, now it is easy to install free SSL/TLS certificates as Let’s Encrypt enabled us to make website HTTPS enabled. We will be using certbot tool to get all our work easy. 1. SSH into the server and update it once. SSH into […]
-
Make Let’s Encrypt folder accessible
Using Let’s Encrypt is the best way to get free SSL/TLS certificates and their is a client certbot that makes it easy to install and manage all the job of creating and automatically renewing them. But some Linux users encounter a Permission denied error when they try to enter into or cd into /etc/letsencrypt/live directory, […]
-
Is PHP still relevant to build websites in 2023? Benefits and trends
Long years ago, PHP came into existence, and since then, it has been used as one of the finest and cost effective programming languages to develop dynamic web solutions. Due to changing tech stack and time, is it still worth developing web solutions with PHP in 2023? Isn’t the programming language outdated? These types of […]
-
List of supported 5G bands in India
PM Narendra Modi officially has launched the commercial 5G services in India on 1st October, 2022, at the inauguration of the 6th edition of India Mobile Congress (IMC) 2022. Key takeaways: Airtel has rolled out its 5G network and services in 8 cities first, including Delhi, Mumbai, Varanasi, and Bangalore. According to Airtel’s statement, they […]