OSXTerminalSetup in Sysadmin web | 26 Apr 2019 - 12:06 - r1 | StephanPietzko |
How to setup Mac OS X Terminal * Make sure you choose xterm not vt100 in Profiles Advanced Terminfo display colors * Disable Allow Mouse Reporting in Me...
Tags: Howto
SedReplaceNewline in Sysadmin web | 06 Jan 2014 - 12:19 - r1 | StephanPietzko |
sed replace newline sed 's/\n/ /g' sed 's/$^/ /g' doesn't work You have to use sed ':a;N;$ba;s/\n/ /g' 1 create a label via :a 1 append the current and next...
Tags: Howto
ColorsInTerminal in Sysadmin web | 03 Apr 2013 - 09:50 - r1 | StephanPietzko |
Howto use colors in the terminal with Solaris PuTTY connect to solaris 10 or 11 without color I tried xterm, xtermc, sun color, xterm color on both sides (PuTTY a...
Tags: Howto