Skip to content

Instantly share code, notes, and snippets.

View lnrsoft's full-sized avatar
🎯
Focusing

lnrsoft lnrsoft

🎯
Focusing
View GitHub Profile
@lnrsoft
lnrsoft / README.md
Created April 28, 2023 12:21 — forked from marcpinet/README.md
Activate Sublime Text 4 Build 4143 and below for ever (also maybe above, but not yet tried)

Activate Sublime Text (for ever)

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner and select sublime_text.exe
  3. Press CTRL + F or on the Search for bar in the left panel and look for: 80 78 05 00 0f 94 C1
  4. Now in the editor, click on the first byte (80) and start replacing each byte by: C6 40 05 01 48 85 C9
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!

@lnrsoft
lnrsoft / microsoft Visual studio 2019
Created February 19, 2023 17:13 — forked from kakubagerald/microsoft Visual studio 2019
softwares keys and activation licenses
Visual Studio 2019 Enterprise
BF8Y8-GN2QH-T84XB-QVY3B-RC4DF
Visual Studio 2019 Professional
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y
orininall shared at https://gist.github.com/d-komarov/a8029ad14b3cf16488d96471e658c205
@lnrsoft
lnrsoft / Visual Studio 2019 License Key
Created February 19, 2023 14:22 — forked from NarenderSingh/Visual Studio 2019 License Key
Visual Studio 2019 License Key
Visual Studio 2019 Enterprise
BF8Y8-GN2QH-T84XB-QVY3B-RC4DF
Visual Studio 2019 Professional
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y
@lnrsoft
lnrsoft / ftp-ubuntu.md
Created April 6, 2018 03:45 — forked from sergiohidalgo/ftp-ubuntu.md
Generar accesos FTP en Ubuntu con proftpd

Instalación

apt-get update
apt-get install proftpd

Ediar archivo de configuración

@lnrsoft
lnrsoft / using localhost as a ftp server
Created April 6, 2018 03:45 — forked from jahidHn/using localhost as a ftp server
How to setup ftp server in ubuntu
Command Line:
# Install Lamp
Configure for permission:
cd /var/www/html
sudo chown -R user:www-data /var/www/html/
sudo chmod -R 775 /var/www/html/
sudo chmod g+s /var/www/html/
#Install ftp [vsftpd]
@lnrsoft
lnrsoft / guide.md
Created April 6, 2018 03:45 — forked from anhphamt/guide.md
Install FTP on Ubuntu

#install config pure-db sudo apt-get install pure-ftpd

sudo groupadd ftpgroup

``

@lnrsoft
lnrsoft / sftp.md
Created April 6, 2018 03:45 — forked from vallettea/sftp.md
How to setup a secure ftp server on ubuntu.

Setting up ftp server on ubuntu

Install

apt-get install vsftpd openssh-server

Configure ftp

@lnrsoft
lnrsoft / pdf2htmlEX.sh
Created February 28, 2018 21:24 — forked from rajeevkannav/pdf2htmlEX.sh
Install CMake, pkg-config,GNU Getopt,GCC,poppler,fontforge,pdf2htmlEX in Ubuntu 15.05
#!/bin/bash
# Ubuntu Developer Script For pdf2htmlEx
# Created by Rajeev Kannav Sharma
# http://rajeevkannav.github.io/
#
#
# Downloads and configures the following:
#
# CMake, pkg-config
# GNU Getopt
@lnrsoft
lnrsoft / XR2.control.m
Created February 9, 2018 22:06 — forked from alexymik/XR2.control.m
Matlab code to control XR-2 Robotic Arm with an Xbox 360 controller
% Values you will most likely want to change:
ROBOT_STEPS = 20;
COM_PORT = 'COM9';
POLL_RATE = 0.1;
% Set up joystick
disp('Connecting to Xbox Controller... ');
XBOX_CONTROLLER = vrjoystick(1);
disp(caps(XBOX_CONTROLLER));
%disp(INSTRFIND);
@lnrsoft
lnrsoft / XR2.control.m
Created February 9, 2018 22:06 — forked from alexymik/XR2.control.m
Matlab code to control XR-2 Robotic Arm with an Xbox 360 controller
% Values you will most likely want to change:
ROBOT_STEPS = 20;
COM_PORT = 'COM9';
POLL_RATE = 0.1;
% Set up joystick
disp('Connecting to Xbox Controller... ');
XBOX_CONTROLLER = vrjoystick(1);
disp(caps(XBOX_CONTROLLER));
%disp(INSTRFIND);