Welcome to My Website PDF Print E-mail
Written by WebRuss   
Sunday, 05 July 2009 13:09

Welcome to my website! Thanks for stopping by.

This is the portal for Russ Wright, better known as WebRuss. Here I talk about my work and development projects that interest me. You can also see some of my previous work and if you are looking for a contract developer, you can look at my resume or even contact me.

What's up with the images in the header graphic?  The images across the bottom are my toolbar in gnome.  In order they are: Show Desktop, Nautilus, gedit, Firefox, Evolution, GIMP, OpenOffice, FileZilla. Rhythmbox and Terminal.  These are the most common apps I use everyday and the ones I will write about most often in my linux blog.

Regards

WebRuss

 

Last Updated on Sunday, 05 July 2009 21:27
 
Ethical and Moral Impact of Technology PDF Print E-mail
Written by WebRuss   
Tuesday, 04 August 2009 20:03

This is an exerpt from my master thesis on the Ethical and Moral Impact of Technology

According to Greek legend, Prometheus stole fire from the chariot of the Sun and he carried it back to Earth. Fire, perhaps the first gift of technology, is a gift of both wonder and terror. At the core of the internal combustion engine, which powers nearly all of our vehicles, is fire. Our homes are heated by oil that is burned to heat water that is then pumped into radiators. On September 11th 2001 terrorists used airplanes filled with fuel as giant flying bombs to destroy the World Trade Center. Fire is an amazing and powerful tool that can be used to build or destroy.

Last Updated on Tuesday, 04 August 2009 20:40
Read more...
 
Ubuntu 11 and Skype PDF Print E-mail
Written by WebRuss   
Friday, 24 June 2011 11:39

When I upgraded to Ubuntu 11 on my Dell Optiplex 755, I noticed that skype would not work. I use skype quite a bit so I needed to find a solution. I have a Microsoft Lifecam vx700. This is a usb camera and microphone combo. No matter how I tried the camera would not work with skype. Here is my solution gleaned from dozens of other sites. I take no credit for the solution below, I merely brought it all together into one post from bits a peices I found in different posts on the skype and unbuntu forums. One note, I use Ubuntu in classic mode so my directions reflect that gui mode.

Step 1. Open terminal (Gnome Menu-> Accessories->terminal) and use gedit to create a shell script in usr/bin. On the command line copy and paste the following: (minus the pound sign #)

#gksudo gedit /usr/bin/skype.sh

You will be prompted for your user password. Once the text editor opens, copy and paste the lines below into the editor:

#!/bin/bash 
export XLIB_SKIP_ARGB_VISUALS=1
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

 

Save the file and close gedit.

I've seen similar solutions that suggest renaming the actualy skype binary to skype.real and then name the shell file skype. I don't reccomend that solution as future updates from the update manager will overwite your script. This way even if the update manager upgrades your skype install this will continue to work.

 

Step 2. Set permissions on the script file. In terminal chmod the file:

# sudo chmod 755 /usr/bin/skype.sh

Step 3. Modify the skype config.xml

This file is located in your home directory in a hidden directory called .Skype. You can get there a couple of ways. For those a little less comfortable with the command line, you can use the Places Menu and open your Home folder. This will open the Nautilus file manager. From the file manager menu select View->Show Hidden Files. Now you will see lots of folders and files that start with a dot. Look for the .Skype folder and doulbe click to open it. Inside that folder will be another folder with the same name as your user name. Open that folder and inside you will see a file called config.xml. Right click on that file and select "Open with Text Editor" from the menu. At the bottom of the file just above the closing </config> tag paste the following lines:

<Video>
<CaptureHeight>480</CaptureHeight>
<CaptureWidth>640</CaptureWidth>
<RecvPolicy>callpolicy</RecvPolicy>
</Video>

Save the file and close gedit.

Step 4. Modiy the launcher.

We need to change the launcher command to make it use the new script file skype.sh we created in the /usr/bin folder. To modify it, right click on your gnome menu and select edit menus from the list. The Menu Editor program will open and you can click on the Internet icon in the left panel. The right panel will then show all the items in your internet menu. click on the Skype Icon and then select properties. This will open the launcher properties window. Change the command line to the following:

/usr/bin/skype.sh

Click close for the launcher and close for the menu editor. Done! You should now be able to use skype with your camera. Hope this helps you!

 

 

Last Updated on Friday, 24 June 2011 12:29
 
Converting VB and VB script apps to php PDF Print E-mail
Written by WebRuss   
Sunday, 05 July 2009 13:14

I recently tried a conversion of an old asp website to php. The process went pretty well using the asp2php converter located at http://asp2php.naken.cc/

 

The problems cropped up in the custom ADODB connection. That really doesnt work. But no biggie I was able to complete the conversion with not too much effort.

Last Updated on Sunday, 05 July 2009 14:41
Read more...
 
Upgrading to Fedora 12 Via USB PDF Print E-mail
Written by WebRuss   
Monday, 01 February 2010 14:50

I recently upgraded my Fedora 11 box to Fedora 12.  No big deal, download the ISO and burn a CD, reboot and upgrade.  Well then I read a cool article on upgrading from a usb drive.  I thought I would give it a try.  I was not disappointed.

I simply followed the directions over at: Live-USB-Creator and turned my 2GB USB flash drive into a portable Fedora Install Device.

I am recreating the process on my FC-12 box so if you are using FC 11 your package numbers will be slightly different. Following the instructions, I opened terminal, my favorite console window tool, and swithed user to root the typed the apporopriate install command:

# yum install liveusb-creator

On my computer it needed a couple of additonal dependencies. I pressed Y and let it finish the install I then went to the Menu-->System Tools-->LiveUSB-Creator and authenticated as root, the screen popped up.

Screenshot-Fedora-LiveUSB-Creator

 

The process from here was easy I selected the distribution I wanted and let it do it's thing.  A few mimutes later I had a bootable thumb drive with FC 12 on it ready to go.  I have heard that some people have issues with the download of the image.  The tool does provide an option to select an ISO image from your local drive to install.

 

Overall this is a great tool.  I reccomend it.

Regards

Russ

 

 

Last Updated on Monday, 01 February 2010 14:52
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2