Posts

Showing posts from January, 2023

Ubuntu flush DNS cache (22.04)

  sudo resolvectl flush-caches Then, resolvectl statistics should show cache size of 0 and then, nslookup <hostname> should reflect the new,correct IP Address ---------- DNS utils: sudo apt install dnsutils.  Installs nslookup and dig Can also do sudo apt install cifs-utils From:  https://linuxhint.com/flush-dns-cache-ubuntu-22-04/ and  https://linuxhint.com/flush_dns_cache_ubuntu/

Lookup IP address

 Lookup IP address given hostname host -t a hostname

Resume template

$\LaTeX$ resume template Use the following markup for using Sans Serif: \usepackage[scaled]{uarial} \renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif \usepackage[T1]{fontenc}

Pandoc markdown to latex

pandoc --from=markdown --output=my.tex hello.md --to=latex --standalone