Category: Uncategorized
-
migrating webmail to gmail
requirements imapcopy, stunnel enable imap for the account use to connect via ssl to imap.gmail.com stunnel -c -f -d 1143 -r imap.foo.tld:993 -P ” set config server to 127.0.0.1 with port 1143 SourceServer 127.0.0.1SourcePort 1143 DestServer 127.0.0.1DestPort 1144
-
Mounting AWS Buckets
added here for posterity. Original post by Nam Tran sudo apt-get install build-essential git libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support automake libtool sudo apt-get install pkg-config libssl-dev git clone https://github.com/s3fs-fuse/s3fs-fuse cd s3fs-fuse/ ./autogen.sh ./configure –prefix=/usr –with-openssl make sudo make install Create .passwd-s3fs file at ~/.passwd-s3fs (in root user’s directory) add user and pass in this format AWS…
-
Combine pdfs?
Easiest way to combine pdfs is using pdftoolkit (pdftk) pdftk file1.pdf file2.pdf cat output filename.pdf
-
Youtube Vids – get them the easy way.
So my housemate is currently going insane, doing her prac as a highschool teacher. At 11pm she informed me she needed some youtube vids for show and tell. VLC failed me (you can save/convert network streams) so I pulled out the laptop and with a sudo apt-get install youtube-dl, I was halfway there. youtube-dl youtube-video-link…
-
Youtube won’t stay fullscreen when I click on my other monitor!
A little digging found me this pro tip: add &fmt=18 to the end of the URL.
-
Windows iterative variable syntax
So I needed to copy a file that had a suffix in it’s file name, indicating the financial calendar week it belonged to. Enter iterative variables in windows. Similar to linux, but here’s the syntax so I don’t have to trawl the Microsoft Webiste again. Syntax for /L {%% ¦ %} variable in (start#,step#,end#) do…