Hacker News new | past | comments | ask | show | jobs | submit | shscs911's comments login

This seems to be affecting Windows VMs hosted in AWS, as well. I'm seeing status check failure for Windows VMs across multiple AWS accounts in our Org.




Ctrl+Shift+A


Is there any way to disable web search in Start Menu without Registry hack?


I use z[0] in place of autojump. That way I don't need to install Python solely for autojump. This is especially true, when sshing to servers.

[0]:https://github.com/rupa/z


Theres also fasd. It has z emulation.

https://github.com/clvv/fasd


I've moved to https://github.com/ajeetdsouza/zoxide/ from z, as it can also show you a list of matching directories using fzf


    # https://github.com/junegunn/fzf/wiki/Examples#integration-with-z
    # like normal z when used with arguments but displays an fzf prompt when used without.

    unalias z 2> /dev/null

    z() {
      [ $# -gt 0 ] && _z "$*" && return
      cd "$(_z -l 2>&1 | fzf --height 40% --nth 2.. --reverse --inline-info +s --tac --query "${*##-* }" | sed 's/^[0-9,.]* *//')"
    }


or its zsh native port https://github.com/agkozak/zsh-z


I use the built-in QR-code scanner available in Opera Mini beta. Also, its the only browser I know that has a built-in RSS Feed reader. I use an old APK, as the newer version of Opera Mini removed the RSS functionality.


fd (https://github.com/sharkdp/fd) is the best command line search utility IMO. Its crazy fast and always found what I was looking for. If you want a GUI alternative, check out Drill (https://github.com/yatima1460/Drill). Although the development seems stalled, it works well for normal usecases.


If you're looking for an e-book reader in Linux, Foliate (https://github.com/johnfactotum/foliate/) is the best I've seen. I used to be a fan of Calibre E-book reader and had my own custom CSS for theming, but the redesigned e-book reader (I think it was Calibre 4.0) completely broke my setup. I don't know how it is these days, but it was extremely buggy and lagging when I tried some months ago. Even Bookworm (https://github.com/babluboy/bookworm) is a far better alternative than Calibre E-book reader.


If by click behaviour, you mean `clickSelectsAll` I'm afraid its not going to be fixed. Here's the relevant bugzilla page: https://bugzilla.mozilla.org/show_bug.cgi?id=1621570


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: