Bookmarks for 3 nov 2015 through 11 nov 2015

These are my links for 3 nov 2015 through 11 nov 2015:

  • GPO to push out local administrators across a domain. – Spiceworks – This how to will walk you through using Restricted groups to put users in the local admin group on all PCs. It will also add them to the Remote Desktop user's group. The usefulness in this is keeping as many people out of the domain admin group as possible while allowing the techs to work.
  • xkcd Password Generator – The button below will generate a random phrase consisting of four common words. According to yesterday’s xkcd strip, such phrases are hard to guess (even by brute force), but easy to remember, making them interesting password choices.
  • welaika/wordmove · GitHub – Wordmove is a nice little gem that lets you automatically mirror local WordPress installations and DB data back and forth from your local development machine to the remote staging server. SSH and FTP connections are both supported. Think of it like Capistrano for WordPress, complete with push/pull capabilities.
  • How to send svn diff to meld | Thomas Cokelaer’s blog – On one hand meld provides a nice GUI to visualise the differences between 2 files. On the other hand, with SVN diff command, you can obtain the differences between 2 versions of the same file so you end up with one file.

Bookmarks for 20 feb 2014 through 21 feb 2014

These are my links for 20 feb 2014 through 21 feb 2014:

  • Home · globocom/thumbor Wiki – Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images. It also features a VERY smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms (more on that in Detection Algorithms). Using thumbor is very easy (after it is running).
  • np1/mps-youtube – Features: Search and play audio/video Create local playlists Download audio/video Works with Python 2.7 and 3.x Works with Windows, Linux and Mac OS X Requires mplayer This project is based on mps, which is a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube.
  • Customizing and monitoring Linux system startup – Minimizing the amount of time required to boot a computer system is important regardless of whether you are turning on your home computer or restarting a server that provides services to thousands of users. This article discusses the various system startup and shutdown mechanisms that are used on different Linux® distributions. It explains how to integrate new services, customize existing startup configurations, and examine the behavior and performance of system startup configurations.
  • Cockpit Project – Cockpit is a server manager that makes it easy to administer your GNU/Linux servers via a web browser.

Bookmarks for 28 set 2013 through 30 set 2013

These are my links for 28 set 2013 through 30 set 2013:

Bookmarks for 9 giu 2013 through 11 giu 2013

These are my links for 9 giu 2013 through 11 giu 2013:

Bookmarks for 2 feb 2012 through 11 feb 2012

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

Bookmarks for 9 lug 2010 through 15 lug 2010

These are my links for 9 lug 2010 through 15 lug 2010:

  • Free online OCR
  • A Tcpdump Tutorial and Primer | danielmiessler.com – Tcpdump is the premier network analysis tool for information security professionals. Having a solid grasp of this über-powerful application is mandatory for anyone desiring a thorough understanding of TCP/IP. Many prefer to use higher level analysis tools such as (Ethereal) Wireshark, but I believe this to usually be a mistake.[…]
  • Gioco di Squadra & Intelligenza Collettiva – Il MIT Media Lab ha creato Mars Escape, gioco on line per due persone il cui obiettivo è contribuire all’educazione di Nexi.<br />
    <br />
    Obiettivo del gioco è quello di permettere al robot di assolvere a determinati compiti con l’ausilio dell’essere umano. Le strategie e le interazioni sviluppate dai partecipanti servono a fornire le informazioni necessarie al raggiungimento di questo obiettivo.<br />
    <br />
    In Mars Escape il giocatore può mantenere le sembianze umane personificando un astronauta o, al contrario, convertirsi in un robot; lo scenario, come suggerisce il nome, è una stazione spaziale su Marte.<br />
    <br />
    [via http://delicious.com/pecus ]

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.