Issue How do i select the folders ti sync from Gmail / Google Apps to Mac OsX Mail client. How do i unsubscribe Folders from syncing with OsX mail app from Google Apps. How do i unsubscribe **SPAM** folder from syncing with OsX mail app from Google Apps. Solution Login to your Gmail / Google ...
Issue usbhid couldn't find an input interrupt endpoint The server is showing the above error and not booting at all. Some systems will give you a blinking booting window. Resolution * Remove all the USB device like Keybord and Mouse. * Restart your server Effected Systems RHEL 5, RHEL 6, CentOS 5, CentOS6 tag: usbhid ...
Issue usbhid couldn't find an input interrupt endpoint The server is showing the above error and not booting at all. Some systems will give you a blinking booting window. Resolution Remove all the USB devices like Keyboard and Mouse. Restart your server Affected Systems RHEL 5, RHEL 6, CentOS 5, CentOS6 tag: usbhid couldn’t find ...
###Issue How can i fix FREAK Vulnerabiltity on my server ### Effected Versions * All RHEL / CentOS Versions including 7 ###Solution * run the below yum update command to update `yum update -y openssl` ####Disable EXPORT ciphers in httpd * Change the below in you `/etc/httpd/conf.d/ssl.conf` file. `SSLCipherSuite HIGH:!aNULL:!MD5:!EXP` Jobin Josephnixhive.com/
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) Jobin Josephnixhive.com/
**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 Jobin Josephnixhive.com/
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 Jobin Josephnixhive.com/