Grace Technology

Grace Technology We Provide IT Training & Certification.

Become an expert by learning from the experts!Join CKA or Certified Kubernetes Administrator Certification Training and ...
23/01/2022

Become an expert by learning from the experts!
Join CKA or Certified Kubernetes Administrator Certification Training and get the in-depth knowledge of the subject.

πŸ‘‰Docker Certification TrainingWant to become a Docker practitioner? Get yourself enrolled for DCA (Docker Certified Asso...
23/01/2022

πŸ‘‰Docker Certification Training
Want to become a Docker practitioner? Get yourself enrolled for DCA (Docker Certified Associate) certification and training.
This DCA certification offered by Docker validates your skills as a practitioner and gives you opportunities for a lifetime of success and growth.

05/07/2021
Dear All, Lock down as an opportunity to Learn latest technologies from home ..Training is online mode  1) DevOps2) AWS3...
26/05/2021

Dear All, Lock down as an opportunity to Learn latest technologies from home ..
Training is online mode

1) DevOps
2) AWS
3) Redhat Linux
4) CCNA
5) Cyber security
6) Python
7) MCITP
8) Kubernets
9) Docker

Our online training is available on smart phones using our App or on Laptops using your browser. Our online training mechanism works flawlessly in 4G connections also.

For more information on training and online batches call on 7020918659

Redirect your career path with the leading technologies of the current times- Docker container and kubernetes Training a...
30/07/2020

Redirect your career path with the leading technologies of the current times- Docker container and kubernetes
Training and certification

18/05/2016
17/02/2016

Ctrl + c
Kill the current process.
Ctrl + z
Send the current process to background. This is useful if you have a program running, and you need the terminal for awhile but don't want to exit the program completely. Then just send it to background with Ctrl+z, do whatever you want, and type the command fg to get the process back
Ctrl + d
Log out from the current terminal. If you use this in a terminal emulator under X, this usually shuts down the terminal emulator after logging you out.

17/02/2016

1. Vim Line Navigation
Following are the four navigation that can be done line by line.
k – navigate upwards
j – navigate downwards
l – navigate right side
h – navigate left side
By using the repeat factor in VIM we can do this operation for N times. For example, when you want to
go down by 10 lines, then type β€œ10j”.
Within a line if you want to navigate to different position, you have 4 other options.
0 – go to the starting of the current line.
^ – go to the first non blank character of the line.
$ – go to the end of the current line.
g_ – go to the last non blank character of the line.
2. Vim Screen Navigation
Following are the three navigation which can be done in relation to text shown in the screen.
H – Go to the first line of current screen.
M – Go to the middle line of current screen.
L – Go to the last line of current screen.
ctrl+f – Jump forward one full screen.
ctrl+b – Jump backwards one full screen
ctrl+d – Jump forward (down) a half screen
ctrl+u – Jump back (up) one half screen
3. Vim Special Navigation
You may want to do some special navigation inside a file, which are:
N% – Go to the Nth percentage line of the file.
NG – Go to the Nth line of the file.
G – Go to the end of the file.
`” – Go to the position where you were in NORMAL MODE while last closing the file.
`^ – Go to the position where you were in INSERT MODE while last closing the file.
g – Go to the beginning of the file.

17/02/2016

vim command examples
Go to the 143rd line of file
$ vim +143 filename.txt
Go to the first match of the specified
$ vim +/search-term filename.txt
Open the file in read only mode.
$ vim -R /etc/passwd

17/02/2016

shutdown command examples
Shutdown the system and turn the power off immediately.
# shutdown -h now
Shutdown the system after 10 minutes.
# shutdown -h +10
Reboot the system using shutdown command.
# shutdown -r now
Force the filesystem check during reboot.
# shutdown -Fr now

17/02/2016

rm command examples
Get confirmation before removing the file.
$ rm -i filename.txt
It is very useful while giving shell metacharacters in the file name argument.
Print the filename and get confirmation before removing the file.
$ rm -i file*
Following example recursively removes all files and directories under the example directory. This also removes the example directory itself.
$ rm -r example

Address

Nagpur

Opening Hours

Monday 10am - 6pm
Tuesday 10am - 6pm
Wednesday 10am - 6pm
Thursday 10am - 6pm
Friday 10am - 6pm
Saturday 10am - 6pm

Telephone

+917020918659

Website

Alerts

Be the first to know and let us send you an email when Grace Technology posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Grace Technology:

Share