Tuesday, December 16, 2008
Giving Open Office Some Skin
http://qa.openoffice.org/issues/show_bug.cgi?id=18829
Sign up for an account and then go to that website and hit "vote" The most votes you can add to the thread are 2. So toss them up there along with a comment, and we may actually see this in the next iteration.
Tuesday, December 9, 2008
Intrepid Ibex! Let's customize
Here is a record of how I am changing/adding to my version of Ubuntu. or What to do now that you've installed Intrepid Ibex. This is more than a tutorial to get software, this is an instruction book to get things done. I am going to let you know what you are doing, because most of this is basic type stuff that you should be mildly familiar with.
Plug in the Internet, and grab any updates
*ok, just to get this out of the way; This walk-through is pretty thorough, but if a window pops up “Package Installer” and it has a button that says “Install Package?” then click that button. When it is done installing (and it will say it is done), click close (it will usually be the only button you can press). You see what I'm saying? I'm going to hold your hand, but I won't change your diaper. I describe what each piece of software is for, if you think you might not need it don't download it. Oky dokey, let's hit the ground running.
Add Some Software
Applications > Add/Remove Programs
Change “Show” to “All available applications” at the top of this window
You can go through most of the higher starred software/codecs, but here is what I would recommend atleast:
- K3B - for all of my cd/dvd burning needs
(Thanks to ubuntu-unleashed)
- VLC Player -because it is the best media player out there
- Skype -Let's you use your computer like a telephone to call ppl!
- Advanced Desktop Effects- Compiz Graphical Userface -for making your computer do pretty visual things (don't worry, we'll edit this later so that your windows don't wiggle)
- 7zip -This is necessary to uncompress certain files, it is better to just install it now than worry about it later
- Gstreamer -Install all of these that you can find, they let you watch DVDs and play MP3s, they are not open source formats, and that is Ubuntu's excuse for not having them preinstalled
- Microsoft Core Fonts -it is dumb, but needed
- Pidgin -like AIM and Google Chat all rolled into one
- Sun Java 6.0 Plugin
- Sun Java 6 runtime
Software to uninstall
I may have missed a few because of poor note-keeping, so I will update this later, these uninstallations are done in Synaptic Manager as well
- Brasero Disc Burning We are using K3B instead
- Ekiga Softphone We are using Skype instead
- Transmission We are using Vuze instead, you may like this more than Vuze, but whatever it sucks in my book
Sucky installs
And now the software that is a bit more trouble to get a hold of:
- Crossover Office -codeweavers.com and look for the Debian / Ubuntu install package (32bit) This will let us run Office, and Photoshop
- Crossover Games -codeweavers.com and look for the Debian / Ubuntu install package (32bit) For games like the awesome Counter Strike: Source
- Picasa 3 for Linux http://picasa.google.com/linux/ On the next page look for the link that ends in “i386.deb” this is for you to click on ;-)
- Google Desktop - http://desktop.google.com/en/linux/download.html You'll be going with “for Debian/Ubuntu x86” When you download this just open, do not save. It will go straight to package installer for you. If it doesn't then you didn't get a good download, just go back and do it again.
Once it is done go to Applications > Google Desktop > Google Desktop Preferences. Help improve their service (check the box! Do it!) and agree.
Firefox will fire up, click on the “Gmail” tab click the Index box, and enter your info. Click on the “Display” tab and change the default search type to “Desktop”, tell it you want 10 results, search by default, 50 results per page in browser, change the hotkey to your super key (windows icon button, it's between alt and ctrl usually... nobody uses it, don't lie to yourself. It's more useless than the Insert key). Save that bad boy and let's keep rolling.
- flash -This is gonna let you view pretty videos on youtube http://get.adobe.com/flashplayer/
The following two are tricky and thus get their own posts so as not to eat up too much space over here
Songbird (links to other blog post) This is a music player that runs like iTunes (miss it?) and plays nice with your iPod
Vuze (link to other blog post) This is a kickbutt bittorrent downloader (torrents are the files pirates use to share music/movies/anything)
Software Tweaks: See if you would like these and click on over to the blog post
Changing the default saving of Open Office to the Microsoft Office standards, everyone can read doc So let's do it.
Changing Compiz to the most useful settings in the world, or how I got rid of all the overkill and still left Ubuntu looking pretty.
Firefox: Fire up the fox, Tools > Add-Ons > Get Add-Ons
Must Haves (most require reboots and will ask questions after):
- Adblock Plus -blocks all the advertisements that pop up on pages, you can always allow ads by clicking on the stop sign at the top of the page. Or you can block things by right clicking on them and telling adblock to block. Add whatever the top/recommended list is for your area.
- Customize Google -take some time going through this, but for gods sake get rid of ads
- Stealther
- StumbleUpon: for finding and sharing websites
- Delicious Bookmarks: If you need to access your bookmarks from multiple sites this is a great tool.
Reboot like it asks you (don't worry it will restore your tabs, and thus this page).
and finally send a self addressed and stamped envelope to the following address to get a nifty "powered by Ubuntu" sticker.
System76, Inc. (Free Sticker)
1582 S. Parker Rd. Ste. 310
Denver, Colorado 80231
Installing Vuze
Vuze -To download like a champ. Ok so you got that install of Songbird down pat? Cause we got another to do now :P Since it is the same run of commands there is slightly less detail as to what we are doing. If you did the other install everything will look quite familiar.
Go here and dload that sucka: http://www.vuze.com/app
Move it from your desktop to your home folder
Then fire up Terminal (Applications>Accessories>Terminal) and move that file to the /opt folder
sudo mv Vuze_Installer.tar.bz2 /opt
Change to the directory we just moved our file to
cd /opt/
Uncompress that bad boy (j is for .tar.bz2)
sudo tar jxvf Vuze_Installer.tar.bz2
Type the following to change ownership of the file and replace username with your username
sudo chown -R username:username vuze
Make sure it runs
cd /opt/vuze
./vuze
If it fires up alright, then File > Close vuze and close the Terminal
Right click on Applications
Select “Edit Menus”
A window will pop up, in the left pane select Applications > Sound & Video
Click on “New Item” on the right side of the window
Enter in fields as such
Name: Vuze
Command: /opt/vuze/vuze
Comment: torrentclient
It should find a nice picture of a frog to use as an icon for you :)
Hit OK, and OK, and Close
woot, celebrate by downloading content you didn't pay for!
and then stop celebrating and continue tweaking
Installing Songbird 1
Go to this website (http://getsongbird.com/download/) and click on the giant download button for linux i686
When the box pops up click “save”
Important: Firefox will probably save this to the desktop (check your desktop and see)
Click “places” in your toolbar then “Home Folder”
When this opens up drag and drop the newly downloaded file into your home folder(from your desktop).
Open terminal (Applications > Accessories > Terminal)
Type the following to move the file to the opt folder (this folder has security in place so we access it from terminal):
sudo mv Songbird_1.0.0-860_linux-i686.tar.gz /opt
Enter your password if it asks you (duh!)
Type the following (hit enter after each line, and caps DO matter, copy and paste via right click):
Change over to the directory we just moved this bad boy to
cd /opt
Uncompress this with the tar command (z indicates our filetype .tar.gz, x means extraxt, v means verbose or display what is happening in terminal which is useful if something doesn't run right, f means filename to follow)
sudo tar xzvf Songbird_1.0.0-860_linux-i686.tar.gz
Type the following to change ownership of the file and replace username with (drum roll) your username (note: the second one is actually group... but you don't really need to know that)
sudo chown -R username:username Songbird
Change directory
cd /opt/Songbird
Start the program and make sure it works (close it when you are done)
./songbird
Voila (keep reading)! Run through their little menus and your program is up and running!
Well, almost Voila. Since you probably do not want to use terminal to start the program, let's install a shortcut with a pretty picture. You can either follow along with the steps below or you can go to this website (http://mat-u.deviantart.com/art/Songbird-Icons-30962307) and download what I think is a much nicer icon image and then try to follow along (you'll have to save to desktop, double click open, drag and drop the .png file you like into the home folder... starting to feel like a familiar action?)
Kill terminal and reopen (this will close songbird)
Open terminal
Okay we will now change the directory we are in
cd /opt/Songbird/chrome/icons/default
Now we are going to rename the icon file using the move command
mv default.xpm songbird.xpm
Now we are going to copy the icon to a folder where all the icons live ,)
sudo cp songbird.xpm /usr/share/pixmaps
Okay we are done with terminal, so close that bad boy
Right click on Applications
Select “Edit Menus”
A window will pop up, in the left pane select Applications > Sound & Video
Click on “New Item” on the right side of the window
Enter in fields as such
Name: Songbird
Command: /opt/Songbird/songbird
Comment: musicplayer
Now click on the choose icon, and click on “browse” of the window that pops up.
Navigate to usr > share >pixmaps and hit enter
Now you can scroll down to songbird (it looks like an egg)
Hit OK, and OK, and Close
Way to kick butt! You are all done, fire up Songbird (Applications > Sound & Video > Songbird) and let's listen to some music as we continue.
Gimp Tricks
Here are 5 Gimp tricks that every linux user should become familiar with. It's easy I promise.
Open Office .org : Defaulting to .doc
- Open up your Open Office program of choice
- Go to Tools
- Go to Options (you will have to click the little + sign to expand the options there)
- Click on General
- At the bottom you'll see something labeled Default File Format (hazaa the holy grail)
- Make sure that Text Document is selected under the Document type heading
- Under the Always save as heading scroll up to Microsoft Word 97/2000/XP
Now let's rock this a bit further and address file format's for Excel and PowerPoint - Select Spreadsheet under the Document type heading and scroll to Microsoft Excel 97/2000/XP
- Select Presentation under the Document type heading and scroll to Microsoft PowerPoint 97/2000/XP **make sure not to click on the one that ends in template**
Sunday, November 30, 2008
This Month in Music: November
If you know how to get the music I suggest you do.
Playlist (Artist - Track title; Album):
Everlast - Friend; Love, War, and the Ghost of Whitey Ford
K. T. Tunstall - Hold On; Drastic Fantastic
Kings Of Leon - Sex On Fire; Only By The Night
Monday, November 10, 2008
New Macro
- Fire up Excel
- Tools > Macro > Record New Macro
- Title it: MergeWrap, Store in: Personal Macro Workbook, Hit OKey Dokey (a little macro box will pop up that is now recording whatever you do!)
- Highlight a few a block of cells (a 2x2 block will do)
- Right click > Format Cells...
- Alignment Tab
- Horizontal: Left (indent), Vertical: Top, then check the boxes for Wrap Text and Merge Cells
- Hit Okey Dokey
- The little macro window that is in the center of your screen has a stop button (square...) press it.
- Right click on your toolbar (the thing at the top with all the buttons ,P) and go to Customize...
- Make sure you are in the Commands tab then scroll down to Macros in the Categories pane (left side).
- Drag and drop "Custom menu item" onto the toolbar, where you would like our merge-wordwrap icon to go
- Do Not OK Out of the window yet!
- Right click on your newly created icon, at the bottom you will see "Assign Macro..." click it
- Select MergeWrap and hit OK
- Right click on our icon and click on edit button image. Now you get to draw in an image you like, I went with one long line across the top and a small downward arrow and a few short lines at the bottom. Note: I only used black, the rest is automatically transparent. Hit ok when you are done.
- Right click on our icon, Change the name to "Merge Wrap"
- Right click on our icon, click on Text Only (in Menus)
- Celbrate good times, come on!
Friday, November 7, 2008
My dumb excel mistake
Thursday, November 6, 2008
Far away one day, but hopefully not too far
Wednesday, November 5, 2008
Not from concentrate
Here are a few of my fav.s
- http://nfccomic.com/index.php?comic=247
- http://nfccomic.com/index.php?comic=229
- http://nfccomic.com/index.php?comic=221
- http://nfccomic.com/index.php?comic=217
- http://nfccomic.com/index.php?comic=212
- http://nfccomic.com/index.php?comic=206
- http://nfccomic.com/index.php?comic=75
- http://nfccomic.com/index.php?comic=48
- http://nfccomic.com/index.php?comic=46
Tuesday, November 4, 2008
CSS: Getting specific with lists
ul li { }
li { }
.post ul
{ margin:0; padding:0; }
.post ul li
{ line-height:1.5em; list-style:none; background:url("http://www.blogblog.com/scribe/list_icon.gif") no-repeat $startSide .3em; vertical-align:top; padding-top: 0; padding-$endSide: 0; padding-bottom: .6em; padding-$startSide: 17px; margin:0; }
The Results of the above code:
- This is an ordered list
- This is a second item
- This is an unordered list
- This is a second item
Adding a signature
Automatically insert a signature in all new messages or in all messages that you reply to or forward
- From the main Microsoft Outlook window, on the Tools menu, click Options, and then click the Mail Format tab.
- In the Compose in this message format list, click the message format that you want to use the signature with.
- Under Signatures, select an e-mail account, and then choose the signatures that you want to use for new messages and for replies and forwards. You can use a different signature for each.
Monday, November 3, 2008
Office '07 and docx
Source: Microsoft
- Click the Microsoft Office Button , and then click Word Options.
- Click Save.
- Under Save documents, next to Save files in this format, select Word 2003-97 Document (*.doc).
- If your document already contains text that is formatted with the properties that you want to use, select that text. If you are starting from a blank document, go to step
- On the Home tab, click the Font Dialog Box Launcher, and then click the Font tab.
- Select the options that you want to apply to the default font, such as font style and font size. If you selected text in step 1, the properties of the selected text are set in the dialog box.
- Click Default, and then click Yes.
Friday, October 31, 2008
This Month in Music: October
If you know my aDrive information, then hop on and check out the tunes section and then look for this month. You can grab either the mix CD of the following tracks, or down all of the albums.
Playlist (Artist - Track title; Album):
Old Crow Medicine Show - Wagon Wheel; Old Crow Medicine Show
Ben harper - Walk Away;
Devendra Banhart - Lover; Smoker Rolls Down Thunder Canyon
Jason Michael Carroll - I Can Sleep When I'm Dead; Waitin' In The Country
Death Cab For Cutie - Soul Meets Body; Plans
Butch Walker - The Weight Of Her; Sycamore Meadows
Snow Patrol - Take Back The CIty; A Hundred Million Sun
x The Buzzcocks - Ever Fallen In Love?; Singles Going Stead
xAndrew Lipke - Get It Over With; Motherpearl & Dynamite
Elvis Costello - Blame It On Cain; My Aim is True
The Posies - Dream All Day; Frosting On The Beater
Paolo Nutini - New Shoes; These Streets
The Killers - Human; Human
The Cat Empire - Two Shoes; Two Shoes
The Cat Empire - The Car Song; Two Shoes
Sea Wolf - Winter Window;
Tuesday, October 28, 2008
CrossOver
http://down.codeweavers.com/
Also I found this nifty site that gives you 50gigs of free storage and no upload-size limit. Sounds down right awesome. Upload is a bit slow, but that is probably because of my internet connection.
ADrive.com
Tuesday, October 21, 2008
New Ubuntu!
Intro
Windows, and Macintosh are examples of an Operating System (OS). When windows released Vista it was an upgrade from XP. Ubuntu is a free OS, and it is releasing an upgrade as well.
*I use the term upgrade lightly because there are often big changes
Ubuntu releases by Y.MM and Adjective-Animal (the names are given through alpha order, like hurricanes). So to give you some background:
6.10: Edgy Eft
7.04: Feisty Fawn
7.10: Gutsy Gibbon
8.04: Hardy Heron
and now
8.10: Intrepid Ibex
When I install I'll post up notes of instructions on setting up network sharing, watching dvds and all the programs I stumble into and find important. (I'm doing a fresh install, it leaves a nice new car smell on my computer).
Donate Blood!
Donate Bloode
Donate Platelets
ph#302-737-8400
ph#888-825-6638
*I've always found it easier to call, but to each his own (I know some ppl don't like human interaction).
Stumbling Across the Globe
- Spain
- British Virgin Islands
- S.Korea
- 01/01/07: Thailand
- 01/01/08: Argentina (1m); Buenos Aires, Mendoza, Bari Loche, Cordoba
- //08: Canada (1w); Toronto
- 10/20/08: Canada (1d); Toronto
Importing / Making Audiobooks
Here are the methods, program and know-how I've amassed.
As you can tell it is to the point. There are two ways of doing this that make sense and are timely (sry Linux, no-go)
iTunes 8+ (XP, MAC)
http://aldoblog.com/2008/09/itunes-8-is-great-for-audiobook-lovers/
You're surprised, I know, I was too. They have made picking out the settings much easier (actually they do it for you and you just select Audiobook). Most importantly it takes all of the tracks from one CD and joines them together. It still lacks the concept that we might want chapter breaks (with pictures!), or that there may be more than one cd to a novel. So you get one big track per CD. Notably though, it remembers where you were in the track, and removes the song/s from your music (so when you shuffle it doesn't play).
Splasm's Audiobookbuilder (MAC only)
http://www.splasm.com/audiobookbuilder/
This is why iTunes should have some kind of third party add-on ability like Firefox. This software looks so easy to use it makes me feel like I'm shooting myself in the foot trying to use iTunes or any other method. Just look at the prett picture below (you can even click the image if you want to view the blog I *borrowed* the image from).
*Heck if I can figure out where chapter breaks fall in, maybe it is on the CD or the case, I usually find them while I'm listening.
Monday, October 20, 2008
My new projector
They did however offer me a different open box projector Optoma HD65 at $720 (more than I wanted to spend, but also $280 off regular price). No re-stocking fee if I return it in 30days, and of course it came with the wrong remote. Well, that's Circuit Shitty for you. Give you a good deal and then poop on your chest when you are trying to figure out why you're new electronics don't work.
On the plus side it has an amazing picture from what I've seen of the VGA (or D-Sub) hook up. The darn thing doesn't have a DVI, but it does have HDMI and Component. So that is kind of goofy, but I can't complain because now I can use the component out from the nice DVD player. I'll just have to buy a converter for my computer's DVI port.
Spec.s
1600 Lumens (not as bright as the other one, but this is for movies not power point presentations)
4000:1 contrast ratio
DLP (because LCD is crap side by side and life length)
16:9 Aspect Ratio
It says it is compatible up to 1080p, but I'm pretty sure it maxes out at 720p. More on resolutions when I actually make sense of them. Wikipedia has a sticky mess of an explanation, that is probably just too in depth for me. What is important to me is the picture they have.
On there you can see the most common LCD screen resolution (1280x1024 or SXGA), how that compares to the native projector resolution (1280x720, also called HD720) and the projector's maximum resolution (1920x1080, also called HD1080, also called freakin' B-U-T-Full).
Along with this one needs to know the capacity of the different ports we have on the back of these dumb machines and cables we use. So here we go:
Cables (maximum resolutions)
Composite: 480i
S-Video : 480p
VGA/D-Sub :
HDMI : 1080p (and up)
Component : 1080p (and up, they don't make tvs better than this yet though)
Sources (maximum output)
DVD Players: 720p (via component)
Blue-Ray Players: 1080p (via hdmi or component)
Computer graphics cards: + (via vga or dvi) (my new Nvidia card can output reaaaly high)
So where are you going to send this
TVs: up to 1080p
Projectors: my Optoma HD65 is a native XXX and max XXX
Monitors: most are set to 1280x1024px
*coming back to this, but I have a busy life ya'know
Thursday, October 16, 2008
Web development
4 Sweet Feet
Creek Valley Estates
Reinstallation order for computers
Desktop System Software (DSS) or Notebook System Software (NSS) - A vital utility that provides critical updates and patches for the operating system. If you are reinstalling Windows or updating all drivers, it is important that this software be installed first. Currently, the DSS and NSS are not required for computers with Windows Vista®. This is located under the System and Configuration Utilities Category on the Drivers and Downloads page.
Chipset - Helps Windows control system board components and controllers. This is located under the Chipset Category on the Drivers and Downloads page.
Video Adapter - Enhances video performance. This is located under the Video Adapter Category on the Drivers and Downloads page.
Network Interface Card (NIC) - Enhances the network controller for Internet or network access. This is located under the Network Category on the Drivers and Downloads page.
Audio Adapter - Enables and enhances the audio controller. This is located under the Audio Category on the Drivers and Downloads page.
Modem - Allows dial-up capability. This is located under the Communication Category on the Drivers and Downloads page.
Wireless Network Card - Enables and enhances the wireless network controller. This is located under the Network Category on the Drivers and Downloads page.
Touchpad, Pointer, Trackstick, Mice, and Keyboards - Enhances the pointing device features. This is located under the Mouse & Keyboards Category on the Drivers and Downloads page.
Other Devices
Bluetooth® Module located under the Communication Category on the Drivers and Downloads page
Dell Wireless Mobile Broadband Cards located under the Communication Category on the Drivers and Downloads page
PCMCIA/Smartcard controller located under the Security Category on the Drivers and Downloads page
Wednesday, October 15, 2008
My computer!
Parts and components:
- Intel DQ-965GF; 2PCI, 1PCI-Express x1, 1PCI-Express x16, 4 Ram Slots (up to 8Gigs), 6Sata inputs, 1Parallel ATA
- Intel Core 2-duo
- 4Gigs of DDR2 Ram
- 320Gigs of space on 1Sata port
- Lightscribe DVD+/- writer on 1Sata port: note that lightscribe is (as of this posting) not supported in Linux, besides that it burns everything I throw at it
- Dynex 5in1 card reader
- 400Watt power supply in some case I found for cheap online
- Logitech G7 mouse: note that buttons don't play nice in Linux (more on that later)
- Compaq wireless keyboard cat. no. 26-762
- Dell 17" monitor model# E172FP
- and crappy 5.1 surround that dell handed out four years ago with every computer
My first projector
Optoma EP719
- brightness: 2000 ansi lumens
- contrast: 2500:1
- resolution: 1024x768 native
- aspect: 4:3
- 1 VGA in, 1 DVI in, 1 s-video in, 1 VGA out
- $600
Knife Patterns
I'll add pictures of my own knives-in-progress later.
Wednesday, October 1, 2008
Thank you!
Sincerely,
Dr.Knoxy