how-to

Things to remember before server upgrade

Things To Remember Before Upgrading Production Server Members Public

Server security is the topmost priority for every system administrator. Besides having third-party security tools like Firewall, DDoS protection, etc., it is essential to keep every piece of code up-to-date on your production server. When your application is in production, upgrading it is riskier. If Linux powers your server, Linux

sohail
sohail
Linux Tutorials
Git Remote Add With Another SSH Port

Git Remote Add With Another SSH Port (Not 22) Members Public

In this brief article, you will learn to add a git remote with another SSH Port. By default, the SSH server listens on port 22. If the SSH server runs on any other port, the command to add remote will fail with error ssh: connect to host 192.158.xx.

sohail
sohail
Linux Tutorials
Install software in Manjaro

Install And Remove Software In Manjaro Members Public

Since their inception, Linux distributions have come a long way. It used to be difficult for new users to accomplish simple actions like installing an application on Linux. The desktop environments are significantly easier to grasp now than they were previously. One of the most exciting aspects of the progress

sohail
sohail
Linux Tutorials
Install LAMP On Manjaro

Install LAMP On Manjaro Members Public

LAMP stands for Linux, Apache, MySQL/MariaDB, and PHP or Perl or Python. If you are using Manjaro, you can easily install LAMP on Manjaro. Manjaro is one of the cleanest Linux distributions available. If you are using Manjaro for web development, you can easily install LAMP on Manjaro Linux.

sohail
sohail
Linux Tutorials
Set up Email Server With Virtualmin For Unlimited Emails Storage

Set up Email Server With Virtualmin For Unlimited Emails & Storage Members Public

In the Linux cPanel series, I reviewed Virtualmin, one of the best open-source cPanels for websites and email servers. Virtualmin is built on top of Webmin, another great, free & open source website control panel. What’s great about Virtualmin is that it lets users straightforwardly create virtual servers. It

sohail
sohail
Linux Tutorials
no file input specified wordpress

Fix WordPress No input file specified Error Members Public

WordPress frequently receives bug fixes and security updates that make it a pretty stable website management system. Even after that, in many cases, users may encounter some issues with WordPress that immediately pulls down website content from the internet and show a frustrating error. One of the biggest challenges in

sohail
sohail
how-to
Passwordless login in laravel

Set Up Passwordless Login in Laravel Members Public

In the last article, we discussed the difference between a passwordless login system and a password login system. In this article, you will learn to develop a passwordless login system in Laravel. What is Passwordless login? We discussed in detail the passwordless login system in another article. But in brief,

sohail
sohail
Programming
Configure Mailtrap Multiple mail services

Configure Mailtrap And Multiple Email Services in Laravel Applications Members Public

Laravel is an easy-to-understand PHP-based framework. It makes writing complex features extremely easy; sometimes, just one function does it all. While the Laravel application is under development, one might also need to test email functionality. Emails play an important role in any application. With emails, we can notify users of

sohail
sohail
Programming