Burning iso images on the command line can be done with wodim.
Burning iso images on the command line can be done with wodim.
In order to connect to a remote Windows computer you most likely want to use remote desktop (RDP). Selecting Start -> All Programs -> Accessories -> Remote Desktop Connection will provide you with an input mask. Here you enter the name or ip address of the remote computer.
In order to reload the .zshrc there are two possibilities:
source ~/.zshrc
. ~/.zshrc
Normally I am working on a Linux machine using vim and tmux with the powerline statusline plugin. However, sometimes I am forced to work on a windows machine. Whenever possible I open a ssh connection with PuTTY to my Linux machine to work remote on it.
It turned out that the fonts of powerline were not displayed correctly.
To enable vi mode in tmux add the following in ~/.tmux.conf
set-window-option -g mode-keys vi
In order to make a container div as high as
<div style="display: block; clear: both;"></div>
With courtesy to:
http://stackoverflow.com/questions/1844207/how-to-make-a-div-to-wrap-two-float-divs-inside