COMMUNITY CONTENT
FROM OUR PROFESSIONAL CONTENT CREATORS




Find out what’s on and where it’s at with our Content Schedule that’s updated daily:
YOUTUBE SCHEDULE
STREAM SCHEDULE
Win our very own custom Ghost Controller for PS4 Pro!

SHARE TO ENTER!
SHARE TO ENTER!
How to Recursively Delete a File Type in a Directory – Unix
Use find Example uses deletion of mp4 files. Run find /some/dir/ -maxdepth 10 -type f -name "*.mp4" You will see a list of mp4 files. Now you just need to add -delete option to delete them. The complete Command find /some/dir/ -maxdepth 10 -type f -name "*.mp4" - delete
How to Recursively Copy a Folder Excluding Certain File Types in Unix
Use rsync rsync -aP --exclude=*.mp4 /folder1/* /folder2/ -a : Recursive -P: Shows progress --exclude: You cause use file types or directory here. For multiple file types, you can use multiple exclude commands. For example --exclude=*.jpg --exclude=*.png
How to Enable/Disable Password Login in Unix (Ubuntu) via Command Line
Edit the ssh config file using your preferred editor I am going to install vim. You will need root access to do this operation. vim /etc/ssh/sshd_config Then find the line
How to Run Node.Js Application as Different User?
In your .env file add USER=www-data Note: I have choose to run node as the user www-data you can choose any other appropriate one. Now Run $ npm i userid
How to List Files & Directories With Size in Linux Command Line
The command du stands for Disk Uses. You can use this command to see how much disk space a file or directory is taking. In order to list size of
JOIN THE COMMUNITY
Register now to become part of our community.
JOIN THE COMMUNITY
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
iaculis nibh eget felis blandit maximus.