summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-16Merge pull request #82 from termermc/masterLuke Smith
[IRC guide] fix config not being copied before making certs
2021-07-16fix small grammar mistakes=
2021-07-16fix config not being copied before making certs=
2021-07-16matrix article to finish laterLuke Smith
2021-07-15ISPs blocked portshiddej
2021-07-13Merge pull request #78 from J053Fabi0/patch-1Luke Smith
Update package to install to python3-certbot-nginx
2021-07-13Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-13minorLuke Smith
2021-07-13Merge pull request #79 from J053Fabi0/patch-2Luke Smith
Small typo fixed
2021-07-13Another spaceJoseFabio El que Conoces
2021-07-13Added space that was missingJoseFabio El que Conoces
2021-07-13Small typo fixedJoseFabio El que Conoces
2021-07-13Change apt-get to aptJoseFabio El que Conoces
2021-07-13Update package to install to python3-certbot-nginxJoseFabio El que Conoces
https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate
2021-07-11Downsides vary from user to userhiddej
2021-07-09[sshadvanced] swap <code><pre> to <pre><code>Artur Boryś
2021-07-09[sshadvanced] SSH JumpingArtur Boryś
2021-07-09[sshadvanced] Remote to local forwarding sectionArtur Boryś
2021-07-09[sshadvanced] TCP information, footer links fixArtur Boryś
2021-07-09[sshadvanced] fix typoArtur Boryś
2021-07-09[sshadvanced] ssh tunneling sectionArtur Boryś
2021-07-09[sshadvanced] write intro and config files sectionArtur Boryś
2021-07-07Merge pull request #70 from guidocella/rsync-reuploadLuke Smith
properly avoid reuploading non-modified files
2021-07-07Add Networkingphire
2021-07-07start calibre tweaksLuke Smith
2021-07-07Spell check and some improvementsrflx
2021-07-07Minor improvementsrflx
2021-07-07Added downsideshiddej
2021-07-06Language corrections and feedbackhidde-j
Plus some extra information.
2021-07-06properly avoid reuploading non-modified filesGuido Cella
-u does not avoid reuploading files that haven't been changed since the last upload. That is the default behavior and can only disabled with --ignore-times, -I. But for that to work, you need transfer modification times with -t. What -u does is skip uploading files that have a newer modified time on the DESTINATION, which is not something that you commonly need. For example, if you store translation strings in files, and both you and the website owner modify them, you can use -u to ensure that you don't overwrite newer translation files on the server when you upload, without having to remember to download new changes before every upload. They would otherwise be overwritten even if you haven't modified your local files lately. If you don't transfer the modification times, the versions on the destination will have the modified time of the upload which is newer than the last time they were modified locally, and so -u will skip uploading them because they are newer on the receiver, but it's not meant to be used for that. You should normally just use -t. With -u you also risk that if the files on the server have been modified for some reason after their local counterparts, they won't be updated on uploads.
2021-07-05Merge branch 'master' of git://github.com/reflex229/landchad into ↵Luke Smith
reflex229-master
2021-07-05fixLuke Smith
2021-07-05Merge branch 'jesperbakhandskemager-master'Luke Smith
2021-07-05rss for rss bridgeLuke Smith
2021-07-05rss bridge tweaksLuke Smith
2021-07-05Fix domainJesper Handskemager
2021-07-05RSS Bridge Installation GuideJesper Handskemager
2021-07-05correctionshidde-j
2021-07-05Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-05spell formLuke Smith
2021-07-05finalizehidde-j
2021-07-05first textshiddej
2021-07-05first textshiddej
2021-07-04test1hiddej
2021-07-04Merge pull request #62 from MattMadness/masterLuke Smith
Fix for Nextcloud Setup Issue #59
2021-07-03Updated nextcloud.htmkMatthew Evan
2021-07-03Updated nextcloud.htmlMatthew Evan
2021-07-03add missing colonLuke Smith
2021-07-03Merge branch 'el3ctr0lyte-master'Luke Smith
2021-07-03rsync fixesLuke Smith