Bookmarks for 15 mar 2017

These are my links for 15 mar 2017

  • EasyEngine – Easy WordPress Nginx – EasyEngine (ee) is a linux shell-script to manage your WordPress-Nginx websites on Ubuntu and Debian server.
  • fresh – Keep your dot files fresh – fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. We also support files such as ackrc and gitconfig. Think of it as Bundler for your dot files.
  • Cloud Orchestration & Cloud Automation the DevOps Way | Cloudify – Orchestrate Real Apps on the Cloud with Cloudify Achieve a smooth transition to the cloud and easy automation of even the most complex applications throughout their entire lifecycle with Cloudify. Orchestrate the creation of the whole cloud infrastructure required for your application, starting from compute resources all the way down to networks and block storage devices. Cloudify will then deploy your applications to the cloud (OpenStack, VMWare vSphere, or even bare metal like Softlayer), monitor their progress and scale them when needed. With Cloudify, you won’t be locked in to any one cloud provider or one type of cloud; deploy the same application in your own data center or on the cloud of your choice using your favorite automation and configuration management tools. Monitor, manage and scale your application with Cloudify, whatever the topology or technology stack.
  • BLACKLISTALERT.ORG – Email Problem ? – Test if your IP or DOMAIN is blacklisted in a spamdatabase – Undelivered Email ? – Test if your IP or DOMAIN is blacklisted in a spamdatabse.
  • Ridiculously simple NTLM Authentication for Apache (Ubuntu) | Kieran Barnes-Lucas
    We all know Ubuntu makes things amazingly simple. This is the best I’ve found so far. NTLM authentication in Apache used to take a while to setup, it used to be tricky, fiddly – generally a bit hit and miss.

Bookmarks for 18 Apr 2016 through 22 Apr 2016

These are my links for 18 Apr 2016 through 22 Apr 2016:

  • Alfresco: some useful database queries – Blog dbi services – In my previous post, I talked about the Lifecycle of Alfresco Nodes. You may have noticed that I tried to insert in my explanations some elements that are specific to databases (tables, fields, aso…). These elements are quite essential to prepare a post like this one: more database oriented. I already explained what exactly are the consequences on the database side when a node is removed and I will try in this post to share some useful queries regarding these points but not only! For this post, I used my local Alfresco Community 4.2.c installation with a PostgreSQL database. For your information, it just take 30 minutes to get this test environment ready with the Alfresco’s installer (Windows, Mac or Unix). Of course, use the Database only for your daily administration work is certainly not the best idea but in some cases, it can really be faster and easier to just run some SQL commands at the DB level…
  • tweekmonster/tmux2html: :cat2: Render full tmux windows or individual panes as HTML – Render full tmux windows or individual panes as HTML
  • Shrinkpdf – A simple wrapper around Ghostscript to shrink PDFs (as in reduce filesize) under Linux. Inspired by some code I found in an OpenOffice Python script (I think). The script feeds a PDF through Ghostscript, which performs lossy recompression by such methods as downsampling the images to 72dpi. The result should be (but not always is) a much smaller file
  • Cisco ASA privilege separation for a local user or read only user on ASA | yurisk.info
    privilege show level 3 mode exec command running-config username jonghe password Ohsaib1soh privilege 3
  • How to create a read only user in Cisco devices | Cisco & Juniper Networking Note Book
    Here is the thing, can you believe there is no straight forward way to configure a read only user in Cisco devices. If you know any way to do it please correct me here.

Bookmarks for 22 mag 2015 through 29 mag 2015

These are my links for 22 mag 2015 through 29 mag 2015:

  • Reducing PDF file-size in Linux | The Road to Elysium – The other day I downloaded a PDF that ended up being a whole lot bigger than I thought. A “whopping” 230MB, which is another deal compared to the 30MB PDF’s that I’m accustomed to. So how to reduce the file-size? Ghostscript to the rescue!
  • Automate tmux sessions with tmuxinator – For those of us who spend a lot of time at a terminal, tmux is almost always part of our standard arsenal of tools. In my quest to make tmux a little more flexible, I came across tmuxinator today.
  • About ShellCheck – ShellCheck is a static analysis and linting tool for sh/bash scripts. It's mainly focused on handling typical beginner and intermediate level syntax errors and pitfalls where the shell just gives a cryptic error message or strange behavior, but it also reports on a few more advanced issues where corner cases can cause delayed failures.

Bookmarks for 4 mar 2015 through 5 mar 2015

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

  • EasyEngine – Easy WordPress Nginx – EasyEngine (ee) is a linux shell-script to manage your WordPress-Nginx websites on Ubuntu and Debian server.
  • fresh – Keep your dot files fresh – fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. We also support files such as ackrc and gitconfig. Think of it as Bundler for your dot files.
  • Free Cisco Online virtul Lab – Welcome to Cisco's Online Virtual Lab ! If you need to familiarise yourself with the cisco IOS or need some equipment to practice before you attend your cisco certification exams or probably you are preparing for an interview and need to brush up on your skills then you have come to right place Online Virtual Lab Cloud is an on-line lab accessible over the Internet. It consists of a hosted cloud of CCNA and CCNP lab. Within seconds you can connect to practice Cisco IOS commands on various Cisco Routers and Switches. It allows a hands-on learning experience without having to buy expensive equipment and no software installation is required My Online Virtual Lab is made for beginners are looking for sharpen their skills and move to a higher leve and for intermediate are looking for a complex environment to improve them skills with the practice. All Devices are Virtual I Rent A Lab **scenarios** not **equipment** .
  • PassCore: A Self-Service AD Password Change Utility – Home – PassCore is a very simple 1-page web app written in C#, using ASP.NET MVC 4 and Directory Services. It allows users to change their Active Directory password on their own, provided the user is not disabled. PassCore does not require any configuration, as it obtains the principal context from the current domain. I wrote this in less than 2 hours. There really was no free alternative out there so hopefully this saves someone else some time and money. IMPORTANT: If you are going to expose this web app outside your LAN, please use https

