Passmark results

Highlights

  • PINTO: 1917.4 https://www.passmark.com/baselines/V9/display.php?id=94558028333
  • TEMPEST: 1794 https://www.passmark.com/baselines/V9/display.php?id=94558863192
  • AMX:

Pinto

PassMark Rating
    #1 - Z170 Gaming K6    5741
    #2 - GA-990FXA-UD3    2356
    #3 - H97M-D3H    2604
    #4 - GA-78LMT-USB3 6.0    3064
    #5 - H81M-HD3    3941
    #6 - 0NJT03    2241
    This Computer    1917

Building a bootable USB for Windows with UEFI and NTFS

I found this procedure on the webs and used it slightly modified, as outlined below.

Become root with sudo su -
Insert the USB drive, and find its device name.

lsblk

sdk                 8:160  1  31.6G  0 disk
└─sdk1              8:161  1  13.7G  0 part /run/media/gill/OCTD

Unmount the partition.

umount /dev/sdk1

Run fdisk with the device name and remove existing partitions.

Apt sources.list for Ubuntu 16.04 LTS on ARM64

Here is my sources list:

deb http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted

Can't connect to mail server

Connections to my postfix+imap server are "blocked" (connection refused).
Turns out the portreserve system is broken... it blocks ports the mail server needs!

for daemon in portreserve clamd cyrus-imapd spamassassin amavisd postgrey postfix
do
/sbin/service $daemon stop
done
for daemon in postfix postgrey amavisd spamassassin cyrus-imapd clamd portreserve
do
/sbin/service $daemon start
done

Update #7203

The following updates returned messages
media_wysiwyg module
Update #7203

CKEditor integration has been moved to the Media CKEditor module.If you are using the stand-alone CKEditor module in combination with the CKEditor plugin provided by Media WYSIWYG then you must download and enable the Media CKEditor module.

Install OctoPrint on BeagleBone (white)

#add a user (I choose pi)
sudo useradd -m -c "Pi Octoprint" pi
#Be sure to give him a password
sudo password pi
#make sure it's up to date
sudo apt-get update
#install python building tools
sudo apt-get install build-essential python-dev python-pip python-virtualenv

NOW you can start with the instructions https://github.com/foosel/OctoPrint
Specifically,

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer