Open Rear Parking Brake Prerequisites: Connect a battery charger as per repair manual. Cycle the Parking Brake ON, then OFF first. [Select][53 – Parking Brake][Basic Settings – 04]Select Start lining change mode[Go!] to activate the Basic Setting.The brake calipers will then open, allowing the pads to be changed.After the result of Finished Correctly appears click […]
Read MoreInstall OCSInventory on Debian 10
Install Apache ,ngnix or any your favourite web server, also install MariaDB. I prefer Apache2 so let’s go: apt install apache2 libapache2-mod-php libapache2-mod-perl2 libapache-dbi-perl libapache-db-perl php-soap php-curl php-json php-xml php-mbstring php-gd php-pclzip php-xmlrpc 2. Creating a new database for OCSInventory First access the MariaDB shell: mysql -u root -p And then, it creates the new […]
Read MoreESP8266 throttle with oled code
#include <Arduino.h> #include <U8x8lib.h> #ifdef U8X8_HAVE_HW_SPI #include <SPI.h> #endif U8X8_SH1106_128X64_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE); const int analogInPin = A0; // ESP8266 Analog Pin ADC0 = A0 int sensorValue = 0; // value read from the pot int outputValue = 0; // value to output to a PWM pin int analogInput = A0; float Vout = 0.00; […]
Read MoreAudi A6 C7 VCDS and green menu tweaks
Try at own risk, I won’t be responsible if you make mistake 1. Enabling Gauge Test/Needle Sweep (already activated) This will sweep the needles of the speedometer and rev counter through their full range automatically when you start the engine. [Select] [17 – Instruments] [Coding – 07] [Long Coding Helper] Click on byte 1 and […]
Read MoreSimple Linux NAT server
All of these commands must be executed as the root user. First you need to tell your kernel that you want to allow IP forwarding. Then you’ll need to configure iptables to forward the packets from your internal network, on /dev/eth1, to your external network on /dev/eth0. You do this will the following commands: You […]
Read MoreUpdate nVidia drivers Debian Buster
How to install NVIDIA driver by using the official nvidia.com package step by step instructions Enable the non-free repository. As an administrative user open the /etc/apt/sources.list and add the non-free repository. For example change the repository definition: FROM: deb http://ftp.au.debian.org/debian/ buster main TO: deb-src http://ftp.au.debian.org/debian/ buster main non-free Once ready update the repository index files […]
Read More