Bookmarks for 5 mar 2015 through 7 mar 2015

These are my links for 5 mar 2015 through 7 mar 2015:

  • duck | Cyberduck CLI – The universal file transfer tool duck which runs in your shell on Linux and OS X or your Windows command line prompt. Edit files on remote servers, download, upload and copy between servers with FTP, SFTP or WebDAV plus support for cloud storage Amazon S3 & OpenStack Swift deployments. [ via http://onethingwell.org/post/112606102027/duck ]
  • Project Magenta – High End Flight Simulation Software – With several thousand installations to date, from desk-top systems to certified or approved Flight Training Devices, Project Magenta has become a very recognizable name in Flight Simulation and Pilot Training. Our products range spans from type-specific glass cockpits, flight management systems and interfacing software to data logging and traditional IFR training software. Project Magenta software can be used in conjunction with Flight Simulators as well as Stand-Alone Solutions – Data Playback is also possible. Currently we directly support FS2004, FSX, ESP, Prepar3D, X-Plane and via IPCServer you can connect virtually to any data source. Our Glass Cockpit, Flight Management, Autopilot, Systems and Instructor software connects to your simulator and interacts with it.
  • junegunn/myvim · GitHub – A script that creates a portable bundle of your Vim environment. Why? You want your Vim settings and plugins on whichever server you connect to. But having your .vimrc on GitHub or Bitbucket is usually not enough. Because: *) You need Git and free access to internet *) Even when both conditions are met, downloading plugins can be time-consuming *) When the user account on the server is shared among coworkers, you need to restore the default configuration every time when you're done How does it work? myvim creates a tar archive of your .vimrc and .vim directory and append it to a small bash script that starts Vim with your usual settings and plugins.

Bookmarks for 25 ago 2014 from 15:03 to 17:25

These are my links for 25 ago 2014 from 15:03 to 17:25:

  • Passwordless – A node.js/express module for token-based logins – Token-based authentication middleware for Express & Node.js […] Passwords are broken. Inspired by Justin Balthrop's article Passwords are Obsolete token-based one-time password (OTPW) authentication is faster to deploy, better for your users, and more secure. […]
  • Mounty for NTFS – A tiny tool to re-mount write-protected NTFS volumes under Mac OS X Mavericks in read-write mode.
  • tinc wiki – tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. tinc is Free Software and licensed under the GNU General Public License version 2 or later. Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This allows VPN sites to share information with each other over the Internet without exposing any information to others.
  • AIXchange: More Resources for AIX Newbies – As I've noted previously, there are more newcomers to the AIX platform than you might imagine. A company may acquire an AIX system through a merger or replace an old Solaris or HP-UX box with a current IBM Power Systems model. As a result, one of their IT pros suddenly becomes the AIX guy. So, now what? How does an AIX newbie get up to speed with virtualization and AIX?

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 12 ago 2013 through 16 ago 2013

