Deprecated: Constant E_STRICT is deprecated in /var/www/html/paste/htdocs/system/core/Exceptions.php on line 76

A PHP Error was encountered

Severity: 8192

Message: ini_set(): session.sid_length INI setting is deprecated

Filename: Session/Session.php

Line Number: 426

Backtrace:

File: /var/www/html/paste/htdocs/application/controllers/Main.php
Line: 66
Function: library

File: /var/www/html/paste/htdocs/index.php
Line: 315
Function: require_once

Adding VS Code - Lindows OS Paste

ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From Trent, 1 Year ago, written in Plain Text.
This paste will kick the bucket in 1 Second.
Embed
  1. wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
  2. install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
  3. echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" |tee /etc/apt/sources.list.d/vscode.list > /dev/null
  4. rm -f packages.microsoft.gpg
  5.  
  6. apt update && apt -y install code