CyberNotes: First Look at Cruz for Mac

This article was written on October 29, 2008 by CyberNet.

CyberNotes
Web Browser Wednesday

Web browsers are becoming more and more important to our everyday lives because they help keep us connected, informed, and productive. So it’s no wonder that there are several different people competing to be successful in this area including Microsoft, Mozilla, Apple, Opera, and now even Google.

Today we wanted to take a look at an awesome new WebKit-based browser called Cruz. I wouldn’t have found out about it if it wasn’t for one of our readers, Yansky, who pointed it out. And I must say that it has some unique features that might be able to pull Mac users away from their current browser of choice.

cruz browser mac-1.jpg
(Click to Enlarge)

–The Awesome Features–

Here are some of the best features I’ve found in Cruz:

  • Site-specific Cover Flow. As you can see in the screenshot above there is a Cover Flow system that is able to integrate with certain sites (Google Search, Flickr, Wikipedia, Digg, and Facebook, are a few examples). What it does is scan the page for links based upon certain CSS attributes that you specify. Digg is a great example of how it works because it shows thumbnails of each site listed on the page your currently viewing.
  • Sidebar Sites. You can have a sidebar open on either (or both) side of the screen, and each one can serve up a website. You can also adjust the user agent for each sidebar independently from the primary viewing area, which is handy for viewing iPhone-only sites within your browser.
  • Userstyles and Userscripts Built-in. If you’re a fan of Greasemonkey or Stylish in Firefox you’ll be happy to know that the functionality of both add-ons are already incorporated into the browser.
  • Create TinyURL’s. You can right-click on any link inside the browser to have a TinyURL created for it. The shortened link will then be automatically copied to your clipboard.
  • Google Search Thumbnails. If you’re more of a visual person you can choose to show thumbnails of websites next to each Google Search result.

–The Other Features–

Here are some of the other things that is included with Cruz:

  • Open Plug-in Architecture
  • Global Keyboard Shortcut
  • Single-Window Browsing Mode
  • Session Restore
  • Full-Screen Mode
  • Customizable Shortcuts
  • Integrated Gears-loading (InputManager)
  • Hidden “Closed” Windows
  • Automatic Software Updates
  • Custom User-Agent Strings
  • Full WebInspector
  • Custom Window Opacity/Level/Style

–More Screenshots–

And finally here are some more screenshots showcasing some of the browser’s features and preferences:

(Click to Enlarge)
cruz google search.jpg cruz browser sidebars.jpg cruz preferences overview.jpg cruz thumbnail preferences.jpg

–Overview–

Since the browser uses the same rendering engine as Safari most sites I tested worked just as you would expect them to. While some of the features are cool I don’t see Cruz pulling me away from using Firefox as my primary browser. But in their defense this is a very early release, and they might still have some other aces up their sleeve.

Cruz Homepage
Thanks Yansky!

Copyright © 2013 CyberNetNews.com

AOL Offers Free Antivirus Powered By Kaspersky

This article was written on August 08, 2006 by CyberNet.

AOL Offers Free Antivirus Powered By Kaspersky

AOL has a lot of making up to do after they released search data from more than 500,000 users. The first thing that they have done is released a free antivirus program to protect your computer. Their software, called Active Virus Shield (yeah, kind of a stupid name), is powered by the Kaspersky Labs which is extremely reputable. Here is the set of features you will find in this release:

  • New Threat Response Time of up to 2 hours*
  • Real-Time Protection
  • On-Demand and Scheduled Scanning
  • Disinfects Files in Archives (ZIP, ARJ, CAB, RAR, LHA)
  • Option to Scan Only New And Modified Files
  • Harmful Program Blocking And Removal
  • Disinfect SMTP, IMAP4 & POP3 Email
  • Variable Scan Speed
  • Help Prevent Slowdown During Increased Computer Usage Periods
  • Support Power Saving for Laptops
  • Support Microsoft Windows XP x64

