Skip to content
FELIPE FERREIRA

FELIPE FERREIRA

System Administrator

  • Home
    • ME
    • Hobby
      • Motogp
  • Linux
    • Amazon-AWS
    • bash
    • LinuxCommands
    • Varnish
    • Centos
    • BashScripts
    • tomcat
  • Exchange
  • ESX
  • Varnish
  • Security
  • Centreon

Category: HowTo

By : Felipe Ferreira30/04/2013
HowTo, Linux 1 Comment on How to convert mkv to avi

How to convert mkv to avi

It worked for me on Ubuntu 12.10 ffmpeg -i video.mkv -vcodec msmpeg4 -b 24576k -s hd720 -acodec libmp3lame -ab 128k -ac 2 video.avi

View the post
Tags: ffmpeg, HowTo, Linux, ubuntu
By : Felipe Ferreira17/04/2013
HowTo, Linux Leave a Comment on How to find and replace text using vi

How to find and replace text using vi

How to find and replace text using vi or vim Both vi and vim text editor comes with substitute command for finding and replacing text. The syntax is as follows: :%s/WORD-To-Find-HERE/Replace-Word-Here/g OR :%s/FindMe/ReplaceME/g Examples The substitute command can be used […]

View the post
Tags: editor, HowTo, replace, text, vi, vim
By : Felipe Ferreira16/04/2013
Linux, Security Leave a Comment on How to fix mod_ssl CRIME attack

How to fix mod_ssl CRIME attack

More detailed information on what and how the attack works is here I will focus only on fixing the problem. On RHEL server 5.x and 6.x the easy way is to simply disable SSL compression. In newer Apache versions this […]

View the post
Tags: apache, attack, compression, crime, fix, HowTo, httpd, Linux, mod_ssl, redhat
By : Felipe Ferreira15/04/2013
Windows Leave a Comment on Fix KB2823324

Fix KB2823324

Microsoft BUG So my old laptop just got updated with a MS destruction patch KB2823324 ! Here is how to fix it 1. boot into Repair Mode, then cmd. Boot and press F8 key 2. Get packages name: dism /image:C:\ […]

View the post
Tags: bug, fix, KB2823324, patch, windows
By : Felipe Ferreira27/03/2013
HowTo, Linux, Nagios, plugins, Varnish Leave a Comment on check_conntrack_unreplied

check_conntrack_unreplied

Our front end varnish servers expierence a lot of traffic and we currently must have a iptables NAT that routes from port 80 to port 81, where the varnish daemon listen to traffic. Doing this we end up using the […]

View the post
Tags: conntrack, Iptables, Nagios, nat, plugin, varnishcheck_conntrack_unreplied
By : Felipe Ferreira21/03/2013
HowTo, Linux, Windows Leave a Comment on font woff problem

font woff problem

roblem: The default webserver (Apache/IIS) does not have some fonts format ‘we’ added to the website This result in the browser, specially firefox to take long time to load the page. The problem is clearly much worst in Firefox, do […]

View the post
Tags: apache, fix, font woff problem, HowTo, IIS, mime type, slow site
By : Felipe Ferreira21/03/2013
HowTo, Linux Leave a Comment on bash date convert epoch time

bash date convert epoch time

Many times you will need to conver Unix/Linux epoch time to a readable date format That is quite simple $ date -d@1363497047 Dom Mar 17 02:10:47 BRT 2013 To get a current epoch time we simply use date command as […]

View the post
Tags: convert, date, epoch, Linux, time

Posts navigation

Previous 1 … 16 17 18 … 44 Next

Recent Posts

  • How to Write a node application to run openai chatgtp inside a docker container
  • AWS Solution Architect Study Guide
  • check_vmware_esx slow

Categories

SEARCH

https://www.buymeacoffee.com/felipeferreira
All Right Reserve. Theme: Franchise by Moral Themes.