Generate PDF using python and HTML
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
Technology, News , Entertainment and More stuff
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
Connect to the router and open the url http://tplinklogin.net/ Enter username and password. Now navigate to Lan Settings under Network…
To test a successful php installation. We can check the PHP version in your machine or test the entire PHP…
This is one of the most common problems that one might encounter these days. This can be due to hardware…
The command CD stands for change directory. CD can be used in many ways to navigate between multiple directories just…
“ls” means list contents of a directory. We have various options with ls that can be used together to view…
Suppose we have a web app running on a port. For example nodejs runs server on a port. For accepting…
There are terminal utilities like ‘diff’ and ‘vimdiff’ in Linux to visualise the differences in two files. But sometimes this…
Suppose you have a file seperated with a delimiter like tab or comma and you want to swap them manually…
Linux command line is very powerful. Let us see how can we use it as a calculator. Open a terminal…