Ask Noah Show

Ask Noah Show | Network IP Migration

Informações:

Sinopsis

This week Noah and Steve talk about migrating subnets from a smaller one, to a larger one. What things should you think about, how should you approach the problem, and tools should you know about. -- During The Show -- 01:43 MARS/MS-DMT On Linux? - Klaus Never used MARS 02:57 Using Chrome Extension of IE requirements - Glenn ANS 361 ~25:14 Min (https://podcast.asknoahshow.com/361) IE Tab Extension (https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd) Pull things to modern Frigate (https://frigate.video/) 06:18 Veracrypt, bash and ACLs? - ST Bash history program Add the following to your ~/.bashrc ``` Avoid duplicates HISTCONTROL=ignoredups:erasedups When the shell exits, append to the history file instead of overwriting it shopt -s histappend After each command, append to the history file and reread it PROMPTCOMMAND="${PROMPTCOMMAND:+$PROMPT_COMMAND$'\n'}histor ``` Original Stack Exchange Post (https://unix.stackexchange.com/questions/1288/preserve-bash-history-in-multiple-termin