Bookmarks for 18 nov 2013 through 4 dic 2013

These are my links for 18 nov 2013 through 4 dic 2013:

  • Ratuus – RATUUS is an easy to use, web based system for administration of POSTFIX virtual domains and users. Sounds good, but what does it really mean? Postfix mail server is able to work with non-system users, users which are not known to the operating system. This functionality is very useful since it gives you possibility to use one mail server for multiple domains without worrying that usernames will overlap. Like this you can have address [email protected] and also [email protected] and they can all point to different mailboxes. These kind of users are usually stored in some kind of a database, with MySQL database being most commonly used. And this is where RATUUS comes into play – it provides user friendly interface for managing these virtual users and domains. With RATUUS you can easily create, modify and delete domains, users and aliases and all your actions are immediately reflected to Postfix configuration. RATUUS is using the same database layout as famous PostfixAdmin so migration
  • Home · opensolutions/ViMbAdmin Wiki · GitHub – ViMbAdmin (pronounced vim-be-admin and meaning Virtual Mailbox Administration) is intended as an alternative to (and a near slot in replacement) for the popular but dated Postfix Admin application. It has been developed by Open Solutions, a company based in Dublin, Ireland specialising in PHP web application development, Linux and UNIX system administration and ISP grade networking and we are releasing it under a GPL V3 license. It is written in PHP using the Zend Framework, Doctrine ORM and Smarty with JQuery on the frontend.
  • linux.bonasia.info – […] Non sono un maestro di arti marziali, tanto meno di GNU/Linux, questo sito è una raccolta (forse disordinata e non tanto aggiornata oramai…) dedicata ai sistemisti che ho formato e supportato affiancandoli giorno dopo giorno […]
  • Beleth – Security101 – Blackhat Techniques – Hacking Tutorials – Vulnerability Research – Security Tools – Beleth is a multi-threaded asynchronous SSH password auditing tool written in C. There are plenty of other password cracking programs out there that can do the job, but I wanted something small, fast, and custom as a proof of concept. After preliminary tests, Beleth was able to outperform both THC-Hydra and Ncrack. Beleth also allows you to run a remote command after successfully cracking a password. [ via https://delicious.com/farmando ]

Bookmarks for 14 feb 2013 through 19 feb 2013

These are my links for 14 feb 2013 through 19 feb 2013:

  • How-To: Bash Parameter Expansion and String Manipulation | Debuntu – There is many ways to do string manipulation with bash, like finding a filename extension using expr, separating the directory part from a filename using dirname and basename…. or even more sophisticated ones based on regex, sed…. Why using a sledgehammer to crack a nut when you could use bash builtin functionalities! Bash built-ins expansion can be used to: Get substrings Substitute part of a string Case modification Removing prefix and suffix of a string
  • Vagrant – Create and configure lightweight, reproducible, and portable development environments. Vagrant is a tool for building complete development environments. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases development/production parity, and makes the "works on my machine" excuse a relic of the past.
  • » Linuxaria – Everything about GNU/Linux and Open source How to log the correct Ip having Varnish and Nginx – When you run a webserver behind a reverse proxy or HTTP accelerator such as Varnish, the webserver access logs will display the IP of the proxy (generally 127.0.0.1) instead of the end user’s IP. This is a problem when you have a software like webalizer, awstats or similar log file analysis program, because you lose one of the most important information: “Who is the requestor of a page ?”, also having all the access coming from the same IP (127.0.0.1) you lose information such as “what’s the browsing pattern of visitors ?” “Is someone trying to do something Nasty ?”

Bookmarks for 4 feb 2013 through 13 feb 2013

These are my links for 4 feb 2013 through 13 feb 2013:

Bookmarks for 6 ago 2012 through 8 ago 2012

These are my links for 6 ago 2012 through 8 ago 2012:

  • open.NASA – a collaborative approach to open, direct, and transparent communication about your space agency – open.nasa.gov is a collaborative platform for the open government community to share success stories and projects they are working on. The content on this site is written by NASA employees and contractors across the agency. We are excited to highlight the ways that transparency, participation, and collaboration are being embraced by NASA policy, technology, and culture – and the amazing future that becomes possible because of that commitment.
  • VirtuaLinux – Official WebSite – VirtuaLinux is a Linux meta-distribution that allows the creation, deployment and administration of virtualized clusters with no single point of failure. VirtuaLinux architecture supports disk-less configurations and provides an efficient, iSCSI based abstraction of the SAN. Clusters running VirtuaLinux exhibit no master node to boost resilience and flexibity.
  • tindie | For Sale – buy & sell homemade gadgets, kits, & parts. Raspberry Pi, Arduino, 3dprinting, and more! As seen on: hackaday, reddit, wired, treehugger, and hackaday (again)

Bookmarks for 1 feb 2012 through 2 feb 2012

These are my links for 1 feb 2012 through 2 feb 2012:

  • WP WAF – WordPress Web Application Firewall | Gianni Amato – Ecco la preview di ciò che inizialmente è nato come IDS per monitorare gli attacchi ai miei blog e man mano cresciuto fino a prendere le sembianze di un IPS.

    WP WAF è un plugin per WordPress (leggero e per nulla invasivo) il cui scopo è quello di bloccare ed eventualmente notificare alla propria casella di posta i dettagli dell’attacco alla piattaforma.

    [via http://www.afhome.org/2012/02/01/un-firewall-per-wordpress/ ]

  • Sumo Paint | Online Image Editor – Sumo Paint – online image editor and drawing application
  • PHP and AJAX shell console – Ever wanted to execute commands on your server through php to mimick a shell login? Now you can. I'm calling this file (see below) shell.php and it allows you to run commands on your web server with the same permissions that your php executable has.

Bookmarks for 8 nov 2011 through 14 nov 2011

These are my links for 8 nov 2011 through 14 nov 2011:

  • using mod_auth_kerb and Windows 2000/2003/2008R2 as KDC – This tutorial contains my knowledge about using Apache/mod_auh_kerb and Windows 2000/2003/2008R2 as KDC.
  • Squid kerberos authentication and ldap authorization in Active Directory « Klaubert’s Blog – The squid web cache include a authenticator for kerberos, it is simple to use, but the documentation is not very clear about how to make it work. Below some steps use by me to make Squid 3.0 Stable1 and Squid 2.6 Stable17 authenticate against Active Directory (Windows 2003 Directory Service) and also to make it make the authorization using Ldap. This setup was not used in production environment yet, so its possible to had some problems not seen by me or scalabilities issues.
  • active directory – Getting Squid to authenticate with kerberos and Windows 2008/2003/7/XP – Server Fault – This is setup with Squid 3.0, has also been tested with Squid 3.1 and should work with Squid 2.7. Your Windows user must be a member of the SQUID_USERS group in Active Directory (for this case anyway).

    On the Windows side, Windows XP and Windows 2007 have been tested against Windows 2008, and Windows XP against Windows 2003.

  • Open vSwitch – What is Open vSwitch?

    Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.

  • 21 Ruby Tricks You Should Be Using In Your Own Code – 2009 Update: This post was written in early 2008 and looking back on it, there are a couple of tricks that I wouldn't recommend anymore – or to which extra warnings need to be added. I've added paragraphs like this where necessary. Enjoy! 🙂

Bookmarks for 7 lug 2011 from 14:35 to 19:24

These are my links for 7 lug 2011 from 14:35 to 19:24:

  • Free SSL Certificate, Free SSL Certificates From AffirmTrust – 128 bit encryption<br />
    Quick issuance (same day)<br />
    3 year certificate validity period<br />
    Highest security standards<br />
    Backed by the co-founders of GeoTrust<br />
    100% FREE<br />
    Founder Member Status – Get AffirmSSL FREE now and become a founding partner and as AffirmTrust charges for future products you will always receive a 25% discount<br />
    Unlimited license<br />
    Unlimited re-issues<br />
    <br />
    [via http://www.delicious.com/farmando ]
  • Manuale Android – Androidpedia – AndroidWorld Wiki – Questo è un manuale all'utilizzo di Android. La versione "spiegata" in questo manuale è quella Vanilla ovvero quella pura di Android presente solo su alcuni terminali. Le case poi personalizzano i terminali con varie interfacce (vedi Sense) e quindi a volte stravolgono in parte l'esperienza di Android. Spesso comunque è possibile ricondursi a questo manuale per capire meglio il funzionamento di Android.
  • Marionnet.org – Home – Marionnet is a virtual network laboratory: it allows users to define, configure and run complex computer networks without any need for physical setup. Only a single, possibly even non-networked GNU/Linux host machine is required to simulate a whole Ethernet network complete with computers, routers, hubs, switchs, cables, and more.<br />
    Support is also provided for integrating the virtual network with the physical host network.<br />
    <br />
    As Marionnet is meant to be used also by inexperienced people, it features a very intuitive graphical user interface. Marionnet is written in the mostly functional language OCaml with just some little bits of C, and depends on User Mode Linux and VDE for the simulation part.<br />
    <br />
    [via tinyapps.org]

Bookmarks for 19 lug 2010 through 21 lug 2010

These are my links for 19 lug 2010 through 21 lug 2010:

  • portablelinuxapps – PortableLinuxApps provides portable applications for Linux that you can carry around and use on every Linux computer running one of the supported major distributions.<br />
    <br />
    [via http://www.dynamick.it/portablelinuxapps-applicazioni-pronte-alluso-3026.html]
  • phpvirtualbox – A web-based VirtualBox front-end written in PHP – An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. Much of its verbage and some of its code is based on the (inactive) vboxweb project.<br />
    <br />
    phpVirtualBox was created for people (like me) who prefer not to have to log in to their headless VirtualBox host to administer their virtual machines.<br />
    <br />
    [via http://lifehacker.com/5590935/phpvirtualbox-manages-your-virtual-machines-remotely]
  • OpenStack Open Source Cloud Computing Software – What the software does: The goal of OpenStack is to allow any organization to create and offer cloud computing capabilities using open source software running on standard hardware. OpenStack Compute is software for automatically creating and managing large groups of virtual private servers. OpenStack Storage is software for creating redundant, scalable object storage using clusters of commodity servers to store terabytes or even petabytes of data.<br />
    <br />
    via http://www.ossblog.it/post/6525/la-nasa-e-rackspace-rilasciano-openstack-su-launchpad

Bookmarks for 15 dic 2009 from 18:36 to 19:16

These are my links for 15 dic 2009 from 18:36 to 19:16:

  • Making Open Source Convenient | JumpBox Virtual Appliances and Applications for Cloud Computing – It's a ready-to-deploy virtual computer that contains a pre-configured instance of an application. Self-contained, secure and optimized – it gives you the value of Open Source software without the headaches. A JumpBox has the following qualities:

    Easy to deploy on Mac, Windows or Linux.
    Portable across operating systems and cloud environments.
    Simple to manage with a web-based administration interface.
    Protected by a built-in, automated backup system.
    Isolated from interfering with existing software.
    Flexible to allow you to move between virtual and cloud systems.
    Proven through collective usage of thousands of people

  • Waldemar Mark Duszyk – Un blog su AIX molto bello, lezioni, trucchi, script.
    Materiale base e avanzato
  • Troubleshoot Connections through the PIX and ASA – Cisco Systems – This document provides troubleshooting ideas and suggestions for when you use the Cisco ASA 5500 Series Adaptive Security Appliance (ASA) and the Cisco PIX 500 Series Security Appliance. More often than not, when applications or network sources break or are not available, firewalls (PIX or ASA) tend to be a primary target and blamed as the cause of outages. With some testing on the ASA or PIX, an administrator can determine whether or not the ASA/PIX causes the problem.
  • Ricerche IT » Sniffing del traffico di rete con Cisco ASA 5505 – Può capitare, alle volte, di trovarci nella necessità di dover fare troubleshooting sulla nostra rete in conseguenza di un qualche malfunzionamento (software o hardware che sia); in alcuni casi, può essere estremamente utile “sniffare” il traffico di rete, cioé avere in una qualche forma comprensibile all’essere umano l’insieme (o, più spesso, un sottoinsieme) delle comunicazioni che avvengono sulla rete[…]

Bookmarks for 11 dic 2009 through 15 dic 2009

These are my links for 11 dic 2009 through 15 dic 2009:

  • ASCII Paint – Enjoy drawing and viewing some crazy ascii art. Output can be in C/C++/Java style comments Assembly comments, or the million other languages that support the # – sign comments.

    Use the buttons to change what your cursor does. Hit whatever key on the keyboard you want to be drawing with.

    If you make something cool, share it! It will be added to our database of ascii art, which will become much more accessible as time goes on. Right now you can only see random Ascii Art, but there will be a voting system shortly.

    via LevySoft

  • Scapy – Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, …), etc.

    via downloadblog.it

  • Mac usati e iPod usati / MacExchange – annunci di Mac o iPod usati

    via http://www.bufferoverflow.it/

  • Top 20+ MySQL Best Practices – Nettuts+ – Database operations often tend to be the main bottleneck for most web applications today. It's not only the DBA's (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. Here are some MySQL optimization techniques for programmers.
  • Stacklet | Create Virtual Images On The Fly – This site will be the home of all development of the stacklet engine, a new way of creating bootable images for virtualization software such as Xen. In addition to hosting the software for creating images, the site will have pre-built images spanning various operating systems, distributions and application niches. This is a large undertaking and hopefully by opening the software we can elicit multiple contributors and contributions.