- Filter By:
- Human recourses
- 5000 - 50,0000
- Intermediate
- 12 Months
- Classroom
HISTORY OF LINUX
This blog introduces the Linux kernel and Linux operating system, placing them in the historical context of Unix. Since the creation of Unix in 1969, the brainchild of Dennis Ritchie and Ken Thompson has become a creature of legends, a system whose design has withstood the test of time with few …
View more102CONTROL GROUP SUBSYSTEMS IN RHEL7
Control groups (cgroups) are a Linux kernel feature that enables you to allocate resources – such as CPU time, system memory, disk I/O, network bandwidth, etc. – among hierarchically ordered groups of processes running on a system. Initially developed by Google engineers Paul Menage and…
View more305INSTALL PGSQL 9.3 ON REDHAT LINUX
Let’s Get Started PostgreSQL often knows as “Postgres”, is world most advance Object-relational database management system. PostgreSQL is developed by the PostgreSQL Global Development Group, a diverse group of many companies and individual contributors. It is free an…
View more985NFS CONFIGURATION ON REDHAT LINUX
Network File System formally knows as NFS is a distributed files system protocol, which allow a linux server to share directories and files with the linux clients over the network. With NFS, users and program can access files on remote systems as if they were stored locally. NFS was developed by S…
View more874USER MANAGEMENT IN LINUX
Each user is associated with a unique numerical identification number called a user ID (UID). Likewise, each group is associated with a group ID (GID). A user who creates a file is also the owner and group owner of that file. The file is assigned separate read, write, and execute permissions for th…
View more994SYMBOLIC LINK VS HARD LINK IN LINUX
Hard Link vs Soft ( Symbolic ) Link Links in Linux can are very much similar to Pointers in programming languages. The basic difference is that,Pointers in programming languages are used to point to the other variables, likewise Link is a pointer to a file or a directory. Creating a links is ver…
View more536INSTALL OPENSTACK ON RHEL6
The perquisites are to have sufficient memory and to turn off selinux or set it to permissive. Changes to SELinux require a reboot. You also need sudo access, I ran packstack from my control node. [root@ap2v ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. …
View more262LVM IN LINUX
LVM (LogicalVolumeManager) allows administrators to create meta devices in Linux that provide an abstraction layer between a file system and the physical storage that is used underneath. The meta devices (on which file systems are placed) are logical volumes, which use storage f…
View more779ASTERISK INSTALLATION ON LINUX
About Asterisk : Asterisk is a software implementation of a telephone private branch exchange (PBX); it allows attached telephones to make calls to one another, and to connect to other telephone services, such as the public switched telephone network (PSTN) and Voice over Internet Protocol (VoIP) …
View more673FREESWITCH INSTALLATION ON LINUX
About FreeSWITCH – The World’s First Cross-Platform Scalable FREE Multi-Protocol Soft Switch. FreeSWITCH is a scalable open-source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text, or any other form of…
View more635
NEWSLETTER
Submit to our newsletter to receive exclusive stories delivered to you inbox!