Thursday, September 26, 2019

INVESTIGATING AND MANAGING PROCESS


Investigating and managing process

What is process?
A process is an executing with several components and properties, including a memory context, priority, and environment. The Linux kernel tracks every aspect of a process by its PID under /proc/PID.
Continue reading

USING THE BASH SHELL



Using the Bash Shall 

Bash is a Unix shell written by Brain Fox for the GNU Project as a Free Software replacement for the Borne Shell(sh).Released in 1989, it has been distributed widely as the shell for the GNU Operating System and as a default shell on Linux and MAC OS X.

Continue reading

Dual Boot Kali with Windows

Dual Boot Kali with Windows

Kali Linux Dual Boot with Windows

Installing Kali alongside a Windows installation can be quite useful. However, you need to exercise caution during the setup process. First, make sure that you’ve backed up any important data on your Windows installation. Since you’ll be modifying your hard drive, you’ll want to store this backup on external media. Once you’ve completed the backup, we recommend you peruse Kali Linux Hard Disk Install, which explains the normal procedure for a basic Kali install.
Continue reading

Kali Linux Installation

Kali Linux Installation
Installing Kali Linux on your computer is an easy process. First, you’ll need compatible computer hardware. Kali is supported on i386, amd64, and ARM (both armel and armhf) platforms. The hardware requirements are minimal as listed below, although better hardware will naturally provide better performance. The i386 images have a default PAE kernel, so you can run them on systems with over 4GB of RAM. Download Kali Linux and either burn the ISO to DVD, or prepare a USB stick with Kali Linux Live as the installation medium. If you do not have a DVD drive or USB port on your computer, check out the Kali Linux Network Instal
Continue reading

Ubuntu History

 

The Ubuntu story

ubuntu

Ubuntu is an ancient African word meaning 'humanity to others'. It also means 'I am what I am because of who we all are'. The Ubuntu operating system brings the spirit of Ubuntu to the world of computers.

Where did it all begin?

Linux was already established as an enterprise server platform in 2004, but free software was not a part of everyday life for most computer users. That's why Mark Shuttleworth gathered a small team of developers from one of the most established Linux projects – Debian – and set out to create an easy-to-use Linux desktop: Ubuntu.
Continue reading

PRINTING IN LINUX

Printing in Linux

1.Printers may be local or networked
2. Print requests are sent to queues
3. queued jobs are sent to the printer on a first come first served basic
4. jobs may be canceled before or during printing.
#System-config-printer

Continue reading

Wednesday, September 25, 2019

FILE SYSTEM (FHS)

Linux File System 

Red Hat Linux has a hierarchical file system. The top-most directory—known as the root directory—of the file system contains several other directories, sometimes called sub-directories. Basic File system Hierarchy Standard (FHS) Directories.
Continue reading

Monday, September 23, 2019

INSTALLATION OF THE REDHAT

1. Minimum Requirements of RED HAT RHEL6?
Dear user in this post we are going to telling you about INSTALLATION OF THE REDHAT. Architecture- These instructions are for installing Red Hat Enterprise Linux 6 (RHEL6) on an IA-32 system (i.e., a 32-bit Intel- or AMD-based system) and Opteron 64-bit systems (x86_64).
Continue reading

BROWSING THE FILE SYSTEM

1.Browsing the File system 

Linux Dile Hierarchy Concepts-
 1. files and directories are organized in to a single-rooted invert tree structure.
 2. file system begins at the root directory, represented by a lone / (forward slash) character.
 3. Names are case-sensitive.
 4. Paths are delimited by /

Continue reading

RedHat Basic

Hello everyone today we are going to study about Redhat. In this post we are telling you about basic knowledge of Redhat.
Continue reading