- These steps were made in a Ubuntu Server 16.04 fresh install, but they can also be made on an existing system.
- The user on these steps is: username:
ubuntu, password:ubuntu. Adapt to your system needs.
hostname: ubuntu
| using System; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Security.Cryptography; | |
| using System.Text; | |
| using Newtonsoft.Json; | |
| using Newtonsoft.Json.Serialization; | |
| using Base58Check; |
| using System; | |
| using System.IO.Ports; | |
| using System.Threading; | |
| namespace LGTV_BootloaderAccess | |
| { | |
| internal class Program | |
| { | |
| private static void Main(string[] args) | |
| { |
ubuntu, password: ubuntu. Adapt to your system needs.hostname: ubuntu