User Tools

Site Tools


useful:linux-commands

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
useful:linux-commands [2023/04/12 19:23] adminuseful:linux-commands [2023/05/19 19:14] (current) admin
Line 8: Line 8:
  
      wget -O- https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/jcameron-key.gpg > /dev/null 2>&      wget -O- https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/jcameron-key.gpg > /dev/null 2>&
 +     
 +Then need to edit the sources.list file to look something like:
 +
 +     deb [signed-by=/usr/share/keyrings/jcameron-key.gpg] https://download.webmin.com/download/repository sarge contrib
  
 ===== Change permissions for whole directory structure ===== ===== Change permissions for whole directory structure =====
Line 35: Line 39:
      find ~/public_html/my_website/pages -type f -exec sed -i 's/2017/2018/g' {} \;      find ~/public_html/my_website/pages -type f -exec sed -i 's/2017/2018/g' {} \;
            
 +===== Bluetooth =====
 +
 +Using this from the command line seems to do more than the GUI:
 +
 +     bluetoothctl
useful/linux-commands.1681327382.txt.gz · Last modified: 2023/04/12 19:23 by admin