Ensure our operating system is entirely up to date:
sudo apt-get update
sudo apt-get upgrade| #!/bin/bash | |
| # dit zijn de paketten die IK van mijn (verder lege) telefoon heb verwijderd. | |
| exit | |
| adb shell pm uninstall -k --user 0 com.android.bio.face.service | |
| adb shell pm uninstall -k --user 0 com.diotek.sec.lookup.dictionary | |
| adb shell pm uninstall -k --user 0 com.enhance.gameservice | |
| adb shell pm uninstall -k --user 0 com.facebook.appmanager | |
| adb shell pm uninstall -k --user 0 com.facebook.katana | |
| adb shell pm uninstall -k --user 0 com.facebook.services | |
| adb shell pm uninstall -k --user 0 com.facebook.system |
| #!/usr/bin/env bash | |
| # enkoi - encode a text from cp1251 to koi8-r | |
| # options: -e switch to encode mode | |
| # -d switch to decode mode | |
| # licensed under the terms of MIT license | |
| # | |
| version="0.1" | |
| function helpexit () | |
| { |