how-to
Things To Remember Before Upgrading Production Server Paid 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
Git Remote Add With Another SSH Port (Not 22) Paid 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.
Install And Remove Software In Manjaro Paid 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
Install LAMP On Manjaro Paid 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.
Set up Email Server With Virtualmin For Unlimited Emails & Storage Paid 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
Fix WordPress No input file specified Error Paid 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
Set Up Passwordless Login in Laravel Paid 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,
Configure Mailtrap And Multiple Email Services in Laravel Applications Paid 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