mogrify -resize 35% -quality 50% _MG*.JPG
mogrify -rotate -90 _MG*.JPG
Since Slackbuilds will not host my BOINC slackbuild which uses svn to download, compile sources, I created a github account and uploaded them there.
https://github.com/KaMiila/BOINC-SlackBuild
Why slackware does not initially disable root access on SSHD is beyond me, here is how to turn it off:
login as root:
nano /etc/ssh/sshd_config
Change from:
# PermitRootLogin yes
Chang to:
PermitRootLogin no
Save and exit
Issue command:
/etc/rc.d/rc.sshd restart
**** Make sure you remove the comment (#) or nothing will change ****