Working with Wget command to download a single file or to download files from a ftp with a username and password
Wget stands for World Wide Web and get. Usually Wget is used to download a file from a http server (or https), and even ftp servers.Wget can also be used READ MORE
How to zip a Directory using SSH with htaccess files included
If you’re like me, and work with websites made of thousands of files, whether it was php files, image files or just any file, then you already know that downloading READ MORE
Understanding the Current Memory Usage in Linux
To check the overall memory usage on your linux, we can use the command: free This will show the memory usage in KB (default), If you want to check your READ MORE