Kali has not stopped or restricted to the computers or laptops now its time to explore it on tablets. the tablets have very high collaboration and accessibility of great feature of kali Linux Linux os. Introducing KALI Nethunter.
Kali Linux NetHunter. NetHunter is a Android...
LINUX / UNIX
Linux invented by Linus Torwalds , a finnish student as a project, which has grown to vast area of development where thousands of developers are been working upgrading the LINUXUNIX
Unix (all-caps UNIX for the trademark) is a multitasking, multiuser computer operating system that exists in many variants. The original Unix was developed at AT&T's Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.MAC OSX is UNIX
Even Mac OSX is developed is a series of Unix-based graphical interface operating systems developed and marketed by Apple Inc.LINUX / UNIX
Linux invented by Linus Torwalds , a finnish student as a project, which has grown to vast area of development where thousands of developers are been working upgrading the LINUXUNIX
Unix (all-caps UNIX for the trademark) is a multitasking, multiuser computer operating system that exists in many variants. The original Unix was developed at AT&T's Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.
4.25.2015
Why doesn't Linux run on 16 bit architecture ?
12:26 AM
0
You may think where are people using 16 bit architecture hardware for building devices. And yes they required in embedded systems, if you want to design a Linux based interface to show up details on the electric cooker with small screen setup on it. you may go less architecture processor (may be 16 bit). In...
4.24.2015
ubuntu 15.04 - Vivid Vervet released
11:53 PM
0
In ubuntu 15.04 systemd is introduced as previously the OS starts with init (ubuntu's custom start up where it loads all boot up modules to start the system services).
systemd's model for starting processes (units) is "lazy dependency-based", i. e. a unit will only start...
4.23.2015
GREAT PRINCIPLES OF THE OPEN SOURCE WORLD
3:44 AM
0
...
4.21.2015
Moderating Network speeds in LINUX
9:29 AM
0
Linux gives you the scope of moderating the Speeds of the LINUX OS
First we need check for our card if it is suitable attaining the sped we are about to set. Wrong settings may lead you to getting hardware problems.
configuration files:
/etc/sysconfig/network-scripts/ifconfig-eth0 (your NIC card)
we can use
1. MII TOOL
2...
4.20.2015
Shell scripting basics
2:55 AM
1. A shell script is a text file that typically begins with a shebang, as follows:
#!/bin/bash
Shebang is a line on which #! is prefixed to the interpreter path. /bin/bash is the
interpreter command path for Bash.
2. Execution of scripts :
$ bash script.sh # Assuming script is in the current directory.
Or:
$ bash...
What is meaning of bashrc?
2:39 AM
0
bashrc : Bourne Again Shell shell run control
It contains all configurations of the bash shell where it loads before terminal opens for the execution of the commands.
When started as an interactive login shell
Bash reads and executes /etc/profile (if it exists). (Often this file calls /etc/bash.bashrc.)
After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile...
Creating Linux users and gropus
2:20 AM
Commands are typed and executed in a shell terminal. When a terminal is opened, a prompt is available which usually has the following format:
username@hostname$
Or:
root@hostname #
or simply as $ or #.
$ represents regular users and # represents the administrative user root. Root is the most privileged user in a Linux...
4.13.2015
Linux releases latest 4.0 kernel
4:28 AM
0
Linux releases latest 4.0 kernel.
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers),...
4.10.2015
Linux - all Hadoop ports
5:13 AM
0
Web UIs for the Common User
The default Hadoop ports are as follows:
Daemon Default Port Configuration Parameter
HDFS Namenode 50070 dfs.http.address
Datanodes 50075 dfs.datanode.http.address
Secondarynamenode 50090 dfs.secondary.http.address
Backup/Checkpoint node? 50105 dfs.backup.http.address
MR Jobracker 50030 mapred.job.tracker.http.address
Tasktrackers 50060 mapred.task.tracker.http.ad
Under...
Linux distributions package management
5:04 AM
0
dpkg, used originally by Debian and now by other systems like Ubuntu, uses the .deb format and was the first to have a widely known dependency resolution tool (APT).
RPM Package Manager, created by Red Hat and used by a number of other Linux distributions. RPM is the Linux Standard Base packaging format and the base of a...
4.02.2015
X Window System in linux - GNOME ,UNITY,Cinnamon ,MATE ,KDE ,Xfce
6:35 AM
0
The X Window System (X11, X, and sometimes informally X-Windows) is a windowing system for bitmap displays, common on UNIX-like computer operating systems.
X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting with a mouse and keyboard. X does not mandate...
3.10.2015
Command Line Tools to Monitor Linux Performance
3:48 AM
0

Top – Linux Process Monitoring
Linux Top command is a performance monitoring program which is used frequently by many system administrators to monitor Linux performance and it is available under many Linux/Unix like operating systems.
Lsof – List Open Files
Lsof command used in many Linux/Unix like system that is used...
Linux Acronyms
3:36 AM
0

A
AMD Advanced Micro Devices
API application programming interface
ARP address resolution protocol
ARPANET Advanced Research Projects Agency Network
AS autonomous system
ASCII American Standard Code for Information Interchange
AT&T American Telephone and Telegraph...
GRUB - GRand Unified Bootloader
3:34 AM
0
The GNU GRand Unified Boot loader (GRUB) is a program which enables the selection of the installed operating system or kernel to be loaded at system boot time. It also allows the user to pass arguments to the kernel.
GRUB which provides a user the choice to boot one of multiple operating systems installed...
Subscribe to:
Posts (Atom)
Translate
Popular Posts
-
Artificial intelligence is a field of study in which we can program computers to make decisions for the work and attain a specific output....
-
Boot loader phase The boot loader phase varies by computer architecture. Since the earlier phases are not specific to the operating sys...
-
RAW RAW TCP are network protocols that allows data to be exchanged using a secure channel between two networked devices. Used primarily ...
-
You may think where are people using 16 bit architecture hardware for building devices. And yes they required in embedded systems, if you ...
-
Linux plays a major role in the world security and hacking. People feel more free and best working without any obstructs when compare...
-
Features of network monitoring tools A network monitoring tool is usually hosted on a standalone server and runs its client software on e...
-
List running services: # service --status-all # chkconfig --list | grep '3:on' Recommend Actions on Default Services Servi...
-
The Linux operating system (and likewise, Linux) differs from other computing environments in that it is not only a multitasking syste...
-
Linus Torvalds Linus Benedict Torvalds born December 28, 1969) is a Finnish American software engineer, who was the principal force...
-
Web UIs for the Common User The default Hadoop ports are as follows: Daemon Default Port Configuration Parameter HDFS Namenode ...
Recent Posts
Categories
- Artificial intelligence in Nutshell (1)
- bashrc (1)
- computer file systems (1)
- creating users (1)
- ext (1)
- FAT (1)
- file systems (1)
- linux (1)
- services (1)
- Shell scripting (1)
- System Calls (1)
- veritas (1)
- vfs (1)
- xfs (1)
- zfs (1)