aws codebuild create-webhook --project-name --filter-groups "[[{\"type\":\"EVENT\",\"pattern\":\"PULL_REQUEST_MERGED\"}]]"
Month: April 2020
Install Spotify on Fedora 28 With Snap Easy Steps!
Easy steps to install spotify with Snap on Fedora 28, Enjoy!
sudo dnf install snapd sudo ln -s /var/lib/snapd/snap /snap sudo snap install spotify sudo ln -s /var/lib/snapd/snap/bin/spotify /usr/bin/spotify
youtube-dl Troubleshooting: ERROR: This video is unavailable
When you want to download some video from youtube with favorite tool youtube-dl, but this error shows up. That means the youtube-dl version that you’re using needs to be updated.
This is how to install the latest version of youtube-dl :
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl
Or if you installed with pip, you just upgrade it
sudo pip install --upgrade youtube_dl
youtube-dl --version
Nmap cheatsheet
Scan network :
nmap -sP 172.16.0.56/24