Andrey Sergienko

Personal blog

Main menu

Skip to primary content
Skip to secondary content
  • Home

Emacs trump hangs if remote shell is ZSH

Posted on April 16, 2013 by Andrey Sergienko

How to get Emacs + Trump to work with ZSH as default shell?

Just out this line into ~/.zshrc

[[ $TERM == "dumb" ]] && unsetopt zle && PS1=’$ ‘
Posted in Uncategorized | Tagged Emacs

Mac OS X: App is damaged and cannot be opened

Posted on March 20, 2013 by Andrey Sergienko

Just downloaded «English Grammar in Use Extra» application, tried to install it and get this funny message: “EGUExtra.app is damaged and cannot be opened” Continue reading “Mac OS X: App is damaged and cannot be opened” »

Posted in Uncategorized | Tagged Mac

Handling web session in Cowboy

Posted on February 25, 2013 by Andrey Sergienko

How to implement session mechanism using Cowboy HTTP server? It could be not obvious, because Cowboy still has no detailed documentation. Here we will made a simple session handling implementation. Continue reading “Handling web session in Cowboy” »

Posted in Uncategorized | Tagged Cowboy, Erlang

Remote call JMX function

Posted on December 10, 2012 by Andrey Sergienko

Java JMX technology provides us with tools for building confortable interfaces for managing and monitoring devices and Java applications.  Continue reading “Remote call JMX function” »

Posted in Uncategorized | Tagged Java

Macfusion on Mac OS X Lion

Posted on December 2, 2012 by Andrey Sergienko

I have local PCs, notebook and remote servers. I use SSH to access my remote servers. It is cool that Emacs (my favorite text editor) have trump-mode and I can open files on remote servers via SSH like they were on my local PC. Continue reading “Macfusion on Mac OS X Lion” »

Posted in Uncategorized | Tagged Mac

Erlang: how to create UUID or Session ID

Posted on November 18, 2012 by Andrey Sergienko

If you’re developing a web-engine you usually need something like UUID or Session ID to track your customers. In my Erlang projects I use cowboy as a web-server and it doesn’t contain yet any mechanism to track user sessions. Continue reading “Erlang: how to create UUID or Session ID” »

Posted in Uncategorized | Tagged Erlang

Recent Comments

  • Andrey Sergienko on Erlang: how to create UUID or Session ID
  • Andrey Sergienko on Remote call JMX function
  • Stefan Strigler on Erlang: how to create UUID or Session ID
  • RON ANDERSON on Remote call JMX function

Tags

Cowboy Emacs Erlang Java Mac