How to install Git on Ubuntu/Linux.
To install Git on Linux/Ubuntu you have to Run the below commands Step 1 :- First check that your packages are updated or not : sudo apt update Step 2…
Read more »
HOW TO: INSTALL COMPOSER ON LINUX MINT
About Composer A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for…
Read more »
What is Swap in Linux and Useful Commands to work with Swap Space in Linux?
What is Swap in Linux?Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of…
Read more »
5 ways to split your Linux terminal multiplexer
Tmux GNU Screen Konsole Emacs Tilix Terminator Shells, terminals, and consoles The short version: A shell is an input and output screen with a prompt. There’s technically a shell running…
Read more »Linux command Error- nohup:ignoring input and appending output to ‘nohup.out’
Error : When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very easily. Command :…
Read more »Install Jenkins on Ubuntu
In this tutorial we are going to install Jenkins on Ubuntu operating system. Ubuntu is another debian based operating system – open sourced and highly loved by developer community. If…
Read more »Ubuntu or Linux Error: Unable to access XAMPP MySQL from /opt/lampp/bin/mysql
Here’s the complete article on the solution with baby steps:How to link php from XAMPP installation to use php command from user or any other directory in Ubuntu or Linux
Read more »How to link MySQL from XAMPP (/opt/lampp/bin) to use mysql command from any directory in Ubuntu or Linux
Assumption: I assume that you have already installed XAMPP in your Ubuntu OR Linux machine.If not, then you may follow this link to do so: https://www.devopsschool.com/blog/installing-xampp-7-4-xxx-on-ubuntu/ and https://www.devopsschool.com/blog/how-to-link-php-from-xampp-installation-to-use-php-command-from-user-or-any-other-directory-in-ubuntu-or-linux/ NOTE: I also…
Read more »Ubuntu or Linux error: Error: EACCES: permission denied, mkdir ‘/opt/lampp/htdocs/node_modules/node-sass/vendor’
How I got this error:I got this error while running command: npm install in one of my project directory located at /opt/lamoo/htdocs What was the Error: root@ip-ip-address:/opt/lampp/htdocs/[projectName]# npm install ]…
Read more »How to install latest version of nodejs in Ubuntu or Linux
Steps:1. Login to Ubuntu or Linux machine using ssh client like putty 2. Run command: sudo -s3. Run command: sudo apt-get install curl4. Run command: curl -sL https://deb.nodesource.com/setup_12.x | sudo…
Read more »How to setup SSH keys on Ubuntu/ Linux
Introduction:If you want to clone a repository from gitlab, github or bitbucket in your Ubuntu machine then you may need to setup SSH Keys in ubuntu and add that key…
Read more »How to install composer in Ubuntu or Linux machine
To install Composer on your Ubuntu or Linux system, perform the following steps: 1. Check if you have PHP installed and configured properly. If not then please follow this arcticle…
Read more »How to link php from XAMPP installation to use php command from user or any other directory in Ubuntu or Linux
Assumption:I assume that you have already installed XAMPP in your Ubuntu OR Linux machine.If not, then you may follow this link to do so: https://www.devopsschool.com/blog/installing-xampp-7-4-xxx-on-ubuntu/ How I got the error:After…
Read more »npm error on Linux: Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 12.x
Environment:Linux 64-bitLaravel 5.5Node.js 12.x How I got this error:I made some changes in one of the js file of my project. Hence, I needed to rebuild the JS part of…
Read more »
Complete Reference of Debugging WordPress website in Linux in shared hosting
Any wordpress issues and problem may be caused by a variety of issues, including: Bad theme Bad plugin Bad install/upgrade you exhausted the memory limit It could also mean that…
Read more »Ubuntu, Linux, Unix vi error: swap file .swp already exists
Command that gave me error:vi .env or vi <any file name that starts with a “.” that means it’s a hidden file> Error: Swap file .env.swp already existsor Swap file…
Read more »