Bookmarks for 6 ott 2009 through 7 ott 2009

These are my links for 6 ott 2009 through 7 ott 2009:

  • 3.ly – Threely – The Shortest URL Shortener in the World! – Threely uses the shortest possible domain name: 3.ly – it's only 3 letters/characters short!
    [Via GianCasa]
  • Main Page – Wikistix – Welcome to Stix's wiki. Since editing html was getting tedious, I'm giving a Wiki a try for some of the bits and pieces I'm putting up on my site.

    Some of the page categories available are:

    * Technical:
    o Databases (db2, sybase, myslq)
    o SAP
    o TSM
    o UNIX (aix, freebsd, tru64)

  • Support, Education Services, Consulting, Unwired Enterprise – Sybase Support & Downloads – Sybase Inc – Get the most out of your Sybase solutions

    Sybase provides industry-leading support and a variety of downloads to help you get the most out of your Sybase products and solutions. Our support services are designed to unlock all the benefits of the Unwired Enterprise to give you and your company continuing competitive advantage in a rapidly changing technological environment.

Bookmarks for 5 ott 2009 from 12:52 to 17:57

These are my links for 5 ott 2009 from 12:52 to 17:57:

  • La PhotoCabine – […]La PhotoCabine è un servizio francese dall’aspetto decisamente retro che permette di creare le classiche foto tessera direttamente via web[…]
    via maestroalberto
    Si tratta di una vera e propria divertente cabina virtuale. Basta disporre di una webcam, consentire l’accesso ed entrare dalla tenda per effettuare i classici 4 clic mettendoci in posa.
  • Binary / Image File to Base64 Encoder / Translator – Use this tool to create data streams for embedding images (or any type of file) in (X)HTML, CSS and XML
  • UNIX Survival Guide – This is the home of the Unix Survival Guide. This document should help the non-UNIX savvy computer user to get along with an UNIX operating system. It mainly focuses on how to use the command line. Details not concerning the casual user have been omitted. It should be suited for Sun Solaris, FreeBSD, and Linux systems.

    You can read it online as a single page (176K) or, if you prefer, read the multiple-page version.

    You may also want to download the PDF (356K) or text-only (100K) version for off-line reading.

    I prepared archives containing the HTML, PDF, and text files of the Unix Survival Guide in different formats. Select the format that suit you best from the list below.

Bookmarks for 2 ott 2009 from 16:14 to 16:36

These are my links for 2 ott 2009 from 16:14 to 16:36:

  • comp.sys.hp.hpux FAQ – This is the FAQ for the HP-UX operating system, version 10 and later.
  • Securing HP-UX 11 – To successfully secure the UNIX environment it is critical that a thorough understanding of what it is that your host is attempting to accomplish exists. For example, is the server going to be a mail server, firewall, database, web host, or application server? Understanding the functionality of the system being configured will allow the system administrator to securely configure the many services that are available within the HP-UX Operating System. This paper will start with physical security and walk through the minimum steps that should be followed to secure the HP-UX operating system.
  • HP-UX Reference – manual pages for hpux
  • Porting And Archive Centre For HP-UX – to the Porting And Archive Centre for HP-UX in the United Kingdom. This site contains Open Source packages which have been configured and ported to HP-UX.

Bookmarks for 24 set 2009 through 28 set 2009

These are my links for 24 set 2009 through 28 set 2009:

  • ProjectPier.org – ProjectPier is a Free, Open-Source, self-hosted PHP application for managing tasks, projects and teams through an intuitive web interface. ProjectPier will help your organization communicate, collaborate and get things done Its function is similar to commercial groupware/project management products, but allows the freedom and scalability of self-hosting. Even better, it will always be free.

    Via Tassoman

  • Linux Shell Scripting Tutorial – A Beginner’s handbook – This tutorial is a beginners handbook for new Linux users / Sys admins and school students studying Linux or computer science. This book is licensed under "Creative Commons Attribution Noncommercial Share Alike 3.0 Unported".
  • Enable multipath SAN booting with DS8000 and DMMP – Summary: Booting servers from storage area networks with multiple paths can provide significant benefits for the complex, modern data center environment — benefits such as improving availability and increasing your reach when it comes to easier management and maintainance and in providing reliability. To boot your Linux system from a SAN device, you'll need to set up a SAN boot operating system to your storage with multipath driver support; that's where this article comes in. The author will walk you through setting up a SAN-boot Linux system on the IBM System Storage DS8000 with the multipath function supported by the Device-Mapper MultiPath (DMMP) feature
  • tarpipe – tarpipe makes it easy to share content across different social media applications.

