Arnaud

Arnaud

me@arfevrier.fr

TCP tunnel inside RDP Remote Desktop connection

In the IT world, RDP is used for many different purposes. For Active Directory server administration. But also to provide remote virtual machines. And if the client is not located in the same

Squid proxy configuration based on DNS failure

Inside a private environment, access to the Internet may be via an Internet proxy. Your environment may be unable to handle DNS resolution of public domain names. If you need to configure another

Dependency between job services in Gitlab CI

Service in Gitlab CI is a way to add sidecar container inside a Gitlab Runner job. This is helpful when you need to have a daemon running in parallel of your job tasks. For exemple you could need a Redis database running in parallel of a script.