I was thinking about creating an open source product using C# ASP.Net that allows people using a web browser or mobile device (with a web browser) to connect to the iPROsoft/LEVESYS software package. After discussing this with a work colleague, I found the project would infringe on the intellectual property rights of iPROsoft/LEVESYS, so unfortunately I will have to abandon the idea. The search for a C# ASP.Net project continues.
The project I'm currently working on is Linux based, and I just can’t get my head around vi no matter how hard I try. Fortunately I have root privileges, so Emacs to the rescue :) We are using CentOS so installing is as easy as sudo yum install emacs One of the many reasons I really like Emacs is you can run a shell inside Emacs. Press Alt – x Type shell Press enter NB the Alt key in Emacs is often called the Meta key and the key combination above would be shortened to M – x This allows me to split the Emacs window and have the shell in the bottom half and what I working on in the top half, see the image below. To switch between the shell and what I’m working on I press M – O (that’s Alt and the letter O and not the number zero, Alt zero will unsplit the screen) If like me you’re running Emacs inside Putty the first thing you might notice is the shell prompt is in dark blue on a black background. Not only is this very difficult to read but it c...
Comments
Post a Comment