Posts by Author : tgugnani

Git

Aug 12, 2020

tgugnani

Here is a quick guide on how to install git on ubuntu 22.04 If you don't have git installed on your ubuntu machine you'll get this error on running any git command from the terminal Command 'git...
Read Article
Here is the detailed tutorial on How to Install Laravel on your Ubuntu Machine running the version 20.04 of Ubuntu. Although there are different ways to get started with the Laravel that includes u...
Read Article

Ubuntu

Aug 10, 2020

tgugnani

Here is a quick guide on how to install and get started with Composer on Ubuntu. # TL;DR version Run the following commands in your ubuntu terminal php -r "copy('https://getcomposer.org/installer',...
Read Article
# TL;DR version Here is the short version of setting up PHP version 7.3 on your Ubuntu Machine (I am currently on v 20.04) sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get i...
Read Article
# TL;DR version Press Shift + PrtSc button together, It will change your cursor to a + symbol, click and drag the mouse / track-pad over the desired region of screenshot and release. The screensho...
Read Article
I had a peculiar requirement where I had to grab the entire query string (GET parameters) from the current page and send it to the ajax call happening on the same page. Here is how I did that $...
Read Article
I encountered an instance where I was looking to add parameters in the Laravel's Request Object. You might encounter this when you want to add an additional value to the object before calling the stor...
Read Article
Bootstrap version 5 beta is out. There are multiple ways in which you can get started with the Bootstrap website development. The most simplest one is to import the library files via CDN; but that...
Read Article
Quick and Easy guide on How to Install NodeJS and NPM (Node Package Manager) on Respberry Pi (Respbian OS) Run the following command to get the specified version of Node installer. Here I am downlo...
Read Article
So you are looking to start your blogging journey and wondering on how to go about on Starting your First Wordpress Blog. This is an extensive guide where I dig into the each step on how to get up...
Read Article