robots.txt: no indexing
To disallow any bot from crawling your site, add the following to robots.txt
robotUser-Agent: *
Disallow: /
How-To Install Wolfram Mathematica on the Raspberry Pi
This short guide describes how to install Wolfram Language and Mathematica on your Raspberry Pi running Raspbian OS.
In the terminal run the following commands:
sudo apt-get update
sudo apt-get install -y wolfram-engine
Ubuntu Linux Kernel 3.12 installation guide
This short walkthrough describes how to install the linux kernel version 3.12 on Ubuntu Linux without having to compile it yourself.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration.
The source can be found on kernel.org
Installation Guide (GUI)
- Download the kernel headers package:
linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb - And the appropriate package for your system
- And the accompanying compiled kernel image
- Install the files in the same order as downloaded above. (Linux-headers-*all.deb, Linux-headers-*platform*.deb, Linux-image-*platform*.deb)
- In the terminal run:
sudo update-grub - Reboot and select the kernel from the bootloader menu
I will post the latest version of the 3.12 branch in comments below.
How-To Run SimCity 2000 on Windows 8 (X64)
In case you have problems with installing SimCity 2000 on a Windows 8 machine (like me) you shoud follow this short guide to get it working.
- Copy the SC2K directory from the CD to C:\Games\Simcity 2000\SC2K
- Run the simcity2000.reg file (below)
What`s inside the SimCity2000.reg file?
Save the code below, using notepad, as simcity2000.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Maxis] [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000] [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\Localize] "Language"="USA" [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\Options] "Speed"=dword:00000001 "Sound"=dword:00000001 "Music"=dword:00000001 "AutoGoto"=dword:00000001 "AutoBudget"=dword:00000000 "Disasters"=dword:00000001 "AutoSave"=dword:00000000 [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\Paths] "Home"="C:\\Games\\Simcity 2000\\SC2K" "Graphics"="C:\\Games\\Simcity 2000\\SC2K\\Bitmaps" "Music"="C:\\Games\\Simcity 2000\\SC2K\\Sounds" "Data"="C:\\Games\\Simcity 2000\\SC2K\\Data" "Goodies"="C:\\Games\\Simcity 2000\\SC2K\\Goodies" "Cities"="C:\\Games\\Simcity 2000\\SC2K\\Cities" "SaveGame"="C:\\Games\\Simcity 2000\\SC2K\\Cities" "TileSets"="C:\\Games\\Simcity 2000\\SC2K\\ScurkArt" "Scenarios"="C:\\Games\\Simcity 2000\\SC2K\\Scenario" [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\Registration] "Mayor Name"="Blackbeard" "Company Name"="Piratbyran" [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\SCURK] "CycleColors"=dword:00000001 "GridHeight"=dword:00000002 "GridWidth"=dword:00000002 "ShowClipRegion"=dword:00000000 "ShowDrawGrid"=dword:00000000 "SnapToGrid"=dword:00000000 "Sound"=dword:00000001 [HKEY_CURRENT_USER\Software\Maxis\Maxis\SimCity 2000\Version] "SimCity 2000"=dword:00000100 "SCURK"=dword:00000100 [HKEY_CURRENT_USER\Software\Maxis\SimCity 2000\Windows] "Display"="8 1" "Color Check"=dword:00000000













































































