How to enable general GNOME extensions from the command line [closed] - ubuntu-22.04

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I am using Ubuntu 22.04 with some user installed extensions. Sometimes the button in the right corner of the extension manager program gets disabled. Mostly after an update. This disables all user extensions. The system extensions are still enabled.
I tried to enable the user extensions with the gnome-extensions command line tool, but the extensions remain in the inizialised state. The only way is to start the extension manager and toggle the button in the right corner. This will activate the extensions installed by the user. Is there a way to do the "general" activation via the command line?

Related

Asterisk - create a new dialplan file [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
While i was modifying the dial plan i noticed that in the same directory showed up a file named "1" with the extension .file that has the same content as the dial plan file i was modifying.
It also created a dial plan file with the extension .swp, and this file is deleted automatically after the pbx restart.
why is that? and is it safe to delete it?
i check on file manager and noticed that.
it might happen because of a network interruption at some time. but can i delete that file 1.file now?
Best regards
It is not releated to asterisk.
Asterisk is PBX and do not remove or rename any files in any folders except /var/spool/asterisk/
Most likely it is related to tool or editor you have used for edit that file.

Using Asp.net and Oracle on MACos [duplicate]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 months ago.
Improve this question
How can I install Oracle databases on macos natively without using a VM?!
tried every possible way, read almost all the documentations on their website but unfortunately i couldn't get any solution.
No, not today. You can easily get up and running with a VirtualBox appliance, we even make one for you to download and import.
VirtualBox recently put out an update that supports M1/M2 chip architectures, so that's nice.
Otherwise you could spin up an Always Free Oracle Autonomous Database Cloud Instance. That takes about 5 minutes, and then you could use that as your dev instance.

Netlify deploy won't render css of hugo website [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
Improve this question
I'm currently making myself a website with the "Call Me Sam" hugo theme. Locally, the site works perfectly and displays as wished, but when I deploy it with Netlify the css styling seems to be completely ignored.
My repo: https://github.com/Silvestre15/Website
Website: https://silvestred.netlify.app/
I think it has to do with the linking of my stylesheet, either inside index.html or config.toml (or config.yaml). Excuse my ignorance, I'm a complete noob.
If you open your browser console, you will see an error like this:
Failed to find a valid digest in the 'integrity' attribute for resource 'https://silvestred.netlify.app/css/main.min.c5514d3530979d291f3497facc20da1cec870028dbc2a3630b64bab8721bbe49.css' with computed SHA-256 integrity 'Wfmg6q+vptwXAkTmYQmG/pnqYU1TL7/dWE1NGmPquyQ='. The resource has been blocked.
So your problem is the integrity attribute in your CSS link. If you remove this your site should appear correctly.

AutoIt exe gets killed by antivirus [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I compiled an AutoIt script to an .exe file. When I give this program to another user, their antivirus detects it as a virus and kills it.
How can I avoid this?
How can I avoid killing AutoIT .exe by antivirus.
Assuming it does not classify as malicious:
White-list the executable (or folder containing it) in antivirus program.
File a false-positive report with concerning antivirus program's vendor.
Change antivirus software.
Resulting executable is the AutoIt script appended to an interpreter (no actual compiling). Incompetent vendors flag the interpreter instead of the script. False-positive reports usually solve this (until that vendor flags the next malicious AutoIt script, hence #3).

How to start using MongoDB and MongoVue? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am just trying to learn MongoDB. I followed this walktrough to install it:
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/
Here is my screenshot for mongod.exe:
And here isthe screenshot of mongo.exe:
It seems everything is fine to me. Am I wrong?
During my googlings I decided that MongoVue is a good management application for MongoDB by a cool user interface. So I downloaded and installed it. Here is the screen I see when I opened it:
How do I have to fill these fields to create a connection from MongoVue to MongoDB? Do I have to do something else before that?
Assuming you haven't configured authentication within MongoDB, just give the connection a name and fill in the IP address of the server (127.0.0.1 if it's local):
Click Test to test out the settings and then Save to create the connection. Then click Connect on the parent dialog to actually connect to the server.
Caution
MongoVUE doesn't work with 3.x MongoDB servers and hasn't been updated in almost two years. See here for alternatives.

Resources