Bookmarks for 3 nov 2014 through 5 nov 2014

These are my links for 3 nov 2014 through 5 nov 2014:

  • Policy Daemon – Policyd is an anti-spam plugin for Postfix (written in C) that does Greylisting, Sender-(envelope, SASL or host / ip)-based throttling (on messages and/or volume per defined time unit), Recipient rate limiting, Spamtrap monitoring / blacklisting, HELO auto blacklisting and HELO randomization preventation.
  • DevStack – an OpenStack Community Production — documentation – A documented shell script to build complete OpenStack development environments. An OpenStack program maintained by the developer community. Setup a fresh supported Linux installation. Clone devstack from git.openstack.org. git clone https://git.openstack.org/openstack-dev/devstack Deploy your OpenStack Cloud cd devstack && ./stack.sh
  • vim modeline – Tips and Tricks – ph3nix.Net – Generally you either love or hate Vim.  It boils down to a matter of personal preference.  However love or hate you have to admit it is extremely powerful for a command line, text only file editor.  For those who love it – or just have to make use of it on a regular basis, the Vim modeline feature is a very useful and powerful way of customizing the visual and editing preferences as well as several other options on a file by file basis.
  • Development Foo – using vim and sshfs to propel development | New Goliath
  • Front-end engineering and so on: OpenSSL: Convert private key to PEM format for AWS ELB – You might get message "Error: Invalid Private Key" while configuring SSL on Elastic Load Balancer on Amazon Web Services (AWS). It means your private key isn't in PEM format. No worries, it easy to fix.

Bookmarks for 1 nov 2014 from 22:12 to 22:21

These are my links for 1 nov 2014 from 22:12 to 22:21:

  • carlhuda’s janus at master – GitHub – This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim. It is designed to provide minimal working environment using the most popular plug-ins and the most common mappings. The distribution is completely customisable using a ~/.vimrc.before and ~/.vimrc.after Vim RC files.
  • Lokaltog/powerline – Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
  • tmuxinator/tmuxinator – Manage complex tmux sessions easily
  • creaktive/rainbarf · GitHub – CPU/RAM/battery stats chart bar for tmux (and GNU screen)

Bookmarks for 17 ott 2014 through 20 ott 2014

These are my links for 17 ott 2014 through 20 ott 2014:

  • microHOWTO: Configure Apache to use Kerberos authentication – To configure Apache to use Kerberos authentication Kerberos is an authentication protocol that supports the concept of Single Sign-On (SSO). Having authenticated once at the start of a session, users can access network services throughout a Kerberos realm without authenticating again. For this to work it is necessary to use network protocols that are Kerberos-aware. In the case of HTTP, support for Kerberos is usually provided using the SPNEGO authentication mechanism (Simple and Protected GSS-API Negotiation). This is also known as ‘integrated authentication’ or ‘negotiate authentication’. Apache does not itself support SPNEGO, but support can be added by means of the mod_auth_kerb authentication module.
  • How to create a bootable USB stick on OS X | Ubuntu – […] Note: this procedure requires that you create an .img file from the .iso file you download. It will also change the filesystem that is on the USB stick to make it bootable, so backup all data before continuing […]
  • thomastk/kunjumon – Kunjumon is a framework that can be used to create plugins for Nagios monitoring system, without writing any new code. The plugins thus created are robust, and, can monitor complex scenarios by querying data from multiple databases. While efforts to build such plugins would require considerable scripting work, using Kunjumon framework, a a plugin that pulls input data from databases can be implemented by defining it in XML format, and, there is no need to write any code to support it. The Kunjumon framework has been tested on all the Linux platforms, and against MySQL, Postgres, Oracle and Microsoft SQL Server. However, in general, it would work with any ODBC interface configured on the Nagios host to access a data repository.

Bookmarks for 7 ago 2014 from 14:07 to 14:40

These are my links for 7 ago 2014 from 14:07 to 14:40:

  • Adagios by opinkerfi – Adagios is a web based Nagios configuration interface built to be simple and intuitive in design, exposing less of the clutter under the hood of nagios. Additionally adagios has a rest interface for both status and configuration data as well a feature complete status interface that can be used as an alternative to nagios web interface.
  • enkive.org – An open source email archiving and e-discovery solution.
  • Sensu | The open source monitoring framework. – […] Sensu is often described as the “monitoring router”. Essentially, Sensu takes the results of “check” scripts run across many systems, and if certain conditions are met; passes their information to one or more “handlers”. Checks are used, for example, to determine if a service like Apache is up or down. Checks can also be used to collect data, such as MySQL query statistics or Rails application metrics. Handlers take actions, using result information, such as sending an email, messaging a chat room, or adding a data point to a graph. There are several types of handlers, but the most common and most powerful is “pipe”, a script that receives data via standard input. Check and handler scripts can be written in any language, and the community repository continues to grow! […]
  • Check_MK – Welcome to the official Homepage of the Check_MK-Project. Check_MK is a collection of extensions for the IT-Monitoring-Kernel of Nagios and together with this, and ideally also with PNP4Nagios and NagVis constitutes a complete IT-Monitoring-System. Check_MK is 100% Open-Source and is available under the terms of the GNU GPL.
  • open source email archiving solution – Welcome to piler, an advanced open source email archiver Piler is an open source email archiving solution with all the necessary features for your enterprise.

Bookmarks for 20 dic 2013 through 21 dic 2013

These are my links for 20 dic 2013 through 21 dic 2013:

Bookmarks for 10 dic 2013 through 19 dic 2013

