Skip to main content

Make your Windows command line better

In my current project, I am stuck with Windows 7 which means no Bash :(
I could have installed Cygwin as usual but this time, I decided to extend my knowledge of the Windows command line and I found this: doskey. With the doskeys defined below, the Windows command line is still far from being as powerful as an old good Bash but it is a bit more user friendly.
Even better, I found the Windows PowerShell which has familiar notions like profile and aliases.

The doskeys I use:
My PowerShell profile:
Recommended link:

Comments

Popular posts from this blog

IntelliJ IDEA not starting: Initial heap size set to a larger value than the maximum heap size

IntelliJ IDEA didn't want to start this morning. Got the following error when trying to start it from a shell: Error occurred during initialization of VM Initial heap size set to a larger value than the maximum heap size What happened is that IntelliJ IDEA loaded the JVM Options from the new custom vmoptions file in the config directory. On Windows: %APPDATA%\Roaming\JetBrains\IntelliJIdea2020.1\idea64.exe.vmoptions On macOs: ~/Library/Application Support/JetBrains/IntelliJIdea2020.1/idea.vmoptions This file was not updated properly when I updated IntellIJ IDEA. It contained: -Xms4g -Xmx2048m Fixed the issue by editing this file: -Xms4g -Xmx4g Source: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004701620-idea-vmoptions-not-used-by-default  

How to mavenify a Play 2 application

This article is for developers who want to develop web-apps with Play 2 Framework but are required to integrate these new web-apps in an existing build process based on Maven . Lucky you, someone already started a project to do this: play2-maven-plugin . Unfortunately, this Maven plugin does not support hot reloading yet, which makes the development process painful. To make it short, you still need SBT to enjoy Play 2 hot reloading feature... but you do not want to have to maintain both Maven and SBT configurations. The trick is to configure SBT from Maven pom files with sbt-pom-reader . This is how you need to configure your play2-maven project: <my-maven-project>/ pom.xml <- Your maven build build.sbt <- the sbt Play 2 configuration project/ build.properties <- the sbt version specification build.scala <- the sbt build definition plugins.sbt <- the sbt plugin configuration ...

Sugru, it works!

I recently broke my glasses and unfortunately it is a part that cannot be replaced. Sigh! I thought to myself, this is the perfect opportunity to try Sugru! (Amazon affiliate link) For those of you who have never heard of Sugru, you need to watch the following video: So I bought a pack of Sugru at Rough Trade East , a really nice record, Sugru and Arduino shop in East London. Then I found this tutorial: How to replace missing pads on glasses , and I gave it a try. I am pretty happy with the result: To get more ideas of what you can do with Sugru, follow the link !