Bookmarks
-
January 19, 2014
-
January 18, 2014
-
January 18, 2014
-
January 18, 2014
-
January 17, 2014
-
January 16, 2014
-
January 15, 2014
-
January 15, 2014
-
January 15, 2014
-
January 15, 2014More on the Synology NAS – automatically indexing new files
Script to watch the media dirs and execute "synoindex -a" if a file was added or changed. -
January 14, 2014
-
January 13, 2014
-
January 12, 2014Using different sshd options for different origin hosts
tl;dr: use match in /etc/ssh/sshd_config to only allow root from the internal network PermitRootLogin no Match 127.0.0.0/8,10.0.0.0/16 PermitRootLogin without-password -
January 12, 2014
-
January 12, 2014Title of URL not saved when shortening a HTTPS URL with a self signed certificate · Issue #1599 · YOURLS/YOURLS
<?php /* Plugin Name: Disable SSL verification Plugin URI: http://yourls.org/ Description: HTTP requests won't check SSL cert. This is insecure. Version: 1.0 Author: Ozh Author URI: http://ozh.org/ */ yourls_add_filter( 'http_default_options', 'my_http_options_no_cert_check' ); function my_http_options_no_cert_check( $options ) { //$options['verify'] = false; $options['verify'] = '/path/to/cacert.pem'; return $options; } -
January 12, 2014
-
January 11, 2014
-
January 11, 2014
-
January 10, 2014rupa/epub
ePub Reader for the commandline -
January 10, 2014Outlook Profle App/Mechanics
CLI Tool to create Outlook profiles from the commandline