Adding a new entry to the PATH variable in ZSH
I'm using zsh terminal, and I'm trying to add a new entry (/home/david/pear/bin) to the PATH variable. I don't see a reference to the PATH variable in my ~/.zshrc file, but doing echo $PATH...
View ArticleKrusader : is it possible to connect to remote server with identity file?
I am using https://krusader.org/ in Ubuntu.Do you know if it possible to connect using a private SSH key (pem/ppk file)? I cannot find documentation about that.
View ArticleHow Can I Resolve the "UPSTREAM_NOT_FOUND [519]" Error on My AWS Lightsail...
I'm experiencing an issue with my AWS Lightsail instance where I am unable to connect, and I receive the following error message:"Unable to connectIf the instance has just started up, wait a few...
View ArticlePython application bundled with PyInstaller prevents Ubuntu from booting...
I’ve developed a Python application that performs various host-related tasks, such as upgrading packages via apt, downloading and installing apt packages, creating files on the filesystem, and more.My...
View ArticleSpawning language server with cmd: `lua-language-server`
I've recently transferred from Packer plugin manager to Lazy.Utilizing LSP, LspConfig, Mason, MasonLspConfig with several language servers for programming.The problem is that Neovim is having troubles...
View ArticleClass initialization must not depend on services
I am attempting to run Android Studio for the first time on Ubuntu 20.24 and the console looks like this$ ./studio.sh CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend...
View Articleconfluent kafka python - certificate verification
I used simple producer on Windows, but when I tried it to run on Ubuntu I got:SSL handshake failed: error:0A000086:SSL routines::certificate verify failed: broker certificate could not be verified,...
View ArticleCI: how to speed up step installing perl modules
In my pipeline I have the following steps: runs-on: ubuntu-latest... - name: install additional packages # graphics: transfig gnuplot inkscape # pdf utilities: poppler-utils (pdfinfo, pdftotext) # Perl...
View ArticleHow to Remove log files using cron job in specific directories [closed]
Hello how to remove specifig log files in specific directoriesfor example, i run some scripts and it makes hundres of log files every hour in...
View ArticlePHP and Composer / Ubuntu 24.04 LTS
What is the deal with these errors?frederick-pina@frederick-pina-HP-Spectre-x360-Convertible:~/PhpstormProjects/Fotographer.online$ composer updatePHP Warning: PHP Startup: Invalid library (maybe not a...
View ArticleUbuntu is NOT reading|sourcing the /etc/profile.d/*.sh files, what could be...
I have a few Ubuntu build servers, since it lets us run MS-SQL and PG-SQL on the same bow, even though our supported OS is Debian this is good for our development systems. I do have some Debian build...
View ArticleWhat does "No more variables left in this MIB View" mean (Linux)?
On Ubuntu 12.04 I am tring to get the subtree of management values with the following command:snmpwalk -v 2c -c public localhost with the last line of the output being iso.3.6.1.2.1.25.1.7.0 = No more...
View ArticleHow to set ssh connection reset timeout [closed]
My ssh connection to AWS EC2 Ubuntu will be lost because of "Connection reset by peer", if I don't use the ssh console for some time.I wonder how much is the default timeout value of maintaining ssh...
View ArticleRecord audio on Ubuntu server through PyAudio
Requirements:Record audio in real-time through microphone on Ubuntu 20.04 machineStream the audio to a system running on another machineCurrent State: I am at first step currently. I am using PyAudio...
View ArticleOpenDaylight Error 401 Unauthorized, Suggestions? (I have already use...
Using the next command:$curl -u admin:admin -X GET http://172.17.0.2:8181/jolokia/read/org.opendaylight.controller:type=DistributedConfigDatastore,Category=ShardManager,name=shard-manager-configI have...
View ArticleHow to install Git on Heroku?
I need my web app in Heroku to have git installed (I'm on the heroku-24 stack). I'm trying to use heroku-community/apt. I created Aptfile with the following content (found it...
View ArticleOCI runtime create failed: container_linux.go:380
I am trying to start a container from the given image below but I am getting the following error:ERROR: for code_challenge_api Cannot start service api: OCI runtime create failed:...
View ArticleHow to fix error "ModuleNotFoundError: No module named ..."?
I'm designing a website. The project structure isproject\ back_end\ __init.py__ main.pyIn init.py,from flask import Flaskdef create_app(): app = Flask(__name__) return appIn main.pyfrom back_end import...
View ArticleAfter trying to log in to github account the idea.key file is deleted
Up to now I have had no problems with Intellij IDEA (installed via Toolbox) on my ubuntu the version I am working on is IntelliJIdea2024.2 yesterday I was interested in the AI plugin and I used log...
View ArticleHow to reset PC from Ubuntu USB (cannot access other OS or hard drives) [closed]
I have a PC that has bricked. I am currently writing this from a Ubuntu USB I had lying around.I want to completely reinstall windows or ubuntu but cannot, as USB is 8GB, and ubuntu wants 11GB free.I...
View Article