uti | platforms | packages | ||||||
---|---|---|---|---|---|---|---|---|
com.xamarin.workbook |
|
|
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
#install chocolatey | |
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
#generate list of installed applications with exact version | |
choco list -lo -r -y | % { "choco install " + $_.Replace("|", " ") + " -y" } | |
#generate list of installed application without version. | |
choco list -lo --id-only -y | % { "choco install " + $_.Replace("|", " ") + " -y" } | |
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
# Run the last command as root | |
sudo !! | |
# Serve current directory tree at http://$HOSTNAME:8000/ | |
python -m SimpleHTTPServer | |
# Save a file you edited in vim without the needed permissions | |
:w !sudo tee % | |
# change to the previous working directory | |
cd - | |
# Runs previous command but replacing | |
^foo^bar |
Este texto está relacionado con mi vídeo de YouTube que explica cómo utilizar la aplicación oficial de la Policía y la FNMT que permite utilizar tu móvil Android como un lector de DNIe en conjunción con un ordenador con Windows o Linux.
⚠️ Recuerda: si no consigues solucionar el problema y ponerlo a andar, quizá lo mejor será que compres un lector de DNIe (en Amazon los hay por muy poco dinero: te he dejado algunos, incluyendo el que yo uso, en la descripción del vídeo) ya que este programa solo es una opción más para usarlos, pero si se te resiste mucho más vale la pena comprar uno de estos.
La solución te la explico en este artículo.
OlderNewer