Skip to content
sneppets

sneppets

  • Privacy
Check OS version in Linux from command line

How to check OS version in Linux from command line ?

August 8, 2021August 8, 2021 Editorial StaffLeave a Comment on How to check OS version in Linux from command line ?

This tutorial guides you on how to check OS version in Linux from command line. Linux is a open source and free Operating System. There are various distributions of Linux available. For example, Debian, Ubuntu, CentOS, Fedora etc.,. We need… Read More!

linux kernel-version, linux, os-version
Find the PID of the process that is using specific port

How to find the PID of the process that is using specific port ?

August 6, 2021August 13, 2021 Editorial StaffLeave a Comment on How to find the PID of the process that is using specific port ?

This tutorial guides you on how to find the PID of the process that is using specific port. As you know that a port can be used by a single application at any point of time. Sometimes we may need… Read More!

linux linux, pid, port, process, tcp
Count number of occurrences of a character in string

Python : Count number of occurrences of a character in string

August 5, 2021August 5, 2021 Editorial StaffLeave a Comment on Python : Count number of occurrences of a character in string

This tutorial guides you on how to count number of occurrences of a character in a given string. This logic would be very useful when you wanted to remove duplicates or checking unwanted characters from the string in Python programming.… Read More!

Python character, count, python, String
Count the number of occurrences of a list item

How to count the number of occurrences of a list item in Python ?

August 4, 2021August 5, 2021 Editorial StaffLeave a Comment on How to count the number of occurrences of a list item in Python ?

This tutorial guides you on how to count the number of occurrences of a list item using Python programming. Let’s learn various ways to find the number of occurrences of a list item in Python with examples. Count the number… Read More!

Python count, List, python
Get number of elements in a list – Python

How to get number of elements in a list – Python ?

August 3, 2021August 4, 2021 Editorial StaffLeave a Comment on How to get number of elements in a list – Python ?

This tutorial guides you on how to get number of elements in a list using Python programming. Also you will learn how to get unique number of elements and test whether the given list is empty or not in a… Read More!

Python List, python

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved