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">function setupGeo(o) { | |
| window.geoplugin_request = function() { return o.query; }; | |
| window.geoplugin_status = function() { return o.status == 'success' ? '200' : '500'; }; | |
| window.geoplugin_city = function() { return o.city; }; | |
| window.geoplugin_region = function() {return o.region; }; | |
| window.geoplugin_countryCode = function() { return o.countryCode; }; | |
| window.geoplugin_countryName = function() { return o.country; }; | |
| window.geoplugin_latitude = function() { return o.lat; }; | |
| window.geoplugin_longitude = function() { return o.lon; }; |
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
| ./busybox --help | \ | |
| busybox sed -e '1,/^Currently defined functions:/d' \ | |
| -e 's/[ \t]//g' -e 's/,$//' -e 's/,/\n/g' | \ | |
| while read app ; do | |
| if [ "$app" != "" ]; then | |
| printf "linking %-12s ...\n" "$app" | |
| busybox ln -sf "./busybox" "$app" | |
| busybox ls -ld "$app" | |
| fi | |
| done |
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
| ⨀_⨀ | |
| ⨂_⨂ | |
| (/◔ ◡ ◔)/ | |
| °ﺑ° | |
| (¬_¬) | |
| (´・ω・`) | |
| (ʘ_ʘ) | |
| (ʘ‿ʘ) | |
| (๏̯͡๏ ) | |
| (◕_◕) |
NewerOlder