Wednesday, 30 January 2019

enable and disable command in Linux

Enables and disables are the built-in shell commands. enable command is used to start the printers or classes whereas the disable command is used to stop the the printers or classes. Syntax For enable Command: enable [-a] [-dnps] [-f filename][name ...] Syntax For disable Command: disable [-c] [-W]...

Saturday, 19 January 2019

Some useful Linux Hacks

Linux is the best-known and most-used open source operating system. As an operating system, Linux is software that sits underneath all of the other software on a computer, receiving requests from those programs and relaying these requests to the computer’s hardware. For the purposes of this page, we...

Thursday, 17 January 2019

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 members, cmp and comm, it tells us which lines in one file have is to be changed to make the two files identical....

Friday, 11 January 2019

dos2unix and unix2dos commands

Sometimes, you will need to move files between windows and unix systems. Window files use the same format as Dos, where the end of line is signified by two characters, Carriage Return or CR or \r followed by Line Feed or LF or \n. Unix files, on the...

Wednesday, 9 January 2019

Different Shells in Linux

SHELL is a program which provides the interface between the user and an operating system. When the user logs in OS starts a shell for user. Kernel controls all essential computer operations, and provides the restriction to hardware access, coordinates all executing utilities, and manages Resources between process....

Sunday, 6 January 2019

Daily life Linux Commands

1. Clear the Terminal : In our daily life, we use to work on Terminal if we are using LINUX. Continuous working on terminal make terminal screen full with commands and for removing them and making our screen totally free of character, we often use clear command. Key...

Friday, 4 January 2019

List of useful Github Commands

Github is a distributed version control system which helps to manage the repositories. These are a list of few commands that you can use frequently on github(git bash) 1.git help Take help from github help section for different commands and other errors 2.git config To set the basic...

Wednesday, 2 January 2019

Useful CMD commands for daily use in Windows OS

List of uncommon useful cmd commands are as follows: 1. Cipher: Cipher.exe is a built-in command line tool in the Windows operating system that can be used to encrypt or decrypt data on NTFS drives. This tool also lets to securely delete data by overwriting it. Cipher Switches:...

Pages (26)1234567 »