Skip to content

Instantly share code, notes, and snippets.

View link-webcreations's full-sized avatar
:shipit:
In theaters

link-webcreations

:shipit:
In theaters
View GitHub Profile
@link-webcreations
link-webcreations / flame_custom.css
Last active August 25, 2022 12:28
Custom CSS for Flame Dashboard.
/* Background image */
body {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
}
@link-webcreations
link-webcreations / autoexec.cfg
Last active January 8, 2020 23:18
Felbarr CS-GO config
// Felbarr CS-GO config
// D:\Jeux\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\autoexec.cfg
// Begin AUTOEXEC
echo "-- LOADING AUTOEXEC CONFIGURATION --";
// Misc
con_enable "1"; // Enable console
rate "786432"; // Set rates (if up to 6Mbps)
cl_autowepswitch "0"; // NO auto weapon switch on pickup
@link-webcreations
link-webcreations / install_windows_10.md
Last active November 15, 2025 17:26
Install and configure Windows 10

How to install and configure Windows 10

Prepare the USB key

@link-webcreations
link-webcreations / azure_infrastructure.md
Last active January 25, 2020 16:14
Will create a Linux VM accessible from internet through an Azure Load Balancer.

Azure infrastructure

Before starting, assign manually the Allowed locations policy to North Europe and West Europe using the Azure portal.

Then you can launch an Azure Cloud Shell to run the following notebook. (It will create automatically a storage account in the proper location)

All commands are documented here: https://docs.microsoft.com/fr-fr/cli/azure/reference-index

Create the VM for the VPN

Change ROM for your OnePlus 5T

Update to latest official build

Use OTA.
Or download the latest build https://downloads.oneplus.com/devices/oneplus-5t/ and do the update manually:

  1. Download the Beta Full Zip from above link and place it in the root folder.
  2. Unplug your phone from your PC
  3. Power off your phone then boot into Stock Recovery mode (hold Volume Down + Power).
@link-webcreations
link-webcreations / install_configure_raspbian.md
Last active January 10, 2020 14:32
Install and configure raspbian for RPI3

How to install and configure Raspbian for a RaspberryPi 3

Install Raspbian

  • Grab the latest Raspbian Lite image.
  • Grab the Etcher software.
  • Install Etcher and use it to write the Raspbian image to the SD card.
    • No need to extract the image or format the card prior to writing. Just choose the .zip archive, pick the SD card and Flash!.
  • Remove and insert the SD card so the OS will see the boot FAT32 partition.
  • On that partition, place a file named ssh, without any extension (this file can be empty, the contents don't matter). This will enable ssh at boot.
@link-webcreations
link-webcreations / OPO-HOWTO_custom_rom_installation.md
Last active July 30, 2025 15:30
OnePlus One (bacon) - HOWTO install custom ROM

Return to 100% Stock

Dowload the latest fastboot image

https://cyngn.com/support (i.e cm-13.1.2-ZNH2KAS3P0-bacon-signed-fastboot-76d803f730.zip)

Unlock your phone

  • Unplug your phone from your PC
  • Power off your phone then boot into fastboot mode (volume up + power).