Differences

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

Link to this comparison view

infra:tips_and_tricks [2025/03/10 10:20] – created avinfra:tips_and_tricks [2026/06/22 18:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Kill all processes of a user+====== Tips and Tricks ======
  
-  pkill -u username+Quick one-liners and short guides.
  
 +  * [[infra:tips_and_tricks:clear_sssd_cache|Clear SSSD Cache]]
 +  * [[infra:tips_and_tricks:kill_user_processes|Kill All Processes of a User]]
 +  * [[infra:tips_and_tricks:remove_spaces_from_filenames|Remove Spaces From Filenames]]
 +  * [[infra:tips_and_tricks:get_ip_address|Get Your IP Address]]
 +  * [[infra:tips_and_tricks:check_internet_speed|Check Internet Speed]]
 +  * [[infra:tips_and_tricks:format_squeue_output|Format squeue Output]]
  
----- +===== See Also =====
- +
-Clear SSSD cache on Linux machine if there's a record update in LDAP +
- +
-<code> +
-sss_cache -E           # Invalidate all cached entries +
-sss_cache -u username  # for specific user +
-sss_cache -U           # for all users +
-sss_cache -g groupname # for specific group +
-sss_cache -G           # for all groups +
-</code> +
- +
-----+
  
 +  * [[infra:howto:start|How To's]]
 +  * [[infra:start|Infrastructure]]