Bookmarks for 5 nov 2014 through 14 nov 2014

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

Bookmarks for 2 nov 2014 from 01:19 to 01:31

These are my links for 2 nov 2014 from 01:19 to 01:31:

  • wemux — multi-user tmux – wemux enhances tmux to make multi-user terminal multiplexing both easier and more powerful. It allows users to host a wemux server and have clients join in either: Mirror Mode gives clients (another SSH user on your machine) read-only access to the session, allowing them to see you work, or Pair Mode allows the client and yourself to work in the same terminal (shared cursor) Rogue Mode allows the client to pair or work independently in another window (separate cursors) in the same tmux session. It features multi-server support as well as user listing and notifications when users attach/detach.
  • What are useful Bash aliases and functions – Xmodulo – [,,,[As a command line adventurer, you probably found yourself repeating the same lengthy commands over and over. If you always ssh into the same machine, if you always chain the same commands together, or if you constantly run a program with the same flags, you might want to save the precious seconds of your life that you spend repeating the same actions over and over[…] Il migliore comunque è l'ultimo alias: busy 😀 (Funzionano quasi tutti anche su mac)
  • pdfgrep – Pdfgrep is a tool to search text in PDF files. It works similar to grep.

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 31 ott 2014 through 1 nov 2014

These are my links for 31 ott 2014 through 1 nov 2014:

  • check_jvm – Nagios Exchange – JvmInspector is standalone tool + Nagios wrapper plugin (check_jvm) that dumps various properties from locally running JVMs. This information includes: * Heap & non-heap memory * Running threads * Loaded classes * Running java version, paths & arguments * On App servers only: Container server name & total active sessions (tested & supported app servers are tomcat5+ and jboss4+) JvmInspector doesn't need local or remote JMX network socket. It directly attaches to JVM's PerfData, so it MUST be started with the same USERid as the target JVM!
  • Raspberry Pi VPN Gateway – Netflix finally arrived in Germany, but guess what? It's library is heavily limited in comparision to the US one and if you like TV series as much as I do, you don't want to wait until they eventually release it year(s) later for us german users. Maybe you've heard recently of Anonabox — a small device with two ethernet ports that you can plug in front of your router and everything behind the device is routed through Tor (side note: turned out to be a scam and got pulled from Kickstarter in the end). However, it made me come up with an idea: Instead of having a Tor-box, I want a VPN-box that is connected to my PrivateInternetAccess VPN. If I'm in need of a VPN connection I just switch the WiFi network and I'm good to go. This way I can easily watch US content from Netflix as well as unblock location restricted content like YouTube, even with my iPhone or Xbox[…]
  • My Tmux Setup on unwiredcouch.com – I've been using tmux as my main terminal multiplexer for about 3 years now and have refined my configuration over time to fit my daily workflow. Which is usually a mix of writing code, chef recipes, remote login into different servers and various shell tasks. This is a flexible setup that doesn't concentrate too much on doing a specific thing or replacing an IDE inside of tmux.

Bookmarks for 30 ott 2014 from 17:30 to 21:39

These are my links for 30 ott 2014 from 17:30 to 21:39:

  • Profanity, a console based XMPP client – Home – Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi Latest release: 0.4.4 Downloads: profanity-0.4.4.tar.gz profanity-0.4.4.zipProfanity will run on Linux, Mac OS X and Windows (using Cygwin).
  • Vim is your new IDE /* Devcharm */ – What happens when you combine Vim with the terminal multiplexer Tmux? You have the perfect coding environment. Here are some recommendations I've collected in the past years. Now I can happily fire up my working environment running Vim, some local servers and tests, in no time.
  • Vim and Tmux on your Mac – Setting up your computer for Vim and Tmux often comes with a few issues. Here's how to manage plugins for Vim and use Tmux to boost your productivity, as well as settle a few common issues.

Bookmarks for 4 set 2014 through 5 set 2014

These are my links for 4 set 2014 through 5 set 2014:

  • tmux-plugins/tmux-resurrect – Restore tmux environment after a system restart. Tmux is great, except when you have to restart the computer. You lose all the running programs, working directories, pane layouts etc. There are helpful management tools out there, but they require initial configuration and continuous updates as your workflow evolves or you start new projects. tmux-resurrect saves all the little details from your tmux environment so it can be completely restored after a system restart (or when you feel like it). No configuration is required. You should feel like you never quit tmux. http://undeadly.org/cgi?action=article&sid=20140904174329
  • box/Anemometer – This is the Box Anemometer, the MySQL Slow Query Monitor. This tool is used to analyze slow query logs collected from MySQL instances to identify problematic queries.
  • SpamExperts/pyzor – Pyzor is a Python implementation of a spam-blocking networked system that use spam signatures to identify them.