Show your photos like a pro
Jalbum lets you create and share stunning customized photo albums. Publish to yourname.jalbum.net or your own site.
It's free.
http://jalbum.net/?banner=Frog%2Fen%2Fjalbum_120x240
Don
Hi my name is Don Bishop and this is my “Deal” Today... Basically, anything that interest me. Music, Computers, Software, Apps, Linux OS's - Distros, Space, Science, Auto's, Trucks, 4x4's, Motorcycles and other slightly interesting info that I find on the Web. There may, or may not be, any correlation between my Posts. Just whatever interests me at the time. I hope someone out there finds some of this interesting too!:)
Jalbum lets you create and share stunning customized photo albums. Publish to yourname.jalbum.net or your own site.
It's free.
Overview: The Programatik, with its very form, is a program which can store important information, links, Installation file paths, Explanations of Computer Programs for you. Furthermore, it can be differentiated from an ordinary program via its improved visual quality. Of course it is not limited only with that, it aims to ease your works with Multiple Language support, ability to make your own translation, multiple search with I-FRAME, Possibility to prepare your own Multiple Search system, direct linking possibility to Program's producer and to the Installation file.
(Is this item miscategorized? Does it need more tags? Let us know.)
Format: Software | Date: Nov 2008 | Version: 2009 | License: Free | Downloads: 4
nirsoft_installer is an NSIS installer I whipped up to download and install most of the wonderful utilities found at http://nirsoft.net.
http://smithii.com/nirsoft_installer
# When you have Orb on your PC: You can stream music to your laptop
# Select songs, make playlists, right from the laptop
# ALL your music is available (and internet radio, podcasts, and videos)
Once you've downloaded and installed Orb to your home PC, login to mycast.orb.com, using any internet-connected device with a streaming media player (mobile phone, PDA, laptop) and start MyCasting all your digital media anywhere anytime. Orb is also compatible with all major gaming consoles â€" the Wii, PS3 and Xbox â€" so you can now enjoy your media on your TV screen as well!
It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read access and write access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer.
The "Ext2 Installable File System for Windows" software is freeware.
When shutting down the Windows XP PC, sometimes the Windows computer will not shutdown itself due to Windows waiting for certain tasks or processes which has not responding, or already frozen or hanged to time out. In this case, Windows will prompt a dialog box that mentions "This Program has stopped responding", and giving users the option to End Task or wait to allow more time Windows to terminate the program or task.
The cause for problem is because the Windows will try to properly and gracefully terminate all running processes, tasks and programs before shutting down the Windows. If Windows kernel unable to to terminal a not responding or hanged programs, then Windows will wait until time out, and ask the user whether to end the frozen task or continue to wait for the process to respond.
If you don't want to wait for default time out and want to force exit or force close any unresponsive programs automatically, just set the value of "AutoEndTasks" to 1.
Read more...Certainly most of the Linux users would like to have their systems fully optimized for their rigs but do not have the stamina or enough knowledge to play with the Gentoo installation paradigm. But here comes the rescue — an apt-build goody available under every distro armed with the big gun - APT package manager.
Author: Gallus Annonimus
Time to make the beast work for us. First we have to install it. Issue the command:
apt-get install apt-build
Now it's time to configure it. In doing so, we'll be asked for an optimization level — whether we want to create an apt-build repo for APT, and a question about processor architecture. Of course all options can be reconfigured in this way:
dpkg-reconfigure apt-build
The above command offers two additional options for the gcc compiler and make builder. Their descriptions can be found in system manuals: man gcc
and man make
.
Optimizing system
Let's go to the next step and start optimizing our system. Our program makes use of deb-src entries contained in the etc/apt/sources.list file. Thanks to the source addresses compilation and installation processes are fully automatic (similar to emerge found in Gentoo). Apt-build downloads sources of the main application and its dependencies, compiles them, creates a deb package, and finally installs the package.
We are offered a broad spectrum of options. I list only a few basic ones:
apt-build update
— updates repo list,apt-build upgrade
— updates operating system,apt-build install program
— installs an application,apt-build world
— something for hard-core users, it recompiles whole system!Other useful options:
--noupdate
— useful for underpowered machines and when we do not want to update repos (apt-build refreshes repos with every invocation),--yes
— we do not have time to approve every stupid question during program installation,--force-yes
— we approve unauthorized packages (ATTENTION: apt-build does not install unauthorized packages — what's worse is it won't ask us for this; the option's highly recommended),--reinstall
— reinstalls a package,--rebuild
— builds a package from the beginning.Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 04/24/2007
In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.
Read more...Paul Johnson wrote: > In our computer lab, there are some users who walk away from their > computers for hours. I'd like to automatically close down those > sessions so that other users do not have to wait or hit > ALT-CTRL-Backspace. I don't find anything while googling because I > don't know the magic words, I'm afraid. gdm is the login manager and > the gnome screensaver installed. I just need some little addon to the > screensaver that logs out systems if they aren't used for a while. > Similar to the way the laptop power manager closes down idle systems. > > Got any advice? > Sounds like you are looking for autolog... sudo apt-get install autolog http://packages.ubuntu.com/search?searchon=sourcenames&keywords=autolog
ps -e | grep NameOfProgramYouWantToKillor
ps aux | grep NameOfProgramYouWantToKillSometimes the name of the program not obvious or not what you expect it to be. In that case, you can just do
ps -eor
ps auxand scroll through the list to find it. Once you find it, you'll notice a number beside it, on the left. Type:
kill numberAnd hopefully you've shut the right program down. The program should disappear from the taskbar. As always, if you are consistently starting to experience problems with hanging programs, you should try rebooting the computer. If you still experience problems, Google for bugs or an update or patch for the software.
xkill
killall nameofprogram
10 important Linux developments everyone should know aboutCelebrating 10 years of Linux accomplishments |
The Linux® technology, development model, and community have all been game-changing influences on the IT industry, and all we can really do is stand back and look at it all, happy to have been along for the ride for developerWorks' first 10 years. The Linux zone team has put together this greatly abbreviated collection of things that stand out in our minds as having rocked the world of Linux in a significant way. Much too much has happened with Linux in the last 10 years to do anything like a complete job of listing the important events and technological advances surrounding this operating system. But nevertheless, in celebration of our 10th birthday, the Linux zone team looks back and presents to you some major milestones, why they matter, and what we wrote about them. Please to enjoy. Be sure to check out the developerWorks 10th birthday page to see what else is going on across the site, including a timeline of developerWorks events over the last 10 years. |
A lot of us skip breakfast in the morning, be it because we don't have time to make something, don't have the patience, or for some other reason. Yuri Suzuki and Masa Kimura are aiming to make your breakfast a little easier, a little quicker, and a lot more interesting. Their latest project is a Rube Goldberg-like machine that does everything from fry your eggs to brew your coffee. The coolest part about this project is it was built with the help of the public. The two designers put out an open invitation for people to come help in constructing the device at Platform21, a publicly accessible design forum in Amsterdam. Now if someone would tie this into an alarm clock, we could all wake up to the smell of toast and coffee instead of the super loud 140db alarm clock or the confusing (albeit effective) wake up machine.
by Jay Hathaway (RSS feed) Sep 29th 2009 at 8:00AM
Google must have been reading our back to school series, because the Google Docs interns have added a bunch of new features designed specifically for students. There's something for everyone, whether you're writing papers or doing problem sets. Although Google is highlighting thiese improvements as useful to students, some of them could definiteltly come in handy in a nonacademic situation.
Very cute
These singers are all Anesthesiologists in Minnesota and they can really sing. They are also funny. Here they sing "Waking up is hard to do"
http://www.youtube.com/watch?v=WOrjcLJ2IE0&feature=related
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.409 / Virus Database: 270.13.111/2386 - Release Date: 09/21/09 05:51:00
God Bless,
Don
Check out my Web Pages and Blog's too...
Don's Music and Poems at DonSongs.com
DonSongs! Download Both Albums in MP3's Free! Also, there's Pages of my Songs, Poems and Pic's of me and friends:>) www.DonSongs.com
DonSongs New Site With Music Players for Both Albums and New Page Design...
Download The Whole Living Beings - Climate Control Album Free!:) We have our New Album Out Now! With me, Don Bishop doing Vocals and Lyrics and Marty Splawn Playing all the Music! And You can Download the whole Album Free!
http://bishopco.com/LivingBeings/LivingBeings-ClimateControl-mp3.html
And here's an alternative Living Beings download site that also has smaller 64Kbps M3U versions for Dialup connections and it has Streams of the complete album too if you just want to listen online without saving the MP3's. http://www.archive.org/details/DonBishopLivingBeingsClimateControl
Living Beings Blog has some MP3 Song clips from our Living Beings - Climate Control album. Also, I put up some of my favorite Pic's. http://livingbeings.blogspirit.com/
And here's an alternative DonSongs download site that also has smaller 64Kbps M3U versions for Dialup connections and it has Streams of the complete album too if you just want to listen online without saving the MP3's. http://www.archive.org/details/DonBishopDonSongs002
CMU - Christian Music Underground
CMU was started by Don Bishop to share the music of myself and of course the rest of you guys who are among the non commercial artists out there who work hard at their music and want to Glorify, Praise and Share the Love of our Lord Jesus.
http://christianrocker.com/index.php?mode=player&type=radio&id=79
DonSongs Blog... This is a Collection of Songs written & Sung by Don Bishop from 01-1991 to 03-2002.http://donsongs.blogspirit.com/
I need help starting a ministry for Kids. Do you love Kids and Teenagers? If you feel a calling on your life to help the least of these grow up and learn to live and love and believe in Jesus, then please check out our vision.
Psalms 68 Ministries http://www.Psalms68.com
My Web Site's Business Page, the Entry Point for all the rest. My New Site is at http://bishopco.com/mambo/ and my old faithful is at http://www.BishopCo.com
Classified Ads, Place Your's for Free Here! Try out my free Classified Ads Site.
Don's Deals Free Classifieds http://epage.com/js/csp/c44364/b44364/r571658/?csp=44364
First , we can assure you, there isn't a problem with the memory. While Windows allows for 4GB of memory to be addressed, it does not equate to 4GB of physical memory.
Some of the memory (regardless of how much you have installed) is reserved for use by the devices that you are using, such as a graphics card, PCI card, integrated network connections, etc, meaning it is unavailable for use as normal main memory.
Upon startup, your system calculates the amount of memory needed for these devices; if you haven't maxxed out the memory in your system, it's invisible to you, and all your physical memory (the installed RAM) is available for use. However if you've maxxed out the DRAM in your system, this amount will be deducted from your physical memory, so you can't use 100% of your DRAM.
The maximum memory limitation varies by operating system, For instance, the 4GB memory limitation doesn't exist in 64-bit versions of Windows.
Note for Windows Vista users:
Microsoft has addressed this issue for Windows Vista with its Service Pack 1.
If you have a system board that can handle more than 4GB of memory and a processor capable of handling x64 instructions and memory remapping, Vista SP1 can help. Because of Windows and the driver stacks, Windows loaded them into 'high' memory locations to avoid potential driver compatibility issues. (Meanwhile, the 32-bit versions of Windows Vista limit the total available memory to 3.12 GB.) VistaSP1 has other features to enhance your computing, so we recommend you add it, if you haven't done so already.
If you are running Windows XP, you can cosmetically correct the issue by editing the Physical Address Extension settings.
Memory maximums for current Microsoft® Windows OSs include:
Windows Vista (32 bit)
Windows XP (32 bit)
Windows Server 2003 (32 bit)
* Certain Microsoft server operating systems can support over 4GB of memory via Physical Address Extension (PAE). Please refer to Microsoft knowledgebase article located here for more information.
Windows Server 2008 (32 bit)
Windows Vista (64 bit)
Windows XP (64 bit)
Windows Server 2008 (64 bit)
First, choose which virtualization tool to use. Right now, there are four big ones: Parallels, VMWare, QEMU, and VirtualBox. Parallels is commercial at US$49.99 for Windows and GNU/Linux. For me, that is way too expensive. That leaves us with VMWare, QEMU, and VirtualBox. VMWare has two freeware versions. One (called a player) runs pre-built operating systems (known as appliances). The other one (called a server) will make machines, but isn't as fast as the professional version. The problem with QEMU is that it is completely command-line (there are GUIs made for it, but they never worked for me). Therefore, it is extremely complicated to create a new virtual machine with it. Besides, it just can't do some basic things that the others can (like pause a virtual machine, for example). That leaves us with VirtualBox.
VirtualBox is free software. It is cross-platform (runs on Windows and GNU/Linux, with an Intel Mac version in beta). It runs Windows, OS/2, GNU/Linux, BSD, Netware, Solaris, and L4 guests. And on certain guests, you can install VirtualBox Guest Additions, which lets you share files and more between the guest and the host. The next version, coming soon, will include support for running the pre-built VMWare appliances [1]. It simply works.
Read more...DESCRIPTION
Qemu Launcher provides a graphical front-end to all basic, and many advanced QEMU computer emulator options. It allows you to create, save, and run multiple virtual machine configurations, create and convert disk images.
Qemu Launcher utilizes the full system emulation mode of QEMU that allows you to run unmodified operating system on virtual hardware.
Qemu Launcher also supports launching virtual machines from the command line, by specifying the configuration name:
qemu-launcher 'Configuration name'
Note that you still need a graphical environment to do this, unless the virtual machine is set to start in non-graphics mode.
SOFTWARE REQUIREMENTS
Perl interpreter
Gtk2 Perl module
Gtk2::GladeXML Perl module
Locale::gettext Perl module
QEMU emulator suite
Registration Date: Tuesday 11/08/2005 at 02:42 CET
License: GNU General Public License V2 or later
Development Status: 4 - Beta
|
by Joey Celis (RSS feed) Jul 1st 2008 at 10:00AM
Virtual drive software isn't new, but with the recent surge of ultra portable notebooks that do not have built in optical drives this is a good time to go over one of the free emulation software out there, Slysoft's Virtual CloneDrive.
For those that may not know, a virtual drive emulates a physical drive, in this case an optical drive. This way you can mount a disc image and use it as if a physical disc was inserted into an actual drive.
CloneDrive gives you the ability to mount up to 8 virtual drives at once. Simply right click the virtual drive under My Computer and select the image you would like to mount or just double click the image file itself.
One nice feature of CloneDrive is that it also shows a history of what's been mounted before making it easy to swap out images without the need to browse your computer.
Keep in mind that you will need to convert your CD/DVD to an image format before using CloneDrive. But once you have, loading programs are only a mouse click away.
Go there...Our objective is to let users boot their machines with bare minimal
requirements on their side, and we will handle most of the problem that
you may face in booting. All that user needs is Internet connectivity
and a small program (gpxe) to boot the machine. This gpxe program
provides network booting facility. You can download these program from
our site (available at Downloads section). Also, you can find a list of
distributions and tools that can be booted with BKO here. Your small
56KB gpxe program can boot any of these options!
Go there...
http://boot.kernel.org/
Don
Linuxby Lee Mathews (RSS feed) Sep 28th 2009 at 3:00PM
While I haven't made the switch to Linux full time, I find myself
spending more and more time experimenting of late. In particular, I'm
enjoying projects like Moblin and the Ubuntu Netbook Remix.
If you're still using Windows for your primary OS there are tons of ways
to get your feet wet like a true penguin without making any serious
commitments. Here are ten ways to play with Linux painlessly -- if you
have another to share, please post it in the comments!
Read nmore...
http://www.downloadsquad.com/2009/09/28/10-easy-ways-to-play-with-linux-without-leaving-windows/
Don
By Stephen Shankland CNET News
Posted on ZDNet News: Sep 28, 2009 5:59:32 AM
Satellite imagery company GeoEye has released a photo of what it says is
the controversial and underground Iranian uranium enrichment site that
came to light last week.
The photo, taken Saturday, shows the facility at a military site about
20 miles north-northeast of Qum and 100 miles southwest of Tehran,
GeoEye said. An analysis of the photo by IHS Jane's, a defense
intelligence consulting firm, said the facility has a primary and
several auxiliary entrances, ventilation shafts, a surface-to-air
missile site, and quarry and construction equipment.
See the shots below for a view of what the companies say are the main
and auxiliary entrances, the ventilation shafts, and an overall view.
Go there...
http://news.zdnet.com/2100-9595_22-346873.html
Don
It's a 100% free multimedia operating system intended for music production, graphic design, audio and video edition, and all kind of tasks. It contains an enormous collection of free (as in freedom) programs that can replace Windows. (More details: here /// Download /// A nice review at GNU/"Linux Journal". /// Video-Demo)
The system will boot from your CD/DVD drive, with no need to install anything on your hard disk. Later, it can be installed.
Introduction
andLinux is a complete Ubuntu Linux system running seamlessly in Windows
2000 based systems (2000, XP, 2003, Vista, 7; 32-bit versions only).
This project was started for Dynamism for the GP2X community, but its
userbase far exceeds its original design. andLinux is free and will
remain so, but donations are greatly needed.
andLinux uses coLinux as its core which is confusing for many people.
coLinux is a port of the Linux kernel to Windows. Although this
technology is a bit like running Linux in a virtual machine, coLinux
differs itself by being more of a merger of Windows and the Linux kernel
and not an emulated PC, making it more efficient. Xming is used as X
server and PulseAudio as sound server.
andLinux is not just for development and runs almost all Linux
applications without modification.
Go there...
http://andlinux.org/
Don
Like freeware? Then why not become a software reviewer for Gizmo's Freeware.
I must admit that I wince whenever I read a claim that a particular program will speed up my PC. I've been trying these programs for more than a decade and frankly most don't work. But there is always an exception that proves the rule and SpeedyFox is indeed, such an exception.
SpeedyFox is a program designed to speed up Firefox. It doesn't claim to speed up your browsing but rather to make Firefox load more quickly and to accelerate some specific operations such as viewing/searching your browsing history and working with cookies.
According to the SpeedyFox website the program works by contacting the databases that Firefox users to store its information.
"Firefox uses SQLITE databases to store lots of its settings. By over time the databases grow and Firefox starts working slowly. SpeedyFox compacts those databases without loosing any data."
Read more and download...VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software.
Some of the features of VirtualBox are:
A number of extra features are available with the full VirtualBox release only (see the "Editions" page for details):
VirtualBox comes in different versions, depending on your needs. Please see the Editions page for details.
We have put together a small tour of the VirtualBox features on the Screenshots page.
We maintain a link list to press articles about VirtualBox on the Press page.
There is a list of papers referencing VirtualBox on the Papers page.
There are quite a few variants of PCLinuxOS available. This page gives links to them. Some are download links, some are documentation.
Recycled robot wins top honor |
09:37' 23/09/2009 (GMT+7) |
VietNamNet Bridge – Vu Van Thang, 19, from Thai Binh province has won one of the five top prizes at the National Creativeness Competition for Children and Youth 2009 for his robot made entirely from items found in the trash. |
Online videos for busy IT professionals | TechRepublic Video
http://video.techrepublic.com.com/2434-13789_11-167680.html
Don
The DEKA Arm
New technology is making it possible for amputees to pick up small
objects they never thought they would master thanks to the biggest
innovation...
See the Video...
http://video.techrepublic.com.com/2422-13792_11-346182.html
Don
Go there, see Video...
http://video.techrepublic.com.com/2422-13792_11-344054.html?tag=nl.e099.dl090923&tag=nl.e099
<http://video.techrepublic.com.com/2422-13792_11-344054.html?tag=nl.e099.dl090923&tag=nl.e099>
Don
PVC vinyl-covered wood enclosures, custom-molded thermoplastic edge bumpers and bigger sound than any big-name speaker in its class .
Item: TAP6925
No Sales Tax. (Except NJMackie-designed, unbelievable closeout deal!
30-Day 100% Satisfaction Guarantee Applies On This Item - Buy it, and if it isn't just right for you, return it!
NEW • Distribution Release: Parted Magic 4.5 |
Patrick Verner has released Parted Magic 4.5, a small Linux live CD designed primarily as a hard disk partitioning utility: "This new version of Parted Magic updates the graphical server X.Org, expands networking, improves RAM usage, and fixes some bugs. To combat some of the problems associated with the newer versions of X.Org and Intel chipsets, Parted Magic offers driver versions intel-2.4.1, intel-2.5.1, intel-2.6.3, intel-2.7.1 as boot options. There is a new PPPoE option added to the 'Start Network' program. RAM usage has been significantly reduced for the 'Default settings (Runs from RAM)' and 'Live with low RAM settings' boot options. The default option only requires 192 MB, from 256 MB in version 4.4, to completely run Parted Magic from RAM. The biggest gain was with the low RAM option because that now only requires 48 MB to run." Visit the project's home page to read the release announcement. Download (MD5): pmagic-4.5.iso.zip (79.0MB). |
About Parted Magic |
---|
Parted Magic is a 40 MB live CD/USB/PXE with its elemental purpose being to partition hard drives. Although GParted and Parted are the main programs, the CD/USB also offers other applications, such as Partition Image, TestDisk, fdisk, sfdisk, dd, ddrescue, etc. |
NEW • Distribution Release: SystemRescueCd 1.3.0 |
François Dupoux has released SystemRescueCd 1.3.0, a Gentoo-based live CD designed for administering or repairing an operating system and data after a crash. What's new in version 1.3.0? "Updated the standard kernels to Linux kernel 2.6.31; updated FSArchiver to 0.5.9 (better NTFS support); updated NTFS-3G to version 2009.4.4 AR17 (NTFS-3G advanced release); updated e2fsprogs to 1.41.9 (ext2, ext3, ext4 file system tools); Linux kernel 2.6.31 and btrfs-progs 0.19 are using a new btrfs format; added gdisk 0.3.1 (gdisk is a GPT partition table manipulator); updated the Xfce desktop environment to version 4.6.1; updated Python to version 2.6.2; updated Mozilla Firefox to version 3.5.2." Read the complete changelog for further details. Download the live CD image from here: systemrescuecd-x86-1.3.0.iso (236MB, MD5). |
About SystemRescueCD |
---|
SystemRescueCd is a Linux system on a bootable CD-ROM for repairing your system and your data after a crash. It also aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It contains many of system utilities (parted, partimage, fstools, ...) and basic ones (editors, Midnight Commander, network tools). It aims to be very easy to use: just boot from the CD-ROM, and you can do everything. The kernel of the system supports most important file systems (ext2/ext3, ReiserFS, XFS, JFS, VFAT, NTFS, ISO9660), and network ones (Samba and NFS). SystemRescueCd is based on the Gentoo Live CD. |
[ Thanks to Caitlyn Martin for this link. ]
"Accounts and passwords"The first and simplest line of defense is a password. In his book, Securing & Optimizing Linux: The Ultimate Solution, Gerhard Mourani writes: "Many people keep their valuable information and files on a computer, and the only thing preventing others from seeing it is the eight-character string called a password. An unbreakable password, contrary to popular belief, does not exist. Given time and resources all passwords can be guessed either by social engineering or brute force." Some Linux users go even farther, running distributions which have either no password or a well-known and published password on a privileged or root account. This is tantamount to putting out a welcome mat for anyone and everyone who wishes to access your system provided they have physical access. A vulnerability in a service which communicates across the Internet can effectively leave such a system open to literally anyone who is aware of both the flaw and the password. Kurt Seifried, writing about insecure defaults of all sorts, not just passwords, states: "This is one of the problems that have caused no end of security problems since day one."
"Mourani lists four basic rules for a good password. Three of them do apply even to home and SOHO systems:"
Article Tools Sponsored By
By ROBERT PEAR and DAVID M. HERSZENHORN
Published: September 21, 2009
WASHINGTON — The chairman of the Senate Finance Committee, Max Baucus,
said Monday that he would modify his health care bill to provide more
generous assistance to moderate-income Americans, to help them buy
insurance.
In addition, Mr. Baucus said he would make changes to reduce the impact
of a proposed tax on high-end health insurance policies.
Mr. Baucus, Democrat of Montana, disclosed his plans in an interview a
day before the committee is to begin meeting to debate and vote on the
sweeping legislation, which is intended to remake the nation's health
care system and guarantee insurance for millions of Americans.
Mr. Baucus said the changes showed that he had heard the criticism of
his bill from colleagues, who asserted that many people would be
required to buy insurance who could not afford it — even with federal
subsidies to help defray the cost of premiums.
"Affordability — that, I think, is the primary concern," Mr. Baucus
said. "We want to make sure that if Americans have to buy insurance,
it's affordable."
Mr. Baucus said he believed that the changes would "help smooth the way
for passage" of the bill through the Finance Committee, where it has
been criticized from both the left and the right.
Read more...
http://www.nytimes.com/2009/09/22/health/policy/22baucus.html?_r=2&partner=rss&emc=rss
<http://www.nytimes.com/2009/09/22/health/policy/22baucus.html?_r=2&partner=rss&emc=rss>
Don
[ Thanks to Caitlyn Martin for this link. ]
"Accounts and passwordsGo there..."The first and simplest line of defense is a password. In his book, Securing & Optimizing Linux: The Ultimate Solution, Gerhard Mourani writes: "Many people keep their valuable information and files on a computer, and the only thing preventing others from seeing it is the eight-character string called a password. An unbreakable password, contrary to popular belief, does not exist. Given time and resources all passwords can be guessed either by social engineering or brute force." Some Linux users go even farther, running distributions which have either no password or a well-known and published password on a privileged or root account. This is tantamount to putting out a welcome mat for anyone and everyone who wishes to access your system provided they have physical access. A vulnerability in a service which communicates across the Internet can effectively leave such a system open to literally anyone who is aware of both the flaw and the password. Kurt Seifried, writing about insecure defaults of all sorts, not just passwords, states: "This is one of the problems that have caused no end of security problems since day one."
"Mourani lists four basic rules for a good password. Three of them do apply even to home and SOHO systems:"