Bookmarks for 16 set 2009 through 19 set 2009

These are my links for 16 set 2009 through 19 set 2009:

  • Siti Web: la "legge comunitaria 2008′′ introduce nuovi obblighi per le … – Sono sempre più numerose le disposizioni di legge in materia di Internet e nuove tecnologie. Spesso, però, tali norme sono inserite in provvedimenti corposi e complessi e sono scritte in modo assai criptico; si tratta di fattori che pregiudicano la conoscenza e l’intellegibilità delle norme da parte di chi è chiamato ad applicarle[…]L’art. 42 Legge n. 88/2009, infatti, modificando l’art. 2250 del Codice Civile, introduce nuovi obblighi di comunicazione via Web per le imprese; le società per azioni, le società in accomandita per azioni e le società a responsabilità limitata che dispongono “di uno spazio elettronico destinato alla comunicazione collegato ad una rete telematica ad accesso pubblico” devono fornire – attraverso tale mezzo – le seguenti informazioni[…]
  • Process Backtrace per gli script Bash: sctrace.sh (Linux) – […] In altre parole, dato uno script volevo conoscere il suo “backtrace“, a livello di processi…[…]
  • AIX user and group administration – Summary: Dive into the configuration files behind users and groups in IBM® AIX®, as well as command-line tools designed to help manage the users and groups easily[…]
    Ecco! Abbasso smitty!

Bookmarks for 14 set 2009 through 16 set 2009

These are my links for 14 set 2009 through 16 set 2009:

  • Creare un proprio Tracker BitTorrent in pochi istanti e a costo zero su Google App Engine | Nothing2Hide – […]Normalmente un server tracker necessita di un elevato quantitativo di banda nonché di stabilità e scalabilità, caratteristiche che su un normale servizio di hosting avrebbero costi molto elevati. Esiste però un’alternativa assolutamente gratuita che mette a disposizione tutte queste caratteristiche: si tratta di Google App Engine[…]

    Un tracker in 4kb di codice python da far girare su google app engine… Fantastico

  • Returning Values from Bash Functions | Linux Journal – […]Bash functions, unlike functions in most programming languages do not allow you to return a value to the caller. When a bash function ends its return value is its status: zero for success, non-zero for failure. To return values, you can set a global variable with the result, or use command substitution, or you can pass in the name of a variable to use as the result variable. The examples below describe these different mechanisms.

    Although bash has a return statement, the only thing you can specify with it is the function's status, which is a numeric value like the value specified in an exit statement. The status value is stored in the $? variable. If a function does not contain a return statement, its status is set based on the status of the last statement executed in the function. To actually return arbitrary values to the caller you must use other mechanisms[…]
    E funziona anche con la korn!!!

  • Unix Sed Tutorial: Printing File Lines using Address and Patterns – Let us review how to print file lines using address and patterns in this first part of sed tutorial.

    We’ll be posting several awesome sed tutorials with examples in the upcoming weeks.

Bookmarks for J set 2009 through J set 2009

These are my links for J set 2009 through J set 2009:

Bookmarks for J set 2009 through J set 2009

These are my links for J set 2009 through J set 2009:

  • Apache Log Viewer | Analyze & View Log Files – Apache Log Viewer (ALV) is a free and powerful tool which lets you monitor, view and analyze apache logs with more ease. It offers search and filter functionality for the log file, highlighting the various http requests based on their status code. There is also a report facility, thus you can generate a pie/bar chart in seconds. Together with this there are also statistics where you can get the top hits, top errors, number of status codes, total bandwidth and more.

    Use ALV to get your website more productive, detect any errors and fix them. You can determine the originating country and if the referrer logging is enabled than it is easier to see from which website the clients are coming from.

  • Ip Tools, DNS tools, internet tools, WHOIS, traceroute, ping, domain name tools
  • uquery.com – The Appstore Search Engine – […]The AppStore Search Engine, è un motore di ricerca di applicazioni per iPhone e iPod Touch.

    Digitato un termine di ricerca possiamo filtrare la lista ottenuta selezionando soltanto quelle gratis, in base al prezzo, alla data di pubblicazione e alla categoria cui appartengono.

    La navigazione è decisamente più intuitiva e completa rispetto all’AppStore di iTunes.

    Ad ogni applicazione corrisponde la descrizione, gli screenshot e il link ad iTunes[…]

    Via http://www.maestroalberto.it/