Submitted by admin on Wed, 05/01/2019 - 07:44
Up until now in this ongoing C programming tutorial series, we have discussed the basic concept of pointers as well as quite a few aspects related to pointers, like pointer to an array and array of pointers. Expanding upon our understanding of pointers, in this tutorial, we will discuss the concept of pointers to functions. Learn More
Submitted by admin on Wed, 05/01/2019 - 07:42
In August 2018, Opensource.com posted a poll with seven options asking readers: What was the most important moment in the history of Linux? I thought I would expand on the list and present 10 moments that I think have played an important part in shaping the history of Linux. Learn More
Submitted by admin on Wed, 05/01/2019 - 07:39
Most operating system and programs especially large one comes in an ISO format containing all required installation files. An ISO file or an ISO image is a perfect representation of all file and folders contained in a CD /DVD. Alternatively, you can say that it is a package all installation files and folder in one single file in an ISO format. Learn More
Submitted by admin on Wed, 05/01/2019 - 07:36
Fedora provides awk as part of its default installation, including all its editions, including the immutable ones like Silverblue. But you may be asking, what is awk and why would you need it?
Awk is a data driven programming language that acts when it matches a pattern. On Fedora, and most other distributions, GNU awk or gawk is used. Read on for more about this language and how to use it. Learn More
Submitted by admin on Wed, 05/01/2019 - 07:33
Up until now in this ongoing C programming tutorial series, we have discussed multiple kinds of operators, like arithmetic, logical, relational, and assignment. However, there's another kind of operators that are very integral to the C programming language. We are talking about bitwise operators. Learn More
Submitted by admin on Tue, 04/30/2019 - 07:46
So, you heard about Linux so many times but never had the guts to finally commit to the change cause of those scary stories that you heard on how complex setting up Linux is, and the choice of the Linux distribution in the first place? Well, you shouldn’t worry about that anymore because we got you covered.
Read the full list of beginner Linux distros here
Submitted by admin on Tue, 04/30/2019 - 07:37
Linux systems are designed in such a way that they can support multiple users. Because of this Linux systems should maintain the database for access permissions for different files and directories. So it will know that who can access these files and directories. Following are the two main types of permissions in Linux: Learn More
Submitted by admin on Tue, 03/19/2019 - 02:15
Today's world is full of data, and images form a significant part of this data. However, before they can be used, these digital images must be processed—analyzed and manipulated in order to improve their quality or extract some information that can be put to use. This article looks at 10 of the most commonly used Python libraries for image manipulation tasks. These libraries provide an easy and intuitive way to transform images and make sense of the underlying data. Learn More
Submitted by admin on Tue, 03/19/2019 - 02:13
nethogs is a networking monitoring tool for Linux. Just like top or htop, nethogs can monitor network traffic in real time. nethogs can monitor any specific network interface or all the networking interfaces on your computer. nethogs shows bandwidth usage per process on your computer in real time.
In this article, I am going to show you how to install and use nethogs to monitor network traffic on Linux. So, let’s get started. Learn More
Submitted by admin on Tue, 03/19/2019 - 02:11
This is an important topic, which is not only for Linux administrator and it will be very helpful for all.
I mean to say. It’s very useful for users who are working in IT Infra.
They have to check whether the port is open or not on Linux server before proceeding to next steps. Learn More
Pages