- Download docker-compose.yml to dir named
sentry - Change
SENTRY_SECRET_KEYto random 32 char string - Run
docker-compose up -d - Run
docker-compose exec sentry sentry upgradeto setup database and create admin user - (Optional) Run
docker-compose exec sentry pip install sentry-slackif you want slack plugin, it can be done later - Run
docker-compose restart sentry - Sentry is now running on public port
9000
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Support\Str; | |
| use Illuminate\Console\Command; | |
| use Symfony\Component\Console\Input\InputOption; | |
| class KeyGenerateCommand extends Command | |
| { |
| from flask import Flask | |
| from flask import render_template | |
| import csv | |
| import json | |
| app = Flask(__name__) | |
| @app.route('/') | |
| def my_runs(): | |
| runs = [] |
Run go install and
gogitlocalstats -add /path/to/folderwill scan that folder and its subdirectories for repositories to scangogitlocalstats -email [email protected]will generate a CLI stats graph representing the last 6 months of activity for the passed email. You can configure the default inmain.go, so you can rungogitlocalstatswithout parameters.
Being able to pass an email as param makes it possible to scan repos for collaborators activity as well.
I hereby claim:
- I am warifp on github.
- I am warifp (https://keybase.io/warifp) on keybase.
- I have a public key ASCX8qbbxcYNGlZCk34zRVr8gEHf5Gn9xcw_bwztZPoNJAo
To claim this, I am signing this object:
You can use these commands and rules to search for exploitation attempts against log4j RCE vulnerability CVE-2021-44228
This command searches for exploitation attempts in uncompressed files in folder /var/log and all sub folders
sudo egrep -I -i -r '\$(\{|%7B)jndi:(ldap[s]?|rmi|dns|nis|iiop|corba|nds|http):/[^\n]+' /var/logHyper-V in Windows 10 and Windows 11 allows running Virtual Machine. It is supported only in Pro, Enterprise and Education Edition of Windows 10 and Windows 11 by default. But this guide will show you how to enable it in Home Editions of Windows 10 and Windows 11.
- Search for
Command Promptin Windows Start Menu and open it. - Type
systeminfoand press Enter. Wait for the process to finish - Once the results appear, search for the
Hyper-V Requirementssection which is usually the last one.
- If it says
A hypervisor has been detected. Features required for Hyper-V will not be displayed.that means Hyper-V is already enabled and there is no reason following this guide anymore.
- If it says
- Otherwise, check for
Virtualization Enabled in Firmware:.
Simple 404 page
A Pen by Wahyu Arif P on CodePen.
NOTE: If you want the ultimate Linux desktop experience, I highly recommend installing Linux as your main OS. I no longer use Windows (except in a VM) so I will not be maintaining this guide anymore.
Think Xfce looks dated? Want a conventional Ubuntu experience? This tutorial will guide you through installing Ubuntu's default desktop environment, GNOME.
GNOME is one of the more complex — and that means more difficult to run — desktop environments, so for years people couldn't figure [o
