- keeping all your configuration files (“dotfiles”: shell, git, etc) in one, version controlled place. Makes setting up new machines so much less stressful. Here are mine in case you’re interested, for macOS and Ubuntu: https://github.com/Bogidon/dotfiles - setting up a personal vpn with a reserved IP if you connect to services that require your IP to be whitelisted and you move often - for git cli: dashes take you b…
Ask HN: Programs that saved you 100 hours?
481–490 of 531 posts
Re: Ask HN: Programs that saved you 100 hours?
#482It has tons of useful features that should be in a line of business application. It saves you more than 100 hours with pre-built pages (authentication, permission management, localization, multi-tenancy, SaaS features, CRUD Page Generator (RAD Tool), themes etc.)
Re: Ask HN: Programs that saved you 100 hours?
#483Re: Ask HN: Programs that saved you 100 hours?
#484Re: Ask HN: Programs that saved you 100 hours?
#485Re: Ask HN: Programs that saved you 100 hours?
#486Re: Ask HN: Programs that saved you 100 hours?
#487The Z command line utility has saved me a ton of time. It remembers the directories you’ve visited and lets you jump to them with just a few characters. Almost like Chrome’s autocomplete for recently-visited directories (if you’re used to being able to type “g” to go to gmail or “n” for “news.ycombinator.com”...). For instance I can run “z B” and it’ll jump to my ~/Business directory (and “z ss” would do the same). h…
Hehe since i got to know 'cd -' which changes back to the last directory i did not miss this feature - but it sounds interesting, and i should try it out.
Re: Ask HN: Programs that saved you 100 hours?
#488Re: Ask HN: Programs that saved you 100 hours?
#489My blog post about setting up a Linux workstation has a few timesavers: https://tkainrad.dev/posts/setting-up-linux-workstation/#boo...
An important improvement for me was to switch from Bash to Zsh and use a variety of plugins, such as z, zsh-peco-history (better history search), zsh-autosuggestions, and zsh-syntax-highlighting.
If you work a lot with ssh, it is also worth the effort to create a proper .ssh/config that contains the most used hosts.