Ubuntu: OpenJDK 8 - Unable to locate package
So I just installed Ubuntu, and this is my first time working in a Linux environment, so bear with my noobishness here.Anyway, I downloaded the Java 8 JDK directly from Oracle, but I understand there's...
View ArticleMongoDB GPG - Invalid Signatures
I'm installing MongoDB on an Ubuntu 14.04 machine, using the instructions at:https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/So I run:sudo apt-key adv --keyserver...
View ArticleFish Shell: How can I customize the colors for the autocomplete feature?
I started using Fish (and oh-my-fish) a couple of weeks ago and one of the things that I find somewhat visually hard is the default background color of the autocomplete options (see the purple...
View Articlesystemctl and uwsgi issue for remote django app
when I run uwsgi manually with uwsgi --ini uwsgi.ini command, it runs properly, but when I run sudo systemctl start uwsgi it will run properly (i.e., journalctl -b -u uwsgi or sudo systemctl status...
View ArticleRecover recently permanently deleted webm files from ubuntu 20.04 [closed]
I want to recover 7-8 files only which was permanently deleted within week and I tried foremost but that is not supporting this file type.sudo foremost -v -q -t webm -i /dev/nvme0n1p3 -o...
View ArticleUbuntu 20.04 "Temporary failure in name resolution" - recently reinstalled...
I rent a vps from contabo for about half a year now, it worked fine until now, because it started producing "Temporary failure in name resolution" errors. I read that this is a DNS error, I tried...
View ArticleCan't launch Google Chrome on wsl ubuntu
I have successfully installed google-chrome on my wsl ubuntu shell from this website - https://medium.com/@factor-bytes/running-google-chrome-on-wsl-with-ubuntu-005cc8d719c2.But when i launch it, the...
View ArticleVScode task 'rg' consuming insane amount of cpu. I am only running jupyter...
I ran 'top' in terminal to check running processes as my laptop was getting heated. What can I do to minimise this?I have tried restarting kernel to kill any unwanted process left from earlier cells...
View ArticleError while installing dockers in kubuntu 23.10 [closed]
This was an error that I encounteredE: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Suite)E: The list of sources could not be read.I wrote the following commands:Step 1: sudo apt...
View ArticleVagrant up failing for VirtualBox provider with E_ACCESSDENIED on host-only...
After VirtualBox update vagrant up failing with the following error on Ubuntu:There was an error while executing `VBoxManage`, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is...
View ArticleUnable to Install Python 3.6.8 Using PyEnv in an Ubuntu Docker Container:...
I'm attempting to set up a new Docker container using the Ubuntu latest image and install multiple Python versions using PyEnv. While I successfully installed Python 3.8.10, I'm encountering issues...
View ArticleFace recognition Cuda issue
File "prdPC_api_f2.py", line 8, in import face_recognition File "/home/rudram/anaconda3/envs/face/lib/python3.8/site-packages/face_recognition/init.py", line 7, in from .api import load_image_file,...
View ArticleGenymotion - Cannot install on Xubuntu
I understand this is partially a Ubuntu matter but since it's more to mobile development because the question is about Genymotion and if there's any answer for it, it supposed to be here, so I ask the...
View ArticleCannot connect to the Docker daemon at unix:///var/run/docker.sock. -- Error
zouz@zouz:~$ docker -vDocker version 20.10.8, build 3967b7d28ezouz@zouz:~$ sudo docker infoClient: Context: default Debug Mode: falseServer:ERROR: Cannot connect to the Docker daemon at...
View ArticleHow to sign a kernel module Ubuntu 24.04 LTS
I am new to using Ubuntu. I am trying to install PEAK CAN driver so I can see the CAN messages in LINUX environment using VirtualBox. But it seems as if I need to sign a pcan kernal module... and I...
View ArticleWhat is the correct way to install ruby on ubuntu 22.04
There is an issue with installing ruby on ubuntu 22.04 with rvm as it will give you error belowError running '__rvm_make -j8',please read /usr/share/rvm/log/1655413907_ruby-2.5.0/make.logThere has been...
View ArticleHow do I change the mirror when building snapcraft
When I build a snapcraft from a yaml file the packages are pulled from http://security.ubuntu.com and http://archive.ubuntu.com.This makes sense, as I am using the core24 base snap and this is coming...
View ArticleLooking to secure discord webhooks (python3.10) by (potentially) using a...
I currently have a python program that just sends "hello world" to a discord webhook, i am wondering what would be the best method of securing the webhook so that if i were to distrubute it no one...
View ArticleWhy can't I query a Windows 2012 server running SQL Server 2016 from Ubuntu...
I am setting up a machine with Ubuntu 24.04 and am able to query a number of windows servers running SQL Server with no problem - however, there is one server where I get the following...
View ArticleCan't get libraries on python3.12 on Ubuntu 22.04
After installing python 3.12 on Ubuntu from deadsnakes, when I try to use any kind of library or install a library, it will only work on python 3.10. I am not sure what is wrong...How do I get...
View Article