I have a Linux VPS and I installed postfix to send emails from it.

Gmail working fine. But hotmail.com, outlook.com do not accept the emails, even to the Spam/Junk folder.

Continue: Resolve Hotmail Email Delivery


I felt excited when noticed I can run C# commands with mono csharp shell using Terminal in Linux.

Let's try it...

First of all, for Ubuntu, mono-csharp-shell  package should be installed on your system.

Continue: Run C# Commands in Bash Terminal (Linux)


Wouldn't it be nice if we can browse directory and files over SSH with graphical interface? 

Sometimes I had dreamed about this kind of feature. But today, I realized that, it's already done by SSHFS.

Let's try it...

Continue: How to Mount Remote Directory over SSH


I will try to install postfix mail server and configure authentication by following ubuntu.com  and taking short notes.

Continue: How to Install Postfix Mail Server For Ubuntu


To read xml document with terminal we can use xmllint tool.

Lets say we have a file named 1.xml with the below content:

<?xml version="1.0" encoding="utf-8"?>

<item>

  <definition test="abc">v.

Continue: Command Line XML Parsing (Ubuntu/Linux)

Home | Search | Contact | Terms
Editor