Linux: How to use the vi Editor

In Linux, there are different editors to edit text files. The most wide-spread editor is vi. Find below the basics on how to use vi: Open a text file: vi /etc/lighttpd/lighttpd.conf There are 2 modes in vi: Command mode (you are in this mode right after starting vi) You can use keyboard keys to navigate, delete, copy, paste, save the file, quit vi and do a number of other tasks - except entering text Insert mode (-- INSERT -- will appear in the bottom line of vi) You can enter text, Read more [...]

Windows 11: Bring back the Classic Context Menus

Windows 11 brings a new version of the context menus (the ones that appear when you right-click on a folder, for example). They contain less items, so this can be quite annoying. If you want to bring back the behaviour from Windows 10, do either of the following: Open the Command Prompt (admin) and run the “reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32″ /f /ve” command Open the Registry in the “HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID” Read more [...]