post request to laravel route
I am trying to send this:curl --insecure -X POST -H "Content-Type: application/json" -d '{"UUID":"27486f-ea-11ee-bec0-fa163e4337e0","authtoken":"2748f6-e55a-11ee-b0-fa163e4337e0"}' https://<my...
View ArticleUbuntu not uses swap as much as needed
I'm trying to run Gemma-2b on my computer with 16GB of RAM, but it gives me an error below:2024-03-19 16:23:38.722556: I external/local_tsl/tsl/framework/bfc_allocator.cc:1112] Sum Total of in-use...
View ArticleC# DateTime.ToString return different result in Ubuntu and Centos
I have the following code:public static void Main(string[] args){ var dateTime = DateTimeHelper .ConvertPersianDateTime("12/22/1402", "09:33:12") .ToString("D"); Console.WriteLine(dateTime);}public...
View ArticleProblem by compiling Linux Kernel 6.8.0 on Ubuntu noble in docker Container...
I call this in my procedure:debian/rules binary-headers binary-generic \ do_zfs=false \ do_dkms_nvidia=false \ do_dkms_nvidia_server=false \ skipabi=true \ skipmodule=true \ skipretpoline=trueAnd I get...
View ArticleClass "StoreFactory" not found
I'm trying to run the sample1.php class available at php client github repo that is a simple GridDB client in php, currently running it on ubuntu 22.4.1, using the command:php sample1.php 127.0.0.1...
View ArticleJenkins Very Slow Upon Starting EC2 Instance after Stopping
I am learning Jenkins right now. I installed Jenkins on a t2.small Ubuntu EC2 instance. Everything was working fine. I stopped the instance. The next day, I started the instance and it took a very long...
View ArticleUbuntu - How to replace language shortcut from only Super key
While installing Ubuntu 20 (upgraded from 18) the wizard let me choose the key combination for changing input language. The key combination I had in Ubuntu 18 was Super+space, but I didn't find it...
View ArticleUbuntu terminal script dynamic animation output is not visible when captured...
I read 10+ posts here and askubuntu, but I couldn't find the answer.There is a solana software, which checks the status of my node, (doesn't matter too much), but if I start the script, first it prints...
View ArticlePerform a task on Linux shutdown
I want to run a .service that "hears" a shutdown signal (preferably both manual, with physical buttons, and with sudo shutdown/reboot etc) and when it does hear it it performs a task, in this case it...
View ArticleHow to fix unmet dependencies after running 'sudo apt update'?
The output of running sudo apt <package> is as follows:Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneYou might want to run 'apt --fix-broken...
View Articlehow do i solve this gamit error in terminal?
FATAL :240320:1253:59.0 MODEL/readu: Error reading ATMOSMAP values from u-file ERROR 5010FATAL :240320:1253:59.0 MODEL/model: GAMIT.fatal exists: MODEL not executedFATAL :240320:1253:59.0...
View ArticleHow to find the Disconnected Xrdp sessions? [closed]
I'm using Ubuntu 22.04 with Xrdp enabled. I need a list of disconnected sessions (Users can often use the "X" to close the RDP session (therefore disconnect but not logout)).I went through below...
View ArticleHow to fix executor failed running [/bin/sh -c pip install --upgrade...
I am getting this when running a Dockerfile.When I reseted my windows it worked but recently I deleted all docker containers and when I tried to build from the Dockerfile again, I got this issue. I...
View Articlenetplan merge wildcard section with exact ifaces [closed]
We have such a configuration:network: version: 2 renderer: networkd ethernets: zz-all-en: match: name: "en*" dhcp-identifier: "mac" ens192: match: macaddress: "00:50:56:9e:16:8a" dhcp4: true set-name:...
View Article"qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though...
I'm using Ubuntu 20.04 via Oracle VM Virtual Box and I faced exactly the same error as all other people.After building Qt6 source code using official Qt manual, I'm trying to run different projects to...
View ArticleEmpty PNG when trying to open url...
For my project, I need to install MapServer on the Ubuntu server. The installation was successful, I found a template for running the mapserver at this link...
View ArticleIs it possible to answer dialog questions when installing under docker?
Is it possible to somehow answer the questions that are presented as dialogs when installing some packages using apt-get?For instance I'm trying to setup a container containing the mail-stack-delivery...
View ArticleHow to install libsoup 3.0 Ubuntu?
For my rust project I need to install libsoup 3.0, Ubuntu 22.04 does not want to install it.Outptut when I build the rust project is failed to run custom build command for soup3-sys v0.5.0I've tried to...
View ArticleEmscripten How install old version
Emscripten not installingError: No tool or SDK found by name 'sdk-1.12.0-64bit'. Ubuntu 16.04What is wrong?
View Article'HADOOP_COMMON_HOME' error while installing hadoop
I am installing hadoop (3.2.2) on Ubuntu 18.04 on VMFusion for the first time. At the end of the installation when I run 'hdfs namenode -format' it shows: ERROR: Invalid HADOOP_COMMON_HOME.This is what...
View Article