Skip to main content
Oliver Lippert

Oliver Lippert

Writing code is simple, but managing long-term projects can be challenging. With over 15 years of experience, I’ve learned valuable lessons through discussions, coding and code reviews. Join me as I share my insights to help you improve your coding practices.

Recent

SSH - Access your server remotely

·12 mins
SSH is the tool of choice if you need to access a server remotely. It securely opens a connection and you can run any command as if you would run it as if it would be your local computer. You can even use it for file transfer and other usecases.