Esta guía rapida la hago para que no pierdan tanto tiempo en ver los videos de configuración que tine MiBait, que como sabemos es una nueva empresa que provee servicios de telefonia sobre la red compartida de Altan.
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
| PID=$(ps -fe | grep "[A]ndroid File Transfer Agent" | awk '{print $2}'); if [[ -n $PID ]]; then kill $PID; fi; mv "/Applications/Android File Transfer.app/Contents/Resources/Android File Transfer Agent.app" "/Applications/Android File Transfer.app/Contents/Resources/Android File Transfer Agent DISABLED.app"; mv "${HOME}/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app" "${HOME}/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent DISABLED.app"; osascript -e 'tell application "System Events" to delete every login item whose name is "Android File Transfer Agent"' |
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
| 1 "The Infinity Saga" | |
| 1.1 Phase One | |
| 1.1.1 Iron Man (2008) ✅ | |
| 1.1.2 The Incredible Hulk (2008) ✅ | |
| 1.1.3 Iron Man 2 (2010) ✅ | |
| 1.1.4 Thor (2011) ✅ | |
| 1.1.5 Captain America: The First Avenger (2011) ✅ | |
| 1.1.6 Marvel's The Avengers (2012) ✅ | |
| 1.2 Phase Two | |
| 1.2.1 Iron Man 3 (2013) ✅ |
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
| # ... Working on it... |
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
| function ofFormSubmit(e) { | |
| var email = 'correodestino@servidor'; | |
| var timestamp = e.values[0]; | |
| var nombrecompleto = e.values[1]; | |
| var nombre = e.values[2]; | |
| var personalemail = e.values[3]; | |
| var address = e.values[4]; | |
| var employee = e.values[5]; |
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
| //Diploma: 1eH5suWzkJ4K-......-h94FlcuY | |
| function onOpen() { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
| var menuEntries = [ {name: "Genera Diploma", functionName: "generaDiploma"}, | |
| {name: "Genera Todos", functionName: "generaTodos"}]; | |
| ss.addMenu("Generador de Diplomas", menuEntries); | |
| } |
OlderNewer
