Ditto

- Posted in Uncategorized by
Using ditto to zip up a folder: ditto -ck --sequesterRsrc {source} {destination.zip} Using ditto to unzip: ditto -V -x -k --sequesterRsrc --rsrc {source.zip} {destination} [...] Read more

Resetting mailman passwords

- Posted in Uncategorized by
If you forget your list password for a mailman list in plesk, you can use the following: /usr/lib/mailman/bin/change_pw --domain=domain.com --password=password where domain.com is the domain [...] Read more

Field Tech Toolkit

- Posted in Uncategorized by
Here is a list of what is in my usual field tech toolkit. Screwdrivers: Smart Pro Precision Extendible 12-in-1 Kit - $9.99 - Model #SPT4500 Husky 6-in-1 Reversible Screwdriver - $6.98 - Model #74361 [...] Read more

Useful Plesk Commands and Hints

- Posted in Uncategorized by
Mail is stored in /var/qmail/mailnames/DOMAIN.TLD Recalculate stats now /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=DOMAIN.TLD [...] Read more

htaccess redirects

- Posted in Uncategorized by
Redirect www to non-www: :::apache RewriteEngine On RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L] Redirect non-www to www: [...] Read more
Page 6 of 7