Run any file loop on YouTube

first install ffmpeg ⛶ffmpeg -re -stream_loop -1 -i your_video_file.mp4 -c:v libx264 -c:a aac -f flv rtmp://a.rtmp.youtube.com/live2/ key looks like dls32-jar3-18bf-c342-dr43 ...
0 Read More

Linux: Getting system info

One needs to be familiar with certain shell commands to investigate system and network configurations and identify vulnerabilities in a Linux system and other processes. Some of the useful ones are: ...
0 Read More

Linux: Finding Files

Most of you will know how to navigate directories using the cd command and how to create a directory with mkdir. You will also be familiar with the mv command. The mv command is not just for moving fi...
0 Read More