Dr. Bill.TV #221 – Audio – “The Goodnight iPad, Hello Fedora Episode”

CES TPN coverage LIVE, the Roku Streaming Stick, Ultrabooks, hot at CES, B and N may sell Nook, Apple stores inside Target, Symantec code stolen, GSotW: Dr. Bill’s Perfect Fedora Build, Goodnight iPad; Review: Marware Leather Kindle Fire Case, Angry Birds — Sponsor: MozyPro Online Backup: Simple, Automatic & Secure Backup – Code word = PODCAST15 saves you 15% – https://bit.ly/mozypod1 — Sponsor: GoToMeeting Conferencing with HD Faces: Simple Online Collaboration – https://bit.ly/xp4FFv

Links that pertain to this Netcast:

TechPodcasts Network

Blubrry Network

Hand Held Hack


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/lfQhaqB50qE

Available on Vimeo at: https://vimeo.com/34762850


Geek Software of the Week: Dr. Bill’s Perfect Fedora 16 Build!

This week we have a VERY unusual Geek Software of the Week, I am publishing my “crib notes” om how to build the perfect (for me anyway, your mileage may vary) Fedora Client using Fedora 16! I spent a good part of Christmas vacation searching for, and finding, methods to build my perfect client, and, now, all the info is gathered in one place… enjoy! (BTW… this is for the 32 bit version of the build.)

Download Fedora from:

https://fedoraproject.org/get-fedora

Burn the .iso file to a CD, boot from it, and choose the local hard drive install.

Install Remmina RDP Client, and plugins, from Add/Remove Applications within Fedora itself.

Install LibreOffice from Add/Remove Applications

Download and install the Adobe Flash Plugin via Firefox from Adobe:

https://get.adobe.com/flashplayer/otherversions/

Install Citrix Receiver from the downloaded file located at:

https://www.drbillbailey.net/files/fedora/openmotif-2.3.3-1.fc14.i686.rpm

Or, use these commands in a terminal session:

sudo yum install openmotif-2.3.3-1.fc14.i686
sudo yum remove cjkuni*

If you get a blank window named “PnaAuthDialog_popup” when running Citrix Receiver, the following solved this problem for me:

Adding an extra line in /etc/sysctl.conf at the end of the file, using your favorite editor with root privs:

net.ipv4.tcp_window_scaling=0

…and reboot.

Then, install the Chromium Web Browser by making Chromium available (add a new repository)

Place this file in your /etc/yum.repos.d/ directory (files content between the lines below)

——————————
# fedora-chromium.repo
# Place this file in your /etc/yum.repos.d/ directory

[fedora-chromium-stable]
name=Builds of the “stable” tag of the Chromium Web Browser
baseurl=https://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=0

[fedora-chromium-stable-source]
name=Builds of the “stable” tag of the Chromium Web Browser – Source
baseurl=https://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=0
—————————–
(The next command is all one line, be sure to enter it as such)

sudo rpm -Uvh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Then install Chromium from Add/Remove Applications

—-

Install Adobe Flash in the Chromium Browser (download from the Adobe web Site)

flash-plugin-11.1.102.55-release.i386.rpm

sudo rpm -ivh flash-plugin-11.1.102.55-release.i386.rpm

—-

Download and Install the VMware View Open Client:

https://code.google.com/p/vmware-view-open-client/downloads/list?q=RPM

Download and install:

sudo rpm -ivh VMware-view-open-client-4.5.0-297975.i386.rpm

—-

Download and install Dropbox from the Dropbox web site:

https://www.dropbox.com

—-

Set up vpnc (a Cisco compatible VPN client)

This info will help you convert your .pcf file to a .conf file for vpnc:
https://www.debuntu.org/how-to-connect-to-a-cisco-vpn-using-vpnc
https://wiki.eeeuser.com/howto:vpn

cp the vpnc.conf file that you create to /etc/vpnc/

Install vlc player from Add/Remove Applications

Set up Java:

Enter this command:

sudo yum -y install java-1.6.0-openjdk-plugin

Install Codeweavers (Purchased) Standard Edition
https://www.codeweavers.com/account/downloads/
crossover-standard-10.2.0-1.i386.rpm
Install after downloading

e-Sword Install:

Download e-Sword
Download the e-Sword Crosstie from Codeweavers:
https://www.codeweavers.com/via/e-sword
Install using Crosstie

Install audacity-freeworld from Add/Remove Applications

