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

Blogs

By : Felipe Ferreira30/09/2013
BashScripts, HowTo, Linux Leave a Comment on bash script to convert pdf to jpg

bash script to convert pdf to jpg

I wrote this shell script to convert around 7 million PDF’s. The initial Java version had trouble with performance, it crashed a lot and used way to much memory. So old bash again did a clean and fast job. Overview: […]

View the post
By : Felipe Ferreira05/09/2013
plugins, VbScripts, Windows 1 Comment on check iis cpu

check iis cpu

This nagios plugin VBS script, gets exactly the amount of CPU a specific Aplication Pool is using, it helps a lot to identify witch site is using more CPU. It was tested on Windows 2003 only. I had the help […]

View the post
Tags: aplication pool, cpu, IIS, Nagios, script, vbs
By : Felipe Ferreira02/09/2013
Amazon-AWS, BashScripts, Linux 1 Comment on check aws elb hosts

check aws elb hosts

This scripts counts how many active instances are inService of a AWS ElasticLoadBalancer (ELB). The code is based on a simple API call via bash elb-describe-instance-health Here is the code: #!/bin/bash #This script uses AWS command line tools to get […]

View the post
Tags: amazon, AWS, elb, monitoring
By : Felipe Ferreira22/08/2013
BashScripts, HowTo, Linux, Nagios, plugins Leave a Comment on check apache script

check apache script

This script monitor Apache ./check_apache OK – Apache Status Req/s = 0.6 Idel = 4 Busy = 7|Req=0.6;Idle=4;Busy=7 Tested on Ubuntu 12.04 lighthttpd and It works only whe apache mod_status is on. I also included security on the mod_status access […]

View the post
Tags: apache, http
By : Felipe Ferreira21/08/2013
Amazon-AWS Leave a Comment on AWS Summit and Roadshow

AWS Summit and Roadshow

I attended to two AWS events this month. Here I let you have both PDF’s of the event. AWS Summit – Sao Paulo 2013 AWS_RoadShow_RiodeJaneiro Many videos in youtube

View the post
By : Felipe Ferreira15/08/2013
Varnish Leave a Comment on Script to purge varnish cache

Script to purge varnish cache

There is a easy way to allow developers to stop bugging us the system adminsitror, “clean the cache”. Just setup this php page on a apache server and they can do it themselves. Tested on Varnish 2.X using syntax: curl […]

View the post
Tags: purge, script, varnish
By : Felipe Ferreira19/07/2013
Linux Leave a Comment on how to add a RAM HD

how to add a RAM HD

Procedure how to add a RAM HD into Linux, tested on RedHat/CentOS # grubby –update-kernel=`grubby –default-kernel` –args=’ramdisk_size=2048000′ # reboot … after boot … # dd if=/dev/zero of=/dev/ram1 bs=1k count=2048000 # mkfs -t ext3 -j -m 0 /dev/ram1 # mkdir /mnt/ConversaoMem […]

View the post

Posts navigation

Previous 1 … 18 19 20 … 62 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.