facebook youtube pinterest twitter reddit whatsapp instagram

Cloud Computing

Guides

In this guide, I would walk you through the steps of setting up an email server that can be used as a send-only mail server, we would not be dealing with receiving mails, we only care about sending em

How To Access Windows 10 Drive/Folder in VirtualBox

Mon, 31 MayBy DevsrealmGuy
To access Windows drive or folder in your Guest OS, you first of all, install VirtualBox guest utilities: sudo apt-get install virtualbox-guest-utils You then Add a shared folder by going into: Setti
I can't count how many times I have typed my ssh key passphrase whenever my ssh connection times out, it is so annoying and repetitive. Well, thanks to the putty pageant, you can do that seamlessly.

Send Mail with Attachment Using Mutt in GNU/Linux

Thu, 06 AugBy DevsrealmGuy
Mutt is a powerful text-based mail client for Unix/Linux operating systems. It features color support, message threading, MIME support...
I previously wrote a guide on how to mount and unmount rclone in Linux, in this guide, I’ll walk you through on how to do the same on a windows system. Step 1: Download Rclone First, go to rclone d
Ever wondered if you could mount your preferred cloud storage as a virtual drive on your system? Thanks to Rclone, you can mount and access different kinds of cloud storage from a file manager, I'll

Installing WP-CLI In a GNU/Linux Server

Tue, 21 JulBy DevsrealmGuy
WP-CLI is a command-line interface for WordPress. It can also be used with ClassicPress, as they are no differences in their usage, maybe just minimal if you are updating or downloading new ClassicPr
nano is one of the most popular, and friendly editor in GNU/Linux, it has several features that can boost the usability and easiness of the program. In the guide, you'll learn how to configure and en

How to Delete Mail Queue in Postfix

Thu, 16 JulBy DevsrealmGuy
I had some issue with one of mailserver, where postfix keeps retrying to send mail to a mistyped email address, it was very frustrating considering this particular email was holding back thousands of
In this guide, you'll learn a couple of ways you can send mail to multiple addresses using mailx. mailx is a utility program for sending and receiving mail. I assume you already have mailx command, i
Fast is a tiny utility program for testing your internet download speed from the terminal, to get started, you simply install via the snap store (Ubuntu): sudo snap install fast If you don't have sna
Links is a text-mode World Wide Web (WWW) browses that can be used to view a web page either via a local (file://) or remote ((http:// or ftp://) URLs. To get started with Links, install it using the
Rclone is an open-source command-line program to sync files and directories to and from different cloud storage providers. It preserves timestamps, and if you are transferring from local to cloud, it

Managing MariaDB Databases (Ubuntu Server)

Fri, 10 JulBy DevsrealmGuy
In this guide, you'll learn how to manage MariaDB databases in your terminal, from connecting to the database server using the mariadb command, creating a database, removing (drop) database, and mana
As time goes on, you'll need to be super productive with the way you use commands in GNU/Linux, and one example is utilizing alias. Using alias allows you to create an additional equivalent name for
Oh my... I really find scanning through the logs file time consuming, and painful. Luckily for me, I founded Multitail, which is an awesome, and powerful tool for not only browsing through several f

How To Find Files Using Locate in Ubuntu

Fri, 03 JulBy DevsrealmGuy
It's kind of frustrating when you are searching for a particular file, and you have no idea of how to find it, In this guide, I'll walk you through on two different ways you can find a file in your G

Viewing Disk Usage in Ubuntu

Thu, 02 JulBy DevsrealmGuy
There are several ways to view disk usage in your Linux system, and that is what we would be going over in this guide... Out of the box, Linux provides us the df command, which is the standard Unix c

Understanding the Linux Filesystem

Thu, 02 JulBy DevsrealmGuy
Understanding the filesystem is important if you want to know how data is stored and retrieved, but really, the term might be somewhat confusing in Linux, as it means two different things. A filesys
Most of the time when you encounter permission denied (public key) error, it is not because the public key doesn't exist but because the private key can't find the public key. If you are connecting f