PHP is a popular programming language for web development and blogging. Here are the steps to enable PHP in Apache.
How to Change Wifi Password in Ubuntu Terminal
Sometimes you may need to change wifi password in Linux. Here is how to change wifi password in Ubuntu.
How to Connect to Wifi using nmcli
Sometimes you may need to connect to wifi from command line. Here is how to connect to wifi using nmcli.
How to Set JAVA_HOME in Ubuntu
You need to set JAVA_HOME if you are using JAVA for development. Here is how to set JAVA_HOME in Ubuntu.
How to Create a Large File in Linux
Sometimes you may need to create a large file in Linux for testing purposes. Here are the different ways to create large files in Linux.
How to get length of list in Django Template
Sometimes you may need to find length of list in Django Template. Here is how to get length of list in Django Template using filters.
Difference Between df and du command
df and du commands both are used to get estimate of disk usage and free disk space. Here is the key difference between df and du in Linux.
How to Create Startup Disk for Ubuntu
Sometimes you may need to create recovery disk for Ubuntu. Here is how to create startup disk for Ubuntu.
Disk Utilities in Linux
Disk utilities make it easy for system administrators to manage disk space in Linux, Here are the top disk utilities in Linux.
How to Iterate Through List of Dictionaries in Python
Sometimes you may need to iterate through list of dictionaries. Here is how to iterate through list of dictionaries in python.