so is not official?
when does it ask for a password?
I can’t find ctrl+r to do a search in previous commands?
Is linux security module necessary?
URL is also a shell script that executes some malicious(?
How to update the file jq is working on?
json is yaml subset?

My friend gave me this

My friend gave me this
so is not official? maybe you got it from another source. If that is the case you have to be aware that RHEL focus on stability so some packages are pretty old but so tested that generally does not give error or fail, so it is better to use the one of the official repos.

Hi all i have created a virtual machine with Amazon vdi but it is asking for password
when does it ask for a password?

Hi all i have created a virtual machine with Amazon vdi but it is asking for password
The default one is: jeffbezos777

The default one is: jeffbezos777
for real?

for real?
Ahaha nah srry 🤣

Which i have not set while creating the vm
change password

change password
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-2-virtual-machine.html
Use the Amazon Linux 2 virtual machine (VM) images for on-premises development and testing. These images are available for use on the following virtualization platforms:

This is how i able to create and provide password to that vm
idk i was talking about how we usually change password on an unencrypted device, that is to append init=/bin/bash in kernel param and change password by passwd
Ah found it probably;
This can be remedied by editing the ~/.zshrc file and adding a few bindkey statements:
bindkey “^[[A” history-search-backward
bindkey “^[[B” history-search-forward
Now working… It is .zprofile not “rc” on macos.
Vincent Danen explains how to get more out of the search history features in the zsh shell.

Does anyone use openntp
Didn’t know about it, thanks for the tip.
https://www.usenix.org/publications/loginonline/transcending-posix-end-era
Link: https://readhacker.news/s/5kDxX
Comments: https://readhacker.news/c/5kDxX
this URL is also malicious(?!) shell script. Contribute to jwilk/url.sh development by creating an account on GitHub.

How to update the file jq is working on? Like sed does with -i flag
I don’t know, but a fun alternative to jq is yamlpath (on PyPI), providing a command yaml-set, e.g.
yaml-set
–mustexist
–change=the.new.password
–saveto=the.old.password
–value=”New Password”
my_yaml_file.yaml
It works on json (as a subset of yaml)

How to update the file jq is working on? Like sed does with -i flag
maybe -o?

maybe -o?
There’s no -o flag in my version

I don’t know, but a fun alternative to jq is yamlpath (on PyPI), providing a command yaml-set, e.g.
yaml-set
–mustexist
–change=the.new.password
–saveto=the.old.password
–value=”New Password”
my_yaml_file.yaml
It works on json (as a subset of yaml)
json is yaml subset? did not know that

json is yaml subset? did not know that
i think yaml is a json superset rather

There’s no -o flag in my version
hm you’re right, you can try redirecting to it then, but copy it first in case it clears it