How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin) | HowtoForge - Li... - 0 views
-
sudo su
-
/etc/init.d/apparmor stop update-rc.d -f apparmor remove apt-get remove apparmor apparmor-utils
-
groupadd mysql useradd -r -g mysql mysql
- ...6 more annotations...
Installing R on Ubuntu - 0 views
Introducing Oracle R Enterprise 1.4 - 0 views
Intro to R - YouTube - 0 views
-
Intro to R
Raportare sau BI C - 0 views
Raportare sau BI Ce sau de ce? http://www.marketwatch.ro/pdfs/MW%20131.pdf Controlul asupra companiei, obiectiv pe care îl doreºte orice manager, poate fi exercitat numai p...
Rittman Mead Consulting - The Changing World of Business Intelligence - 0 views
-
Schema on write This is the traditional approach for Business Intelligence. A model, often dimensional, is built as part of the design process. This model is an abstraction of the complexity of the underlying systems, put in business terms. The purpose of the model is to allow the business users to interrogate the data in a way they understand.
-
The model is instantiated through physical database tables and the date is loaded through an ETL (extract, transform and load) process that takes data from one or more source systems and transforms it to fit the model, then loads it into the model.
-
The key thing is that the model is determined before the data is finally written and the users are very much guided or driven by the model in how they query the data and what results they can get from the system. The designer must anticipate the queries and requests in advance of the user asking the questions.
- ...3 more annotations...
Install Oracle Java 7 in Ubuntu 12.10/12.04/11.10/Any Ubuntu or Linux Mint Version ~ No... - 0 views
-
For 64-bit users: wget -O jdk-64bit.tar.gz http://goo.gl/MSzBj wget -O jre-64bit.tar.gz http://goo.gl/yZgjI sudo -s cp -r jre-64bit.tar.gz /usr/local/java sudo -s cp -r jdk-64bit.tar.gz /usr/local/java cd /usr/local/java sudo -s chmod a+x jre-64bit.tar.gz sudo -s chmod a+x jdk-64bit.tar.gz sudo -s tar xvzf jre-64bit.tar.gz sudo -s tar xvzf jdk-64bit.tar.gz
-
sudo nano /etc/profile Add the following lines at the end of file: JAVA_HOME=/usr/local/java/jdk* PATH=$PATH:$HOME/bin:$JAVA_HOME/bin JRE_HOME=/usr/local/java/jre* PATH=$PATH:$HOME/bin:$JRE_HOME/bin export JAVA_HOME export JRE_HOME export PATH
-
Now enter following commands one by one in terminal: sudo update-alternatives --install "/usr/bin/java" "java" "/usr/local/java/jre1.7.0_12/bin/java" 1 sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/local/java/jdk1.7.0_12/bin/javac" 1 sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/local/java/jre1.7.0_12/bin/javaws" 1 sudo update-alternatives --set java /usr/local/java/jre1.7.0_12/bin/java sudo update-alternatives --set javac /usr/local/java/jdk1.7.0_12/bin/javac sudo update-alternatives --set javaws /usr/local/java/jre1.7.0_12/bin/javaws . /etc/profile
- ...1 more annotation...
Playing with R - 0 views
60+ R resources to improve your data skills - Computerworld - 0 views
How Do I Find The Largest Top 10 Files and Directories On a Linux / UNIX / BSD? - 0 views
-
# du -a /var | sort -n -r | head -n 10
-
find /path/to/dir/ -printf '%s %p\n'| sort -nr | head -10 find . -printf '%s %p\n'| sort -nr | head -10
How To Get Cisco VPN to Work on Windows 8 - 0 views
-
Secure VPN Connection terminated locally by the client. Reason 442: Failed to enable Virtual Adapter
-
HKLM\SYSTEM\CurrentControlSet\Services\CVirtA
-
regedit
- ...2 more annotations...