How-Tos
How to get “WhatsApp Web” option on your mobile device [Android]
TRY THIS AT YOUR OWN RISK. I’M NOT RESPONSIBLE FOR ANY DATA LOSS OR ANY OTHER DAMAGES CAUSED BY. This is a short note to myself on what I did & how I succeeded. And this worked specially for Android but for other platforms, try your luck! WhatsApp, an instant messaging (IM in short) cross-platform application built [...]
Beginning of a New Era – After Optical Disk Drives (ODDs)
Optical Disk Drives or ODD’s are simple devices which were designed to read/write CDs (Compact Disc), DVDs (Digital Versatile Disc) and Blue-Ray discs. They use a laser head to read and write the data onto the discs. ODD’s come in every laptop on the market today (except in some models) and almost every desktop computer has one [...]
Restoring Viber messages from one PC to another
Been a while since I logged into my blog. I must say that being in IT and involving in projects keeps me away from the internet. I find it very difficult to spend some quality time writing articles of the troubles that I face in my day-to-day IT activities. Having that said, let me come straight to the point. Its very simple. [...]
MySQL – Resolving error 1153 when exporting database
When it comes to importing & exporting MySQL database using command-line, we use to think that it’s pretty hard to do. Reason is because of GUI (graphical user interface), where most of us use to interact all the time but not the command line. I’d say it is slightly complicated to remember the commands and [...]
Archive All Incoming & Outgoing Mails in Zimbra / Postfix
My friend using Zimbra at his office asked me that if there’s any possibilities to keep all incoming and outgoing mails of all users in separate location where his boss can see the mails while users are unaware of it 😀 After few Google searches I found the solution. It basically auto bcc all inbound and outbound emails to specified [...]
Rsync Script With File Versioning by Date
This script I’m using on my file server when mirroring the data from primary hard drive to backup and external hard drive. Which basically checks for the files which have been modified or deleted on primary by comparing backed up data on the backup drive and then move the unmodified and undeleted files from backup drive to a [...]
Y U No Try Google Drive (Google Docs)
Most people don’t realize how much it’s important to keep a backup of their important files, photos, documents,etc… until they loose it by system crashes or data corruptions. You don’t need to worry about this anymore. Now you can keep those stuff synced in the cloud. Even if your local machine got into fire [...]
Make your Home Server using Dynamic DNS
The purpose of this article is to explain about Dynamic DNS and it’s usage. I’ll walk through by setting up Dynamic DNS system for your server. What is Dynamic DNS and how it works In short it’s the replacement for the requirement of static IP. First you need to understand how DNS works, check out this [...]
How to Setup Zimbra Open Source Mail Server on Ubuntu 10.04
Discuss more about posts, topics & issues at our GeekLK Help Zimbra, an open source mail server is not just to send and receive emails but it’s a fully featured collaboration suite which includes calendar, tasks, file-sharing, IM, mobile support and many more… Now, I wanted to deploy an email server on my work [...]
Importing & Exporting large scaled Databases using MySQL dumper
For your information, there are different kinds of Database structures over the internet such as Oracle, Microsoft SQL Server, MySQL.. etc. Now we’re discussing here; about MySQL which can be run through phpMyAdmin. It is actually an open-source tool written on PHP intended to handle the administration of MySQL [...]