Sunday, February 7, 2016

My Experience Of Installing Debian 8

In this post I will share my experience of installing Debian 8. Specifically, I will share tips for installing Debian 8 without Internet conection and installing Debian 8 in a multi-boot environment plus how to fix Wifi issues. However, I will not provide step by step instructions of intalling...

Read full story here:
My Experience Of Installing Debian 8

Friday, February 5, 2016

Managing Software Package With Apt-Get On Debian & Ubuntu

In this tutorial, I’m going to show you how to use apt-get to manage software packages from the terminal. apt-get is the default command line package manager on Debian-based Linux distributions such as Debian, Ubuntu, Linux Mint, elementary OS.
Install Software Packge From...

Read full story here:
Managing Software Package With Apt-Get On Debian & Ubuntu

Tuesday, February 2, 2016

How to Compile Nginx with PageSpeed on Debian 8

This tutorial will teach you how to compile Nginx with ngx_pagespeed module on Debian 8 Jessie.
1 Backup Nginx Config Files
During the installation, your Nginx config files will be overriden. The following command will copy config files to current working directory.
cp /etc/nginx/nginx.conf...

Read full story here:
How to Compile Nginx with PageSpeed on Debian 8

A Practical Guide to GPG - Part 3 Working with Public Key

In part 2 of this tutorial series, you learned how to encrypt message with public key and decrypt message with private key. In part 3, you will learn how to publish your public key to the world so others can send to you encrypted message that only can be decrypted with your private key. We will...

Read full story here:
A Practical Guide to GPG - Part 3 Working with Public Key

Monday, February 1, 2016

A Practical Guide to GPG - Part 4 Digital Signature

Previous 3 parts of this GPG tutorial series covered GPG encryption. In this part, we will take a look at
Sign Only
GPG can sign a document without encrypting it.
Sometimes you may want to send somebody a document and you don’t care whether the content is confidential but you want to make...

Read full story here:
A Practical Guide to GPG - Part 4 Digital Signature

A Pratical Guide to GPG - Part 2 Encrypt and Decrypt Message

This is part 2 of my tutorials on GPG. In part 1, you generated your public/private keypair and a revocation certificate. In this post, you will learn how to encrypt message with public key and decrypt it with private key.
I will send my public key to my remote Debian box and encrypt a file on...

Read full story here:
A Pratical Guide to GPG - Part 2 Encrypt and Decrypt Message

A Practical Guide to GPG - Part 1 Generate Your Keypair

This tutorial series will teach you how to use GPG in Linux terminal. I will not tell you a bunch of theory to overwhelm you. Instead, I show you quick and dirty examples to get you started, and explain the basic theory along the way.
This is part 1 of this series. At the end of this post, you...
Read full story here:
A Practical Guide to GPG - Part 1 Generate Your Keypair