Skip to content

Instantly share code, notes, and snippets.

View roboticsai's full-sized avatar

Dinesh Lama roboticsai

View GitHub Profile
@roboticsai
roboticsai / free-illustrator.md
Created August 30, 2021 09:21 — forked from molcik/free-illustrator.md
Illustrator never ending trial period

How Does It Work

All you have to do, to extend your trial period, is change number in TrialKey element in application.xml. This file is located in /Applications/Adobe Illustrator CC 2018/Support Files/AMT/AI/AMT. You can navigate there with this command:

cd /Applications/Adobe\ Illustrator\ */Support\ Files/AMT/AI/AMT

Then you have to open the file and edit it. You can use just nano editor in terminal.

@roboticsai
roboticsai / .gitignore
Created October 15, 2020 05:46 — forked from bradley219/.gitignore
PID C++ implementation
.DS_Store
@roboticsai
roboticsai / 01-vilma-dependencies
Created March 10, 2017 16:00 — forked from cfpperche2/01-vilma-dependencies
Ubuntu 14.04 + Kernel 3.14.17 + Xenomai 2.6.4 + RTnet-master + ROS Indigo + Orocos 2.8
#!/usr/bin/env bash
# This is an installation tutorial of the OROCOS v2.8 with the ROS Indigo and
# the Xenomai 2.6.4 on Ubuntu 14.04.
# The following is adapted from:
# https://help.ubuntu.com/community/Kernel/Compile#Alternate_Build_Method:_The_Old-Fashioned_Debian_Way
# http://www.xenomai.org/documentation/xenomai-2.6/README.INSTALL
# Update kernel
sudo apt-get install linux-image-generic-lts-trusty