These are my links for 12 ago 2013 through 16 ago 2013:

  • Epoptes – Epoptes (ΕπÏŒπτης  – a Greek word for overseer) is an open source computer lab management and monitoring tool. It allows for screen broadcasting and monitoring, remote command execution, message sending, imposing restrictions like screen locking or sound muting the clients and much more! It can be installed in Ubuntu, Debian and openSUSE based labs that may contain any combination of the following: LTSP servers, thin and fat clients, non LTSP servers, standalone workstations, NX or XDMCP clients etc. Patches for other distros are welcome.
  • bcache – Bcache is a Linux kernel block layer cache. It allows one or more fast disk drives such as flash-based solid state drives (SSDs) to act as a cache for one or more slower hard disk drives. Hard drives are cheap and big, SSDs are fast but small and expensive. Wouldn't it be nice if you could transparently get the advantages of both? With Bcache, you can have your cake and eat it too. Bcache patches for the Linux kernel allow one to use SSDs to cache other block devices. It's analogous to L2Arc for ZFS, but Bcache also does writeback caching (besides just write through caching), and it's filesystem agnostic. It's designed to be switched on with a minimum of effort, and to work well without configuration on any setup. By default it won't cache sequential IO, just the random reads and writes that SSDs excel at. It's meant to be suitable for desktops, servers, high end storage arrays, and perhaps even embedded.
  • Shuttle | A simple SSH shortcut menu for OS X – A simple SSH shortcut menu for OS X [ via http://etherealmind.com/os-x-shuttle-a-simple-ssh-shortcut-menu-for-os-x/ ]

Bookmarks for 8 ago 2013 through 12 ago 2013

These are my links for 8 ago 2013 through 12 ago 2013:

  • Shuttle | A simple SSH shortcut menu for OS X – A simple SSH shortcut menu for OS X
  • Unix FAQ/shell Index
  • Portable Shell – Autoconf – When writing your own checks, there are some shell-script programming techniques you should avoid in order to make your code portable. The Bourne shell and upward-compatible shells like the Korn shell and Bash have evolved over the years, and many features added to the original System7 shell are now supported on all interesting porting targets.

Bookmarks for 6 ago 2013 through 8 ago 2013

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

  • harelba/q · GitHub – Have you ever stared at a text file on the screen, hoping it would have been a database so you could ask anything you want about it? I had that feeling many times, and I've finally understood that it's not the database that I want. It's the language – SQL. SQL is a declarative language for data, and as such it allows me to define what I want without caring about how exactly it's done. This is the reason SQL is so powerful, because it treats data as data and not as bits and bytes (and chars). The goal of this tool is to provide a bridge between the world of text files and of SQL. q allows performing SQL-like statements on tabular text data.
  • rome2rio: discover how to get anywhere – Discover how to get anywhere by searching plane, train, bus, car and ferry routes [ via http://braindead.tumblr.com/post/57525353007 ]
  • WildFly – JBoss Application Server has a new name… WildFly. – JBoss Application Server has a new name… and it's even @#$%ing faster.

Bookmarks for 21 giu 2013 through 24 giu 2013

These are my links for 21 giu 2013 through 24 giu 2013:

  • Base64 Decode and Encode – Online – Have to deal with Base64 format? Then this site is made for You! Use the super simple online form below to decode or encode Your data. If You're interested about the inner workings of the Base64 format, just read the detailed description at the bottom of the page. Welcome!
  • Simple Base64 Encode & Decode on Mac OSX / Linux with OpenSSL – Drew Morris – Looking for a fast and convenient way to Base64 encode / decode a given string using your Mac or Linux machine? You can do it using the pre-installed OpenSSL package.
  • http://www.ndchost.com/wiki/mail/test-smtp-auth-telnet – Below are instructions on how to test SMTP AUTH against a mail server using Telnet and entering the commands by hand. ( base64 via openssl: http://drewsymo.com/how-to/quick-and-simple-base64-encode-on-mac-osx-terminal/ )
  • Two default routes – Linux has very advanced routing, filtering and traffic shaping options. Here is how to configure a system with two default routes.
  • Getting Started with Puppet – Hello World! | ScriptRock – As there’s a lot of interest out there in the various automation tools on offer I thought I’d do a series of blogs covering getting started on each. In particular I wanted to put them to the test regarding how simple it is to go from zero to “Hello World” *. This way I get to play the truly dumb user (not much of a stretch, I know), which is kinda fun too.

Bookmarks for 14 giu 2013 through 18 giu 2013

These are my links for 14 giu 2013 through 18 giu 2013:

  • apache2-mpm-itk – apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid—in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk is based on the traditional prefork MPM, which means it's non-threaded; in short, this means you can run non-thread-aware code (like many PHP extensions) without problems. On the other hand, you lose out to any performance benefit you'd get with threads, of course; you'd have to decide for yourself if that's worth it or not. You will also take an additional performance hit over prefork, since there's an extra fork per request. [ via http://bastian.rieck.ru/blog/posts/2012/secure_owncloud_installation/ ]
  • iTerm2 – Mac OS Terminal Replacement – iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. Its focus is on performance, internationalization, and supporting innovative features that make your life better.
  • Introducing Pysa – Reverse your servers’ configurations! | MadeiraCloud – We are excited to announce the Alpha release of our new open-source configuration reverse engineering tool: Pysa Pysa aims to help anyone who wants to replicate an existing configuration and not simply clone the entire machine. It can be use to migrate configurations from one computer to another (as physical machines to virtual clouds), backup existing configurations, or for any other migration purpose.