These are my links for 10 dic 2013 through 19 dic 2013:

  • Private group chat and IM, business and team collaboration – HipChat – Group chat and IM built for teams. PERSISTENT CHAT ROOMS + DRAG-AND-DROP FILE SHARING + DESKTOP, MOBILE, AND WEB APPS
  • kandanapp/kandan · GitHub – What is Kandan? Kandan is a private chat service for your company or team. You can invite colleagues to share ideas and files in a persistent group chat room or rooms. Unlike HipChat or other alternatives, Kandan is completely Open Source and can be hosted internally or externally by your organization or by a third party.
  • GitSvnCrashCourse – Git SCM Wiki – Welcome to the Git crash course for SVN users! This introduces you to Git based on your current Subversion knowledge. If you want to migrate your company from SVN to Git, see the SVN migration page. If you want a list of common commands, see the Git Cheat Sheet (or the git-svn guide if you are using Git as a subversion client. Many non-SVN-specific guides are also available. This crash course is based on Pasky's unmaintained version.
  • Apache Cordova – Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.
  • Use vim at its best to edit your Puppet manifests – Linuxaria – Using this repository you’ll enable the following plugins: pathogen Makes it super easy to install plugins and runtime files in their own private directories. snipmate.vim snipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate’s snippets features in Vim. syntastic Syntastic is a syntax checking plugin that runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified and is happy because they didn’t have to compile their code or execute their script to find them. tabular Sometimes, it’s useful to line up text. Naturally, it’s nicer to have the computer do this for you, since aligning things by hand quickly becomes unpleasant. vim-puppet Make vim more Puppet friendly! vim-fugitive Provides an amazingly deep Git integration for vim.

Bookmarks for 20 ago 2013 from 02:47 to 02:50

These are my links for 20 ago 2013 from 02:47 to 02:50:

  • WordPress › HyperDB « WordPress Plugins – HyperDB is a very advanced database class that replaces a few of the WordPress built-in database functions. The main differences are: * HyperDB can be connect to an arbitrary number of database servers, * HyperDB inspects each query to determine the appropriate database.
  • ClusterFoundry Blog Highly-Available and Load-Balanced WordPress Cluster – Part 1 – This article explains on how to setup a load-balanced WordPress cluster in a master-slave configuration. The load balancer(HAProxy) sits in front of 2 or more web server nodes (1 Master and 1 Slave) which has the same contents. HAProxy does not only distribute requests, but also checks the health of the services running on the node. If one of the nodes are down, all requests will be redirected to the remaining nodes.
  • Deploying Scalable WordPress – The Official Rackspace Blog – […] The end result is a WordPress site that uses Cloud Load Balancers, Cloud Servers, and Cloud Files to deliver an easily scalable, modular configuration.[…]

Bookmarks for 9 lug 2012 through 10 lug 2012

These are my links for 9 lug 2012 through 10 lug 2012:

Bookmarks for 25 mag 2012 from 16:47 to 18:38

These are my links for 25 mag 2012 from 16:47 to 18:38:

  • Tony’s VMware Site – I have assembled a package which you can download which will allow you to have Sound, Network, and CD ROM in your Windows For Workgroups 3.11 Virtual Machine.  I also have found a copy of Netscape 4.0 which will work with Windows 3.11.
  • Michele’s blog » Temperature in your server room – At work we bought a couple of Ethernet Boxes from MessPC to keep an eye on our different server room and monitore temperature, humidity and the presence of smoke. These Ethernet boxes are quite neat: they have one network port (10 Mbps half/duplex only, beware) and four RJ-45 ports where you plug-in the sensors you need. We got sensors for temperature, humidity and a smoke alarm.
  • Nagios plugin debugging – This little perl-scripts captures STDOUT and STDERR of a nagios plugin. It writes the captured output to a temp. file. Then the output is returned to Nagios for further processing.

    This allows to track down some problems when using plugins within Nagios. You'll get some information if you have problems accessing files, can view the expanded command-line parameters of service checks, view the performance data returned in a text file, etc.

    It did help me several times – so feel free to try this out.

Bookmarks for 30 apr 2012 through 9 mag 2012

These are my links for 30 apr 2012 through 9 mag 2012:

  • | FusionInventory – FusionInventory is used to inventory your IT assets (get all possible data) to simply manage it, like with GLPI.

    FusionInventory is able to make a complete inventory of computers: hardware and software.

    FusionInventory can scan and discover all devices connected to the network. it use the protocols:

    FusionInventory can inventory devices with SNMP protocol:

    FusionInventory is able to connect to the machine using
    VMware SOAP API to get: Hardware inventory VirtualMachine list

  • jkells/nagios-plugin-ntbackup · GitHub – Nagios Plugin for NTBackup on Windows Server 2003 written in ruby
  • Portable Ruby | YELLOSOFT – Now you can run Ruby from a USB drive!

    AllInOneRuby is a wonderful automated way to generate Ruby binaries. We just made one ourselves for those out there that don't have access to a full Ruby installation. We ran allinoneruby.rb to generate the binaries: version 1.8.6-26 for Windows and 1.8.6.111 for Linux.

    To make it easier to run Ruby scripts, we included some run files. Double click them to begin running Ruby programs. Edit them to point to your scripts.

    Mac users, don't feel left out! Mac OS X 10.4 and later come with Ruby built-in! So copy your Ruby scripts along with this Portable Ruby package onto a USB drive. If you designed your programs correctly, they'll now be runnable on Windows and Linux too!