Author name: Jobin Joseph

View all posts by Jobin Joseph

How to fix / Patch FREAK vulnerability on my server

###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 JosephView all posts by

How to fix / Patch FREAK vulnerability on my server Read More »

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 »

Scroll to Top