Install Laravel on Ubuntu 20.04 LTS with Apache2 and PHP 7.4
LinuxBots
by Mohit Malviya
4y ago
Laravel is a very popular open-source PHP framework aimed at the easy development of applications. If you are looking for a new PHP framework to try, you should give Laravel a try. In this article, you will find the detailed steps to Install the Latest stable Laravel on Ubuntu 20.04 LTS Server with Apache webserver. Laravel also can be used as an alternative to Codeigniter. Steps in this tutorial also can be used in Ubuntu 16.04 and Ubuntu 18.04 LTS. The latest stable version of PHP is 7.4 at the time of writing this article. Preresiquites The following things are required to install Laravel o ..read more
Visit website
Step by Step Tutorial to Install Ubuntu 20.04 LTS Server
LinuxBots
by Mohit Malviya
4y ago
Canonical was released Ubuntu 20.04 LTS Server along with its Desktop variant on 23 April 2020. The codename of Ubuntu 20.04 is “Focal Fossa”. In this article, you will find the step by step procedure to install Ubuntu 20.04 LTS Server for a production environment. Related Article: Ubuntu 20.04 LTS Desktop Installation with Screenshots The LTS (Long-Term Support) releases of Ubuntu are supported for 5 years from the release date and Non-LTS releases are getting support until 9 months from the release date. This is very important that we use the LTS release for the production environment. Th ..read more
Visit website
Ubuntu 20.04 LTS Desktop Installation with Screenshots
LinuxBots
by Mohit Malviya
4y ago
The latest LTS (Long-Term Support) version was released on 23 April 2020 i.e. “Ubuntu 20.04” where the previous LTS release was “Ubuntu 18.04”. The codename for the Ubuntu 20.04 is “Focal Fossa“. The LTS versions of Ubuntu are more stable and get support and updates for 5 years. In this post, you will find the step-by-step installation of Ubuntu 20.04 Desktop with screenshots. There are several new features and changes in Ubuntu 20.04 LTS. Let’s get started with a summary of new features that comes with this release. List of new Features in Ubuntu 20.04 LTS Desktop: Latest and more stable Ker ..read more
Visit website
What is the Latest LTS Version of Ubuntu in 2020?
LinuxBots
by Mohit Malviya
4y ago
The new LTS version of the Well known Debian based Linux distribution arrives with some interesting feature updates. Ubuntu 20.04 LTS (Focal Fossa), the latest Long-Term Support (LTS) version of Ubuntu was released on 23 April 2020 for both Desktop and Server. The older LTS version was Ubuntu 18.04 (Bionic Beaver) released on 26 April 2018. In this article, you will find the top new features of Ubuntu 20.04 LTS and also find the download links for the ISO images of both Desktop and Server. So let get started with some information about the latest version of Ubuntu. Ubuntu 20.04 LTS (Focal Foss ..read more
Visit website
Ubuntu Remote Desktop builtin Screen Sharing
LinuxBots
by Mohit Malviya
4y ago
When you are working from home or want to access a Ubuntu system that is on a different location, the best way is to set up Ubuntu’s Built-in “Screen Sharing” feature. This Remote Desktop feature gives you control over your Desktop from any other location with the help a\of any computer or mobile device. The Built-in feature of Ubuntu supports both VNC and RDP protocols for Remote Desktop Sharing. Follow the below simple steps to use the Ubuntu Remote Desktop software. Methods to control Ubuntu Remotely Mainly we are having three different methods to connect Ubuntu remotely : SSH: Secure Shel ..read more
Visit website
Install Nodejs on Ubuntu
LinuxBots
by Mohit Malviya
4y ago
Node.js is an asynchronous event-driven JavaScript runtime built on Chrome’s V8 JavaScript engine. It runs at the server-side. It mainly used for easily building fast and scalable network applications. In this article, you will find ways to install Nodejs on Ubuntu Linux. In this tutorial, we will install the node.js in Ubuntu using two different ways. The first method is by using Ubuntu’s Official repository and second is by using the nodesource repository. Nodejs latest version At the time of writing this article, the latest version of the nodejs is 13. But we will install the LTS version of ..read more
Visit website
413 request entity too large error solution
LinuxBots
by Mohit Malviya
4y ago
I am personally using Nginx as my primary web server with PHP-FPM but also having some setups with Nginx as a proxy to Apache Server. Many times, when I try to upload a file or made a large HTTP request, Nginx gives the error 413 request entity too large. That’s why I thought this issue needs to be documented. Error 413 request entity too large occurs when a client request exceeds the maximum accepted body size by the webserver configuration. The two most used webservers are Apache and Nginx. Also Read: How To Install Nginx on Ubuntu 18.04 The default request size allowed by Apache is ..read more
Visit website
Laravel clear cache (All Methods)
LinuxBots
by Mohit Malviya
4y ago
Laravel, one of the most widely used PHP framework. In this compact article we learn how to clear laravel cache by using terminal and browser. Laravel uses different types of cache for the application. When we made changes in the code then we have to clear caches for applying changes. Also Read – Install Laravel on Ubuntu Laravel clear cache using Terminal For this method you need the command line access of your web server. Because we have to navigate to the laravel project folder and run some commands from the terminal in this method. At the very first step, Goto the laravel proje ..read more
Visit website
Vim Commands – Basic Vim cheat sheet for everyday use
LinuxBots
by Mohit Malviya
4y ago
VI improved text editor or VIM text editor is an opensource solution available for both CLI and GUI interfaces. In this cheat sheet, you will find most of the Vim Commands which are needed when you will work with text files in the CLI interface. So let’s start with open a file in Vim text editor. Use the below command to open a file in Vim CLI interface. vim myfilename Vim text editor is having two different mods Insert mode and Command mode. Insert mode: When you need to write normal text in a file, you can just press i for insert mode and start writing. After writing Press Esc ..read more
Visit website
Tcpdump Examples – 15 commands you must know
LinuxBots
by Mohit Malviya
4y ago
tcpdump is one of the most powerful command-line packet analyzer tools for all IT Professionals. In this tutorial, we share some practical examples of tcpdump tool which should be known by every IT Professional. A well-known network sniffer tool for network monitoring which provides plenty of options. From analyzing live network traffic to capture specific traffic in a file, you can do all with tcpdump. Easy availability for all the operating systems, makes it more popular. There are many other tutorials available for tcpdump on the internet but the proper explanation of commands and exa ..read more
Visit website

Follow LinuxBots on FeedSpot

Continue with Google
Continue with Apple
OR