Popped in a list of Linux bash commands here: https://krypted.com//commands/linux-bash-commands/
-
- Active Directory, Articles and Books, Business, Consulting, Network Infrastructure, SQL, Ubuntu, Unix, VMware, Windows Server
Getting Started with Amazon's EC2 Cloud
Yesterday I did a quick review of the various cloud offerings from Amazon. Previous to that I had done a review of using S3, the Amazon storage service, with Mac OS X, primarily through the lens of using S3 as a destination for Final Cut Server archives. Today I’m going to go ahead and look at using EC2 from Mac OS X. To get started, first download the EC2 tools from Amazon. Next, log into Amazon Web Services. If you don’t yet have a login you will obviously need to create one to proceed. Additionally, if you don’t yet have a private key you’ll need one of those too –…
-
Fedora: Installing fail2ban
Install fail2ban using this command: yum install fail2ban Next, create the system startup links for fail2ban: chkconfig –levels 235 fail2ban on Next, start fail2ban: /etc/init.d/fail2ban start The config files are now inĀ /etc/fail2ban.