Tag: open source technology

Home open source technology
install linux on chromebook
Post

Linux Kernel Fundamentals. Things you need to know about Linux Kernel

Introduction of Kernel Kernel is core of OS representing core aspect of Linux distribution for computers and servers Architecture of Kernel is monolithic and OS operates in Kernel space. Complete control over anything is there with Kernel Linux Kernel is a layer between hardware of device and software. Kernel is responsible for For application execution, ...

Post

Overview of Linux Architecture

Overview of Linux Architecture Hardware Consists all peripheral devices Physical devices E.g RAM, HDD, Processer, motherboard etc Kernel Core Component Directly interacts with hardware Shell Interface to kernel Hides complexity of Kernel’s function Takes command / input  from users Executes function of kernels Utilities Provides functionalities of OS to users Utilities programs runs on shells...

Post

Linux Standard Directories

Linux Standard Directories All files and directories are under root directory (/) Some standard directories are /root Every file and directory starts from root Root user can write on this directory /root is home directory of root user It is not same as / /bin All executable binary files Files required for booting, repair are...

Post

Linux Vs Windows! Differences you need to know!

LINUX WINDOWS Users have access to source code Access of source code is not available to users Highly customizable Less customization option GPL License – free to modify and redistribute Microsoft’s License, can’t be modified and redistribute by users More command lines for daily uses More GUI than command lines Community Support Microsoft Support Users...

Post

Features and Advantages of Linux

Features and Advantages of Linux Open Source Code easily available Can customize OS Contribute, moify, distribute, enhance Security Less vulnerable Applications needs to be admin authorized No antivirus required Free Free to use No license required GNU GPL License Lightweight Requirement to run linux are low end 128 MB RAM / disk space device can...