Sometimes you may need to empty a file or clear file in Linux. In this article, we will look at how to empty or delete contents of large file in Linux.
How to Install Flask in Ubuntu
Flask is a popular web framework to build python applications. Here are the steps to install Flask in Ubuntu.
How to Remove .php from URL in NGINX
How to Convert List to String in Python
Sometimes you may need to convert a list of string or integer to a string. Here are different ways to convert list to string in python.
How to Run Scripts on Start up in Ubuntu
Sometimes you may need to add scripts to startup or run commands on startup. Here is how to run scripts on start up in Ubuntu.
How to Install HAProxy in Ubuntu
HAProxy is a open-source high availability load balancer and reverse proxy. Here is how to install HAProxy in Ubuntu.
How to Import CSV in Python
Sometimes you may need to import csv file into python. Here is how to import csv using csv reader and python pandas libraries.
How to Sort Dictionary By Key in Python
How to Install Tomcat in Ubuntu
Apache Tomcat server helps you to run Java-based websites and applications. Here is how to install Tomcat in Ubuntu.
How to Sort List in Python
Sometimes you may need to sort list in Python. Here is how to sort list in python in ascending, descending or user-defined order.