This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_public:tp_linux [2025/02/22 00:07] – [Turn off case sensitive from SSH] jasonwch | tech_public:tp_linux [2025/11/03 20:25] (current) – [CHMOD all files/directories] jasonwch | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| (-- to prevent name starting with dash as conflict) | (-- to prevent name starting with dash as conflict) | ||
| + | ===== Find specific string from directories ===== | ||
| + | |||
| + | < | ||
| ===== Change SFTP default upload permission (umask) ===== | ===== Change SFTP default upload permission (umask) ===== | ||
| Line 65: | Line 68: | ||
| </ | </ | ||
| + | ===== check processor frequency / temperature ===== | ||
| + | |||
| + | frequency | ||
| + | < | ||
| + | cat / | ||
| + | </ | ||
| + | |||
| + | |||
| + | temperature | ||
| + | < | ||
| + | sensors | ||
| + | </ | ||