alexlehm / gist:ff5ee5bfe89b4ec3a807053a714bffef
1 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
1 | Incoming: |
2 | Servername: imap.tilde.green |
3 | Port: 993 |
4 | Username: username |
5 | Conenction security: SSL/TLS |
6 | Authentication method: Normal password |
7 | |
8 | Outgoing: |
9 | Servername: smtp.tilde.green |
10 | Port: 465 |
alexlehm / gist:359a392fd1744b8e9439e8775714b4c8
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
1 | test |
2 | test |
3 | test |
4 | test |
5 | test |
alexlehm / gist:1fef84e65f814dc9b68f439152a4e083
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
1 | #! /bin/sh |
2 | |
3 | # create an opengist file and push it to the server |
4 | # |
5 | # alexlehm/at/gmail.com |
6 | |
7 | TMPDIR=git_gist.$$ |
8 | |
9 | if [ `expr "$1" : "https://"` = 0 ] |
10 | then |
alexlehm / gist:d20151da3f104445a00f7b7cf6e77acc
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
1 | #! /bin/sh |
2 | |
3 | # create an opengist file and push it to the server |
4 | # |
5 | # alexlehm/at/gmail.com |
6 | |
7 | TMPDIR=git_gist.$$ |
8 | |
9 | if [ `expr "$1" : "https://"` = 0 ] |
10 | then |
alexlehm / tagpacker to netscape html converter
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
convert tagpacker html explort to netscape format to import it to linkwarden
1 | #! perl |
2 | # |
3 | # convert tagpacker html export to a netscape html compatible format to make it importable in linkwarden |
4 | # the script is pretty sloppy, it will likely break for some lines |
5 | # |
6 | # alexlehm/at/gmail.com |
7 | # |
8 | # https://wiki.creativecommons.org/wiki/CC0 |
9 | # |
alexlehm / pocket to netscape html converter
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
make pocket exports importable in linkwarden
1 | #! perl |
2 | # |
3 | # convert pocket html export to a netscape html compatible format to make it importable in linkwarden |
4 | # the script is pretty sloppy, it will likely break for some lines |
5 | # |
6 | # alexlehm/at/gmail.com |
7 | # |
8 | # https://wiki.creativecommons.org/wiki/CC0 |
9 | # |
Újabb
Régebbi