When Gmail disallow mail client login

When you use email client (ThunderBird, Outlook, Outlook express) or any special app to connect to google mail imap or pop3 service you may run into one of these error messages: [WEBALERT http://something-secret-url] Web login required. NO failed: Re »

3gp or 3ga to mp3

We have already learned how to convert jpeg files to pdf on Linux. Now I am going to show you how you can convert .3ga or .3gp audio files to mp3 or ogg. Of course I use Ubuntu. If you type in Google that “3gp to mp3 linux” thing, you found the ffmpeg »

How to disable chrome caching on Ubuntu?

I bought SSD drive to my laptop, so I decided to minimize write I/O on my system. The less writing is a good idea even you have a HDD. Your system become faster in this way. There are some good starting point: https://wiki.debian.org/SSDOptimization »

Welcome to Ghost

You’re in! Nice. We’ve put together a little post to introduce you to the Ghost editor and get you started. Go ahead and edit this post to get going and learn how it all works! Getting Started Writing in markdown is really easy. In the left hand panel »

The best linux copy and backup method: Rsync vs cp

I need a method I can make a backup from my laptop. I used a USB HDD for that and linux prompt. 1. step: Make an initial copy of your data So, after i mount my USB HDD I used first time the cp command of course. cp -rpv /home/ /media/usb-hdd 2. step »

How to convert your real system to virtual machine?

I had a real Linux server system that I need to convert into virtual server, because I wanted to sell my old hardware, but I needed the system as backup. This backup is able to run as virtual server. This is a very useful backup method. This tutorial »