Posts

date_range
2017-03-27
person
mschulte

Burning iso images on the command line can be done with wodim.

Read more... ( schedule 1 Min. )
sell linux
date_range
2017-02-10
person
mschulte

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.

Read more... ( schedule 3 Min. )
date_range
2015-08-24
person
mschulte

In order to reload the .zshrc there are two possibilities:

    source ~/.zshrc

    . ~/.zshrc
sell linux zsh
date_range
2014-08-19
person
mschulte

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.

Read more... ( schedule 1 Min. )
sell powerline putty
date_range
2014-08-09
person
mschulte

To enable vi mode in tmux add the following in ~/.tmux.conf

	set-window-option -g mode-keys vi
sell programming vi vim
date_range
2014-08-07
person
mschulte

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

sell programming