Open Terminal and run:
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Open Terminal and run:
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Mac OS Extended (Journaled) and Master Boot Record and call it MyVolumeInstallMacOSX.dmg.pkgutil --expand /Volumes/Install\ OS\ X/InstallMacOSX.pkg /tmp/El\ Capitan
diskutil eject Install\ OS\ X
cd /tmp/El\ Capitan
| If you get an error importing your custom part SVG, here is the quick fix: | |
| Basically Fritzing is looking for width and height attributes in the <svg /> | |
| tag, open the SVG in a texteditor and just add it manually. You can use 3rd | |
| and 4th parameter from the viewBox attribute you find in <svg>. | |
| However the correct SVG Options in Illustrator (NOTE: that SVG Options prompt | |
| appears only when you Save As...) would be as follows: | |
| SVG Profiles: SVG Tiny 1.2 |
| <?php | |
| /** | |
| * Shorten URL | |
| * @param $url | |
| * @returns Shortened URL or false on failure | |
| */ | |
| function shorten( $url ) | |
| { | |
| try { | |
| return file_get_contents( "https://clck.ru/--?url={$url}" ); |
| Host * | |
| IgnoreUnknown AddKeysToAgent,UseKeychain | |
| IdentityFile ~/.ssh/id_rsa | |
| AddKeysToAgent yes | |
| UseKeychain yes | |
| ServerAliveInterval 420 | |
| ServerAliveCountMax 3 |
| daemon off; | |
| worker_processes 1; | |
| error_log /dev/stdout; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include /usr/local/etc/nginx/mime.types; | |
| sendfile on; | |
| server { |
This is a public reminder to myself and those who do use macOS Catalina with USB-DMX FTDI dongles... I notice the driver I'm installing below disappears after time and I have to repeat the steps. (Typically this happens before/on the day when I run a lightshow... bläh!)
USB-DMX Interfaces not recognized, or you are seeing two of them in QLC+ and/or it is not simply working. You can also check if you have the FTDIUSBSerialDriver.kext installed on you machine or any descriptive errors with the driver by running following command in Terminal:
| -- Google Cloud VM Instance, clean copy of CentOS 8 -- | |
| # 1 Enable SSH | |
| On Client: | |
| ssh-keygen -t rsa -f ~/.ssh/ravefox -C itsmikita | |
| cat ~/.ssh/ravefox |
| const epizod = ( d ) => { | |
| const s = ( ( new Date() ).getTime() - ( new Date( d ) ).getTime() ).toString() | |
| return "BRAK ROZUMU EPIZOD #" + s.substr( -4 ) + "\n" | |
| + "MASK RED " + s.substr( 1, 2 ) + " GREEN " + s.substr( 4, 2 ) + " BLUE " + s.substr( 7, 2 ); | |
| }; |
| sudo apt-get install hhvm=3.21.0+dfsg-2ubuntu2 |