Account Recovery - Super User Q A for computer enthusiasts and power users Stack Exchange network consists of 183 Q A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers
windows 10 - Change system font size - Super User Or if you want to specifically choose what you want the text size to change for, go to Control Panel > Appearance and Personalisation > Display > Make text and other items larger or smaller Here you can change the font size of title bars, menus, message boxes, palette titles, icons or tooltips:
How to remove zsh alias? - Super User I have an alias which is predefined by an oh-my-zsh plugin - gt; % alias gcm gcm='git checkout master' I'd like to remove it, i e I'd like alias | pcregrep "\\bgcm\\b" return 1 I've tried with a
How do I add Python to the Windows PATH? - Super User For Windows 10 8 7: Open System Properties (Right click Computer in the start menu, or use the keyboard shortcut Win + Pause) Click Advanced system settings in the sidebar Click Environment Variables Select PATH in the System variables section Click Edit Add Python's path to the end of the list (the paths are separated by semicolons) For example:
No internet connection inside Docker containers - Super User I cannot execute any command requiring internet connection inside any Docker container Works: docker run ubuntu bin echo 'Hello world' Does not work: docker run ubuntu apt-get update Err:1 ht
How do I set system environment variables in Windows 10? How do I set a system environment variable in Windows 10 (without using the registry editor)? (Note: Other answers don't specifically address Windows 10 - at least not yet - and they leave off imp
Overcoming the 1024 character limit with setx - Super User Yes, a reboot is required setx edits the registry as I indicated, then broadcasts a WM_SETTINGCHANGE message This tells all top-level windows that a system setting has changed (in this case an environment variable) Without that, Explorer and programs you opened with it will not know about the change You could broadcast the message yourself manually (I wrote a program to do just that, and a
How do I join two worksheets in Excel as I would in SQL? I have two worksheets in two different Excel files They both contain a list of names, id numbers, and associated data One is a master list that includes general demographic fields, and the other