Windows
Exploring MSC Files in Windows
2024/11/10
In Windows, MSC files are shortcuts that open specific Microsoft Management Consoles (MMC)—a centralized interface that allows administrators and advanced users to manage various system settings, …
Understanding Login Types in Windows
2024/11/03
Windows operating systems offer various login types that define how users authenticate themselves and gain access to the system. Understanding these login types is crucial for both users and system …
Windows msc files
2024/08/04
MSC files are snap-in control files that are associated with the Microsoft Management Console on Windows machines to run administrative tasks. Here is a list of msc files that you can find in Windows. …
Better windows VM experience on Qemu
2018/01/29
With Qemu resize and copy-paste option, Windows VM seems to be lacking all this. This can be fixed by installing the spice tools in Windows VM. To do this, head over to spice space and download the …
Windows Vs Linux – One more time
2017/04/07
Image via Wikipedia […] One of the most written and commented articles has to be Linux vs Windows (of course there are competitors like vim vs emacs) but none has been covered so much as Linux …
vim mappings – easy way to do things.
2014/01/22
You can use vim mappings to make some of your editor tasks very simple. Here I am giving you just a example, but you could always let your imagination run wild. :nmap ,b Oj0c$**hP And what do we do …
sxiv – image viewer
2013/12/06
sxiv is a nice alternative to feh. It is very light weight and quite useful. Here is the description: […] Description : sxiv is an alternative to feh and qiv. Its only dependency besides xlib …
cksum – compare for multiple files.
2013/04/30
If you have to compare cksum for couple of files, the you know how cumbersome it is. So, I wrote a simple script, wherein you can create a file called cksums in the current directory and copy paste …
IE8 – Developer Tools
2013/04/15
Don’t start banging me for this, but I had to test something on Windows and thus found out this. I f you need to debug or test something on IE8 on Windows, then you can simply press “F12” and this …
slow ssh connection
2013/02/26
If you are experiencing slow ssh connections, then possibly your system is trying to do reverse lookup of the IP address. If that is the case, then you can add the below to “hosts” line in …
vim mappings for multiple files.
2012/08/06
If you open multiple files in vim with command line option. Then the only way to move between the files is “:n” and “:N”. There is a easier way to do this. Just add mappings for this in vimrc. Here is …
rpmconf – Tool to handle rpmsave and rpmnew files
2012/06/18
Install the utility: sudo yum install rpmconf Description: […] And finally run the utility: sudo rpmconf -a and if there is a conflict or rpmsave or rpmnew file, then you will see something …