update values in .cnf from .csv [closed]
I have the following .cnf[ policy_match ]countryName = matchstateOrProvinceName = matchorganizationName = matchorganizationalUnitName = optionalcommonName = suppliedemailAddress =[ policy_anything...
View ArticleError when trying to run proxychains4 on Ubuntu terminal [closed]
I'm trying to run proxychains4, everytime I get an error. I type sudo proxychains4 firefox and the output shows the following message:[proxychains] config file found:...
View ArticlePrinting valid JSON with a Swift script
I am attempting to print out in the command line the contents of a variable that holds a JSON object, like in the code:#! /usr/bin/swiftimport Glibcimport Foundationlet albert_op =...
View ArticleWhy is the installed Visual Studio Code application closing abruptly while...
I had just successfully installed the MS Visual Studio code preparatory to my Hyperledger composer installation (code_1.92.0-1722473020_amd64(1).deb) for my Oracle VMWare - based Ubuntu 24.04 LTS...
View ArticlePrevent getting a brighter image when using pdftk
I used pdftk to extract the first page withpdftk A=input.pdf cat A1 output output.pdforpdftk input.pdf burstThe first page contains an image. This gets brighter in the output pdf. What can I do to...
View ArticleHow to write a proper command in linux to run an application after some time?...
I use the command so that every 10 hours my program will start and shut down after 10 hours, but it doesn't work.watch -n 36000 'nohup ./MainLobbyServer.x86_64 && sleep 10h && kill "$!"...
View ArticleUbuntu 22.04.3 LTS showing blank screen [closed]
Ubuntu 22.04.3 LTS showing blank screen when I open. Not able to type anything or access.I was installing some package in python and installation was struck without progress for long. Then I pressed...
View ArticleAzure Image Builder (AIB): 'sudo apt update -y' fails with 'ERROR: Bad port'
Executing sudo apt update -y as part of a shell script from a Customizer "Shell" action fails with the following error message (packer logs):ui: azure-arm: + sudo apt update -yui: azure-arm: Hit:1...
View Articleffmpeg have unmet dependencies (Ubuntu20) [closed]
when installing ffmpeg with ubuntu20(fosal), it have conflict dependencies:# sudo apt-get install ffmpegReading package lists... DoneBuilding dependency tree Reading state information... DoneSome...
View Article/lib/x86_64-linux-gnu/libthread_db.so.1 The file doesn't exist
I'm trying to run gdb on my C program but my debugger shows this on my terminal:> (gdb) file mainReading symbols from main...done.> (gdb) runStarting program:...
View Articlessh hangs after authentication without opening interactive session at debug1:...
I have a Ubuntu 24 VM on Azure which i am trying to login by ssh and .pem file. It used to connect me successfully earlier but now its getting stuck at debug1: pledge: filesystem in the debug...
View ArticleInstalling and mounting the operating system in Linux With dd command [closed]
hello When I use the dd command to boot other operating systems in an original Ubuntu and. I use it unmodified. The command works and it boots. Some hostings changed the dd command, and when I use this...
View ArticleI cannot connect to database using WSL Ubuntu, but everything works on windows
I get"Exception has occurred: OperationalError(psycopg2.OperationalError) could not translate host name "stat-hh-postgresql" to address: Name or service not known"when I run a function with Ubuntu but...
View ArticleIs there any way to stop redirecting ALL of my subdomains to a website?
I've set up a nginx page under panel.domain.com and I want it to be avaiable for ONLY that ONE domain, but when I visit foo.domain.com I still get redirected to panel.domain.com for some reason (which...
View ArticleBroken python 3.10 at Ubuntu 22.04
I have tried to update my Ubuntu from 20.04 to 22.04 and broken python during commandsudo apt --fix-missing purge $(dpkg -l | grep 'python3\.1[01]' | awk '{print $2}')Now I could not use commands as...
View ArticleLeafet doesn't display viridis colors in legend
I have a problem plotting the colors of the legend using the viridis palette: the colors are not displayed although the legend labels are. I tested the same code under Ubuntu with Shiny Server...
View ArticleDocker dial tcp i/o timeout error without sudo
I'm attempting to install and use docker and minikube on an arm machine. I had a working installation of both but I messed up my minikube installation so I uninstalled both docker and minikube to do a...
View ArticleURLError: urlopen error timed out
Whenever i try to make a HTTP request to some url through my django application which is running on top of apache mod_python (Machine: Ubuntu 10.04 server edition, 64-bits), it gives a timeout...
View ArticleMariaDB cannot start after update: [Warning] Can't create test file...
I've just updated MariaDB using apt-get dist-upgrade. Now it won't start using service mysql start anymore.I can however, run it as root or do: sudo -u mysql mysqld_safe then MariaDB starts up fine....
View ArticleOpencv2.4 compiling error on ubuntu during installation
I'm new with opencv.I'm trying to install opencv24using the script and with out it (manually building everything) and everything I get the same error even though it says done; it doesn't do anything....
View Article