Code Snippet

Just another Code Snippet site

Tips

[Windows] Change login screen background

Launch regedit Go to HKEY_LOCAL_MACHINE and search for “OEMBackground” (should found HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background) Change value from 0 to 1 Go to C:\Windows\System32\Oobe folder Create an “info” folder Create a “backgrounds” folder in the “info” Copy the picture with name “backgroundDefault.jpg” Take care, the actual file size of backgroundDefault.jpg cannot exceed 256 KB.

[Eclipse] Boost Eclipse/STS perf

Uninstall plugins : Help > About Eclipse/STS > Installation Details Disable plugins : Window > Preferences > General > Startup and Shutdown Disable Spell checker : Window > Preferences > Search “Spell” Start Eclipse/STS using “clean” mode : Add -clean option Disable ‘.class’ file validation : Add -Xverify:none option

,

[Bash] Aliases

To add ‘top’ in Solaris : to add ‘wget’ in Solaris : —————————————- Filtered history : Create an .inputrc file in the home folder with following content :

, , , ,

Previous Posts Next posts