Error when trying to install pygraphviz on Linux Mint 19.3.
sudo apt-get install python-dev graphviz libgraphviz-dev pkg-config
pip install pygraphviz
pip install pygraphviz.
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\.stp] | |
| @="stp_auto_file" | |
| [HKEY_CLASSES_ROOT\stp_auto_file] | |
| @="" | |
| [HKEY_CLASSES_ROOT\stp_auto_file\shell] |
| xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
| xrandr --addmode Virtual1 1920x1080 | |
| xrandr --output Virtual1 --mode 1920x1080 |
This fixes A start job is ruining for Raise network interfaces hang
sudo nano /etc/network/interfaces.d/setup
change:
auto lo
iface lo inet loopback
auto eth0
| component pokeys "PoKeys IO driver, by Mit Zot"; | |
| option userspace yes; | |
| pin out bit in-# [55]; | |
| pin out float ain-# [3]; | |
| pin out bit err; | |
| pin in float analog-scale-# [3]; | |
| pin in unsigned devSerial; |
| #!/usr/bin/env python | |
| # Copyright (c) 2018 Kurt Jacobson | |
| # <[email protected]> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 2 of the License, or | |
| # (at your option) any later version. | |
| # |
| #!/bin/bash | |
| # default options | |
| BRANCH="master" | |
| DIRECTORY="$PWD/linuxcnc-dev" | |
| # constants | |
| BOLD=`tput bold` | |
| RED=`tput setaf 1` | |
| GREEN=`tput setaf 2` |
cd ~
sudo apt-get update
sudo apt-get install build-essential bin86 libqt4-dev libncurses5-dev pkg-config bison flex libssl-dev libelf-dev
mkdir rtlinux
cd rtlinux
wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.8.tar.xz
wget https://www.kernel.org/pub/linux/kernel/projects/rt/4.16/patch-4.16.8-rt3.patch.gz
tar -xpf linux-4.16.8.tar.xz
Clone the source:
[email protected]:LinuxCNC/linuxcnc.git linuxcnc-dev
Configure:
$ cd linuxcnc-dev
$ cd debian
$ ./configure sim