<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GBC Tech Video News</title>
	<atom:link href="http://www.gcbvideo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gcbvideo.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 04:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick Overview of Bsd Systems With Main Focus on Openbsd</title>
		<link>http://www.gcbvideo.com/quick-overview-of-bsd-systems-with-main-focus-on-openbsd.cfm</link>
		<comments>http://www.gcbvideo.com/quick-overview-of-bsd-systems-with-main-focus-on-openbsd.cfm#comments</comments>
		<pubDate>Fri, 12 Mar 2010 04:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.crawbot.co.cc/?p=2461</guid>
		<description><![CDATA[ Most users who use Linux use it because they hate Microsoft; people who use BSD use it because they love UnixJuraj SiposI have been a BSD user since the late 1990&#8217;s. I started with FreeBSD 3.0 and I also made my own FreeBSD distro &#8211; a tiny floppy disk entitled 1fcdbsd, which boots in [...]]]></description>
			<content:encoded><![CDATA[<div><br/><br/> Most users who use Linux use it because they hate Microsoft; people who use BSD use it because they love Unix<br/><br/>Juraj Sipos<br/><br/>I have been a BSD user since the late 1990&#8217;s. I started with FreeBSD 3.0 and I also made my own FreeBSD distro &#8211; a tiny floppy disk entitled 1fcdbsd, which boots in any x86 computer and plays MP3 files from a hard disk or CD&#8217;s (One Floppy CD Audio and MP3 Player &#8211; http://www.freebsd.nfo.sk/). I gained some experience with the BSD world, which rather thrives on the side without people’s knowledge that it is almost the best.<br/><br/><strong>History</strong><br/><br/>To say it metaphorically, the Internet sprung out of BSD. It is not because these systems can handle the biggest traffic as servers, but because the concept of IP addresses and the TCP/IP stack is a BSD invention. If you right click on the file “winsock.dll” in Windows 98 (C:Windowswinsock.dll), you will see “BSD Socket API for Windows” in the Properties > Version window; however, the “BSD” is not seen in newer Windows systems in the “version information” window of winsock.dll. But there is a lot of writing on the Internet about this if you Google both terms: “winsock.dll” AND “bsd”. BSD systems have a different licensing policy and anybody can take their code. BSD license gives more freedom to programmers.<br/><br/>From the above it is clear that Microsoft, too, used or “stole” this code, not only Linux.<br/><br/>BSD grew up in the 1970&#8217;s with a Defense Advanced Research Projects Agency (DARPA) support. Version 4.3 BSD (1986), 4.3 BSD Tahoe (1988), BSD Net 1 (1989), and so on followed. The history is well described also on BSD sites, such as www.freebsd.org. FreeBSD, for example, started as a project in 1993 shortly after NetBSD; and OpenBSD is a fork of NetBSD, but these all are derived from 386/BSD.<br/><br/><strong>Linux versus BSD</strong><br/><br/>BSD: BSD systems are based upon an actual Unix variant called Berkeley Software Distribution, which has a long history.<br/><br/>Linux: Linux is based upon a clone of Unix (Minix), which was far away in functionality in comparison to the above Unix at its time. Terminologically speaking, Linux is only the kernel.<br/><br/>The “Linux-versus-BSD” discussion is very sensitive for some people – they may get very angry about any direction, either in favor of BSD or Linux. It is not a good idea to compare these systems as the whole, but it&#8217;s not a bad idea to compare their “usability” in various aspects, for example, as an “office solution”, “desktop solution”, “multimedia solution”, “server solution”, “firewall solution”, etc.<br/><br/>The widespread use of Linux helped some users switch to BSD for good, as various opinions made the issue of “Linux-versus-BSD” visible to public eyes, which made the BSD world appear more attractive.<br/><br/>If we talk in general, we can say that “BSD is much more stable, as it is a REAL Unix” and that “Linux is a very good desktop toy more adapted to users&#8217; needs, as it has more drivers and apps”.<br/><br/>Other global aspect that makes Linux and BSD systems look different is that BSD OS&#8217;s have everything under one hood and control. Linux is murky waters because it is not united. For example, you have a DEB (Debian Linux) package – you will not always install it if you use Mandrake or SuSE. A long list of problems ensuing from discrepancies among Linux distros may be written. Linux users surely remember the effort of UnitedLinux, but now it is devoid of life. In the chaos where one Linux system installs with various services and the other one does not, we see that the Linux community is broken as the whole.<br/><br/>Linux is more developed in terms of its accessibility to various types of hardware like, for example, inkjet printers or WiFi USB solutions. But this is because, as I already said, various companies support it. Linux is good for desktop users who want to forget about Microsoft and BSD systems are best as server/router/firewall solutions. Many good administrators say that Linux behaves much worse as server than BSD systems. Something like Red Hat or SuSE Enterprise Server is rather a joke – these systems cost a lot of money. Every good administrator would only bet on BSD or other Internet solutions today. Slackware Linux is exception – it is one of the best.<br/><br/>There are many reasons why BSD systems are less noticeable. The availability of Live CD&#8217;s and their easy-to-use presentation is something in which BSD systems lagged behind. You may download Linux ISO images at the drop of a hat. With BSD systems, this is a bit different. You could hardly find a desired BSD Live CD in the 1990&#8217;s. Only a few of them do appear now.<br/><br/><strong>OpenBSD</strong><br/><br/>I tackled the problem of building such a CD myself. I toiled with FreeBSD. I succeeded. Later I focused on OpenBSD, as it has a good reputation concerning its solid security structure. I succeeded too. But this would require additional writing and this article is not about making an OpenBSD Live CD; I only want to introduce this system a little and give advice how to make a simple OpenBSD bootable installation CD/DVD, which is also hard to get.<br/><br/><strong>Usability</strong><br/><br/>BSD systems work well with all kinds of standard hardware; however, some users say they are “less user-friendly”. On the other hand, others consider the so-called “user-friendliness” to be a hindrance in making needed configurations. In other systems, where many services run automatically, it is a bit irritating when administrators, with their own security policies in mind, must turn them off on a regular basis after every installation.<br/><br/>OpenBSD could be, from a Linux user&#8217;s point of view, a can of worms. Some may disagree with me, but in the world where all mainstream operating systems bet on easiness-to-use and the graphical interactivity, this is surely the case. This means you must forget about graphical installers &#8211; your first touch with the system is the text mode. But the text is the best format some people like.<br/><br/>OpenBSD can run Linux binaries on an emulation layer; DOS (and other systems) programs within the Qemu emulator, as well as FreeBSD and other BSD and Unix binaries. Albeit OpenOffice.org has not been ported yet (do you really need such a big bulk of software when there are more handy solutions?), you can easily write or open your MS Word documents in TextMaker for Linux, or in native OpenBSD AbiWord port.<br/><br/><strong>The system and packages</strong><br/><br/>The BSD family of operating systems consists of the base system and packages. The OpenBSD core &#8211; its kernel and the base system (system/network utilities, man pages, etc.) get cautiously, if not paranoically audited for security holes.<br/><br/>The OS has a different packaging philosophy in comparison to Linux. It uses ports and prebuilt packages. Ports are fingerprints of applications on your disk. They contain the basic information where they can be downloaded from. You just &#8220;cd&#8221; somewhere to the hierarchy of the /usr/share/ports directory, where applications are divided by categories; then type &#8220;make install&#8221; and wait for sources to be downloaded, compiled, and installed.<br/><br/>Prebuilt packages, too, can be installed with a breeze. Unlike RPM archives, which you must install in the consecutive dependency order, here you have everything on tap. And with the “pkg_add –v ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/package.tgz” command you download everything from the Internet even without specifying a package&#8217;s version. This is something most Linux packagers cannot do, only APT (Debian) and its clones.<br/><br/><strong>Installation</strong><br/><br/>The policy of the OpenBSD team is to sell CD’s. Unless you are prepared for a difficult network install, you have two options: either you buy their CD&#8217;s, or build them yourself. If you choose the latter option, download the core system from these FTP mirrors: www.openbsd.org/ftp.html. Pick out your architecture like AMD<br />
64 or i386 and the version (like 4.0, 3.9, etc.). Place all downloaded files in any directory (for example, in /usr/opbsd) and issue the following command to make the ISO image of it:<br/><br/>mkisofs -b cdrom40.fs -c boot.cat -R -v -o /usr/my_openbsd.iso /usr/opbsd<br/><br/>The above command may be used both in Linux and in BSD systems and possibly in any system to which mkisofs is ported.<br/><br/>When ever in the future you are ready to download a newer version of OpenBSD with purpose to make a bootable CD/DVD of it, just change the “cdrom40.fs” in the above mkisofs command (4.0 is the current version of OpenBSD) to the version it agrees with, for example, “cdrom45.fs” (a future OpenBSD), which is a bootable image as the emulated big floppy. A CD or DVD burned with this ISO file will boot on any PC (not DVD in UDF format, but DVD in ISO format).<br/><br/>The following files contain the basic OpenBSD installation – networking, Unix commands, X Window, man pages; not packages like KDE, Aspell, etc.<br/><br/>OpenBSD 4.0 core system<br/><br/>Packages		# you can create this directory and put packages in it<br/><br/>CKSUM, INSTALL.i386 , INSTALL.Linux, MD5, base40.tgz , bsd, bsd.mp, bsd.rd, cd40.iso, cdboot ,cdbr, cdemu40.iso, cdrom40.fs, comp40.tgz, etc40.tgz, floppy40.fs, floppyB40.fs, floppyC40.fs, game40.tgz, index.txt, man40.tgz, misc40.tgz, pxeboot, xbase40.tgz, xetc40.tgz, xfont40.tgz, xserv40.tgz, xshare40.tgz 		<br/><br/>It is important to say that the ISO file cannot be burned to a CD as an ordinary file like an MP3 file – it can be done this way, however, but you will not be able to boot from such a CD/DVD. If you use Windows, the proper way for burning ISO files is to use the “burn image” command in programs like Nero Burning ROM (or “burn ISO” in other programs). Under FreeBSD, you can burn the ISO image with the burncd command (if your CDROM is the master on the second IDE channel; “-s” is for speed):<br/><br/>burncd -f /dev/acd0 -s 4 data my_openbsd.iso fixate<br/><br/>It would be a good idea to make the bootable OpenBSD DVD with packages included in it – just download them and put them to a directory (for example, to a directory “Packages”) where you have your core OpenBSD installation files; then apply the above mkisofs command.<br/><br/>Installation is quite easy. For newbies it is recommended to use a mobile rack and use some older disk (about 3 GB). This is because installing OpenBSD to an already partitioned disk requires a lot of knowledge and if users do not want to bother about numbers of sectors/cylinders and other things they must type in the text wizard, this solution is very handy.<br/><br/><strong>OpenBSD in action </strong><br/><br/>The system boots fast (much faster than Linux). If you selected the X Window environment during the installation text wizard, you only need to run the &#8220;xorgcfg&#8221; command from the console to configure your X Window environment.<br/><br/>Did you lose yourself somewhere in the text-mode consoles? Use the F5 key (Ctrl+Alt+F5) to get back to the X Window. Are you a complete newbie? Type &#8220;man afterboot&#8221;. Are you accustomed to Linux and do you prefer a Linux terminal type? After every logon, OpenBSD asks you to type the terminal type you want to use, but the default one &#8211; vt220 &#8211; does not map keys like you got accustomed to in Linux if you use programs like Midnight Commander (for example, F7 behaves like F6, etc., but not in X). After typing “nxterm” everything should work OK.<br/><br/>A manual text-mode configuration is the absolute preference here. Almost all services are turned off &#8211; a first choice for every good administrator, as he will have ultimate control over the whole system. Users, too, may familiarize themselves with Unix and see what is going on under its hood. To run the X Window, just execute the &#8220;startx&#8221; command. If you want to edit or re-edit the configuration files, peep into the /etc directory with vi as your editor. Do you want to add more packages? Just download them and issue “pkg_add -i package.tgz” command and that&#8217;s it!<br/><br/>OpenBSD 4.0 is geared up for most of the network or desktop tasks. After I downloaded some fine MP3 players, I could instantly listen to music. The X Window&#8217;s look does not differ from any Unix-like box. VLC or MPlayer multimedia players will help you enjoy all your favorite music or film recordings.<br/><br/>If you have euphoria from seeing the KDE or Gnome Desktop and other apps running smoothly, you may soon become disappointed &#8211; OpenBSD has fewer packages than FreeBSD or Linux. For example, running VMware on FreeBSD has been possible for quite a long time; OpenBSD (but not OpenBSD in the VMware environment) requires some smart tweaks to achieve this.<br/><br/><strong>New technologies and automation can also impose a risk</strong><br/><br/>Numerous companies want to earn the highest profit and they introduce various technologies that serve as a marketing competition strategy for most of the time and are often useless. A bluetooth or WiFi technology in your mobile phone brings a security risk when any good hacker can get to your most sensitive data within seconds right from your neighborhood. Most users do not have time to study various security datasheets and they often live happy without knowing they are unprotected. I do not want to say that newer technologies are always nonsensical; however, they deserve pertinent praise only if used on the right place.<br/><br/>If a reader understands this, the mainstream world&#8217;s policy is to create the Matrix or a big web of dependencies – if hardware can run in Linux, users use Linux (and possibly buy Red Hat or Xandros).<br/><br/>Numerous “terrific” companies that sell their “amazing security products” forget that using carrier pigeons for communication is by far a more secure solution than any computer communication – an encrypted e-mail, if you are already under suspicion, will always get intercepted, and governments have always enough resources and money to do their job well.<br/><br/><strong>Why BSD or OpenBSD?</strong><br/><br/>Today, when too many companies bring out various distros, it is hard to tell which of them best suits our needs and you may become mixed-up in such a huge list. If companies invest money to a software solution, they may become disappointed if its licensing policy changes. OpenBSD has one sturdy feature above everything – the system and packages are perfectly audited for security holes.<br/><br/>The power of a good policy will make you feel somewhat sheltered from the bad behavior of the world, because you do not have to worry that network services, for example, contain security holes. Something like this often happens with Linux &#8211; its websites urge users to download important patches soon after distros are released. With this particular security point OpenBSD as a BSD system stands aside from the usual crowd.<br/><br/>Source: http://www.freebsd.nfo.sk/<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gcbvideo.com/quick-overview-of-bsd-systems-with-main-focus-on-openbsd.cfm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Money On Casino</title>
		<link>http://www.gcbvideo.com/make-money-on-casino.cfm</link>
		<comments>http://www.gcbvideo.com/make-money-on-casino.cfm#comments</comments>
		<pubDate>Thu, 11 Mar 2010 16:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Cameras]]></category>

		<guid isPermaLink="false">http://www.gcbvideo.com/?p=2689</guid>
		<description><![CDATA[Which full of confident, I believe that everyone loves playing games. games is a simple entertainment, yet very enjoyable to try. It is simply click from your computer and you dont even have to change your clothes to gamble at casino club.
Yes, this is true. Casino online is one of the most famous games worldwide. [...]]]></description>
			<content:encoded><![CDATA[<p>Which full of confident, I believe that everyone loves playing games. games is a simple entertainment, yet very enjoyable to try. It is simply click from your computer and you dont even have to change your clothes to gamble at casino club.</p>
<p>Yes, this is true. Casino online is one of the most famous games worldwide. They are played by everyone. Technology enables casino online to be more challenging and fun. They have great digital sounds and perfect detail of graphics and figures that bring the atmosphere of gambling in real casino bar. Even people prefer to play online, for economical and practical reason. If you want to play at prestigious web as the games, Lonelyheartcasino.com is the correct destination. They have the best <a href="http://www.lonelyheartscasino.com/2009/list-of-slot-games-casinos/" target="_blank">online casino slots</a> for instant playing completed with latest reviews, to make sure that you play casino online only at the best recommended place. Which is an <a href="http://www.lonelyheartscasino.com/2009/my-favorite-online-slots-games/" target="_blank">online slots real money</a>, instead of usual slots machine. However, they have not only slots, video pokers and blackjack very easy to find here. One more benefit of this web, unlike any other web, this web <a href="http://www.lonelyheartscasino.com/" target="_blank">casino excepting usa players</a>, so you will be assure of its convenience.</p>
<p>If you find it interesting, please dont hesitate to visit this web by now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gcbvideo.com/make-money-on-casino.cfm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Technology Transfer Officer Tips For Tough Economic Times</title>
		<link>http://www.gcbvideo.com/7-technology-transfer-officer-tips-for-tough-economic-times.cfm</link>
		<comments>http://www.gcbvideo.com/7-technology-transfer-officer-tips-for-tough-economic-times.cfm#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:33:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology Innovation]]></category>

		<guid isPermaLink="false">http://www.crawbot.co.cc/?p=2367</guid>
		<description><![CDATA[There is no doubt that these are tough economic times. Unemployment is high and credit is tight. Key indicates show that is the worse economy in a generation. Many technology transfer offices have seen potential business partners reduce their innovation portfolios and expenditures. This coupled with a reduction in funding sources, from grants and investors [...]]]></description>
			<content:encoded><![CDATA[<div><br/><br/>There is no doubt that these are tough economic times. Unemployment is high and credit is tight. Key indicates show that is the worse economy in a generation. Many technology transfer offices have seen potential business partners reduce their innovation portfolios and expenditures. This coupled with a reduction in funding sources, from grants and investors to university sources are blowing the technology transfer research commercialization efforts into the perfect storm.<br/><br/>There are difficulties and challenges, but these times also create opportunities. Here are seven tips to help your technology transfer office succeed in these tough economic times.<br/><br/>1. Maintain a list of problems that are relevant to the research and technologies in the pipeline.<br/><br/>Technology transfer offices typically get involved in research commercialization efforts late in the research and testing process. Get involved earlier in the process and start developing a list of problems of which the research can be applied.<br/><br/>This is really an early brainstorming exercise. Don&#8217;t just talk to the researchers. Get business input from those who are not involved with the research or the research teams. Independent ideas can be worth their weight in gold.<br/><br/>2. Develop long-term business relationships.<br/><br/>&#8220;Dig the well before you are thirsty.&#8221;<br/><br/>-Chinese Proverb<br/><br/>Start developing business relationships with business leaders from a wide range of industries. Do this even before you have any applicable research or solutions for them. These relationships will pay off in two ways.<br/><br/>? You will have a better understanding of the types of challenges that these businesses face.<br/><br/>? When you do have promising research technologies and solutions you already have a relationship with the business or their contacts.<br/><br/>3. Pair researchers with business mentors.<br/><br/>Researchers think like researchers. Business people think like business people. Getting the two to communicate with each other versus talking to each other is a common technology transfer office challenge.<br/><br/>Providing a business mentor to promising research leaders will help alleviate this common problem. This continuous conduit will go a lot further than a long forgotten entrepreneurial seminar.<br/><br/>4. Develop alternative commercialization strategies early.<br/><br/>Good business people know that there is always a chance that their efforts may fail. Technology transfer officers know this too. Unfortunately, many researchers and inventors do not think about this, much less plan for it.<br/><br/>Most inventors think that their invention is world changing and worth millions. They have visions of establishing a company based on their research or technology, selling it for millions, and retiring in the lap of luxury.<br/><br/>The truth of the matter is that nine out of ten spin offs and startups will fail. You, can as the technology transfer officer can improve these odds.<br/><br/>I sit on the advisory board for some start up focused investment funds. One of the strategies that we have developed recently is to go for the big distribution partnering deal with large companies. When that doesn&#8217;t work &#8211; we find out why and have alternative proposals available.<br/><br/>This alternative could be limited distribution agreements on licensing deals. It really doesn&#8217;t matter what the alternative is. What does matter is that you get to stay in the game and get a return on the sunk costs.<br/><br/>5. Reduce risks for all involved.<br/><br/>It wasn&#8217;t that long ago that many universities shunned the entire technology transfer process. They wanted their faculty teaching and doing research, not commercializing their intellectual property. My, how times have changed.<br/><br/>Now universities love the revenue that comes from royalties and equity distributions and sales that are associated with intellectual property commercialization. Businesses are always looking for a competitive advantage and right now innovation is the soup de jour, except for one thing &#8230;RISK!<br/><br/>In order to get more businesses interested in potential technology look for new ways to reduce their potential risks. Right now cash is king. Instead of negotiating a lower royalty percentage, offer your potential licensor a deferred royalty agreement at a higher percentage. This is the business innovator&#8217;s version of &#8220;no interest payments for 3 years&#8221;.<br/><br/>This approach allows the business to conserve cash today and the university to reap more money in the long run. It&#8217;s better than the technology sitting on the shelf waiting to become obsolete.<br/><br/>6. Teach bootstrapping to your startups.<br/><br/>All technology startups need money. That is a known fact. The truth is that many could get by with less money than they think that they need. There in lies the art of bootstrapping. Bootstrapping basically means to start and operate a business without lots of investment funds. It requires the entrepreneur to focus on sales and to hold fixed costs to an absolute minimum.<br/><br/>Bootstrapping requires a unique mindset that few lead researchers turned entrepreneurs can relate to. It takes a special entrepreneur to be able to successfully bootstrap a business.<br/><br/>Help your lead researchers and startup teams. Get some experienced bootstrappers on your advisory and consulting teams and pass the knowledge on to your startups.<br/><br/>7. Partner with other technology transfer offices.<br/><br/>Technology transfer offices provide a valuable service to both the university and their research communities. They play a vital role in the economic development of their respective communities and states. Unlike many organizations involved in the invention commercialization process they do not compete.<br/><br/>Some technology transfer offices such as Stanford and MIT are the envy of their peers, however most technology transfer offices do not reside in a geographic area that harbors entrepreneurship in its DNA.<br/><br/>Partnering with other technology transfer offices offers many unique benefits that cannot be found though other means. It opens up dialogue and support for represented research and technologies to new areas and new commercialization ideas. It develops relationships with other potential business partners and fosters potential research synergies.<br/><br/>Targeted TTO partnerships can lead to specific research pairing with higher degrees of commercialization potential. This focused effort will, in the long run, yield a high degree of return on investment.<br/><br/>These 7 technology transfer officer tips can help you reduce your operating costs and increase your revenue generation success rate. It&#8217;s a win for society, the researcher, the business community, the university, and YOU!<br/><br/></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gcbvideo.com/7-technology-transfer-officer-tips-for-tough-economic-times.cfm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
