Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips_and_tricks [2025/03/06 09:35] – created avtips_and_tricks [2026/06/22 15:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
-How to delete spaces from file names on Unix systems using Shell +This page has moved to [[infra:howto:start|How To's]].
- +
-  for f in *; do mv "$f" `echo $f | tr ' ' '_'`; done +
- +
----- +
- +
-How to get your IP addresses on Unix systems +
- +
-  ifconfig | awk '/inet/' +
- +
- +
-And on Microsoft Windows +
- +
-  ipconfig +
- +
-If you need to know your public IP address, please visit [[http://ifconfig.bsd.am|ifconfig.bsd.am]] +
- +
-----+
  
 +  * Install Conda: see [[software:conda|Conda]]
 +  * Update Wikis Locally: see [[infra:howto:update_wikis_locally|Update Wikis Locally]]