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 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
By : Felipe Ferreira14/06/2013
Amazon-AWS, HowTo 1 Comment on varnish dynamic backend

varnish dynamic backend

Varnish pointing to a Amazon ELB (elastic load balance) does not work. Error: Backend host “XXXXXXXXXXX-123456789.us-east-1.elb.amazonaws.com”: resolves to multiple IPv4 addresses. Only one address is allowed. I wrote this script to have a way to auto update the vcl once […]

View the post
Tags: backend, bash, dynamic, problem, script, varnish
By : Felipe Ferreira07/06/2013
BashScripts 3 Comments on check how many files in a directory

check how many files in a directory

Script to count how many files exists in directory and subdirectories based on Gerd Stammwitz original script. It is helpfull in some cases, just to find out how many files you have recursive in a directory

View the post
Tags: bash, directory, files, Nagios, plugin, shell
By : Felipe Ferreira06/06/2013
Linux Leave a Comment on How to use lftp

How to use lftp

This is a quite handy command, of course you have also curl and wget. But I kind of like lftp because there is so many diferent configurations that can be set, it seems it also work for torrents! The configuration […]

View the post
Tags: ftps, HowTo, lftp, Linux
By : Felipe Ferreira31/05/2013
Amazon-AWS, Nagios, plugins Leave a Comment on check_aws.sh

check_aws.sh

I wrote this script to monitor my Amazon EC2 servers and LoadBalancers, this script is able to get any metrics avaiable at the cloud-watch. For it to work you will need the amazon api commands working, here is how to […]

View the post
By : Felipe Ferreira31/05/2013
Amazon-AWS, BashScripts, HowTo, Linux Leave a Comment on How to setup aws cmd line tools

How to setup aws cmd line tools

To be able to execute the many API command line tools you will need to setup and configure the authentication correctly. This will help you to do just that. 1. Download the Autoscalling CLI, CloudWatch and ec2-API-Tools cd /opt wget […]

View the post
Tags: amazon, api, automate, AWS, cmd, configure, ec2tools, HowTo, line, Linux, setup, tools
By : Felipe Ferreira14/05/2013
Amazon-AWS, HowTo Leave a Comment on auto scale script

auto scale script

This can help if you are creating any kind of auto scale on Amazon AWS. It is not a 100% automatic, as you will need to prior to running this have: Pre-requisites on how to run the AWS command lines […]

View the post
Tags: amazon, auto, AWS, bash, scale, script

Posts pagination

Previous 1 … 19 20 21 … 63 Next

Recent Posts

  • From Copilots to Captains: The Present and Future of AI Automation
  • How to Write a node application to run openai chatgtp inside a docker container
  • AWS Solution Architect Study Guide

Categories

SEARCH

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