CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Malin

In my more than 30+ years of experience in the IT industry, I always showed interest in learning new things; and keep practicing what I learned. In my leisure time, I read books, play games & watch movies. I always like to play with my kids. :)

How to install Bitnami Joomla on CentOS?

Bitnami Joomla stack contains a package of applications or components to create a complete platform to run the Joomla application. It is a one-click installation for Joomla. Through this article, we are going to discuss the steps required to install Bitnami Joomla on CentOS using the Bitnami Joomla Stack installer. Download Bitnami Joomla Stack for […]

Linux – An introduction to inodes

In Linux, file system is uses i-nodes called index nodes to keep the information of the files or directories. Each file or directory in Linux file system has an associated inode. Each inode is unique. Depending on the file system setup, we can have maximum number of inodes. inode is nothing but a structure to […]

C Programming – Using bitwise operators

C provides bitwise operators to deal with bits. Each bit is either “0” or “1”. In this article, we are going to discuss how to use bitwise operators in C. C provides the following bitwise operators. & (Ampersand – Bitwise AND Operator) | (Pipe Symbol – Bitwise OR Operator) ^ (Cap Symbol – Bitwise XOR […]

Scroll to top