Skip to content

Instantly share code, notes, and snippets.

View zakkak's full-sized avatar
:octocat:
Gitting

Foivos Zakkak zakkak

:octocat:
Gitting
View GitHub Profile
@zakkak
zakkak / greek2utf8.rb
Created September 29, 2014 00:16
Text encoding converter (suitable for subtitles)
#!/usr/bin/env ruby
################################################################################
# #
# File: greek2utf8.rb #
# ++++++++++++++++++++++++++++++ #
# Copyright (C) 2012 + Author: Foivos S. Zakkak + #
# + Website: foivos.zakkak.net + #
# + Email: foivos@zakkak.net + #
# ++++++++++++++++++++++++++++++ #
@zakkak
zakkak / SSHFS
Last active December 10, 2015 21:08
Notes on how to add an sshfs folder to fstab
/etc/fstab
==========
`sshfs#myname@www.myhome.com:/home/myname /mnt/sshfs/homebox fuse comment=sshfs,noauto,users,exec,workaround=rename,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks,BatchMode=yes 0 0`
/etc/fuse.conf
==============
`user_allow_other`
umount
======