User Tools

Site Tools


servers:bsd:nginx_php_php-fpm

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
servers:bsd:nginx_php_php-fpm [2025/05/16 19:25] – [Non-existent 404] Sean Rhoneservers:bsd:nginx_php_php-fpm [2025/05/16 21:47] (current) Sean Rhone
Line 179: Line 179:
  
 # End</code> # End</code>
 +
 +====== dos2unix ======
 +
 +  * Useful for restoring files as-is from Windows
 +
 +  su -
 +
 +  pkg install 'dos2unix'
 +
 +  find /usr/local/www/media -type f -print0 | xargs -0 dos2unix --
 +
 +  chown -R 'www':'www' '/usr/local/www'
  
/usr/local/www/wiki/data/attic/servers/bsd/nginx_php_php-fpm.1747437923.txt.gz · Last modified: by Sean Rhone