tail: cannot watch `messages’: No space left on device

**Issue** You are trying to tail -f on a file (/var/log/messages , secure or any text file), the command is throwing the below message and command is also not working tail: cannot watch `messages’: No space left on device **Solution** Just edit the sysctl.conf file with vi /etc/sysctl.conf and add/change the below line. fs.inotify.max_user_watches=16384 Then

tail: cannot watch `messages’: No space left on device Read More »

Bitbucket backup all repositories – Bitbucket Backup Script

Issue Bitbucket Backup All Repositories How to Backup my entire bitbucket accounts to a local system. Backup should be easily restorable to any git provider. Restore should contain the branches, tags and commit history. Bitbucket backup script Solution Please go the GitHub Repository and Click Download as ZIP. Read the repo information  (readme) file for details

Bitbucket backup all repositories – Bitbucket Backup Script Read More »

Get Old Compose window Gmail / Google Apps

##### Issue – How to get the Gmail Old Compose window back ? – We need the old gmail compose window in gmail and google apps ? ![gmail-logo-34609](https://res.cloudinary.com/jobnix/image/upload/h_194,w_300/v1415999126/gmail-logo-34609_f89oro.jpg) ##### Solution – You can install the Chrome and Firefox plugin from oldcompose.com . This will bring back the old compose interface across gmail and google apps. Download

Get Old Compose window Gmail / Google Apps Read More »

How to enable Leverage Browser Caching in website with .htaccess

Issue How to enable Leverage Browser Caching for my website or server. How to set expiry time for my website contents. How to enabled Leverage Browser Caching for my wordpress / joomla / drupal / django websites. Webpage performance test sites like gtmetrix.com and webpagetest.org reports that Leverage Browser Caching is not enabled on my website. Environment Website

How to enable Leverage Browser Caching in website with .htaccess Read More »

Ovirt on RHEL5 or RHEL6 Requires: libvirt-lock-sanlock Requires: sanlock-python

**Issue** While installing ovirt on RHEL5 or 6, you may come up with the following error with yum. *Requires: libvirt-lock-sanlock* *Requires: sanlock-python* **Solution** [sociallocker] All you need is to enable the **RHEL Server Optional** repository from your RHN.  [/sociallocker]  

Ovirt on RHEL5 or RHEL6 Requires: libvirt-lock-sanlock Requires: sanlock-python Read More »

Scroll to Top