sdiff sdiff -o outfile [options] from to Find differences between the two files from and to and merge interactively, writing the resul...
Tuesday, 29 August 2017
Saturday, 26 August 2017
route - Linux Command
8/26/2017 07:24:00 pm
route route [options] [command] TCP/IP command. Add or remove entries in the routing tables maintained by routed. route accepts two com...
ping - Linux Command
8/26/2017 07:20:00 pm
ping ping [options] host System administration command. Confirm that a remote host is online and responding. ping is intended for use i...
echo - Linux Command
8/26/2017 07:16:00 pm
echo echo [options] [string] Send (echo) the input string to standard output. This is the /bin/echo command. echo also exists as a com...
fuser Linux Command
8/26/2017 06:48:00 pm
fuser fuser [options] [files | filesystems] Identifies and outputs the process IDs of processes that are using the files or local files...
grep Linux Command
8/26/2017 06:45:00 pm
grep grep [options] pattern [files] Search one or more files for lines that match a regular expression pattern. Regular expressions are...
Wednesday, 23 August 2017
Patch Linux Command
8/23/2017 07:39:00 pm
patch patch [options] [original [patchfile] ] Apply the patches specified in patchfile to original. Replace the original with the new, ...
Create or change a password using passwd Linux Command
8/23/2017 07:37:00 pm
passwd passwd [options] [user] Create or change a password associated with a user name. Only the owner or a privileged user may change...
Tuesday, 22 August 2017
ssh-keyscan - Linux Commands
8/22/2017 07:20:00 pm
ssh-keyscan ssh-keyscan [options] Gather public and private host keys from a number of hosts. Can be used in scripts. Options -4 ...
ssh-agent - Linux Command
8/22/2017 07:18:00 pm
ssh-agent ssh-agent [options] [command [arguments] ] Hold private keys used for public key authentication. ssh-agent is usually execut...
ssh-add - Linux Command
8/22/2017 07:17:00 pm
ssh-add ssh-add [options] [files] ssh-add -e|-s reader Add RSA or DSA identities to the authentication agent (see ssh-agent), which mu...
Monday, 21 August 2017
ssh-keygen Linux Command
8/21/2017 07:33:00 pm
ssh-keygen ssh-keygen [options] Generate, manage, and convert authentication keys for ssh. When using ssh-keygen to create a key, the...
man Linux Command
8/21/2017 07:31:00 pm
man man [options] [section] [title] Display information from the online reference manuals. man locates and prints the named title fro...
Sunday, 20 August 2017
Diff Linux Command
8/20/2017 07:58:00 pm
diff diff [options] [diroptions] file1 file2 Compare two text files. diff reports lines that differ between file1 and file2. Output co...
SSH Linux Command
8/20/2017 07:56:00 pm
ssh ssh [options] hostname [command] Securely log a user into a remote system and run commands on that system. The version of ssh desc...
Wednesday, 16 August 2017
Configure Maven to use Java 8 for Compile the code
8/16/2017 07:43:00 pm
In pom.xml we can configure maven.compiler.source maven.compiler.target properties to tell Maven to use Java 8 (or particular Java versi...
Tuesday, 8 August 2017
Read File From Class Path or Resource Folder
8/08/2017 06:51:00 pm
In this article we are going to see about how to read file from class path or from resource folder. Content in javatutorialcorner.txt Sp...
Monday, 7 August 2017
Design Patterns Tutorials
8/07/2017 05:53:00 pm
Design Patterns - Singleton Pattern Design Patterns - Factory Pattern Design Patterns - Builder Pattern Design Patterns - Prototype Pat...
Design Patterns - Strategy Pattern
8/07/2017 05:40:00 pm
Strategy Pattern Definition Use strategy when you need to define a family of algorithms, encapsulate each one, and make them interchang...
Sunday, 6 August 2017
Design Patterns - Observer Pattern
8/06/2017 05:42:00 pm
Observer Pattern Definition An observer is a structural pattern that enables publish/subscribe functionality. This is accomplished by a...
Design Patterns - Memento Pattern
8/06/2017 07:43:00 am
Memento Pattern Definition To record an object internal state without violating encapsulation and reclaim it later without knowledge of...
Subscribe to:
Posts (Atom)