Active Virus Shield won’t hog all of your system’s resources and the update files are generally less than 10KB. So it is free, efficient, and can easily be updated but are you willing to install AOL software on your computer? Ever since the days of dial-up AOL has been tagged as spyware and malware by an enormous amount of users. They made it nearly impossible to completely remove the software from your computer but have they gotten any better? I’m not sure if I want to find out 😀 .

Copyright © 2013 CyberNetNews.com

Install and Enable Restricted Drivers in Ubuntu

This article was written on October 20, 2007 by CyberNet.

One of the new things in Ubuntu 7.10 is the one-click enabling of restricted drivers (a.k.a. proprietary drivers). This is important because it will give users the best experience possible, and I’ve received several inquiries in our Ubuntu 7.10 from people wondering how they are supposed to enable these drivers in Ubuntu.

After you install Ubuntu 7.10 it will check to see if there is any hardware on your computer that has a corresponding restricted driver. If a match is found, you should see a little icon and balloon pop up in the tray notifying you of the available drivers:

Ubuntu Restricted Drivers Balloon

If you happen to close out of the balloon, or you lose the icon there is still an easy way for you to get it back. You’ll find a menu option for enabling the drivers by going to System -> Administration -> Restricted Drivers Manager:

Ubuntu Restricted Drivers

From there you can enable restricted drivers in Ubuntu, or you can also disable them by using the checkbox next to the respective device. When I tried to do this for my ATI X1400 graphics card I got hung up with an error message saying “xorg-driver-fglrx is not enabled“. I didn’t really have any idea what this meant, but I quickly found out that I had to enable a few more settings before I would be able to proceed. If you go to System -> Administration -> Software Sources you will see a checkbox that you can tick for “proprietary drivers for devices (restricted)“. I checked that box, and then I started receive an error “Could not apply changes, Please fix broken packages first“. So out of desperation I checked all of these boxes:

  • Canonical-supported Open Source software (main)
  • Community-maintained Open Source software (universe)
  • Proprietary drivers for devices (restricted)
  • Software restricted by copyright or legal issues (multiverse)

Ubuntu Software Sources Proprietary Drivers

Low and behold I was able to go back to the Restricted Drivers Manager, and enable the proper drivers for my ATI graphics card (click screenshot to enlarge):

Enable Restricted Drivers

There were multiple reasons that I wanted to get the proprietary drivers installed, but the biggest one was that Ubuntu doesn’t recognize my native widescreen resolution without them. The other reason was to get the 3D support so that I could have some fun with Compiz Fusion, but that opened up another can of worms! I ended up getting Compiz Fusion to work, but I’ll save that story for another day.

Hopefully this solves any issues you may be having with trying to install the restricted drivers on Ubuntu. I was hoping that it would be a one-click solution, but it didn’t quite turn out to be that way. Luckily the workarounds necessary were not all that tedious.

Copyright © 2013 CyberNetNews.com

Online Regular Expression Builder

This article was written on April 03, 2008 by CyberNet.

regular expressions

Regular expressions are one of those things that are incredibly powerful… if you know how to use them. It has taken quite a bit of time for me to learn the ins and outs of how they work, but once you get the hang of them there is almost always some variation that can be used in the different programming languages.

There have been some programs that try to lend a hand at building the regular expressions, but more often than not you’ll have to fork out some money for them. RegExr is looking to solve this problem. It is a free online regular expression builder that will show you the results of your regular expression in real-time.

I’ll be using this all of the time now, and it would have definitely been a great tool to have when I was trying to learn the ropes. Along the right side it includes a small “library” of the syntax available for building your regular expressions. That is a huge time saver so that you don’t have to keep referencing a cheat sheet.

If you don’t find the online version appealing they have also taken the liberty of converting it into a desktop application using Adobe’s AIR technology. That means it will run on Mac OS X, Windows, or Linux assuming that you have Adobe Air installed.

