sudo apt-get update
sudo apt-get upgrade
sudo swapon -s
free -m
| MMMMMMMMMMMMMMMMMNmdy+/::::shddmNMMMMMMMMMMMMMMMMM | |
| MMMMMMMMMMMMMmdhyssyyso:` `+ssssydmMMMMMMMMMMMMM | |
| MMMMMMMMMMmhyssssssssssss+. -ssssssshmMMMMMMMMMM | |
| MMMMMMMMdysssssssssssssssss/ `ossssssssdNMMMMMMM | |
| MMMMMMdysssssssssssssssssssso` `ssssssssssdMMMMMM | |
| MMMMNysssssssssssssssssssssss+ :ssssssssssymMMMM | |
| MMMmysssssssssssssssssssssssss. `ssssssssssssdMMM | |
| MMmsssssssssssssssssssssssssss- sssssssssssssdMM | |
| MNysssssssssssssssssssssssssss` `ssssssssssssssNM | |
| Mhsssssssssssssssssssssssssss+ :ssssssssssssssyM |
| 0xA6f0D60094dEc6Ae0AB6ED970584AB6447928BdE |
| time_namelookup: %{time_namelookup}\n | |
| time_connect: %{time_connect}\n | |
| time_appconnect: %{time_appconnect}\n | |
| time_pretransfer: %{time_pretransfer}\n | |
| time_redirect: %{time_redirect}\n | |
| time_starttransfer: %{time_starttransfer}\n | |
| ----------\n | |
| time_total: %{time_total}\n |
| <div id="mapContainer"> | |
| <div id="map"></div> | |
| <div id="userInformation"></div> | |
| </div> | |
| <script async defer | |
| src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCmmsNMNNPXfFNzTI9Fzr5IobVPe_L9wv8&callback=initMap"></script> |
| <style> | |
| .map.embed-container { | |
| position: relative; | |
| } | |
| .map.embed-container #map-notice { | |
| position: absolute; | |
| right: 0; | |
| top: 0; | |
| background-color: rgb(100, 100, 100); | |
| /*for old IE browsers with no support for rgba()*/ |
| /* | |
| Original Idea: @josuebasurto | |
| Reference: https://dev.mysql.com/doc/refman/5.7/en/event-scheduler.html | |
| */ | |
| -- Use certain database | |
| use mydatabase; | |
| -- Show all events from a database | |
| show events from mydatabase; |
| { | |
| "always_prompt_for_file_reload": true, | |
| "always_show_minimap_viewport": true, | |
| "animation_enabled": true, | |
| "atomic_save": false, | |
| "auto_close_tags": true, | |
| "auto_complete": true, | |
| "auto_complete_commit_on_tab": false, | |
| "auto_complete_cycle": false, | |
| "auto_complete_delay": 50, |
| # Built application files | |
| *.apk *.ap_ | |
| # Files for the ART/Dalvik VM | |
| *.dex | |
| # Java class files | |
| *.class | |
| # Generated files |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
| <link href="../inc/css/holiday.css" rel="stylesheet" type="text/css" /> | |
| <title>Holiday Inn® eHost™ | Terms & Conditions</title> | |
| <!-- BEGIN EHOST REDIRECT SNIPPET --> |