A gentle introduction to the powerful machine learning library, Theano.
Source: Beginner Tutorial: Neural Nets in Theano
Simple Tutorial, but let me know how Theano work!
The further the mind is, the farther the road is.
A gentle introduction to the powerful machine learning library, Theano.
Source: Beginner Tutorial: Neural Nets in Theano
Simple Tutorial, but let me know how Theano work!
for i in `ls /var/lib/initramfs-tools`; \
do export IGNORE_CC_MISMATCH=1 && \
/usr/lib/dkms/dkms_autoinstaller start $i; \
done
Source: Command to rebuild all DKMS modules for all installed kernels?
$ sudo rm /etc/udev/rules.d/70-persistent-net.rules
Source: Fix Missing eth0 When Cloning Ubuntu VMware Virtual Machines
It turns out the solution is very simple. The xset command is the X server preferences command.
It has a simple command to turn off the monitor:$ xset dpms force offand to turn the monitor back on:
$ xset dpms force onYou can also check the status of the X server settings by using:
$ xset -q
Source: How To Turn Off Your Monitor Via Command Line in Ubuntu | systemBash
docker images | awk ‘$1 !~ /halo9pan/ { printf (“%s:%s\n”, $1, $2) }’ | awk ‘/^REPOSITORY|/ {next} {print $1}’ | xargs -L1 docker pull
docker images | awk ‘$2 ~ // {print $3}’ | xargs -L1 docker rmi