Quantcast
Channel: Articles– GeeksforGeeks
Browsing all 339 articles
Browse latest View live

Computer Network | Types of Server Virtualization

Server Virtualization is the partitioning of a physical server into number of small virtual servers, each running its own operating system. These operating systems are… Read More » The post Computer...

View Article


tee command in Linux with examples

tee command reads the standard input and writes it to both the standard output and one or more files. The command is named after the… Read More » The post tee command in Linux with examples appeared...

View Article


whoami command in Linux with example

whoami command is used both in UNIX OPERATING SYSTEM and as well as in WINDOWS OPERATING SYSTEM . It is basically the concatenation of the… Read More » The post whoami command in Linux with example...

View Article

free Command in Linux with examples

While using LINUX there might come a situation when you are willing to install a new application (big in size) and you wish to know… Read More » The post free Command in Linux with examples appeared...

View Article

Things one should know before choosing Computer Science as their major

So it’s time for you to go to college and your dream of studying computer science and engineering is finally getting closer. Computer scientists are… Read More » The post Things one should know before...

View Article


help Command in Linux with examples

If you are new to LINUX operating system and having trouble dealing with the command-line utilities provided by LINUX then you really need to know… Read More » The post help Command in Linux with...

View Article

od command in Linux with example

od command in Linux is used to convert the content of input in different formats with octal format as the default format.This command is especially… Read More » The post od command in Linux with...

View Article

rcp Command in Linux with examples

There comes a time while using LINUX when there is a need to copy some information stored in a file to another computer. This can… Read More » The post rcp Command in Linux with examples appeared first...

View Article


Processes in Linux/Unix

A program/command when executed, a special instance is provided by the system to the process. This instance consists of all the services/resources that may be… Read More » The post Processes in...

View Article


rm command in Linux with examples

rm stands for remove here. rm command is used to remove objects such as files, directories, symbolic links and so on from the file system… Read More » The post rm command in Linux with examples...

View Article

Percolation Centrality (Centrality Measure)

A slew of centrality measures exist to determine the ‘importance’ of a single node in a complex network. However, these measures quantify the importance of… Read More » The post Percolation Centrality...

View Article

Eigenvector Centrality (Centrality Measure)

In graph theory, eigenvector centrality (also called eigencentrality) is a measure of the influence of a node in a network. It assigns relative scores to… Read More » The post Eigenvector Centrality...

View Article

Closeness Centrality (Centrality Measure)

In a connected graph,closeness centrality (or closeness) of a node is a measure of centrality in a network, calculated as the sum of the length… Read More » The post Closeness Centrality (Centrality...

View Article


mv command in Linux with examples

mv stands for move. mv is used to move one or more files or directories from one place to another in file system like UNIX.… Read More » The post mv command in Linux with examples appeared first on...

View Article

diff command in Linux with examples

diff stands for difference. This command is used to display the differences in the files by comparing the files line by line. Unlike its fellow… Read More » The post diff command in Linux with examples...

View Article


Guide for Non-CS students to get placed in Software companies

This post is especially for people of non-CS branches who have developed interest towards coding and would like to work in a software company. The… Read More » The post Guide for Non-CS students to get...

View Article

Don’t Forget The Edge Cases !

Imagine a scenario where you want to write the following function as a part of some larger project : Write a function to return the… Read More » The post Don’t Forget The Edge Cases ! appeared first on...

View Article


find command in Linux with examples

The find command in UNIX is a command line utility for walking a file hierarchy. It can be used to find files and directories and… Read More » The post find command in Linux with examples appeared...

View Article

Elo Rating Algorithm

Elo Rating Algorithm is widely used rating algorithm that is used to rank players in many competitive games. Players with higher ELO rating have a… Read More » The post Elo Rating Algorithm appeared...

View Article

Wishing your Valentine with a Program!!

This valentine, gift your loved ones an heart with a message written within it to express what you feel about them. Don’t miss the moment… Read More » The post Wishing your Valentine with a Program!!...

View Article
Browsing all 339 articles
Browse latest View live