Site Tools


tech_public:tp_linux (text)

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
tech_public:tp_linux [2025/02/25 17:30] – [check processor frequency] jasonwchtech_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 =====
 +
 +<code>grep -Ril "moment.js" /var/www/html/wiki/lib/plugins/edittable</code>
 ===== Change SFTP default upload permission (umask) ===== ===== Change SFTP default upload permission (umask) =====
  
Line 67: Line 70:
 ===== check processor frequency / temperature ===== ===== check processor frequency / temperature =====
  
 +frequency
 +<code>
 cat /proc/cpuinfo |grep "cpu MH" cat /proc/cpuinfo |grep "cpu MH"
 +</code>
  
-sense+ 
 +temperature 
 +<code> 
 +sensors 
 +</code>
tech_public/tp_linux.1740475816.txt.gz · Last modified: by jasonwch (text)

Top ↑