apt
rcm
apt | rcm | |
---|---|---|
8 | 20 | |
454 | 3,139 | |
- | 0.1% | |
8.9 | 5.5 | |
about 2 years ago | 5 months ago | |
Perl | ||
- | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
apt
-
Smart thermostats inadvertently strain electric power grids
> Cron has a bunch of this kind of thing built in
At least Vixie cron doesn't support anything like this.
Each cron job that needs it has to implement it on its own, e.g.:
https://github.com/Debian/apt/blob/2.5.1/debian/apt.apt-comp...
-
Panic 😂
mkdir /tmp/build && cd /tmp/build wget -r --no-parent https://github.com/Debian/apt/ cmake . ./apt install git
-
Creating a package manager
Look at https://github.com/Debian/apt for inspiration.
-
I think what Linus and Luke at LTT are doing is incredibly important.
I believe there's a command line option you have to use now. Poked around and found the release commit:
-
Lmao "Thank you Linus"
Haha, commit 312e7d7310e07757c59cd7ac0f20d0b416b43026/release 2.3.12 is dedicated to Linus Tech Tip
- Is it possible to have your BTC stolen if you install a malicious wallet while using a Trezor?
-
How does this affect OctoPrint users?
Apt (https://github.com/Debian/apt) is a package manager, and its very concept is to connect to various repositories of software and get a list of everything available and allow you to easily install the software. Without even looking at the source I am certain this distro is connecting to many of them every time there is an apt update. This is not "pinging" as described, for some nefarious purpose it is simply retrieving data that you are requesting by doing an apt update.
rcm
-
Yadm: Yet Another Dotfiles Manager
I am very difficult to please when it comes to dotfile managers. I tried all of them and I'm quite fond of rcm[0]. It's been a few years so it's hard for me to remember exactly what it was but I think both chezmoi and yadm involved some kind of step to "apply" changes but I just want things symlinked into a dotfiles repo that I have a cron job which basically does `git ci -a && git push` to synchronize changes.
That said, I don't think rcm should be anyone's first choice. I'd check it out if nothing else seems to work for you. From what I hear, chezmoi seems to be most people's favorite so I'd start there. I don't know a single other person that uses rcm.
[0] https://thoughtbot.github.io/rcm/rcm.7.html
-
Rotz: Cross platform dotfile manager written in Rust
Are your per-machine branches mostly distinct, or do they share a lot?
I use https://github.com/thoughtbot/rcm and I find my dotfiles share _quite a bit_ in some respects (e.g. neovim config) but are drastically different in others (SSH config as one example) -- keeping things synced _across_ branches sounds very difficult. rcm handles this well, without branches, IMO.
-
Fulfilling a reader's request for my “dot files”
I use https://github.com/thoughtbot/rcm, which works smoothly and includes support for host-specific files
-
Guide me through!
I use thoughtbot/rcm to handle my github dotfiles. Super short version after installing, mkdir ~/.dotfiles Then go through your home directory (ie. ~/ ) and mkrc .bashrc and then do the same for any other files you plan on tweaking or have custom settings for. Most of these with be in ~/.config/ but some will be in ~/ . (ie. mkrc ~/.bashrc for your bash settings and aliases)
-
Don't Let Messy Dotfiles Ruin Your Coding Life! Try dotstow and Simplify Your Workflow Today!
Prior to catching the Nix brainworms and switching to home-manager, I mostly used thoughtbot/rcm.
-
Dotfiles Management
Personally I like (and use) rcm. Everything is still in a git repository, but has more features that work well for sharing across multiple machines.
-
Automatic setup
Check out https://github.com/thoughtbot/rcm
-
Ask HN: What are you using to organize dotfiles / dotconfig files?
I use rcm. It assumes you keep a separate (potentially version-controlled) folder at ~/.dotfiles or similar, and it provides a suite of tools for managing the symlinks.
https://github.com/thoughtbot/rcm
-
Thoughts on chezmoi
currently I am managing my dotfiles with rcm (ran by ansible). This approach served me well over the years but recently I stumpled over chezmoi.
-
Endevour OS with i3
Setup a Github/Gitlab account and find a dotfile manager you like (I'm using RCM - it can do more than I actually use it for).
What are some alternatives?
goxlr-on-linux - Documentation and scripts to make the GoXLR and GoXLR Mini useful on Linux.
GNU Stow - GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
app - The actual beestat app.
yadm - Yet Another Dotfiles Manager
apt - Fork of https://salsa.debian.org/apt-team/apt
chezmoi - Manage your dotfiles across multiple diverse machines, securely.
pop - A project for managing all Pop!_OS sources
homesick - Your home directory is your castle. Don't leave your dotfiles behind.
electrum - Electrum Bitcoin Wallet
Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]
Chef - Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
homeshick - git dotfiles synchronizer written in bash