Category "linux"

How can I make my Rust program run at startup?

I know about how to run programs at startup on Windows, but not Linux (even though I use Linux myself). Is there a library I can use which will automatically ru

Cross-compiling the gettext library: error when relinking for armv7a

I'm trying to cross compile (for armv7a and aarch64, android) the gettext library (dependency for glib). The configuration and compilation is successful, but du

Integrating Protobuf into Unreal Engine 4 (Linux)

I'm having trouble integrating protobuf (3.20.4) into UE4 as a static library and packaging for linux. The packaging fails with these errors : undefined symbol:

Using ssh to login to linux terminal from windows and run command in a logged in shell

First of all, this may seem like a duplicate question but I have searched stack overflow/various other forum sites and still haven't managed to find a solution.

Process 'rumpostgreswk' running on linux and took 100% memory and CPU, where does it come from?

I have a question, I'm running a nodeJs server on a Digital Ocean droplet. I'm using pm2 for monitoring the application, everything looks fine. However suddenly

how can we see the .exe printf message [closed]

I have an question about the .exe log. I am using raspberry pi 4 module with Debian OS where I am running my c-program from the .service base

Mount a CIFS client/connection with sys/mount

I am trying to make a CIFS connection between my Ubuntu client desktop and my Windows 10 server Desktop, so I can share folders and files though a local network

Uubuntu 20.4.03 server - local repo set up

I've install and config a local repo server with Ubuntu 20.4.03 using the following link [https://www.linuxtechi.com/setup-local-apt-repository-server-ubuntu/#:

Can I add something to these commands so they delete original files?

I'm modifying hundreds of pictures with two command lines and I have to manually delete the original files before executing the second command, then delete one

Zabbix. Why on two same linux servers, with the same configuration and same template, I have different items and triggers on zabbix server?

I set up two same servers with the same configuration. I link with hosts the same templates on the Zabbix server, but Hosts has different counts items, triggers

mongodb shell login - password contains special characters like -(hyphen) and '(single quote)

I am trying to login to mongodb database using mongodb shell, and if the password contains any special characters like -(hyphen) or '(single quote) , it gives e

How can i load a GTK4 demo example? (File browser specifically)

To get in context, i am making a GUI application that based on a input command through a GtkEntry like ls it would pop up a window with the respective files in

Can the Address field of different PCI devices of MSI Capability be same?

I am working on an arm64 based board, running on Linux (Ubuntu 18.04). On the other end of this device, there is an FPGA connected via PCIe which is endpoint an

How to create a mail profile in my remote windows machine using ansible

I'm unable to create a mail profile in my remote windows machine which has Outlook 2016. I havw to create it using ansible. I tried this: - name: Manage windows

Linux - How to get a string specific string from a specific line?

Lets say that I have the following DeletedFiles.txt file: test1.zip - date-removed='6-16-2021' test2.zip - date-removed='6-17-2021' test3.zip - date-remov

Wordpress Add New Post shows this "Warning: Attempt to read property "post_type" on null in /var/www/html/blog/wp-includes/post.php on line 7589"

I recently migrated my website to new AWS ec2 linux instance. Php8.0, MySql8.0, all pages work fine. Wordpress database was exported from Mysql5.7 and imported

Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) on github actions

i have created an github action to deploy the code when pushed. it cause this error when installing the packages. Run npm i --no-optional && cd client &

kubernetes config map - syntax error: unterminated quoted string

I am getting below error when trying to attach shell script as config map. I am not sure what's the issue because script work without adding in config map It sh

Executable gives different FPS values ​in Yocto and Raspbian(everything looks the same in terms of configuration)

In Yocto project, built my project which is running on Raspbian OS. When i run executable, i get half FPS compared to executable running on Raspbian OS. The lib

Is ext4 considered file storage or block storage?

I have been researching the differences between File, Block and Object storage. I've tried to relate the native Linux File System with one of these types of sto