We all know how to change directories via cd , but zsh has some really neat features implemented to support us in changing directories the smart way.
zsh tips: Auto completion & correction
When it comes to the amount of work to achieve a desired result, I’m kind of a lazy person. I like my workflows to be optimised, and I’m a fan of keyboard shortcuts. Everything in my shell (zsh, tmux), editor (vim, SublimeText) and operating system (Linux, OS X) needs to be keyboard optimised for fast access.
zsh: A shell on steroids
I’m a good old fashioned Linux guy, moving towards my 30 years. When you start working with Linux, you come in contact with a terminal sooner or later, and therefor a shell. Most Linux distribution used bash as the default shell, and most of them still use it today.
Official Ansible Partner in Switzerland
We proudly announce that we’re the official Ansible partner here in Switzerland.
Running commands after reboot via cron
Did you ever had to execute a command as soon as the server has rebooted? Of course you can use traditional methods like SysV init scripts, or systemd service units, but this will only work if you’ve root access to the host in question.
Using PPPoE on Linux
When it comes to internet connectivity in Switzerland, you might stumble across ADSL or VDSL. Most of the time you’ll end up with a router provided by the provider, which is already pre-configured with the connection information. This setup might work for the majority of users, but if you’re a pro-user or enterprise with special needs, […]