For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
ffmpeg -protocol_whitelist file,tcp,tls,https,crypto -i index.m3u8 -c copy <FIlE NAME> |
# Installation on Dell XPS 9570 | |
# Connect to Internet | |
wifi-menu | |
# Sync clock | |
timedatectl set-ntp true | |
# Create three partitions: |
USER HOST=NOPASSWD:/PATH/TO/FILE # u+x permission |
Description='NJITsecure' | |
Interface=wlp2s0 | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
ESSID=NJITsecure | |
WPAConfigSection=( | |
'ssid="NJITsecure"' | |
'proto=RSN' | |
'key_mgmt=WPA-EAP' |
install setcap command. | |
#setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/dumpcap | |
>su | |
#chown root /usr/sbin/dumpcap | |
#chmod u+s /usr/bin/dumpcap | |
Limiting capture permission to only one group | |
After having set dumpcap's network privileges: |
! URXVT GENERAL CONFIG | |
!------------------------------------------------ | |
URxvt.geometry: 101x20 | |
URxvt.imLocale: en_US.UTF-8 | |
! URXVT FONTS | |
!------------------------------------------------ | |
urxvt.letterSpace:1 | |
urxvt.lineSpace: 1 | |
urxvt*font: xft:lucy Tewi:size=10 |
dbus-glib install |
# or condition | |
grep -E 'pattern1|pattern2' filename | |
\\ egrep = grep -E | |
# And condition | |
grep -E 'pattern1.*pattern2' filename | |
# NOT |
findstr /si password *.txt |*.xml|*.ini |