Allow a user to run specific sudo command only

06. March 2015 SysAdmin 0
Issue I need to give permission to my develper to specific sudo command only. I need to give permission to restart apache httpd service. Versions Any Linux Flavour. CentOS, RHEL, Ubuntu , SuSE etc Solution run visudo to get the sudo access editor. add the below line to the file and save and exit mydeveloper ...

Gaana Listen to Indian Music in HQ

28. February 2015 SysAdmin 0
There is a new webapp called gaana.com available for all users who is intrested in listening music in HQ. Gaana App is available for iOS and Android. Also you can use the webapp from Any desktop You can also Download the music for Offline usage. To Signup visit [gaana.com](http://refer.gaana.com/A2C5HX)

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

18. February 2015 SysAdmin 0
**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 ...

How to replace TAB in file

18. December 2014 SysAdmin 0
If you have a large file and you want to replace TAB with a comma or a new Text. Please use the below command from a Linux Bash Shell sed  's/t/NEWTEXT/g' inputfile.txt > outfile.txt Eg: Replace TAB to Comma sed  's/t/,/g' inputfile.txt > outfile.txt

How to replace TAB in file

18. December 2014 SysAdmin 0
If you have a large file and you want to replace TAB with a comma or a new Text. Please use the below command from a Linux Bash Shell sed  's/t/NEWTEXT/g' inputfile.txt > outfile.txt Eg: Replace TAB to Comma sed  's/t/,/g' inputfile.txt > outfile.txt

Ghost – The Best Blogging Platform

22. November 2014 SysAdmin 0
Hello, Its our pleasure to anounce that we have migrated from WordPress to Ghost – Just a Open-Source Blogging Platform. WordPress has gone too far from a Blogging platform to a level of CMS and a plaform for big Commercial websites. Here in JobNix, we just need a Stable blogging platform. Yes, Ghost is just ...

Error, some other host already uses address IP

03. September 2014 SysAdmin 0
Error If you get the error, some other host already uses address Please run the below command to see if the IP is really on your network! Diagnosis Please run the below command, arping -q -c 2 -w 3 -D -I eth0 YOUR_HOST_IP && echo "$_ address is free on the network" || echo "$_ ...

Bitbucket backup all repositories – Bitbucket Backup Script

21. July 2014 Scripts 11
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 ...

Get Old Compose window Gmail / Google Apps

16. July 2014 SysAdmin 0
##### 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 ...