This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:custom_aix [2023/12/18 14:16] manu |
aix:custom_aix [2024/08/21 17:29] (current) manu |
||
|---|---|---|---|
| Line 48: | Line 48: | ||
| set -o vi | set -o vi | ||
| - | alias ll='ls -lsa' | ||
| . ~root/.profile_root | . ~root/.profile_root | ||
| # If real TTY then allows BACKSPACE | # If real TTY then allows BACKSPACE | ||
| Line 245: | Line 244: | ||
| rpm -Uhv libjpeg-9a-1.aix5.1.ppc.rpm | rpm -Uhv libjpeg-9a-1.aix5.1.ppc.rpm | ||
| rpm -Uhv tightvnc-server-1.3.10-2.aix5.1.ppc.rpm | rpm -Uhv tightvnc-server-1.3.10-2.aix5.1.ppc.rpm | ||
| + | |||
| + | # tmux / screen (background applications) + UTF8 locales | ||
| + | installp -agXY -d ./ bos.loc.utf.EN_US | ||
| + | rpm -Uhv tmux screen | ||
| </cli> | </cli> | ||