Welcome to the Computer Hacking 101 website. Our platform provides a vast array of valuable information to optimize your computing experience. Our extensive selection of tutorials covers topics such as docker, windows, file synchronization across devices, Linux, and much more. Furthermore, we offer an accompanying...

move to another server I am now hosting this website on my own server located at my house. I am using Cloudflare tunnel, Cloudflare catch, docker, GitHub, and Jenkins to create and host this and my personal site. I will make multiple videos on how to do this. It took me a while to set it up correctly. still fixing a...

In recent years, the use of Docker has skyrocketed in popularity, especially within the development community. Docker is an open-source containerization platform that simplifies the process of building, deploying, and managing applications. It provides a lightweight, portable, and self-sufficient runtime environment...

I’ve decided to switch the theme of my website once again, this time to one that offers more features like copy and paste, as well as a functioning search feature. In order to simplify the deployment process, I’ve configured my Jenkins site to create a docker container using nginx to host the website. However, I’m...

Title: How to Turn Off Microsoft Spying and Protect Your Privacy With the rise of technology, privacy has become a major concern for many people. Microsoft has faced criticism for collecting user data through its products and services, but don’t worry, you can take control of your privacy and turn off Microsoft’s data...

Docker is a popular platform for building, shipping, and running distributed applications. Docker Compose is a tool for defining and running multi-container Docker applications. Portainer is a management tool for Docker that makes it easy to manage your containers, images, networks, and volumes. In this article, we’ll...

I have modified the appearance of this website and am currently in the process of refining some of its pages, such as the contact page, while also incorporating a new copy-and-paste feature for ease of code sharing. Please note that further changes to the website’s aesthetics may occur. In addition, I am diligently...

GitHub is a popular platform used by developers to collaborate on projects and share code. However, as with any online platform, it’s important to take steps to secure your account and protect your data. In this guide, we’ll walk you through the steps you can take to set up a secure GitHub account and use security...

To Install Syncthing on Windows there are two ways of installing it. One is with synctrazor which I will walkthrough below. It also comes with the benefit of having a GUI(Graphical User Interface). 1. Download Synctrazor The first step is to download Synctrazor. You can download it from the following link....

Step 1 add Syncthing repo to apt sources Syncthing isn’t available to install using the default repo. So the first step is adding syncthing repo to our apt sources so we can install it on our computer. We need to open up a terminal and run the following command. echo "deb https://apt.syncthing.net/ syncthing stable" |...