Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips_and_tricks [2025/03/07 11:20] – Better formatting. 37.26.174.181tips_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]] +
- +
----- +
- +
-If your internet connection is slow at the office, do the following tests: +
- +
- +
-  * Copy a large file (more than 100MB) from one of the local servers to you. If the copy speed is low, then there’s an issue with the WiFi. Try reconnecting, it might help.  +
-  * If the copy speed is slow, do a speed test using Speedtest.net. If the speed is high (more than 250Mbps) then there are no issues connecting to Armenian networks.  +
-  * Try doing a speed test using https://librespeed.org/ , make sure you use a Western European server such as Amsterdam or Frankfurt, if the speed is low, then there’s an issue at IIAP +
- +
- +
-----+
  
 +  * Install Conda: see [[software:conda|Conda]]
 +  * Update Wikis Locally: see [[infra:howto:update_wikis_locally|Update Wikis Locally]]