tag:blogger.com,1999:blog-57194245523478682222008-10-29T07:53:50.762+10:00TechspertTech tips, from solving known problems, to creating totally new ones.Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.comBlogger15125tag:blogger.com,1999:blog-5719424552347868222.post-7262752119933947922007-05-10T17:38:00.001+10:002007-05-10T17:38:27.005+10:002007-05-10T17:38:27.005+10:00Truth Happens<div xmlns='http://www.w3.org/1999/xhtml'><p><object height='350' width='425'><param value='http://youtube.com/v/ZtdnZNYN0MM' name='movie'></param><embed height='350' width='425' type='application/x-shockwave-flash' src='http://youtube.com/v/ZtdnZNYN0MM'></embed></object></p><p>An interesting Ad by RedHat for the GNU/Linux operating system.<br /><br />I decided to post it as in the comming days I'll be compiling a list of my top must-have recommended Firefox extentions, which I believe combine to make Firefox the best browser for the internet hands-down. Firefox is closely related to the Open Source software movement that GNU/Linux is, meaning anyone can contribute to improve upon it, and ensure it remains free of cost, and free of restrictions.</p></div>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-77544024620872987452007-05-06T17:56:00.000+10:002007-05-06T18:07:53.380+10:002007-05-06T18:07:53.380+10:00Saving videos from YouTube<p>Thanks to the efforts of Ricardo Garcia Gonzalez, the creator and maintainer of <a href="http://www.arrakis.es/%7Erggi3/youtube-dl/">youtube-dl</a> you can download YouTube videos to your computer to view offline.</p><br />This script is for GNU/Linux platforms only, and will save the video as it's <span style="font-weight: bold;">ID string .flv</span>.<br /><ol><li><a href="http://www.nuxified.org/system/files/youtube-install.sh">Get youtube-install script</a></li><li>run the script as super user to install globally</li><li>once you see "Youtube installed" you can then run <span style="font-family: arial;">youtube-dl </span><url> to download the movie that link points to.<br /></li></ol>If you ever want to see what the video's YouTube page looks like again after downloading, you can always substititute the filename into a v= url.Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-70242316487218275232007-03-12T00:12:00.000+10:002007-03-12T00:15:51.230+10:002007-03-12T00:15:51.230+10:00GTK Themes in LinuxUbuntu Linux, along with many other GNU/Linux distributions, comes with the Gnome Desktop Environment by default. There are a great number of themes available and more and more being added every day. However, some of the better themes require the pixmap engine to be installed, without it, the themes will install, but will fail to render partially or entirely correctly.<br /><br />In Ubuntu you can easily correct this by installing the pixmap engine, simply type the following into a terminal window:<br /><br />sudo apt-get install gtk2-engines-pixbuf<br /><br />and you are on your way to getting amazing themes and great new looks to your desktop!<br /><br />For themes and information, visit <a href="http://www.gnome-look.org">Gnome-Look.org</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-23825218583654714362007-02-19T12:33:00.001+10:002007-02-19T12:33:17.072+10:002007-02-19T12:33:17.072+10:00Shiny at 3GSM: NVIDIA next-generation mobile phone interface<div xmlns='http://www.w3.org/1999/xhtml'><p><object height='350' width='425'><param value='http://youtube.com/v/8kLFPfaxQ6U' name='movie'></param><embed height='350' width='425' type='application/x-shockwave-flash' src='http://youtube.com/v/8kLFPfaxQ6U'></embed></object></p><p>Is this just a glimpse of things to come? Is it just me, or does this interface look strikingly similar to the Beryl/Compiz effects for GNU/Linux?</p></div>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-33801114285976485772007-02-18T18:44:00.001+10:002007-02-18T18:44:05.033+10:002007-02-18T18:44:05.033+10:00The Real Hustle - Waitress Card Cloning<div xmlns='http://www.w3.org/1999/xhtml'><p><object height='350' width='425'><param value='http://youtube.com/v/sexUus0igWs' name='movie'></param><embed height='350' width='425' type='application/x-shockwave-flash' src='http://youtube.com/v/sexUus0igWs'></embed></object></p><p>Jess is a waitress trying to steal peoples card details using a hidden device.</p></div>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-88289240556959786072007-02-13T12:09:00.000+10:002007-02-13T07:47:29.217+10:002007-02-13T07:47:29.217+10:00dsniff - a great tool for your network's securitydsniff is described in it's man pages by its author as a plaintext password sniffer;<br /><blockquote>I wrote dsniff with honest intentions - to audit my own network, and to demonstrate the insecurity of cleartext network protocols. Please do not abuse this software.</blockquote>The purpose of this software is to be used to audit the level of security on your own network, for example, you may have a main computer, and a laptop, which accesses shared files on the main computer. You password it to keep people out, but the password is being sent in plain text across your network, for anyone to read. Dsniff just makes it easier to pinpoint the problems, so you know what to fix.<br /><br />Here are some examples of protocols that use plaintext insecure passwords:<br /><br /><ul><li>FTP</li><li>Telnet</li><li>SMTP</li><li>HTTP</li><li>POP</li><li>NNTP</li><li>IMAP</li><li>LDAP</li><li>Rlogin</li><li>NFS</li><li>X11</li><li>CVS</li><li>IRC</li><li>AIM</li><li>ICQ</li><li>PostgreSQL</li><li>Symantec pcAnywhere</li><li>Microsoft SMB</li><li>Microsoft SQL protocols</li><li>and more</li></ul>This was a large problem with using network hubs, when switches were introduced, they no longer echoed the message of one computer to all computers, and for a while, security through ignorance was king. We now know better, through newer breaches of security, often known as monkey or man in the middle attacks. This usually employs the arp poisoning technique. Making all hosts believe that an untrusted computer is the network gateway, thus allowing it to see all traffic through the network.<br /><br />Feel free to discuss the inherent problems with many of today's still commonly used plaintext protocols, and what it means for you or your business.Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com10tag:blogger.com,1999:blog-5719424552347868222.post-69206910917441093872007-02-09T16:57:00.000+10:002007-02-13T07:47:00.794+10:002007-02-13T07:47:00.794+10:00VMWare to get hardware 3D acceleration support?<p><embed src="http://www.youtube.com/v/xF_CoXsXtk4" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"></embed></p><p>This supposedly shows Apple's Mac OSX running a version of Windows in a Virtual Machine, using VMWare, and displaying 3D accelerated graphics.</p><p>Source: <a href="http://arstechnica.com/journals/apple.ars/2007/2/8/6960">ArsTechnica: VMWare's 3D graphics acceleration just around the corner?</a></p>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-28369989026671768742007-02-08T09:06:00.000+10:002007-02-08T09:09:38.649+10:002007-02-08T09:09:38.649+10:00Video games train the visual systemI read an interesting article about video games and the human visual processing system:<br /><blockquote>One of the key functions of the human visual system appears to be its ability to filter out distractions. Our brains are constantly challenged to pick out critical information that exists within a visual field full of extraneous objects. This sort of challenge is also the basis for a variety of video games, leading a team of researchers from the University of Rochester to ask if gamers might have an advantage at this form of visual processing.</blockquote><br /><br />Full story: <a href="http://arstechnica.com/news.ars/post/20070207-8792.html">Ars Technica</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-14702735564122272152007-02-07T18:24:00.000+10:002007-02-07T22:20:22.956+10:002007-02-07T22:20:22.956+10:00Root DNS servers hacked"Hackers briefly overwhelmed at least three of the most important root domain name servers in the United States yesterday, in one of the most significant attacks against the Internet since 2002.". <a href="http://dnsmon.ripe.net/dns-servmon/domain/plot?domain=root&day=5&amp;month=2&year=2007&hour=16&period=48h&plot%2F=SHOW">See the traffic graph here.</a><br /><br />Source: <a href="http://digg.com/security/Traffic_Graph_of_the_Core_Internet_DNS_Services_Being_Attacked_This_Morning">digg.com</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-56883606242397605722007-02-07T17:59:00.000+10:002007-02-07T18:12:38.597+10:002007-02-07T18:12:38.597+10:00Performing Tricks With Your DNS ServiceA little-known feature of many DNS servers, such as BIND9, is the ability to do DNS wildcards.<br /><br /><span style="font-weight: bold;">What is a Wildcard?</span> Wildcards in DNS, like in so many other fields of use, allow you to specify an *anything* clause, to allow the use of any name where the wildcard has been provided.<br /><br /><span style="font-weight: bold;">Why is this useful?</span> You may be in a position to use wildcards to your benefit, originally a single machine would only have a single hostname assigned to it, why would it need more? but as computers have become more powerful, their ability to run multiple services simultaneously has skyrocketed, for a long time now Web servers have hosted many different websites, called virtual hosts, at the same time, on the same machine, without any noticeable decline in responsiveness.<br />In short, computers on the web typically have more than one hostname in use, and it can be used with wildcards to your advantage. Imagine allowing ftp access to subscribers of your services, you could give them the hostname: ftp://ftp.example.com, or you could give them a custom tailored link, that works just the same, ie: ftp://username.example.com. You may also allow their ftp space to host html files for private web space, with simple Alias settings in your web server, you could use the personal host for their site as well: http://username.example.com. Corporations, or companies and individuals with a large web presence can benefit from better organisation via sub-domains, rather than having www.example.com/admin for the employees' backend, they could use admin.example.com, the advantage of this is flexibility, in future if this admin section needed to become separated from the public site, it is now trivial to do so, if they decide to register an SSL certificate for it, that can be done easily now too, away from the main site.<br /><br /><span style="font-weight: bold;">Anything else?</span> There are many great things you can do with wildcards, you could point them all to a site, and tell that site to recognise the wildcard directive, then code the site in php/asp/.net etc to recognise which host header is being used, and provide the relevant content.Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-26720738836577186892007-02-07T10:06:00.001+10:002007-02-13T07:43:04.975+10:002007-02-13T07:43:04.975+10:00Google Reader Keyboard Shortcuts<div xmlns='http://www.w3.org/1999/xhtml'><p><object height='350' width='425'><param value='http://youtube.com/v/tMKOz865pFA' name='movie'></param><embed height='350' width='425' type='application/x-shockwave-flash' src='http://youtube.com/v/tMKOz865pFA'></embed></object></p><p>LifeHacker has a great article about Google Reader and it's strength with Keyboard shortcuts, I'm a big fan of the keyboard shortcuts in gmail, so naturally this article caught my attention.<br /><br />Source: <a href='http://lifehacker.com/software/google-reader/hack-attack-getting-good-with-google-reader-233712.php'>Life Hacker</a></p></div>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com1tag:blogger.com,1999:blog-5719424552347868222.post-89740980982302968202007-02-06T19:15:00.000+10:002007-02-09T17:00:55.948+10:002007-02-09T17:00:55.948+10:00Picasa for GNU/Linux<a href="http://picasa.google.com/">Picasa</a> has been around for a while now, but until recently I hadn't had the opportunity to use it, that's because there was no Picasa program for GNU/Linux platforms.<br /><br />I tested Picasa out some months ago, and a screenshot of my Ubuntu system running Picasa was even used with permission on a ZDnet article about it's Linux release.<br /><br />I suggest giving it a try, without full hardware accelerated graphics drivers, you may experience problems with some full screen options, but otherwise it's very responsive and quick, the only other problem I encounted, and is documented by Google, is trying to open a file in Nautilus file browser, and selecting the file you are after, it can instead only open the correct folder, it is still up to you to try and locate the file. This is only a problem if there are many many pictures.<br /><br /><a href="http://picasa.google.com/linux/">Download Picasa for GNU/Linux</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-62475738183104500972007-02-06T18:42:00.000+10:002007-02-13T07:44:58.193+10:002007-02-13T07:44:58.193+10:00Google apps for your Domain<span style="font-weight: bold;">Have a gmail account?</span> How about gmail for your domain? It's easier than you think, <a href="http://www.google.com/a/">Google Apps for Your Domain</a> is the perfect way to get gmail functionality with the personalisation of your own domain name. It doesn't just end with gmail either, you get gtalk, calendar, and other popular gmail features.<br /><br />There are some drawbacks, you can't use it as your gmail account for any other services, such as blogger or AdSense. Nor does it get the gmail features as quickly, and it is currently limited to 2GB per mailbox and a total of 25 email accounts before you must pay to upgrade to more, but for free, it's unmatched value to anything else I am aware of.<br /><br /><span style="font-weight: bold;">So how can you get it?</span> Visit <a href="http://www.google.com/a/">www.google.com/a</a> to get your google account, with full instructions on how to get your domain's MX records pointing to google's mail services.Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-45800519494349736052007-02-06T13:02:00.000+10:002007-02-13T07:44:21.431+10:002007-02-13T07:44:21.431+10:00Use your own domain with BloggerAre you serious about your web log? If you own your own domain name, you can use it with your Blogger account with a few simple clicks in Blogger's Settings tab, and a quick addition or change of your domain name.<br /><br />Step 1: Create a subdomain record and set the CNAME value to ghs.google.com<br />Step 2: To to the Settings tab and then Publishing, see <a href="http://warp.udhaonline.net/images/blogspot_personal-domain.png">Fig. 1.</a><br />Step 3: Enter the details for your domain, then save.<br /><br /><a href="http://warp.udhaonline.net/images/blogspot_personal-domain.png">Figure 1</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0tag:blogger.com,1999:blog-5719424552347868222.post-76669616520243847522007-02-06T10:30:00.000+10:002007-02-13T07:43:54.274+10:002007-02-13T07:43:54.274+10:00Remove Blogger Toolbar from your blogspot pageHere is a great way to hide the blogger toolbar that appears along the top of blogspot pages. Simply add the following CSS to your blogger template:<br /><br />/** Show/Hide Navbar Tweak */<br />#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}<br />#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}<br /><br />Source: <a href="http://www.bloggerforum.com/modules/newbb/viewtopic.php?post_id=68976">bloggerforum.com</a>Nicholashttp://www.blogger.com/profile/07999016852351663099noreply@blogger.com0