niknah

Results 72 comments of niknah

Might be related... https://github.com/ail-project/ail-framework/issues/131 ail-framework uses their own fork based on rocksdb-6.8.1. https://github.com/ail-project/ardb This updated fork uses rocksdb-6.27. Try running this and recompiling... `rm -rf ardb; git clone https://github.com/niknah/ardb.git`

Rocksdb is doing a c++ compile (even though it says CC). It can take 1gig+ of resident memory. Try closing everything before compiling, especially all web browsers. How much memory...

That's the disk space. Not the memory. The memory is in the lines at the "top" that has been cut off from the screen shot. And "tor" is running. Looks...

How is ardb being started in docker? The config file is the first argument when you start the server. `ardb-server your_custom_config.conf`

You can try my fix here... https://github.com/niknah/ardb/commit/7b599f6ba76cbb47131c89548a10f9f68f9e6b68

Change the "cli_legacy_plugin_path" line in ~/.aws/config to... cli_legacy_plugin_path = /home/YOURUSERNAME/.local/lib/python3.10/site-packages Where YOURUSERNAME is your username (yetipaw?). This is for Linux. Wasabi's endpoint_url is like https://s3.ap-southeast-2.wasabisys.com You put the region in...

In windows it is... %USERPROFILE%\.aws\config https://docs.aws.amazon.com/sdkref/latest/guide/file-location.html For the cli_legacy_plugin_path it's best to search for "site-packages" in your computer. may look something like... C:\Users\YOURUSERNAME\AppData\Local\Programs\Python\Python310\Lib\site-packages

The "custom servers" example on the main readme doesn't work. It says Request, .authenticate is not a function.

It doesn't work in private browser tab in Firefox or incognito tab in Chrome. Neither do other proxy switchers I've tried. But if I manually go to the settings in...

In a crontab job, when you run something and prints something out, you'll be sent an email. Normally I use >/dev/null in a crontab job so that I only get...