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/21 08:48] – [Mount SMB v3 from Windows] 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 37: | Line 40: | ||
| - Create .credential file (" | - Create .credential file (" | ||
| - CHMOD .credential file to 600 | - CHMOD .credential file to 600 | ||
| - | - sudo vi / | + | - sudo vi /etc/fstab \\ \\ < |
| // | // | ||
| </ | </ | ||
| Line 56: | Line 59: | ||
| restart Terminal | restart Terminal | ||
| + | |||
| + | ===== Add display resolution ===== | ||
| + | |||
| + | < | ||
| + | xrandr --newmode " | ||
| + | xrandr --addmode DP-3 1920x1080_60.00 | ||
| + | xrandr --output DP-3 --mode " | ||
| + | </ | ||
| + | |||
| + | ===== check processor frequency / temperature ===== | ||
| + | |||
| + | frequency | ||
| + | < | ||
| + | cat / | ||
| + | </ | ||
| + | |||
| + | |||
| + | temperature | ||
| + | < | ||
| + | sensors | ||
| + | </ | ||