How to Get Input from Keyboard in Python
This post will guide you how to get an user input from keyboard with raw_input function or input function in python language. How do I use raw_input or input function to get input from keyboard… read more »
#1 Linux/Unix Tutorial on The Net
This post will guide you how to get an user input from keyboard with raw_input function or input function in python language. How do I use raw_input or input function to get input from keyboard… read more »
This post will guide you how to find a specic string from a given files or directories at the shell prompt in Linux. How do I find all files containing particular text string in your… read more »
This post will guide you how to find out what name and version of your Linux distribution from the bash shell prompt. How to find out what version of Linux you are running. There are… read more »
This post will guide you how to monitor a filesystem or a specified files in your Linux Operating systems. How do I monitor individual files or directories and executes commands or shell scripts with incron… read more »
This post will guide you how to find out if a bash variable is null or not in your Linux system. You just need to use the If or test commands with the -z option… read more »
This post will guide you how to find out my DNS Server IP ADDRESS in your Linux system. How to find a given website DNS Server IP address from the command line in Linux operating… read more »
This post will guide you how to kill or terminate a process in Linux operating systems. How do I use kill command to stop Process in Linux or Unix system. Kill Process by PID Kill… read more »
This post will guide you how to check running process from the command line in Linux operating systems. How to list, kill and manage process in Linux. List Running Processes Lookup Process View Top Process… read more »
This post will guide you how to show all running processes using ps or top command in Linux Operating system. How do I Use the top command to show running process in Linux. Show All… read more »
This post will guide you how to add new and existing users to primary or secondary groups in your Linux Operating systems. How do add a user to a group in Linux. How to remove… read more »
This post will guide you how to get current logged in users in Linux. How to see currently logged in users in your current Linux operating systems. Show Who is Logged on And What They… read more »
This post will guide you how to start Firefox web browser from the command line in your Linux Operating systems. How do I Run FireFox from the command Line in CentOS or Ubuntu Linux. Start… read more »
This post will guide you how to find your Computer’s BIOS version or other information from the command line in Linux. How do I find out BIOS version using a Linux command. Get BIOS Version… read more »
This post will guide you how to show a recursive directory listing in a Linux system. How do I display directories recursively on a CentOS or RHEL Linux. Show Recursive Directory Listing If you want… read more »
This post will guide you how to display directory tree structure using a Linux command from the command line. How do I view directory tree structure through Tree command under Linux operating systems. Print Directory… read more »