Many times, you might have have tempted to put some colors in your output of shell scripts.
Let’s learn how it is done.
[Read More]Many times, you might have have tempted to put some colors in your output of shell scripts.
Let’s learn how it is done.
[Read More]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]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.
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]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]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]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.