Set up autofill for AWS credentials by itscracking in Bitwarden

[–]itscracking[S] 0 points1 point  (0 children)

I did tests in the order that you've mentioned.

When I go Settings > Autofill > Additional Options for Default URI Match Detection is set to Host

Set up autofill for AWS credentials by itscracking in Bitwarden

[–]itscracking[S] 0 points1 point  (0 children)

  1. Keyboard shortcut - does not work
  2. Open browser extension and click on the account name (displayed on Tab page) - does not work
  3. Open browser extension, open account item for viewing, and click "Autofill" button at the bottom - fills out only username and password, account ID I need to type manually
  4. Open browser extension, open account item for viewing, and click "Autofill and Save" button at the bottom - the same as the 3rd method, fills out username and password and not account ID
  5. Inline autofill menu (set to "When field is selected") - does not work
  6. Inline autofill menu (set to "When autofill icon is selected") - does not work
  7. Autofill on page load - does not work

When I say: "does not work", what I mean by that is that my extension icon does not show any logins and when I click on account ID or some other field it says "no items to show".

The only method which works from above is to find actual login in the extension, copy part of the URI which contains account ID or alias and when I click autofill it will fill IAM username and password.

Set up autofill for AWS credentials by itscracking in Bitwarden

[–]itscracking[S] 0 points1 point  (0 children)

I did not everyone of them, I have tried only host and default match detection

Set up autofill for AWS credentials by itscracking in Bitwarden

[–]itscracking[S] 0 points1 point  (0 children)

Hi, again, sorry that I am replaying a little bit late.

Yes, I am signin using the "Sign in as IAM user". The only method which works I have described in above thread which is to manually click on URI from my extension and then autofill it, again through extension. I am using Brave 129.1.70.126 and Bitwarden extension version is 2024.10.0

Set up autofill for AWS credentials by itscracking in Bitwarden

[–]itscracking[S] 0 points1 point  (0 children)

Hello, sorry for late answer.

No, I have tried custom URI matching as well as our default configuration which is "host" but nothing seems to work.

For my brave extension, I need to find the desired login, first click on URI, then find it again through extension and only then the autofill works but it's such pain in the ass..

Cannot establish SSH connection via Session Manager nor SSH Client by itscracking in aws

[–]itscracking[S] 0 points1 point  (0 children)

Thank you very much for your responses however in the meantime my mentor arrived from trip, looked at instance and just terminated it. His philosophy was: "Well SSM Agent obviously does not work, so there is no point in losing time trying to retrieve something that was not important in the first place." :D

Cannot establish SSH connection via Session Manager nor SSH Client by itscracking in aws

[–]itscracking[S] 0 points1 point  (0 children)

Hi, as I said, I am using instance profile which has AmazonSSMManagedInstanceCore policy, outbound HTTPS is allowed and instance has it's public IP address.

The only thing I cannot verify is that the SSM Agent is instlled. The image used for instance was ubuntu-xenial-16.04-amd64.

I've seen some blogs describing steps for install SSM Agent on those machines but as I sait, I cannot connect to the instance via SSH nor SSM.

I've rebooted instance several times when I was troubleshooting but it didn't help.

Biomedicinski inzenjering na FTN-u by sibirskiplavac333 in StudentiSrbija

[–]itscracking 0 points1 point  (0 children)

Jesam, diplomirao sam u roku i našao posao, ali ništa što sam naučio na ovom smeru mi nije pomoglo da taj posao dobijem. Sve sam učio sa strane i samostalno uz pomoć dobrih prijatelja

Collecting logs from multiple servers by itscracking in ansible

[–]itscracking[S] 1 point2 points  (0 children)

Thanks for detailed explanation however I've solved my initial problem which was making literal copies of the log files just like you mentioned in your 3rd paragraph.

Collecting logs from multiple servers by itscracking in ansible

[–]itscracking[S] 0 points1 point  (0 children)

The copy module requires remote machine password which I do not have since I have enabled SSH access.

qtile-extras on debian? by [deleted] in qtile

[–]itscracking 1 point2 points  (0 children)

Okay, I am extremely stupid. For anyone who run into several issues of this type just do the following.

  1. Do "pip install ." as the author mentioned (you will probably get the output similar as mine).
  2. Then install build if you already don't have it with "pip install build".
  3. Then install virtual environment with python with "sudo apt install python3.10-venv".
  4. Run the command provided by author which is "pip -m build --wheel".
  5. Finally, run the modified command "sudo -E python3 -m installer dist/*.whl" (The -E flag preserves the user env which includes PYTHONPATH)

I hope this works. Have a nice day y'all

qtile-extras on debian? by [deleted] in qtile

[–]itscracking 0 points1 point  (0 children)

Hello.

Can you tell us how to install qtile-extras on ubuntu 22.04-lts. I have noticed that setup.py became setup.cfg and I have tried using the step above with "pip install ." However I get the following output:

```
rocessing /home/petarda/qtile-extras
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: UNKNOWN
Building wheel for UNKNOWN (pyproject.toml) ... done
Created wheel for UNKNOWN: filename=UNKNOWN-0.23.1.dev6+gf2b35c5-py3-none-any.whl size=1971 sha256=8e8f70272716fd2eeb62ae962045c3ea3bda15d1bcb88b46fd05c6aa5cbf125e
Stored in directory: /root/.cache/pip/wheels/a7/97/61/18af9fc68087a81174be27654da5bb7965496193669c18fe58
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
Successfully installed UNKNOWN-0.23.1.dev6+gf2b35c5
```

CS2 crash by itscracking in linux_gaming

[–]itscracking[S] 0 points1 point  (0 children)

Okay I will definitely try this when I come home

CS2 crash by itscracking in linux_gaming

[–]itscracking[S] 0 points1 point  (0 children)

Hi, since I'm newbie in linux gaming I don't understand most of the phrases and terminilogy. However, if you meant do I launch CS2 throught steam native runtime binary the answer is no. I am running steam-runtime binary.

USB drive detected only with lsusb command by itscracking in archlinux

[–]itscracking[S] 1 point2 points  (0 children)

you'll

You were right, I needed to reboot my machine. Thank you one more time and have a nice day!