volatilityfoundation/volatility#771
Download this repo
git clone https://github.com/gdabah/distorm.git
Enter to the repo
{"version":1,"resource":"file:///d%3A/Projects/javascript/exadmision_react/src/types/index.ts","entries":[{"id":"CEmJ.ts","source":"Workspace Edit","timestamp":1652117658771},{"id":"RrSs.ts","timestamp":1652117983222},{"id":"Z9MC.ts","source":"Workspace Edit","timestamp":1652126909654},{"id":"Btnt.ts","timestamp":1652126916529},{"id":"Q3Y4.ts","timestamp":1652126985769},{"id":"eDT2.ts","timestamp":1652127029813},{"id":"u1VW.ts","timestamp":1652127268009}]} |
volatilityfoundation/volatility#771
Download this repo
git clone https://github.com/gdabah/distorm.git
Enter to the repo
def colored(r, g, b, text): | |
return "\033[38;2;{};{};{}m{} \033[38;2;255;255;255m".format(r, g, b, text) | |
# example | |
if __name__ == "__main__": | |
""" | |
text = 'Hello, World!' | |
colored_text = colored(255, 0, 0, text) | |
print(colored_text) |
#!bin/bash | |
# Author: NaN | |
# source: https://stackoverflow.com/questions/29436275/how-to-prompt-for-yes-or-no-in-bash | |
# function | |
function askYesNo { | |
QUESTION=$1 | |
DEFAULT=$2 | |
if [ "$DEFAULT" = true ]; then |
pactl info
to show which audio server is running. In occasions this tends to fail showing
Connection failure: connection refused.
I think this is saying that there is no connection to an audio server
so you'll need to enable manually the service using systemctl. please comment about it if you know more of this.
If you try installing pipewire without removing pulseaudio you'll get a conflict message complaining about it.
source: https://linuxconfig.org/how-to-install-firefox-developer-edition-on-linux
~/.local/
called opt
mkdir -p ~/.local/opt