Skip to content

Instantly share code, notes, and snippets.

View topstarnetwork's full-sized avatar

Heather Raffaella Riverso topstarnetwork

  • Top Star Network
  • Belgium
View GitHub Profile
@pwm
pwm / openresty
Last active March 3, 2023 22:39
openresty init script
#!/bin/bash
#
# chkconfig: 2345 55 25
# description: Openresty
# processname: nginx
# config: /usr/local/openresty/nginx/conf/nginx.conf
# pidfile: /usr/local/openresty/nginx/logs/nginx.pid
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $local_fs $remote_fs $network $named $syslog $time
@jeremyfelt
jeremyfelt / open-source-search-compare.md
Last active July 19, 2023 01:28
Comparing open source search solutions
@emilpetkov
emilpetkov / gist:3201958
Last active February 16, 2023 09:10
Set up e-banking using smart card reader and electronic signature under OS X Mountain Lion (10.8)

This guide is for you if:

  • You have a smart card reader and (universal) electronic signature bought from InfoNotary (can be a different company, hardware, etc – just change the necessary steps), you are using Mac OS X, and want to do some e-banking because you value your time and prefer to cut your wrists instead of physically visiting a bank in BG to do any kind of work.
  • You haven’t set up e-banking under Mac OS before OR you did set it up but then you decided to upgrade to Mountain Lion (OS X 10.8) because it is simply better.

Follow these steps:

  1. Download the smart card reader driver. Note I personally own ACR38T USB dongle, so I used:
    wget http://repository.infonotary.com/install/mac/OpenSC-0.12.2-10.7.dmg

    Run pcsctest from the terminal to check your exact card reader model, find, and install the relevant driver for it – check this link%