RegExr Online Version
RegExr Desktop Version
[via Download Squad]

Copyright © 2013 CyberNetNews.com

CyberSearch 0.9.9: Better Icon Management, “Smart” Keywords, and More

This article was written on July 10, 2008 by CyberNet.

cybersearch 099.pngHere you thought that the only big announcements today were going to be from Apple. Looks like you were wrong! We’ve got another new version of our CyberSearch Firefox extension, and this time it packs more than just bug fixes.

P.S. I apologize for releasing these updates so frequently, but I’m trying to make the extension the best it can be.

–Keyword Icons–

The new CyberSearch 0.9.9 has two main features that are accompanied by a handful of bug fixes. The first thing that we’ve added is a slightly intelligent system that will try to guess what icon to use when you’re creating a new keyword. Basically what it does is grab the first URL you specify in the “Website URL” field, attach “favicon.ico” onto the end, and then paste it into the Icon URL field:

cybersearch icon.png

To have the icon URL regenerated you can click the “auto” link at any time. We also wanted to show a preview of what the icon looks like, and CyberSearch now does that by replacing the “help” image located next to the URL field. If the field is blank you’ll still see the question mark icon, and you’ll still be able to get help for that field by hovering over the icon even after it’s been replaced.

–Smart Keywords–

I know that we all love the keyword system that CyberSearch offers, but sometimes it can be difficult to remember all of your keywords once you have more than a handful. That’s why we came up with what we like to call “smart” keywords.

How do they work? Well, there isn’t really anything that you have to setup in order to start using them (they are enabled for everyone by default). That’s why they are so great. Just type a URL, followed by a space, and then the text you want to search for. You will instantly see results from only that site:

cybersearch smart domain.png

We, however, wanted to minimize the amount of work you needed to do in order to take advantage of this feature. Thats why you can also just press the spacebar after a full URL in the address bar to immediately search the contents of the site you’re currently on. Here’s an example where I was viewing the Firefox add-ons homepage, and all I had to do was press the spacebar followed by the extension name I was looking for:

cybersearch full url keyword.png

Notice how all of the results are from the Mozilla add-ons site? Cool, huh? You don’t have to spend time setting up an extensive list of keywords that you’ll never remember, and yet you can still search your favorite sites!

Keywords take precedence over the domain searching, and so any keywords you have setup will override this functionality. If you want to disable the setting all together you can do so in the General tab, and then uncheck the Automatically search domains option.

–And More–

We also threw in a couple of more minor fixes in this release:

  • When configuring keywords CyberSearch will truncate long URL’s that may appear in the drop-down menu.
  • HTML characters that appeared in the titles of results (ampersands, quotes, etc…) should show up as expected.

We’d very much appreciate it if you can kick around the new release to see if there are any bugs. The smart keywords won’t work with sites that have some special characters in them, such as question marks, and the reason we did that was because Google doesn’t like searching those kind of sites. Other than that anything should be fair game.

If you get a spare second don’t forget to leave a review for our extension. We’re currently sitting at 4.00 out of 5 stars, and we wouldn’t mind seeing it go up a little more. 😉

Get CyberSearch Extension for Firefox

Copyright © 2013 CyberNetNews.com

OpenSuse 10.2 Goes Gold

This article was written on December 07, 2006 by CyberNet.

OpenSuse My favorite Linux distribution, OpenSuse, has released another great version. OpenSuse 10.2 has been in the works since back in June and 6-months later we receive this fine release. Here is what the announcement says is new for 10.2:

As usual, we ship all the latest open source packages available at the time. But we want to give special mention to the redesigned GNOME and KDE  desktop, Firefox 2.0, ext3 as new default file system, support for internal SD card readers, new power managment and last but not least our improved package management.

