Running a python program as a system service on Ubuntu 22
I have such python code, to notice by TG when do my docker containers fall:import subprocessimport requestsimport timeTELEGRAM_BOT_TOKEN = '##############'CHAT_ID = '##################'def...
View Articleffmpeg package not found
I'm running on a Ubuntu 22.04 VM (host: Windows 10).I have a precompiled c++ code which requires a certain version of ffmpeg, which wasn't initially installed on the machine (wondering why).I found out...
View Articlevscode (linux) terminal "command not found"
Problem: seems like the terminal in VSCode is looking for the commands in the wrong location. at the moment I am having trouble with running the command "gulp".When i run eg: "gulp watch" in my system...
View ArticleCan't Access OpenVPN Admin Web UI
I tried to use Oracle Cloud VPN using OpenVPN Access Server instance. I did everything and followed each step as instructed in Oracle blog and This Youtube Tutorial. The instance is Running. I’ve added...
View Articleinstalling cudatoolkit with drivers failed
how can i uninstall/remove NVIDIA drivers from my Ubuntu (22.04)i try to run sudo ./cuda_12.3.2_545.23.08_linux.run, but it recommend me to remove the NVIDIA drivers
View ArticleSystem has not been booted with systemd as init system (PID 1). Can't...
When I was trying to insatll SQL Server,I met the following problems:System has not been booted with systemd as init system (PID 1). Can't operate.Failed to connect to bus: Host is downAttempting to...
View Articledocker: Error response from daemon: AppArmor enabled on system but the...
I install docker-ce 19.03.3, on ubuntu 19.04 following the installation procedure described on the official website. The installation worked well. But when I wanted to test by creating a container,I...
View ArticleHow to get PHP5.3.3 on Ubuntu 20.4/22.4 EC2 Instance [closed]
I am migrating an old Mediawiki to AWS, as it is a really old version I am first migrating it and then updating it once migrated. However, this old version requires PHP5.3.3.I've tried using the...
View ArticleWarning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead...
I've been trying to solve this error for 6-7 hours, but I couldn't succeed. Please help. Thank you in advance Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see...
View ArticleError [outdebug does not exist] In Debugging basic C++ in visual Studio code
I am new to programming. I am using ubuntu and .deb for installing vs code.When I try to debug a program(hello world in my case) it gives me error, that launch: program...
View ArticleVue.js (using nginx, Django, + gunicorn) site being served at wrong url:...
I am using Vue.js for the frontend and Django RF for the backend of my project.When developing locally, the project works as intended with the root of the Vue project functioning at localhost:8081/#/...
View ArticleKubernetes system pods Etcd, Api server, controller manager continiusly...
I init the cluster and stays up for a couple of minutes and then the pods keep resetting and when the api service resets it locks the cluster and I cant access the logs.I tried checking the driver of...
View ArticleFroxlor default IP address for a new domain
I have a fresh Froxlor 2.16 installation. My installation runs on a server behind a reverse proxy. This reverse proxy handles Letsencypt certificates for a number of services.Now I want to route all...
View ArticleError building Python 3.10.13 from source code
Ubuntu 23.10First i collected the configuration./configure --prefix=/home/goodstealing/.python3.10.13 --enable-loadable-sqlite-extensions --enable-optimizations--enable-loadable-sqlite-extensions are...
View ArticleHow to download git repositories into Ubuntu WSL2 to run it in VS Code?
I have installed Ubuntu WSL2 and have been working on some projects on Visual Studio Code for a while now. But I am unable to fetch the downloaded Git repositories from Windows.I am expecting if there...
View Articlecreate self packed ApRun image includex libonnxruntime(gpu) with gpu support
I am creating App image with linuxdeployqt and also linuxdeploy . all looks fine .I transferred the appimage to another ubuntu with gpu its running withour error but on the cpu not on the gpu .No...
View ArticleVS Code will not build c++ programs with multiple .cpp source files
Note that I'm using VS Code on Ubuntu 17.10 and using the GCC Compiler.I'm having trouble building a simple program which makes use of additional .cpp files. I'm probably missing something obvious here...
View ArticleHow can systemd and systemctl be enabled and used in Ubuntu Docker...
ProblemHow can systemd and systemctl be enabled and used in Ubuntu Docker containers? Why isn't systemd enabled by default in these containers, and why is it not considered a best practice in...
View ArticleAfter installing with pip, "jupyter: command not found"
After installing with pip install jupyter, terminal still cannot find jupyter notebook. Ubuntu simply says command not found. Similar with ipython. Did pip not get install properly or something? How...
View ArticleCrontab Not Working with Bash on Ubuntu on Windows
I am trying to schedule a bash script to run with Bash on Ubuntu on Windows in Windows 10. Every time that I to write the cron, I get the following error messages in the terminal:crontab: installing...
View Article