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
| # = ^ . ^ = | |
| # | |
| # /etc/sudoers.d/sudoers-insults | |
| # sudoers.d insults configuration file | |
| # Andres Hernandez - tonejito | |
| # | |
| # This file must be mode 0440 and owner root:root | |
| # install --mode 0440 --owner root --group root sudoers-insults /etc/sudoers.d/ | |
| # | |
| # Edit with visudo |
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
| [Desktop Entry] | |
| Type=Application | |
| Name=myAppName | |
| Icon=~/myApp/icon.xpm | |
| Exec=~/myApp/launcher | |
| Comment=brief description | |
| Categories=Development;IDE; | |
| Terminal=false |
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
| development: | |
| adapter: mysql2 | |
| encoding: utf8 | |
| database: my_database | |
| username: root | |
| password: | |
| apt: | |
| - somepackage | |
| - anotherpackage |
NewerOlder