modelr.wordpress.com
Ubuntu 9.04 Maxxed Out | ModelR
https://modelr.wordpress.com/2009/04/26/ubuntu-904-maxxed-out
A Beautiful Mind In Use. Ubuntu 9.04 Maxxed Out. April 26, 2009. Posted by ModelR in Everything LINUX. Here are the changes I’ve made to my Ubuntu 9.04 to max it out. First after installing Ubuntu, since this will be a VM we definetly need to install VMware Tools:. In VMware server click: VM Install VMware Tools. Copy the tar that has been mounted into the tmp folder, example: cp /media/cdrom/VMwareTools-1.0.3-44356.tar.gz /tmp/. Navigate to the tmp folder: cd /tmp. Let’s change the theme. We’ll us...
modelr.wordpress.com
May | 2009 | ModelR
https://modelr.wordpress.com/2009/05
A Beautiful Mind In Use. How To Get Ubuntu To Play WMV Files. May 13, 2009. Posted by ModelR in Everything LINUX. This was taken from a guide located here. Note: The version we are installing for is Jaunty (Ubuntu 9.04). Install mplayer using Synaptic Package Manager or the command. Sudo apt-get install mplayer. Then type the command. Sudo wget http:/ www.medibuntu.org/sources.list.d/jaunty.list. Output-document=/etc/apt/sources.list.d/medibuntu.list. Then add the GPG Key using these commands:. Or check ...
modelr.wordpress.com
How To Get 3D Graphics On A Dell CPx Laptop With Linux | ModelR
https://modelr.wordpress.com/2009/06/23/how-to-get-3d-graphics-on-a-dell-cpx-laptop-with-linux
A Beautiful Mind In Use. How To Get 3D Graphics On A Dell CPx Laptop With Linux. June 23, 2009. Posted by ModelR in Everything LINUX. Update: Here is how I was able to achieve OpenGL 3D Graphics With Debian Lenny 5.01 kernel version 2.6.26-2-686 on a ATI Mach64 Chipset Laptop. Note: As of the date of this article: June 25, 2009 the git repository version of DRM will cause your system to hang (at least that’s what happened for me) so I had to use version 2.4.1. Apt-get build-dep libdrm mesa. Reference: ht...
modelr.wordpress.com
January | 2009 | ModelR
https://modelr.wordpress.com/2009/01
A Beautiful Mind In Use. To Create a Self-Extracting Zip. January 17, 2009. Posted by ModelR in General Computer Related. Create a self extracting zip. Script To Fix eth0 After Moving VM. January 11, 2009. Posted by ModelR in UBUNTU LAMP Project. THIS IS A SUBSECTION OF THE VERY VITAL UBUNTU LAMP SERVER PROJECT. You can find the full outline of this project here:. Very Vital Ubuntu LAMP Server Project Outline. Please support this project. Create a new file called “ /usr/local/bin/fixeth0.sh. Echo "* * * ...
modelr.wordpress.com
June | 2009 | ModelR
https://modelr.wordpress.com/2009/06
A Beautiful Mind In Use. June 27, 2009. Posted by ModelR in Computer Services. I’m moving the blog to it’s own Domain: techkrunch.co.cc. Things That I Dislike About Using Linux. June 23, 2009. Posted by ModelR in Uncategorized. Kernel Changes With Removed Features. To be continued……. How To Get 3D Graphics On A Dell CPx Laptop With Linux. June 23, 2009. Posted by ModelR in Everything LINUX. Apt-get build-dep libdrm mesa. Apt-get install linux-headers-`uname -r`. Apt-get install xorg-dev libgl1-mesa-dev.
modelr.wordpress.com
April | 2009 | ModelR
https://modelr.wordpress.com/2009/04
A Beautiful Mind In Use. Ubuntu 9.04 Maxxed Out. April 26, 2009. Posted by ModelR in Everything LINUX. Here are the changes I’ve made to my Ubuntu 9.04 to max it out. First after installing Ubuntu, since this will be a VM we definetly need to install VMware Tools:. In VMware server click: VM Install VMware Tools. Copy the tar that has been mounted into the tmp folder, example: cp /media/cdrom/VMwareTools-1.0.3-44356.tar.gz /tmp/. Navigate to the tmp folder: cd /tmp. Let’s change the theme. We’ll us...
modelr.wordpress.com
Changing The Hostname Of A Debian System | ModelR
https://modelr.wordpress.com/2009/06/21/changing-the-hostname-of-a-debian-system
A Beautiful Mind In Use. Changing The Hostname Of A Debian System. June 21, 2009. Posted by ModelR in Everything LINUX. Reference this article: http:/ www.ducea.com/2006/08/07/how-to-change-the-hostname-of-a-linux-system/. To change the hostname of a Debian system and make it permanent, you will have to edit this file. Enter the new hostname that you wish to change to then run this command:. Etc/init.d/hostname.sh start. Logout and log back in to see if the changes are active. Leave a Reply Cancel reply.
modelr.wordpress.com
December | 2008 | ModelR
https://modelr.wordpress.com/2008/12
A Beautiful Mind In Use. Ubuntu Updates and Installs. December 20, 2008. Posted by ModelR in UBUNTU LAMP Project. THIS IS A SUBSECTION OF THE VERY VITAL UBUNTU LAMP SERVER PROJECT. You can find the full outline of this project here:. Very Vital Ubuntu LAMP Server Project Outline. Please support this project. Just a quick recap. Basically we have installed the Jeos server. Now it’s fresh and ready for us to customize. First we will run a check for updates with the following command:. Sudo apt-get install ...
modelr.wordpress.com
Getting Sound To Work On Debian Lenny With ESS Allegro/Maestro3 Sound Chips | ModelR
https://modelr.wordpress.com/2009/06/21/getting-sound-to-work-on-debian-lenny-with-ess-allegromaestro3-sound-chips
A Beautiful Mind In Use. Getting Sound To Work On Debian Lenny With ESS Allegro/Maestro3 Sound Chips. June 21, 2009. Posted by ModelR in Everything LINUX. Reference this Debian Wiki: http:/ wiki.debian.org/snd-maestro3. Reference this post here: http:/ www.chineselinuxuniversity.net/articles/11519.shtml. Basically, after installing ALSA you have to install the alsa-firmware-1.0.16 package, then run these commands:. I have this working on Lenny with alsa-driver-1.0.20. No comments yet — be the first.
modelr.wordpress.com
Ubuntu LAMP Server Project Outline | ModelR
https://modelr.wordpress.com/2008/12/17/ubuntu-lamp-server-project-outline
A Beautiful Mind In Use. Ubuntu LAMP Server Project Outline. December 17, 2008. Posted by ModelR in UBUNTU LAMP Project. This is a project that I have started because I was in need of a LAMP server. The features that I needed were not available pre-configured in other LAMP servers. I decided to make an easily updated and adaptable server for VMware (also called a Virtual Machine or Appliance). Installing Ubuntu Jeos Edition. Ubuntu Updates and Installs. Script To Create New Users. Script To Delete A User.