Install EasyTAG from Add/Remove Applications

Install GIMP from Add/Remove Applications

Install Inkscape from Add/Remove Applications

Install Filezilla from Add/Remove Applications

Install KompoZer from Add/Remove Applications

Install clamz from Add/Remove Applications
(Allows downloading MP3s from Amazon Cloud Reader as .amz files)

Install Bluefish HTML Editor from Add/Remove Applications

Then install ClamAV (Yes, an Anti-Virus for Linux!)

sudo yum install clamav clamav-update

Edit the configuration file with your favorite editor

vi /etc/freshclam.conf

and perform the following change:

1-add a # in front of “Example” (to comment/disable it)
# Comment or remove the line below.
#Example
2-uncomment (remove the # in front of) the line “DNSDatabaseInfo current.cvd.clamav.net”
# Use DNS to verify virus database version. Freshclam uses DNS TXT records
# to verify database and software versions. With this directive you can change
# the database verification domain.
# WARNING: Do not touch it unless you’re configuring freshclam to use your
# own database verification domain.
# Default: current.cvd.clamav.net
DNSDatabaseInfo current.cvd.clamav.net
3-Localized the virus database source to the nearest one by adding a new line “DatabaseMirror db.XY.clamav.net”, and changing XY by your 2 characters country code, here for Vietnam it will be:
# Uncomment the following line and replace XY with your country
# code. See https://www.iana.org/cctld/cctld-whois.htm for the full list.
# You can use db.XY.ipv6.clamav.net for IPv6 connections.
#DatabaseMirror db.XY.clamav.net
DatabaseMirror db.vn.clamav.net
4-be sure that the following line is uncomment
DatabaseMirror database.clamav.net

Install clamtk (a graphical interface for ClamAV) from Add/Remove Applications

Webmin is a great web-based tool for system administration.

Install webmin from webmin-1.570-1.rpm (Download from https://webmin.com site)

To display desktop icons, run this command as a normal user, in your account:

gsettings set org.gnome.desktop.background show-desktop-icons true

To allow Brasero to work to allow CD Burning of Audio (MP3) Files:

yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg

Speed up Firefox under Fedora with these steps:

Open Firefox
In the location bar enter the following:
about:config
In the filter bar enter the following:
network.http.p
Select the line that reads “network.http.pipelining”.
Double-click “false” so it changes to “true” for this value.
Next select “network.http.pipelining.maxrequests”.
Double click on the line and a text box will appear, enter “8”. The default is 4.
Next select the value”network.http.proxy.pipelining”.
Double-click “false” so it changes to “true” for this value.
Close and restart Firefox.

Install Skype
https://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/downloading.fedora


Install beesu (allows you to run nautilus (file manager)) quickly and easily, however, you have to install it from yum, not Add/Remove Applications; use this command:

yum install beesu

Then, you can use it by typing:

beesu nautilus

Install gedit-beesu-plugin from Add/Remove Applications

Install nautilus-beesu-manager from Add/Remove Applications

A Note on File Associations in Fedora:

You may associate file extensions (like .mp3 or .m3u) with specific applications graphically. Go into nautilus (file manager) and right-click on a file with the extension you want to set. Click on “Properties” and then click on the tab marked “Open With” and select the application you want to use to open it, and set it as Default in the interface.

Also, an EXCELLENT resource to find answers to Fedora problems and issues is:

https://fedorasolved.org/

Dr. Bill.TV #220 – Video – “The Old Kris Kindle Edition”

GSotW:Linux: Remmina RDP for Linux, Google ‘Easter Eggs,’ CentOS and Oracle release their Red Hat 6.2 clones, Kindle Fire 6.2.1 Upgrade and a ‘hands on’ overview! Hasbro sues Asus over ‘Transformer’ name, mind reading computer? GSotW: Plex Media Server — Sponsor: MozyPro Online Backup: Simple, Automatic & Secure Backup – Code word = PODCAST15 saves you 15% – https://bit.ly/mozypod1

Links that pertain to this Netcast:

TechPodcasts Network

Remmina – The GTK+ Remote Desktop Client

Hand Held Hack

Plex Media Server


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/zHEOM0kfb54

Available on Vimeo at: https://vimeo.com/34403803


Dr. Bill.TV #220 – Audio – “The Old Kris Kindle Edition”

GSotW:Linux: Remmina RDP for Linux, Google ‘Easter Eggs,’ CentOS and Oracle release their Red Hat 6.2 clones, Kindle Fire 6.2.1 Upgrade and a ‘hands on’ overview! Hasbro sues Asus over ‘Transformer’ name, mind reading computer? GSotW: Plex Media Server — Sponsor: MozyPro Online Backup: Simple, Automatic & Secure Backup – Code word = PODCAST15 saves you 15% – https://bit.ly/mozypod1

Links that pertain to this Netcast:

TechPodcasts Network

Remmina – The GTK+ Remote Desktop Client

Hand Held Hack

Plex Media Server


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/zHEOM0kfb54

Available on Vimeo at: https://vimeo.com/34403803


Dr. Bill.TV #219 – Video – “The Buh-Zynga Edition”

Will Verizon buy Netflix? Where you can find the Doctor! CentOS 6.1 is out! M$ will start upgrading IE automatically, Zynga epic stock IPO fail! CarrierIQ Hoohah, GSotW: Linux: cairo-dock. Sponsor: MozyPro Online Backup: Simple, Automatic & Secure Backup – Code word = PODCAST15 saves you 15% – https://bit.ly/mozypod1

Links that pertain to this Netcast:

TechPodcasts Network

cairo-dock


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/WIRvrbBZXjs

Available on Vimeo at: https://vimeo.com/34016457


Dr. Bill.TV #219 – Audio – “The Buh-Zynga Edition”

Will Verizon buy Netflix? Where you can find the Doctor! CentOS 6.1 is out! M$ will start upgrading IE automatically, Zynga epic stock IPO fail! CarrierIQ Hoohah, GSotW: Linux: cairo-dock. Sponsor: MozyPro Online Backup: Simple, Automatic & Secure Backup – Code word = PODCAST15 saves you 15% – https://bit.ly/mozypod1

Links that pertain to this Netcast:

TechPodcasts Network

cairo-dock


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/WIRvrbBZXjs

Available on Vimeo at: https://vimeo.com/34016457


Dr. Bill.TV #218 – Video – “The It’s Getting Darker Edition”

WebOS goes Open Source! Chrome sandboxing makes it the most secure browser, Adobe reports a critical vulnerability in Adobe Reader, GSotW:Linux: EasyTag, GSotW: TeamViewer, Microsoft releases Silverlight 5, Geek Website of the Week: Online-Convert.com

Links that pertain to this Netcast:

TechPodcasts Network

EasyTag

TeamViewer

Online-Convert.com


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/g35aNDYWonY

Available on Vimeo at: https://vimeo.com/33467207


Dr. Bill.TV #218 – Audio – “The It’s Getting Darker Edition”

WebOS goes Open Source! Chrome sandboxing makes it the most secure browser, Adobe reports a critical vulnerability in Adobe Reader, GSotW:Linux: EasyTag, GSotW: TeamViewer, Microsoft releases Silverlight 5, Geek Website of the Week: Online-Convert.com

Links that pertain to this Netcast:

TechPodcasts Network

EasyTag

TeamViewer

Online-Convert.com


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/g35aNDYWonY

Available on Vimeo at: https://vimeo.com/33467207


Dr. Bill.TV #217 – Video – “The Kindle Fire Sales Edition”

Dr. Bill’s new Fedora 16 laptop – a demo! Kindle sales are on Fire! 3-4 Million sold so far! YouTube’s new look! Chrome passes Firefox in market share! GSotW: FireFogg!

Links that pertain to this Netcast:

TechPodcasts Network

Hand Held Hack

FireFogg


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/Ml84ANoZbiQ

Available on Vimeo at: https://vimeo.com/33221820


Dr. Bill.TV #217 – Audio – “The Kindle Fire Sales Edition”

Dr. Bill’s new Fedora 16 laptop – a demo! Kindle sales are on Fire! 3-4 Million sold so far! YouTube’s new look! Chrome passes Firefox in market share! GSotW: FireFogg!

Links that pertain to this Netcast:

TechPodcasts Network

Hand Held Hack

FireFogg


Start the Video Netcast in the Blubrry Video Player above by
clicking on the “Play” Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your “format of choice”)
Streaming M4V Audio





Streaming MP3 Audio

Streaming Ogg Audio

Download M4V Download WebM Download MP3 Download Ogg
(Right-Click on any link above, and select “Save As…” to save the Netcast on your PC.)

Available on YouTube at: https://youtu.be/Ml84ANoZbiQ

Available on Vimeo at: https://vimeo.com/33221820


1 67 68 69 70 71 214