What the difference betwen "!win32" and "win32"? [closed]
I was trying to update npm in my wsl (Ubuntu) in my notebook (win 11) and appear this error:enter image description hereAnd now I don't know what is the problem.I did try update the npm for other ways,...
View ArticleQt3D "qt.glx: qglx_findConfig: Failed to finding matching FBConfig" Warning
Ubuntu 18.04.1 operating system, QT version 5.12After starting the program that shows the 3D window, the console is written the following warning:QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to...
View ArticleVSC the copy line Down doesn't work and when i trie to edit the key...
I try do copy down line with the shortcut : Ctrl + Shift + alt + DownArrow but it not working. I have a small keybord (65% => so i have to press the FN key to have the Down Arrow) and when i trie...
View ArticleEmulate ttyS0 on Ubuntu 22 or link it to ttyUSB0 [closed]
I have a JAVA code that checks if ttyS0 is present:OpenJDK Server VM warning: You have loaded library /home/alex/MYSRT3/lib/libLinuxSerialParallel.so which might have disabled stack guard. The VM will...
View Articledocker-desktop does not launch on ubuntu [Failed to start...
I experienced this issue on Ubuntu 22.04 jammy.After installing Docker Desktop following the instructions on the official documentation, and meeting system requirements including having virtualization...
View ArticleCan't get Golang to work in Ubuntu
Ok, So I've downloaded Go 1.1 and put it into $HOME/Documents/go.Then, I've modified my .bashrc to be:export GOPATH=$HOME/Documents/go export GOROOT=$GOPATHexport GOARCH=amd64export GOOS=linuxexport...
View ArticleSelenium+Docker timing out
Im'm receiving a time out error and inspecting the chrome driver log I found this:{"traceId": "c6aa7643e1e8cde422b9a0eb763fa56c","eventTime": 1710077257942652356,"eventName": "exception","attributes":...
View ArticleInstalling wkhtmltopdf to hosting
I want to run my bot on hosting; for the bot to work, I need wkhtmltopdf. I don't have root and cannot use sudo.by command uname -a:Linux de47dd89-827f-4271-9cad-0cbf6b95d4e6 5.15.0-91-generic...
View ArticleHow to upgrade gfortran
I am using ubuntu 12.04, with gcc/g++ 4.8, the gfortran is 4.6, I reinstalled gfortran-4.8 and gfortran-4.8.dev, still not linking.When I tried to compile a project, it doesn't link to gfortran, how do...
View ArticleRaspberry Pi 5 not working Ubuntu Server 23.10 [closed]
I have a Raspberry Pi 5 and on it Ubuntu Server 23.10 everything was working until today when the new kernel update landed, so I gave the required restart and since then the system can no longer boot,...
View ArticlePython Setuptools Unable to Find .o Extension on Linux
I was trying to compile CppExtension example from https://pytorch.org/tutorials/advanced/cpp_extension.html#building-with-setuptools on Python, but the error said that it can not find the "filename.o"...
View ArticleRunning the bevy breakout example in WSL
I am trying to run the bevy breakout example on a Windows PC with Ubuntu inside a WSL shell. I followed the bevy quick start guide. But I get this error:Command:cargo run --example breakoutMessage:...
View ArticleStuck with apt --fix-broken install (libc6:amd64 package post-installation)
My system runs inside WSL, I upgrade it at least every few days.I stuck with one package installation, and looking for a way to solve this:$ sudo apt --fix-broken installReading package lists......
View ArticleIssues with login in as root user on Mac through terminal on Public IP [closed]
I am currently trying to follow a Digital Ocean tutorial for initial server setup with Ubunut 22.04. It starts by saying to log in to the root user at my public ip, but the operation always times out...
View ArticleMultiple SSL Namebased Multiple Virtual host on one ip address and Port
I want to configure ssl on same ip and port using SNI or can be different port but i am unable to instruct apache to deliver the ssl certificate of the domain requested. It delivers the default sites...
View ArticleCompilation Fails on Ubuntu but Succeeds on Fedora for Project Using OpenSSL...
I am trying to compile the nwipe project from the following GitHub repository: https://github.com/Knogle/nwipe/tree/master. The compilation process completes successfully on a Fedora system, but fails...
View ArticleIs there any way to factory reset the ubuntu server without reinstalling OS?...
Actually, I have made some changes in ubuntu server's configurations. but these changes raise too many issues and Now i want to make my server fresh as i was at the time of lunch instance.Note: I have...
View ArticleMPR makedeb/mist is not working for the python3-krfzf-py-git...
I am trying to get mov-cli to work, and one of its dependencies is python3-krfzf-py. The error I get using makedeb is:Some packages could not be installed. This may mean that you haverequested an...
View ArticleError: IDL doesnt exist. | Rust | Solana | Anchor
I tried to build my project anchor build but I got$ Error: IDL doesn't existtarget/idl/ and target/types/ were generated but they were empty.Then I tried anchor clean , anchor build. The same.Then I...
View ArticleAdding 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 Article