This file contains 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
130|herolte:/ $ logcat | grep "InThePoche" | |
11-01 16:15:56.725 4907 20718 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = fr.gaulupeau.apps.InThePoche,userId = 0 | |
11-01 16:15:56.733 5481 5481 D PhoneStatusBar: addNotification key=0|fr.gaulupeau.apps.InThePoche|1|EventProcessor|10305 | |
11-01 16:15:56.757 24677 24677 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@c4d99f0 nm : fr.gaulupeau.apps.InThePoche ic=null | |
11-01 16:15:56.776 5481 5481 D PhoneStatusBar: No Fullscreen intent: 0|fr.gaulupeau.apps.InThePoche|1|EventProcessor|10305 isHeadsUped : false | |
11-01 16:15:58.937 4907 6400 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = fr.gaulupeau.apps.InThePoche,userId = 0 | |
11-01 16:15:58.956 4907 6000 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = fr.gaulupeau.apps.InThePoche,userId = 0 | |
11-01 16:15:59.008 5481 5481 D PhoneStatusBar: addNotification key=0|fr.gaulupeau.apps.InThePoche|1|EventProcessor|10305 |
This file contains 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
#!/bin/bash | |
# Description: | |
# Update the DNS A Record with your public IP address for the one.com host. | |
# | |
# Recommendation: | |
# - Create a separate user that can only access the DNS records. | |
# - Create a cron tab to run this script every 30 minutes: | |
# crontab -e | |
# */30 * * * * ~/Scripts/update-dns-one.com.sh >/dev/null 2&>1 | |
# - To get the Sub Domain Id you will have to manually update the domain and record the network traffic using your browser |
NewerOlder