Understanding the encryption process in htpasswd file
Ever wondered how does the encryption work in the htpasswd file? How is it generated and encrypted. I’ve been doing some researches, and eventually figured it out. When using SSH, READ MORE
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
Searching and removing a value from a multidimensional array in php
Recently I found myself in a situation where I needed to search and remove a value from a dynamically generated multidimensional array with a different size and length. After many 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
Reading an email using gmail pop3 server from telnet (using stunnel) in windows.
Last time, I showed how to send an email using a gmail account and gmail’s smtp server, Now it’s time to login to our inbox and read the email using READ MORE