Category : Ubuntu
ItSolutionStuff.com have tutorials for Ubuntu, here you can study articles of Ubuntu, Ubuntu posts collection, most popular and useful tutorials of Ubuntu, here you can find list of all relevant posts and example about Ubuntu, we have lists of tutorials and examples about Ubuntu.very simple and quick example collection of Latest Ubuntu category.

Solved - QXcbConnection could not connect to display wkhtmltopdf ubuntu
Do you have issue with wkhtmltopdf install in ubuntu linux then i will help you how to solve that error. if you have error like qxcbconnection: could not connect to display wkhtmltopdf ubuntu. When i installed wkhtmltopdf on my ubuntu server and i run wkhtmltopdf command to generate pdf file from u.....

How to Downgrade php 7.4 to 7.3 Ubuntu?
If you need to downgrade php 7.4 to 7.3 in ubuntu then i will let you know command to downgrade php 7.4 to 7.3 ubuntu, downgrade php 7.3 to 7.2 ubuntu, downgrade php 7.2 to 7.0 ubuntu, downgrade php 7.2 to 7.1 ubuntu, ubuntu downgrade 7.4 to 7.3 php version. Some days ago update my ubuntu 18.04 and.....

Laravel 5.5 Simple CMS Website example using asgardcms
Today i am going to share with you how to use cms in laravel 5.5 application. As we know wordpress is best cms in the world and almost people like to use cms for his company website or blog. But if we think about codding style, security or structure then laravel framework is a best. So There are sev.....

Solved Issue - "/usr/bin/env: ‘node’: No such file or directory"
<br/> In this post i want to share one issue that i fetch. When i started working on my react js project first time on my ubuntu 16.04, i installed npm and then after i run bellow command: <pre> npm install -g create-react-app </pre> this way i installed create-react-app then after i created new com.....

How to create quick apache virtual host in Ubuntu?
We always require to create virtualhost on each project because we don't want to run each project manually, so it is better way to create virtual host address for each project when you development like as bellow: <pre> http://blog.dev http://test.dev http://example.dev http://demo.dev </pre> It wil.....

How to install composer using command line in ubuntu ?
Composer through we can get packages from git and use it in our project. But you require to install composer in your system for getting packages. You can get packages for core PHP, Laravel, codeigniter etc. So, If you are working on ubuntu OS and you require to install composer then this post will .....

How to connect mysql database in node js with example?
Node.js is very popular in Todays for make chat system, real-time notification, real-time developing etc. So, Today, I am going to give you very simple example of How to use MySQL Query in Node JS. If you use node.js then you can see how it is work and there are several driver for different task li.....

Solve - Installation request for guzzle/guzzle in laravel
When i was working on my updated ubuntu version, i did fetch this problem. I had ubuntu 14.04 then i updated ubuntu 16.04, at that time i think PHP version also updated PHP 5 from PHP 7. Ubuntu 16 updated successfully but when i was trying to composer install or update on my project i was found gu.....

How to create virtual host in ubuntu apache?
we always like to create virtual host and run our project that way we can debug properly and run as like our website. But if you are working on ubuntu then we have always follow several step to create virtual host and that very long process. So, i found one package that provide virtualhost command.....

Install Sublime Text 3 in Ubuntu 14.04 using Terminal
Nowdays, Sublime Text Editor is a most popular text editor in the world. Sublime Text Editor 3 are provide several packages like CodeFormatter, GitGutter, Git, Sidebar etc and that's why it is most popular and wide used in today. If you want to install sublime text editor 3 in your ubuntu operatin.....

How to uninstall cordova and ionic in ubuntu
If you require to remove cordova and ionic from ubuntu then you uninstall using terminal command. you can uninstall cordova then you can just run bellow command. I added two command one for uninstall cordova and other uninstall ionic framework. <strong>Example:</strong> <pre class="prettyprint lang-.....

How to Install Sublime Text Editor 3 in Ubuntu?
Sublime Text is a very popular text editor in nowdays. Most of the developer chooes Sublime Test for codding because it is very smooth and pretty easy. I think specially most of the PHP developer are chooes sublime for developing. If you are working on ubunu system then you can install very easily, .....
Featured Post
Random Post
- How to create a text file for JSON and file download in Laravel?
- How to add pagination with union in Laravel 4 and Laravel 5 ?
- How to get Lat and Lon from google map API in Jquery PHP?
- Mysql Hexadecimal color code store in binary datatype.
- Which MySQL datatype use for store an IP address?
- Autocomplete with images and custom html code in Jquery UI?
- How to set Datepicker in bootstrap?
- How to check Object is empty or not in Jquery/JavaScript ?
- How to add ckeditor with image upload in Laravel ?
- How to remove current changes from local system in Git ?
- How to convert line breaks to br in jQuery ?
- How to create responsive menu in html/PHP ?