I’m trying to remove the first 0 from the third column in my CSV file tel.csv – I have been trying to use the following with no luck – Answer Something like: Or awk
Tag: debian
where can I find mysql-apt-config_0.8.13-1_all.deb.asc
I have issue with install mysql-apt-config_0.8.13-1_all.deb in Debian 9 but I have apt-key issue. I find that I can use Signature Checking Using GnuPG I find the PGP SIGNATURE but i can’t find the mysql-apt-config_0.8.13-1_all.deb.asc how can I find it to do gpg –verify package_name.asc. Answer Use the newest MySQL apt repository mysql-apt-config_0.8.22-1_all.deb. You can download the file.asc from MySQL
How to get user from init bash script Linux(before user session created)
At Debian im trying to change specific directory ownership after every reboot. But in my case it doesnt work, because user always set as root at reboot time. When i try this in terminal it works well (i think because myUser session created) but i need to change it at reboot time. So far i refer this link but it
Debian Linux Update FFmpeg to 4.2+
I’m trying to use spotdl with FFmpeg on Debian Linux. I’ve install pip3 and the necessary installations in order to download spotdl. Now, however, when I try to run a request with spotdl, such as download a song or something, I get this message: How do I update FFmpeg to version 4.2 or greater? I couldn’t figure out a way
Ansible win_updates won’t work on Debian 11 /(“msg”: “winrm put_file failed; nstdout: Active code page: 1252r)
I am fairly new to Ansible and have now started automating some repetitive Windows administration tasks. As a controller I use a Debian 11 VM where I have only Ansible and pywinrm installed. My test target is a Windows Server 2016 and everything works fine, I can install programs, create users or copy files. The only thing that does not
Can’t import mysql.connector in Python
As the title says, i can’t import mysql.connector in python on Debian 9.13 This is what i did I tried installing, uninstalling and reinstalling mysql-connector, mysql-connector-python and mysql-connector-python-rf in Python2.7 and Python3 Before someone flags this question as duplicated, i already tried all the answers in this posts: This connection is using {tls_version} which is now Unresolved import mysql.connector PYTHON
MySQL (Minecraft Java) Connection refused
i tried to access my MySQL Database with my Minecraft Server (Java) – Paper 1.16.5. But there’s this problem: I’m using Debian 10 on a KVM Root Server. This is the my.cnf file: This is the mysql.cnf: What’s the problem? Answer I fixed it by typing localhost, but my domain instead of localhost isn’t working
Nginx start failed – how I can repair that problem?
I’m a little bit newbie. I’ve got started server few months ago. Everything was okay but now on server I can’t even echo something. How Can I repair nginx server? My debian and nginx version nginx version: nginx/1.14.2 that’s my status for nginx and there’s my try to start a nginx Answer The error states to [::]:80 failed, which means
On Debian 11 (Bullseye) /proc/self/cgroup inside a docker container does not show docker infos
I recently updated from Debian 10 (Buster) to 11 (Bullseye) and since then my Jenkins setup inside Docker is not working anymore, as Jenkins tries to find out if it is running in a docker container by checking /proc/self/cgroup. Normally /proc/self/cgroup inside a docker container would look something like this: but since I updated to Debian 11 it looks pretty
How should I deploy a web application to Debian?
Ideally I’d like to build a package to deploy to Debian. Ideally the installation process would check the system has the required dependencies installed, as well as configure Cronjobs, set up users etc. I’ve tried googling around and I understand a .deb is the format I can distribute in – but that is as far as I got since I’m