Remove all files
Remove all files and folders from the current path.
rm -rf *
Remove all files and folders from the current path.
rm -rf *
Block the web access to a domain. So if you navigate to this website on a browser you will get your localhost copy. [ read ]
Upload files to the server by SSH conection with a shell command. [ read ]
Show processes that are currently running on the server. [ read ]
Create a cron task that generates a dump file from a MySQL database. [ read ]
Compress the Javascript and CSS files on the server for optimize web speed. It will be compressed into new files with a .gz extension. [ read ]
Group various commands with options for reuse in one single command. [ read ]
Compress the server file transfer by an .htaccess file. [ read ]
How to search files in bash script and delete them directly in a single command. [ read ]
List files on the current path on vertical display with invislible files, file permisions, owner and size in human readable format. [ read ]
Create a server service thats run on the server startup [ read ]
Deny the web access to multiple files with .htaccess. [ read ]