terminator --layout=new_layout
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Tuesday, May 31, 2016
Monday, May 09, 2016
Sunday, May 08, 2016
Scallion on Ubuntu 16.04: The predefined type `System.Object' is not defined
Compile scallion on Ubuntu 16.04
xbuild scallion.sln /p:TargetFrameworkVersion="v4.5"
Without 4.5 target, geting following error:
CSC: error CS0518: The predefined type `System.Object' is not defined
Friday, May 06, 2016
Arch Linux: FAILED unknown public key
gpg --keyserver keys.gnupg.net --recv-keys KEY
More here: http://forums.netrunner-os.com/showthread.php?tid=18677
Labels:
Arch
Thursday, May 05, 2016
Ubuntu 16.04: Tmux mouse scrolling
add to ~/.tmux.conf
q to exit scroll mode.
set -g mouse on
q to exit scroll mode.
Labels:
Ubuntu
Tuesday, May 03, 2016
Ubuntu16:04: Matlab cant change font size on plots
xorg fonts need to be installed.
sudo apt install xfonts-100dpi xfonts-75dpi
Monday, May 02, 2016
Terminator: Set size and position in a config file
Example config file location:
Example content
/home/mwo/.config/terminator/config
Example content
[global_config]
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
size = 2000, 500
position = 420:900
[plugins]
[profiles]
[[default]]
Labels:
Arch,
lin,
termiantor
Subscribe to:
Posts (Atom)