Search This Blog

1.6.12

CPU Ticks/ CPU Clock Cycle

A clock cycle or also called ticks is a single electronic pulse of a CPU

During each cycle, a CPU can perform a basic operation such as 
-fetching an instruction
-accessing memory
-writing data, etc
Since only simple commands can be performed during each cycle, most CPU processes require multiple clock cycles.


7.5.12

Installing and checking packages into different family of Linux


Installation command for any package to download and install:

- RPM/RedHat-based Linux:    
               sudo yum install 'package name'

DEB/Debian-based Linux:
               sudo apt-get install 'package name'

FreeBSD
               sudo pkg_add -r bash 'package name'



Checking/Verifying command for any package that is installed or not: 

               dpkg -s 'package name'

2.5.12

mTechEase: CORE DUMP FOR DEBIAN

mTechEase: CORE DUMP FOR DEBIAN: CORE DUMP FOR DEBIAN Mayank Chourey 5/31/2011 Introduction. Steps to use core dump. -Enabling and ConfigurinG core dump. -E...