avatar

Tutorials by Ahmet Emre Aladağ

Bir sunucuda birden fazla repo clone'lamak

Bir sunucuda birden fazla repo clone’lamak için farklı deploy keyler oluşturmanız ve ssh config’inizi ayarlamanız gereki.

Remote Desktop Connection on Ad-Hoc LAN

Summary 🔗 You want to: See your PC/laptop screen from your mobile phone But: Your Internet connection is inconsistent and your mobile connection is limited. Solution: Connect to your PC/laptop over Ad-Hoc Network Requirements 🔗 You have Android mobile phone with mobile Internet access (3G) even for a few seconds You have WiFi access on your PC/laptop Instructions 🔗 Install Teamviewer on your PC and Teamviewer Remote Control on your Android phone.

Redirecting Akka Documentation URLs

When you search for Akka-related things on Google and you want to display a page on Akka Documentation, two problems might arise: 1) You are a Scala developer and the Google result is for Java. 2) You are using version 2.4.2 but the page is for 2.3.13. or maybe both. You would probably wish a plugin to redirect you to correct page automatically. For example: http://doc.akka.io/docs/akka/2.3.13/java/actors.html to http://doc.akka.io/docs/akka/2.4.2/scala/actors.html You can use this Chrome plugin to set regex URL redirections.

LetsEncrypt HAProxy with DNS challenge

In this post, I will be showing you how to issue LetsEncrypt SSL certificate for your HAProxy running on Docker container.

Cloudfront CDN for Amazon S3 Static Web Hosting

In this post, I will be guiding you how to setup an Amazon S3 bucket as a static website, then configure CloudFront CDN to serve in front of Amazon S3.

Creating Ubuntu Service for Flask server

Creating Ubuntu Service for Flask server

Running RStudio on Remote Server

In this tutorial, we are going to build a Remote R Server.

Installing Standalone Spark Cluster

In this tutorial, we are going to install a standalone Spark Cluster.

Running Play Apps via Docker

In this tutorial, I will guide you running your Play framework application (named MyProject in our tutorial) via Docker. I assume you have created a Play project with a build.sbt (or equivalent) file and make sure it’s running on port 9000 with sbt run command. Our demo project pulls tweets from Twitter of a specified person so it requires environment variables CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET to be set before running.

About Me

I’m a Computer Scientist, Software Developer and a PhD Candidate at Boğaziçi University, Istanbul, Turkey.