Operating System Articles

Page 121 of 171

How to Repeat Your Last Command in Linux?

Mukul Latiyan
Mukul Latiyan
Updated on 19-Jul-2022 7K+ Views

Linux terminal allows us to execute a variety of commands and sometimes it so happens that we find ourselves in a scenario where we might want to use a certain command more than once. There are many occurrences where we would want to repeat the command that we just ran. In Linux, this can be done with the help of different commands, and in this tutorial, we will explore all such commands with the help of different examples. For reference and simplicity, I will run a single command, say 'ls -ltr' and then use the different methods to search what ...

Read More

How to Run a Command Multiple Times in Linux?

Mukul Latiyan
Mukul Latiyan
Updated on 19-Jul-2022 9K+ Views

There are scenarios where you would want to run a particular command for 'N' number of times. In normal programming, this can be done with the help of any of the loops constructs available in that programming language. In Linux bash too, we have loops available as some other ways with which we can repeat commands 'N' number of times. In this tutorial, we will explore different bash scripts that will allow us to run a certain command multiple times. The first step when you want to work with a bash script is to create one. On Linux or macOS ...

Read More

Array Operations in Linux bash

Mukul Latiyan
Mukul Latiyan
Updated on 18-Jul-2022 921 Views

Bash scripts are one of the most convenient approaches when we talk about making the command line processes automated in nature. They help us in doing a group of things in a simpler and more understandable manner, and we can do almost all theoperations that we could do in other languages as well.It is well known that the syntax of the bash can be tricky at first, and hence I will try to explain everything that I have used in this tutorial.We come across various situations where we would want to make use of bash scripts to perform different operations ...

Read More

What languages have been used to write Windows, Mac OS and Linux OS?

Mukul Latiyan
Mukul Latiyan
Updated on 12-Jul-2022 7K+ Views

We know that an operating system is considered the backbone of any system that you may use. The three most common and widely used operating systems share things in common just as well as they share differences. While there are cases where one might outperform another, those cases and such scenarios are very rare.The most notable difference one can notice is how they store the files in their file structure, like in case of windows, it follows a directory structure to store the different kinds of files of the user, whereas the Mac OS file structure is known as MAC ...

Read More

Which one is safer Sleep or Hibernate in Windows?

Om Sharma
Om Sharma
Updated on 27-Apr-2022 383 Views

Users generally sleep, hibernate or shut down their PC/laptop without having any clue what exactly these different terms denote. Here, you get clarity for these terms.Sleep ModeIf you leave your device on sleep mode, it allows you to work resume your work at the cost of some electricity as it moves to the low power state. It is also known popularly as Standby. As soon as you turn your device on, the whole device will snap back to life instantly. The files you left open will be taken care of automatically.HibernatePutting your laptop/PC on hibernate mode is more or less ...

Read More

What is LAN (Local Area Network) in Computer Network?

Ginni
Ginni
Updated on 27-Apr-2022 3K+ Views

A local area network is a comparatively lesser and privately-owned network with the highest duration of 10km to support local connectivity within a building or limited geographical area.In private offices, this type of networking is trendy and effectively used. They are generally used to interface with personal computers and buildings, incorporate workplaces and industry to share resources and transfer data.The figure shows a LAN having computers from several departments like Sales, Finance, Production, Publication, etc.Features of LANLimited Geographic LimitsA LAN is constructed for a limited area. It usually traverses a single frequency workgroup floor in a building or on campus ...

Read More

Beowulf Clusters

David Meador
David Meador
Updated on 26-Apr-2022 3K+ Views

A beowulf cluster is formed using normal computers that are identical. These are arranged into a small local area network (LAN). There are programs that allow these computers to share processing among them.So beowulf clusters form a parallel processing unit using common personal computers.An image that displays the first beowulf cluster at Barcelona Supercomputing Center is as follows −Image Credit − By Vcarceler [CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0)], from Wikimedia CommonsFeatures of Beowulf ClustersSome important features of beowulf clusters are as follows −Beowulf clusters are formed using normal computers. There is no software that denoted a cluster as a beowulf cluster.A ...

Read More

Erasable Programmable Read Only Memory (EPROM)

David Meador
David Meador
Updated on 25-Apr-2022 10K+ Views

The Erasable Programmable Read Only Memory is a memory chip that does not lose data even when the power is switched off. This is a non-volatile memory type i.e. it retains data even when the power is switched off. Each EPROM is individually programmed by an electronic device. After that, the data can be erased by exposing the EPROM to strong ultraviolet light.An EPROM contains a transparent fused quartz window at the top of the package which allows exposure to ultraviolet light. The silicon chip is visible from this window.EPROM OperationA single field effect transistor constitutes a storage location. This ...

Read More

What are the differences between Client OS and Server OS?

Bhanu Priya
Bhanu Priya
Updated on 21-Mar-2022 4K+ Views

Let us understand the concepts of Client Operating System (OS) and Server OS before learning the differences between them.Client Operating System (OS)Client operating system is a system which works within computer desktops and other portable devices such as laptops and smartphones. Operating systems that are installed on the client’s computer device like PC, Laptop are called client OS.This operating system helps computers to run.Client OS manages different hardware components that are connected to printers, monitors and cameras.It supports a single user at a time.It is also capable of obtaining services from a server operating system.When compared to a server operating ...

Read More

What are the differences between ZumoDrive and Ubuntu One?

Bhanu Priya
Bhanu Priya
Updated on 21-Mar-2022 171 Views

Let us understand the concepts of ZumoDrive and Ubuntu One before learning the differences between them.Ubuntu OneIt provides a collection of software that consists of applications like file manager, PDF viewer, text editor, video player, and archiving utility by default. The system is launched by a UK based company called Canonical Ltd.FeaturesThe features of Ubuntu One are as follows −Backslashes are used in Ubuntu like /home/name.Ubuntu doesn’t have drive letters.Ubuntu applications don’t lock exclusive access to files as often.Just as every mounted file system is a directory under / (the root directory), everything on Ubuntu is a file.Ubuntu has open ...

Read More
Showing 1201–1210 of 1,708 articles
« Prev 1 119 120 121 122 123 171 Next »
Advertisements