Saturday, November 29, 2008

flexxxpup 1.4

I'm starting to transition all the linux videos to different pages to clear the clutter from this page. Click the thumbnails or links to view. Here's a simple preview of flexxxpup. It is fast, small and it works on old hardware.

Thursday, November 27, 2008

install opera

Using Linux Mint which is based on Ubuntu or any Debian based distro you can easily install almost anything. Example I will install Opera from the .deb file on their website. Here's the howto video.

Sunday, November 23, 2008

64bit flash on Ubuntu

I downloaded 64bit flash and all is fine in Jaunty now!
Download > extract > open destination > show hidden files > goto .mozilla folder > create folder(right click) called plugins > drag libflashplayer.so to plugins folder logout and back in.
click here to see fullscreen 1024x768.


This gif image was recorded with byzanz which was installed via synaptic.

Ubuntu 9.04 (Jaunty Jackalope) alpha 1

I downloaded Jaunty Jackalope today. It is a start, but you will not notice any changes up front. The changes are mostly to get Jaunty started, only the re-merging of changes from Debian. You have 39 updates waiting for you based on the re-merging. One thing that is a big pain, the install has no xorg.conf file so the resolution was stuck at 800x600. I had to build one, the file was not there. Luckily that was easy because I had a copy of my old one on google docs. I will put it here for everyone to copy. Flash will not install properly from youtube, or from synaptic ubuntu-extras. Click here for the howto video.

Copy the following into a terminal to make the file the copy the rest into gedit and save. You might need to replace the monitor type(mine is cm1997pf) with your model# in that section.

sudo gedit /etc/X11/xorg.conf

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "CM1997PF"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "CM1997PF"
DefaultDepth 24
SubSection "Display"
Modes "1456x1164" "1456x1092" "1280x1024" "1280x960" "1272x954" "1256x942" "1152x864" "1024x768" "800x600" "776x582" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

Tuesday, November 04, 2008

Add local temp next to your time on ubuntu 8.10

The first thing I like to do after installing Ubuntu is add my local temperature next to the time. This is easy and it only takes 6 clicks unless you want to change some options and that's only a couple more clicks. Here's the howto.

Ubuntu Install on seperate partition

To get a little more into Ubuntu and have it run faster with more options you should install it to a seperate partition instead of installing it on the windows partition. This is not hard at all and ubuntu takes care of most of it for you so you can use defaults by having ubuntu partition your hard drive for you. If you want to select your own partition or seperate HDD(Hard Disk Drive) you can use manual as shown in the 2nd video clip below. The first clip just shows you the boot screens after you reboot with the cd in computer. This clip is cut short you will see the bar for about 3 minutes before you're on desktop.

This clip is howto install and manual partition(do not select manual unless you know what you're doing)

Monday, November 03, 2008

Ubuntu 8.10 Fresh Install

Here's a couple video clips on howto install Ubuntu from windows. This is the easiest way to install Ubuntu GNU/LINUX on your computer, however it is not the best. Livecd new partition installs take just a little more effort so I'll show you the easy way first.

If you have windows up just put in the cd and after a few seconds you'll see the Ubuntu cd menu in the middle of your screen. If you want to see a demo in full screen click it.

Install inside Windows you will see the ubuntu setup window that gives you some options(you can just stick with the defaults). You do have to make up a password that you will login with when you boot into Ubuntu. Take note of the default username being linux(change if you wish) make sure to keep your login name and password you chose wrote down. Click install and wait 10-45(depending on your computer) minutes. Once done click finish and click reboot. Then arrow down to select ubuntu on the boot screen (shown below) then ubuntu will boot and take more time (10min-1hr) to configure itself.

This next tutorial will be a fresh install from the livecd, just a few more steps, but the speed gain and flexibility is worth it.