Hello everyone, I haven’t blogged for a long time. Whether it was a job change or the problems I had, I could not spare time and prepare content. I want to start by writing how I solved a problem I had on my own computer. First, let’s go back to the beginning of the story….
Category: Linux-en
How to install Linux mint 20 ?
Hello everyone, I’ve completed my patriotic duty. I’m back at home, i’m going to start all over again. That’s why I started my computer. Before I went to the military, I was using Linux mint 19, downloaded and installed the new version. I wanted to share it in a picture of how I set up….
Linux mint voice control and HDMI connection
I’ve had this thing happen to me. The other day I connected my computer with linux mint 19 to HDMI TV. He conveyed the smooth image, but he didn’t give the audio output. Then I tampered with the sound settings, and then I took care of it. That day, he saw what I needed, but…
FTP file transfer with SSH
Good day to everyone. I’m writing this post on a sunny Sunday after the exam. Let’s make the descriptions first. SSH (Secure Shell): A protocol that allows users to control remote computers/servers. It was created as an alternative and secure way to links to unencrypted telnet. Ensures that all messages that are transmitted and received…
Internet speed test
Internet speed is known in our country, not enough. I believe that will develop over time. There are a lot of websites available (speedof, fast, testmy) to check that the companies we receive internet service give us the speed of the package we choose one-to-one, but in general, use is a popular speedtest site. When…
Python work environment
Let’s talk about what “Python Virtual Environment” is first. The Turkish equivalent is a virtual environment, or a virtual working environment. It is a system that is running exactly isolated from the system, allowing you to collect the python version you selected and the modules you want to use in one place. Creates a custom…