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 ...
Issue CentOS 6/7, RHEL6/7 with XFS file system My / Filesystem is full I have extended the size from VMware datastore or SAN LUN Note Reboot is necessary (6/7) if it is an OS parition ie /. Makesure you have a backup / snapshot of the `sda` disk Solution In this example, we are assuming ...
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)
**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 ...
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
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
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 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 "$_ ...
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 ...
##### Issue – How to get the Gmail Old Compose window back ? – We need the old gmail compose window in gmail and google apps ?  ##### 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 ...