The Ramonologue

Weblog of Ramon van Belzen, webdesigner, programmer, laboratory technician

  • Home
  • About Me
  • Contact
  • Code
  • Photos
  • Reviews
  • Music
  • WordPress Plugins

Official NVIDIA Fallout 4 Mod – Vault 1080 Trailer

02/09/2016 Leave a Comment

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Games Tagged With: Fallout, nVIDIA

Linux Kernel 2.6.39 installation guide for Ubuntu Linux

19/05/2011 18 Comments

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 10.10, 11.04 and 11.10) and most distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-2.6.39-020639_2.6.39-020639.201105190911_all.deb
  2. And the appropriate package for your system
    I386: linux-headers-2.6.39-020639-generic_2.6.39-020639.201105190911_i386.deb
    AMD64: linux-headers-2.6.39-020639-generic_2.6.39-020639.201105190911_amd64.deb
  3. And the accompanying compiled kernel;
    I386: linux-image-2.6.39-020639-generic_2.6.39-020639.201105190911_i386.deb
    AMD64: linux-image-2.6.39-020639-generic_2.6.39-020639.201105190911_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu
    If it`s not there check all steps (and of course for errors)

The source can be found on www.kernel.org

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, nVIDIA, Ubuntu

Linux Kernel 2.6.34 installation guide for Ubuntu Linux 10.04

19/05/2010 52 Comments

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 ) and all distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS

Installation Guide

  1. Download linux-headers-2.6.34-020634_2.6.34-020634_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb
    AMD64: linux-headers-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.34-020634-generic_2.6.34-020634_i386.deb
    AMD64: linux-image-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is also available; linux-source-2.6.34_2.6.34-020634_all.deb

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, nVIDIA, Ubuntu

Linux Kernel 2.6.33 installation guide for Ubuntu Linux

25/02/2010 20 Comments

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (9.10) and all distributions based on Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS (which is included in Ubuntu 8.10 and higher including 9.04 and 9.10)

And in case you don`t want to reboot you should try out Ksplice.

Installation Guide

  1. Download linux-headers-2.6.33-020633_2.6.33-020633_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-headers-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-image-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  4. Install the files in the same (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is available here.

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, nVIDIA, Ubuntu

Linux Kernel 2.6.29 installation guide for Ubuntu and Debian Linux

24/03/2009 40 Comments

The Ubuntu kernel guys have released an “official” build of the 2.6.29 Linux Kernel which came out tonight. The .deb files work for both Ubuntu and Debian!  (and outdated, stable and test releases like Ubuntu 9.04 jaunty jackalope.

The included kernel files have been compiled using the generic ubuntu configuration but lack ubuntu specific drivers.  Note: nVIDIA ForceWare drivers are automaticly installed using DKMS (which is included in Ubuntu 8.10)

The files can be found at http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/

Installation Guide

  1. Download http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/linux-headers-2.6.29-020629_2.6.29-020629_all.deb
  2. Download your kernel headers package;
    I386:  http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/linux-headers-2.6.29-020629-generic_2.6.29-020629_i386.deb
    AMD64: http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/linux-headers-2.6.29-020629-generic_2.6.29-020629_amd64.deb
  3. Download your kernel compile;
    I386:  http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/linux-image-2.6.29-020629-generic_2.6.29-020629_i386.deb
    AMD64: http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29/linux-image-2.6.29-020629-generic_2.6.29-020629_amd64.deb
  4. Install the files in the same order as mentions above! (doing step 1 and 2 the other way around isn`t possible!)
    For lazy guys console freaks; dpkg -i *.deb
    (Notice: the console have to be in the same directory as the downloads and no other .deb packages should be there – else they also get installed)
  5. Reboot and select the kernel from the bootloader menu

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Debian, Linux, nVIDIA, Ubuntu

About Me

About Me

Hello there, I`m Ramon van Belzen, online known as Ramoonus. I'm currently 27 years old. I live in Vlissingen, Zeeland, the Netherlands, Europe.I`ve got a … Read more

My Profiles

  • 
  • 
  • 
  • 
  • 
  • 
  • 
  • 

Categories

  • Books
  • Chemistry
  • Computers
    • Internet Of Things
    • Robotics
  • Games
  • Music
  • Personal
  • Webdesign

Tags

AJAX Apache Bash Bevrijdingsfestival Zeeland Chrome CSS Debian Facebook Fedora festival onderstroom Foobar2000 git GitHub GNOME Google HTML5 Inkscape JavaScript Joomla jQuery Kernel Linux Magic: The Gathering Microsoft Microsoft Office mIRC MySQL nVIDIA Onderstroom Festival OpenSolaris Opera Outlook packt publishing Perfect Pitch Perl PHP Raspberry Pi Raspbian SEO SVG Twitter Ubuntu Windows WooCommerce WordPress

RSS Jukebox

  • Oxide & Neutrino – Marimba
  • Sir Spyro – Topper Top ft. Teddy Bruckshot, Lady Chann and Killa P
  • Maan – Perfect World (Prod. by Hardwell)
  • Fifth Harmony – Work from Home ft. Ty Dolla Sign
  • Chase & Status – Control ft. Slaves
  • P Money – 10/10
  • Sir Spyro – Side By Side (feat. Big H, Bossman Birdie & President T)
  • SIR SPYRO ft FOOTSIE – NIGHT SHIFT
  • Books
  • Chemistry
  • Games
  • Music
  • Personal
  • Computers
  • Webdesign

Copyright © 2016 · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.