JLJohannes Loschinblog.jlosch.de·May 30, 2021 · 2 min readAn own URL shrinker, why?I always asked myself 'Why would I ever need an own URL shrinker?' and I think you did so. Why do you need a URL shrinker? First things first, the most obvious reason is that you are able to shrink URLs, and you have no limitations. If you used a co...02AC
JLJohannes Loschinblog.jlosch.de·Jul 28, 2020 · 2 min readUse Git with the CLI with GitHubIn my last article, I covered the topic of how git works. Today it's about the usage with the command line interface. Why should I use git CLI The most important reason is time-saving. Since you are faster when you use your terminal and write a few s...00
JLJohannes Loschinblog.jlosch.de·Jul 26, 2020 · 1 min readHow git worksGit is a nice version control system. It allows to commit changes in files. Git saves it in a tree system since it uses branches to allow merges. How it works As I said, git uses branches it looks like this There you see that you have the main branc...00
JLJohannes Loschinblog.jlosch.de·Jul 24, 2020 · 2 min readHow to use execution files on LinuxIf you are using a Linux system you could come to a point where you have to use one specific application. For this problem are there a few windows emulators or not emulators. The most known should be wine. What is wine Wine is short for "wine is not...01B
JLJohannes Loschinblog.jlosch.de·Jul 23, 2020 · 3 min readHow to host your projectsThis article is about the deployment process of my projects. I cover everything from self-hosted servers to hosted by others. Why should I host my projects It should be known that if you want to use some application you have to run it. This is for ba...00