Skip to main content

Ace Of Space contestant Danish Zehen dies in car accident. Vikas Gupta mourns his death

be blogger Danish Zehen, who recently participated in Vikas Gupta's Ace of Space, passed away in a car accident today morning. He was also a lifestyle blogger and was quite a hit on social media having close to 855k followers on his Instgram page. This news has not just disturbed his fans but also shook the host of his show Vikas Gupta. After learning about the horrific car accident, Vikas posted a heartfelt note for him. Reportedly, Danish was returning to Mumbai after attending a wedding when his car crashed near Vashi. Danish had a few days back shot for Ace of Space as wild card contestant. Vikas Gupta mourned the contestant's death and shared a picture of Danish. "Danish tu humesha Zehen main Rahega, how do I tell the other houseguests that you aren't coming back. You are the coloured hair king of AceOfSpace #Coolestbadboi You looked like a baby as I saw you lying down, thinking you could wake up anytime. You have long gone but you shall remain always in my ...

Unix and Linux shortcut keys


HD Wallpaper | Background Image ID:456423Shortcuts are designed to help shorten the time required to perform frequently used commands or actions. In the below sections, we have listed keyboard shortcut keys that can be performed by pressing two or more keys at once. We have also listed command line shortcut keys that can be typed in at the shell.
Tip: Not all of the following shortcut keys and command line shortcuts are universally compatible with every variant of Unix and Linux.

Keyboard shortcut keys

Ctrl+B
Moves the cursor backward one character.
Ctrl+C
Cancels the currently running command.
Ctrl+D
Logs out of the current session.
Ctrl+F
Moves the cursor forward one character.
Ctrl+H
Erase one character. Similar to pressing backspace.
Ctrl+P
Paste previous line(s).
Ctrl+S
Stops all output on-screen (XOFF).
Ctrl+Q
Turns all output stopped on-screen back on (XON).
Ctrl+U
Erases the complete line.
Ctrl+W
Deletes the last word typed. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
Ctrl+Z
Cancels current operation, moves back a directory or takes the current operation and moves it to the background. See bg command for additional information about background.

Command line shortcuts

You may find the below command line shortcuts helpful. You may also want to try using the alias command, which allows you to create shortcuts for long or frequently-used commands.
 ~
Moves to the user's home directory.
!!
Repeats the line last entered at the shell.
!$
Repeats the last argument for the command last used. See history command for previous commands.
reset
Resets the terminal if terminal screen is not displaying correctly.
shutdown -h now
Remotely or locally shuts the system down.

Comments

Popular posts from this blog

Keyboard shortcuts in Windows

Press this key To do  this<br>

z-shadow Easily Hack Facebook Account in Few steps and Minutes

shadow Easily Hack Facebook Account Anyone can use this method to hack facebook account, Gmail account, Yahoo etc. There is no technical skill required for this. You have to send a link to that person whose Facebook

What are the F1 through F12 keys? how to use

T he  function keys  or  F-keys  on a computer keyboard, labeled  F1  through  F12 , are keys that have a special function defined by the operating system, or by a currently running program. They may be combined with the  Alt  or  Ctrl  keys. On laptop computers On some smaller keyboards, including those on many laptop computers, the F-keys may have a dedicated function such as changing the brightness of the screen, the volume of the audio, or other device-specific functions. On these keyboards, there is typically a separate  Fn  key that you can hold down to indicate that you want to use the key as a standard Function key. For instance, on the  MacBook Pro  laptop computer, the F12 key's primary function is to increase the audio volume. If this key is pressed while the  Fn  key is held down, the key will register as F12, and trigger any software functions that are configured to use this key. ...