Ali Naci Erdem

Personal Blog

  • Computers
  • DIY
  • GitHub
  • LinkedIn
  • itch.io
  • Support Me

Computers

Redirect OSX internet sharing traffic

7th May 2017

To be able to eavesdrop to internet sharing traffic, you may use “pf” or packet filtering tool, which is a kind of firewall used by the mac’s operating system. But hold on, why would you need to listen to internet traffic on a wi-fi device? I usually develop for wi-fi enabled devices and knowing what … [Read more…]

Posted in: Computers Tagged: Autostart, Daemon, Debugging, eavesdropping, Firewall, http, https, internet sharing, osx, pf, Programming, proxy

Make MacOS keys familiar to Windows

1st January 2017

I have recently started using a OSX installed macbook pro work for my work. It is a performance beast but the main environment I’m used to up to this point was Windows. I had a hard time getting used to the key layout, especially the command key. I’m using Macs occasionally for mobile Safari debugging … [Read more…]

Posted in: Computers Tagged: karabiner, keyboard, macos, mapping, osx

Simple Proxy Server Using Node.js to Bypass CORS

10th December 2016

Node.js is a javascript runtime based on Chromium’s V8 javascript engine. It is really simple to create a basic HTTP server using the node.js API and a web based proxy is just an HTTP server that relays incoming requests back to the original recipient. So we will capture the requests and forward them using a … [Read more…]

Posted in: Computers Tagged: cors, Debugging, JavaScript, js, node, nodejs, Programming, proxy, tutorial

Standalone Javascript Application With Chromium

24th January 2015

JavaScript is becoming more and more popular every day and I was wondering if I could make a standalone javaScript App. I knew that a Chromium (http://www.chromium.org/) portable package has a “kiosk” mode which disables many of the integrated UI. Next I decided to use a Chrome App together with Chromium (Portable version) and managed … [Read more…]

Posted in: Computers Tagged: application, Chromium, extension, JavaScript, js, kiosk, nacl, native client, Portable, standalone, wrapper
« Previous 1 2 3 4 Next »