LBRY Block Explorer

LBRY Claims • msfarch

d155b1571e908683b27516e84fe58247b2a79ba9

Published By
Anonymous
Created On
8 May 2022 20:02:58 UTC
Transaction ID
Cost
Safe for Work
Free
Yes
How to configure metasploit database with postgresql on archlinux
here is the commands <br />sudo -iu postgres<br />initdb -D /var/lib/postgres/data<br />sudo systemctl enable postgresql<br />sudo systemctl start postgresql<br />createuser -s -r -d "YourUsername"<br />--------------------------------------------------------------------------<br />mkdir .msf4<br />nano database.yml<br />--------------------------------------------------------------------------<br />production:<br /> adapter: postgresql<br /> database: msf<br /> username: msf<br /> password: msf6<br /> host: localhost<br /> port: 5432<br /> pool: 200<br /> timeout: 5<br /><br />--------------------------------------------------------------------------<br />db_connect msf@msf<br />--------------------------------------------------------------------------<br />
Author
Content Type
Unspecified
video/mp4
Language
English
Open in LBRY