An eBook on DOS Basics

I’m thrilled to announce the launch of my latest project - a basic guide to DOS Batch Files designed specifically for beginners! With years of experience in programming and the help of my supportive friends, I’ve put together a resource that will help anyone who is new to the world of programming get started with DOS Batch Files.

[Read More]
DOS  CLI 

True Folder in Hugo

As you can see this website is created using Hugo. For quite some time there was one thing that was annoying me a bit. Hugo used to create a file true/index.html in a folder called true. It was really difficult to narrow down why this issue happens.

[Read More]

City of Ember (Movie)

City of Ember is a classic film released in 2008. On IMDb it has a rating of 6.5. Rotten Tomatoes also does not give great feedback on this movie. But still, there are a few reasons for me to believe that you should watch this movie.

[Read More]
movies 

Subversion Auto Props

If you are using SVN (Subversion) for configuration management then you might already be aware that some SVN has properties. A property is kind of a meta-data/attribute applied to your files and folders. These properties change the behaviour of your subversion client and the way you work with the files.

[Read More]
CLI 

SVN Commit all files

SVN Commit all files

Git has a very useful shortcut to add all files and commit all of them. Let’s see the same approach for subversion over command line interface

[Read More]
cli 

emacs command line interface

emacs command line interface

Emacs is an excellent editor. (Please note, I don’t want to make any comments on VIM here.) But, Emacs can also be used as a command line tool. Here is one of the uses of Emacs as a command line tool, to remove tabs from a source file.

[Read More]
cli