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
| sudo dmidecode | more |
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
| sudo apt-get install nautilus-wallpaper |
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
| nautilus -q |
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
| sudo apt-get install nautilus-open-terminal |
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
| sudo -u gdm gconftool-2 --type bool --set /apps/gdm/simple-greeter/banner_message_enable true |
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
| sudo-u gdm gconftool-2--type string --set /apps/gdm/simple-greeter/banner_message_text "text anda" |
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
| #header .description { | |
| margin:0 5px 5px; | |
| padding:0 20px 15px; | |
| max-width:700px; | |
| text-transform:uppercase; | |
| letter-spacing:.2em; | |
| line-height: 1.4em; | |
| font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; | |
| color: #999999; | |
| "display: none;" |
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
| #header .description { | |
| margin:0 5px 5px; | |
| padding:0 20px 15px; | |
| max-width:700px; | |
| text-transform:uppercase; | |
| letter-spacing:.2em; | |
| line-height: 1.4em; | |
| font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif; | |
| color: #999999; |
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
| #header h1 { | |
| margin:5px 5px 0; | |
| padding:15px 20px .25em; | |
| line-height:1.2em; | |
| text-transform:uppercase; | |
| letter-spacing:.2em; | |
| font: normal normal 200% Georgia, Serif; |
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
| <script type='text/javascript'> | |
| // goodbye alert | |
| function goodbye(){ | |
| alert('Thank you ^.^');} | |
| parent.window.onunload=goodbye; </script> |