Sometimes you may need to disable/enable input in web pages. Here are the steps to disable/enable input in jQuery.
How to Remove HTML Tags from CSV File in Python
How to Convert PDF to CSV in Python
How to Convert PDF to Text in Python
Sometimes you may need to convert PDF to Text in Python. Here are the steps to do it using PyPDF2 package.
How to Split File in Python
Often you may need to split file in Python by delimiter, size, lines, columns. Here are the different ways to split file in Python.
How to Show File Without Comments in Linux
Sometimes you may need to view file contents without comments in Linux. Here are the steps to do so in Linux.
How to Enable Screen Sharing in Ubuntu
Sometimes you may need to share screen in Ubuntu. Here are the steps to enable screen sharing in Ubuntu.
How to Evaluate Expression in Shell Script
What does ${} and $() mean in Shell Script
Command substitution and parameter substitution are important features of Linux Shell. Here are the key differences between them.
How to Run C Program in Linux
Sometimes you may need to run C Program in Linux. In this article, we will learn how to run C program in Linux system.