Remove Spam with Gmail’s Plus addressing

Hey, Do you know that you have unlimited mail ids if you have a single gmail id!!! This is called Gmail Plus addressing. **Quick Explanation** If your mail id is *[email protected]* , Then mail sent to *[email protected]* , *[email protected]* , *[email protected] *etc will be delivered to your *[email protected]* Inbox !!!. Interesting, right ? Let me give […]

Remove Spam with Gmail’s Plus addressing Read More »

IPTABLES rules to enable NFS share on a Redhat based Server.

Add the following rules to /etc/sysconfig/iptables with your favourite text editor. “` -A RH-Firewall-1-INPUT -m state –state NEW -p udp –dport 111 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -p tcp –dport 111 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -p udp –dport 892 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -p

IPTABLES rules to enable NFS share on a Redhat based Server. Read More »

Openshift now supports Cron and Phpmyadmin with Cartridges

Now you can add Crons to your OpenShift application. Login to [Openshift](https://openshift.redhat.com “openshift.redhat.com”) – Click My applications. – Choose your application, and click “details” – Click “Add +” button on Cartridges section – Click cron 1.4 “select” – Thats it, You have installed the cron cartridge to your application, And you will be presented with

Openshift now supports Cron and Phpmyadmin with Cartridges Read More »

Screen Off widget for Android

Hey, Today, I was looking at **Screen Lock** button of my android mobile. Since i use this key frequently, It almost turned in to white colour from Silver. So i just searched in [Play store](https://play.google.com “Google Play Store”) and found an interesting Widget. Its “[Screen Off](https://play.google.com/store/apps/details?id=com.nd.android.surfaceaction.offscreen “Screen Off”)”  – One click to turn off screen

Screen Off widget for Android Read More »

Mysql TRIGGER command denied to user

Today i got a new mysql issue from one of my colleague. – Issue In MySQL TRIGGER command denied to user ‘username’@’192.168.0.112′ for table ‘abcd_table’ What you normally do ? As usual, I checked the user’s GRANTS with the following command. mysql> show grants for username@’%’; GRANT USAGE ON *.* TO ‘username’@’%’ IDENTIFIED BY PASSWORD ‘D1……….1A9F2’

Mysql TRIGGER command denied to user Read More »

Ubuntu – System hangs on shutdown/reboot, how to troubleshoot?

The problem is with the wireless adapter. To fix it you need to do this: Open a terminal and type: “` sudo modprobe -rf rt2860sta sudo modprobe rt2860sta“` Then you need to blacklist the wrong driver: `echo blacklist rt2800pci | sudo tee -a /etc/modprobe.d/blacklist.conf` Once you have rebooted (you will need to do a hard

Ubuntu – System hangs on shutdown/reboot, how to troubleshoot? Read More »

Scroll to Top