admin

admin

How To Send Emails As Gmail Attachments

Gmail has this useful option of directly attaching email messages without first downloading them. These emails are attached as .eml files to your messages. These are in the.eml format. EML stands for Electronic Mail Format and includes the message content,…

Quickly Fix GCC Fatal Error In Linux Mint/Ubuntu

Ubuntu/Linux Mint like most other Linux distributions by default comes with GCC pre-installed (The GNU Compiler Collection). So, you can directly write code in C/C++ and compile it from the Terminal. However, when using GCC, you may see errors during…