I’m in the process of downloading the DVD via a Torrent right now but it will take awhile. In the mean time I have been looking for a site that has a good screenshot gallery posted but can’t seem to find anything yet. I expect that OSDir.com will be posting one shortly so if you want to visually see what’s new then you should be able to check it out there. Otherwise, when I get it up and running I might post a few screenshots here as well.

Download OpenSuse 10.2

Update:
The OpenSuse Torrents are having issues downloading so I went ahead and mirrored them. Here is the 32-bit Torrent and here is the 64-bit Torrent both of which are for the DVD.

Copyright © 2013 CyberNetNews.com

Awn 0.2 – An Unbelievable Dock for Linux

This article was written on October 08, 2007 by CyberNet.

Awn Weather Applet Avant Window Navigator (Awn) 0.2 was just released, and there is no doubt that it is one of the best looking docks I’ve seen on any operating system. There is a video below that shows all of the cool icon effects, including the sweet reflection. Before we get into that let’s take a look at what’s new:

  • Icon effects – choose whether your icons bounce like cartoon characters, spin like a coin, or have a spotlight cast on them.
  • Awn Manager – a unified interface for managing all of the settings Awn has to offer.
  • Applets – you’ll soon be able to get things like weather, system information, and more all from the comfort of your own dock. Things like Stacks and a clock are also in the works.

Below is a video that demonstrates the various icon effects, and you better sit down if you haven’t seen it before. The 3D turning with the spotlight is my favorite.

Source: The Dude Abides [via Digg]

Copyright © 2013 CyberNetNews.com

Sunbelt Personal Firewall for Vista

This article was written on July 08, 2008 by CyberNet.

sunbelt personal firewall-1.png

It has been over a year and a half since the consumer release of Windows Vista, and the Sunbelt Personal Firewall is finally compatible with it. The new version has better network performance, enhanced packet filtering, improved stability, Vista (32-bit) compatibility, and more. Plus, like always, it comes in both free and paid flavors.

Do you need a third-party firewall when Windows comes with one? According to Sunbelt the “built-in firewall in Windows is worse than useless, since it is only one-way.” They aren’t completely telling the truth there. Windows XP’s firewall is indeed a one-way firewall that is only capable of blocking incoming connections, but that’s not the case with Vista. I’m sure that Sunbelt is a much better choice for protection, but I think they need to be more clear in the claims they are making.

Aside from the new Vista compatibility there isn’t much that I’m able to accurately test in the new Sunbelt Personal Firewall. Memory usage between the three processes (SbPFSvc.exe, SbPFCl.exe, and SbPFLnch.exe) totaled about 35MB for me, which is a bit more than I had anticipated. When compared to Comodo that is about ten times more memory being used.

If you do decide to give this a whirl it’s important to know that the free version and the paid version are both bundled in the same download. Once you download the “trial” you’ll have a full 30 days to play around with all of the features. After that it will fall back to the free version that doesn’t include things like ad blocking, identity theft protection, and remote administration.

Sunbelt Personal Firewall Homepage
Thanks Scott!

Copyright © 2013 CyberNetNews.com

Another Windows Genuine Advantage Workaround Found

This article was written on May 23, 2006 by CyberNet.

Another Windows Genuine Advantage Workaround Found

It looks like another Windows Genuine Advantage workaround/crack has been found. 9Down has published a simple file overwrite that will work with both Windows Update and Microsoft Download.

Is Microsoft ever going to get a validation system that is fool proof? Maybe, but they will have a lot of hackers to go through in order to get there! I guess we will see how long it will take Microsoft to patch this one.

News Source: 9Down.com

Copyright © 2013 CyberNetNews.com

Download Opera Mini For Your Cell Phone

This article was written on January 24, 2006 by CyberNet.

Download Opera Mini For Your Cell Phone

Opera has released Opera Mini which allows cell phone users to browse the web in style! They have a list of cell phones that are officially supported. Opera Mini uses Java so your cell phone must be able to support Java, which is true for most phones made after 2001.

Download: Opera Mini

Copyright © 2013 CyberNetNews.com