-
First you need to know what is the UUID of the disk you're going to mount
sudo blkid
-
You'll need to make the directory that is gonna be for mounting:
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
volatilityfoundation/volatility#771
Download this repo
git clone https://github.com/gdabah/distorm.git
Enter to the repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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}]} |
NewerOlder