by DATUREX GmbH | Jun 7, 2015 | Green IT, Linux
su cd /tmp wget -trust-server-names https://dev2day.de/pms/dists/wheezy/ dpkg -i plexmediaserver_0.9.11.7.803-87d0708-3_armhf.deb echo "/usr/lib/plexmediaserver" >>/etc/ld.so.conf.d/plex.conf ldconfig ln -s...
by DATUREX GmbH | May 23, 2015 | Green IT
Setup: Intel BB NUC5i3RYH Rock Canyon i3 High Desktop PC (Intel Core-i3 5010U, 2.1GHz, no operating system) Crucial CT51264BF160BJ Memory 4GB Samsung SM951 256GB M.2 NGFF PCIe Gen3 8Gb/s x4 Solid state drive SSD (2280) (...
by DATUREX GmbH | Apr 25, 2015 | Oracle
DECLARE BEGIN FOR eachObject IN ( SELECT 'DROP ' || object_type || ' ' || object_name || DECODE ( object_type, 'TABLE', ' CASCADE CONSTRAINTS PURGE' ) AS statement_sql FROM user_objects WHERE object_type IN (...
by DATUREX GmbH | Apr 25, 2015 | Green IT, Linux
Compiling from source: cd wget http://sourceforge.net/projects/hd-idle/files/latest/download tar xvfz download sudo apt-get install debhelper cd ~/hd-idle dpkg-buildpackage -rfakeroot Installing: cd ... sudo dpkg -i hd-idle_*.deb sudo service hd-idle start/stop sudo...
by DATUREX GmbH | Apr 25, 2015 | Encryption, Linux
This example is for ubuntu installations, but it can also be adapted for other distributions. Install build tools: sudo apt-get install build-essential libfuse-dev libgtk2.0-dev libwxgtk2 Download Source Code and unzip: cd wget...
Recent Comments