This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Simplifies the process of unlocking users. | |
| * <p> | |
| * The AD attribute "userAccountControl" may be any of the following | |
| * - 512 Enabled Account (normally this..) | |
| * - 514 Disabled Account | |
| * - 544 Enabled, Password Not Required | |
| * - 546 Disabled, Password Not Required | |
| * - 66048 Enabled, Password Doesn't Expire | |
| * - 66050 Disabled, Password Doesn't Expire |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First you update your system | |
| sudo apt update && sudo apt-get dist-upgrade | |
| # Uninstall unnecessary programs | |
| sudo apt purge epiphany-browser epiphany-browser-data #browser | |
| sudo apt purge pantheon-mail | |
| # Bring back Software and Updates from Ubuntu | |
| sudo apt-get install software-properties-gtk | |
| # Properties Commons (to install elementary tweaks) |