cryptix@discuss.tchncs.de to Linux@lemmy.ml · 3 years agoYour favorite linux projects for weekendmessage-squaremessage-square48linkfedilinkarrow-up1100arrow-down15file-text
arrow-up195arrow-down1message-squareYour favorite linux projects for weekendcryptix@discuss.tchncs.de to Linux@lemmy.ml · 3 years agomessage-square48linkfedilinkfile-text
I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂
minus-squarebloopernova@programming.devlinkfedilinkEnglisharrow-up12·3 years agoWith extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.
minus-squareRanceMcGrew@infosec.publinkfedilinkEnglisharrow-up5·3 years ago rcm https://github.com/thoughtbot/rcm rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years
minus-squareindigomirage@lemmy.cadeleted by creatorlinkfedilinkarrow-up3·edit-21 year agodeleted by creator
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up2·3 years agoWhen in doubt always do a git init . and a git add, git commit every once in a while. You’ll never regret it.
With extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.
Or GNU stow.
https://github.com/thoughtbot/rcm
rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years
deleted by creator
When in doubt always do a
git init .and a git add, git commit every once in a while. You’ll never regret it.