-
Find Guest MAC Address
In
Virtual Machine Settings -> Hardware -> Network Adapter
, clickAdvanced...
button. I usually modify the MAC address to00:11:22:33:44:55
for convenience. -
Locate VMware DHCP Server Configuration File
#256 colors in putty, tmux/screen and vim There is a detailed answer on stackoverflow. If you are looking for a short one, here it is.
-
putty
Set
Connection -> Data -> Terminal-type string
toxterm-256color
-
tmux
Add this line to ~/.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Copyright (C) 2006 by Johannes Zellner, <[email protected]> | |
# modified by [email protected] to fit my output needs | |
# modified by [email protected] to fit my output needs | |
# Original source: https://github.com/incitat/eran-dotfiles/blob/master/bin/terminalcolors.py | |
import sys | |
import os |
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- gcc
#Build ncurses 5.9 with MinGW
- Download
http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
- Modify Code
ncurses-5.9\ncurses\lib_keyname.c
line 174/282/284/316, remove newline before \0.
NewerOlder