Using Asp.net and Oracle on MACos [duplicate] - asp.net

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.

Related

How can I evade a network firewall that blocks almost all servers? [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 4 days ago.
Improve this question
So in my school they installed a new router (Zylex) and I guess they're still configuring it because it doesn't let you enter almost any website from Google, although you can do google search. Also you can access most sites using Firefox (do you know why?), but I don't know any good VPN for Firefox.
I've tried using some google VPNs but they are all blocked, also I've tried using Windscribe but it says that the SSL requests are being intercepted. Why would they do that?
Is there a way that I can evade the firewall?
Thanks in advance.

Ubuntu 22.04 updated failed [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 8 days ago.
Improve this question
I ran software updater last night, and it indicated that it completed normally and asked me to reboot. I assume that is was updating the kernel from 5.15.0-58-generic to 5.15.0-60-generic. On reboot, I received a bunch of messages ending with "kernel panic: No working init found." Using the advanced boot options, I found that .58 version was available. It indicated major disk problems and said to run fsck, which I did. I pressed "y" about a hundred times, and then .58 booted normally while .60 still produces a kernel panic. I then saved all my personal files. Right now, .58 seems to be running normally, and Software Updater runs with no problems.
I want to avoid reloading the OS, as I have custom WiFi and printer software that requires extra effort, as well as Virtual Box. And yes, the have been running happily through many updates. What are my options?

"Official" R Minimum System Requirements [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 currently developing a solution in R and I need to know the system requirements for R on a windows machine for documentation purposes.
It's a question beyond "would R run in my machine", since I need to know the exact specifics. I know for a fact that it already runs without any problem, but I need to document this requirements for the Administrator in the IT team.
Thank you so much for your collaboration!
From An Introduction to R (https://cran.r-project.org/doc/manuals/r-release/R-intro.html)
--max-mem-size=N
(Windows only) Specify a limit for the amount of memory to be used both for R objects and working areas. This is set by default to the smaller of the amount of physical RAM in the machine and for 32-bit R, 1.5Gb26, and must be between 32Mb and the maximum allowed on that version of Windows.
Note, this is specific to Windows machines. I haven't seen anything regarding other operating systems. I've never seen anything about processors or other hardware either.
as far as I can tell, if you have a computer with a processor and at least 32 Mb or RAM, it will run R (no guarantees on how well).

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.

Run a small scale DDoS attack against a Raspberry Pi Server [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 9 years ago.
Improve this question
For a networking class, I want to do a presentation and project on DDoS attacks. I have been researching them for a while and am interested in conducting a small scale attack against a victim server with no security (I'll most likely set this up using nginx or apache) running on a Raspberry Pi. I want to run a demo of this happening in class - first with no security, and then a few other times - each time adding another layer of security.
Does anyone have an idea how much traffic I would need in order to take this down? Also what would be the best way to generate this traffic? I'm not sure if this part is even possible as I don't have access to a lot of computers...I do have a mac pro with 24GB of ram so I have been considering running several virtual boxes with that.
Thanks for the help!
I was able to get it working locally using nginx on the Pi and LOIC.

Resources