Swiftweasel 2.0.0.4.1 (Default branch)

Unfortunately there is no swiftweasel for debian etch/testing: jordant:~# apt-cache search swift cakephp – MVC rapid application development framework for PHP libnet-dns-fingerprint-perl – library to determine DNS server vendor, product and version starfighter – 2D scrolling shooter game xwpe – Programming environment and editor for console and X11 I had to browse to the SourceForge project page, and download the appropriate version for my machine, which is a athlon64/32bit. jordant:~# wget “http://downloads.sourceforge.net/swiftweasel/swiftweasel-2.0.0.4.1_06-21-07_athlon64-32bit.tar.gz?modtime=1182563426&big_mirror=0” I just untar’d the file, and ran ./firefox from within the directory and it picked up all my settings and everything. Next I had to set it up so that I just had to type firefox within a console. So I created a symlink in my ‘bin’ folder with all my other custom perl scripts and other command line programs/scripts: [jordant@jordant:/home/jordant/bin]> ln -s ../swiftweasel/firefox firefox [jordant@jordant:/home/jordant/bin]> rehash [jordant@jordant:/home/jordant/bin]> firefox & I also had to setup my fluxbox keybinding like so: Mod4 z :ExecCommand firefox & I originally was using “iceweasel” which is the Debian fork of Firefox, you can read why Debian had to fork Firefox on WikiPedia I do notice a difference, pages load pretty fast and the FasterFox Plugin helps. However they packaged an extension called “AdBlocks” which I’ve never used and I don’t really like. But for now I have just removed it. Swiftweasel 2.0.0.4.1 (Default branch) – Swiftweasel is an optimized build of the Mozilla Firefox Web browser for Linux. It offers builds for both AMD and Intel processors. Swiftweasel is 100% compatible with all Firefox themes, plugins, and extensions. License: Mozilla Public License (MPL) Changes: The update notifications feature that made its first appearance in 2.0.0.5pre is installed. When a new version is available, you will be notified so you can get it. Further font rendering improvements were done. Automatic detection of plugins is done in common directories in the file system. A few more build tweaks were made. The “Release Notes” option in the Help section brings up the release notes. [FreshMeat]

Unfortunately there is no swiftweasel for debian etch/testing:

jordant:~# apt-cache search swift
cakephp – MVC rapid application development framework for PHP
libnet-dns-fingerprint-perl – library to determine DNS server vendor, product and version
starfighter – 2D scrolling shooter game
xwpe – Programming environment and editor for console and X11

I had to browse to the SourceForge project page, and download the appropriate version for my machine, which is a athlon64/32bit.

jordant:~# wget “http://downloads.sourceforge.net/swiftweasel/swiftweasel-2.0.0.4.1_06-21-07_athlon64-32bit.tar.gz?modtime=1182563426&big_mirror=0”

I just untar’d the file, and ran ./firefox from within the directory and it picked up all my settings and everything. Next I had to set it up so that I just had to type firefox within a console. So I created a symlink in my ‘bin’ folder with all my other custom perl scripts and other command line programs/scripts:

[jordant@jordant:/home/jordant/bin]> ln -s ../swiftweasel/firefox firefox
[jordant@jordant:/home/jordant/bin]> rehash
[jordant@jordant:/home/jordant/bin]> firefox &

I also had to setup my fluxbox keybinding like so:

Mod4 z :ExecCommand firefox &

I originally was using “iceweasel” which is the Debian fork of Firefox, you can read why Debian had to fork Firefox on WikiPedia

I do notice a difference, pages load pretty fast and the FasterFox Plugin helps. However they packaged an extension called “AdBlocks” which I’ve never used and I don’t really like. But for now I have just removed it.

Swiftweasel 2.0.0.4.1 (Default branch)Swiftweasel is an optimized build of the Mozilla
Firefox Web browser for Linux. It offers builds
for both AMD and Intel processors. Swiftweasel is
100% compatible with all Firefox themes, plugins,
and extensions.
License: Mozilla Public License (MPL)
Changes:
The update notifications feature that made its
first appearance in 2.0.0.5pre is installed. When
a new version is available, you will be notified
so you can get it. Further font rendering
improvements were done. Automatic detection of
plugins is done in common directories in the file
system. A few more build tweaks were made. The
“Release Notes” option in the Help section brings
up the release notes.
[FreshMeat]

Did you like this article?


0 Shares:
You May Also Like

Installing Drupal Part I

The Drupal setup portion was pretty easy, I just had to create a database and provide the database login credentials to the Drupal install page. This page is the default page of where you put the install. After this, I was able to post and do all sorts of things. I did hit a hitch though, when I started playing around with the Drupal "Administer/Site configuration Clean URLs/Clean URL's". At first it wasn't enabled, and of course for Search Engine Optimization I wanted them to work. I knew this could only be done by a .htaccess file, but where was it? Well, after further searching on Google I find this little article: http://drupal.org/node/15365 Where it tells you what needs to be in the missing .htaccess file, however the information they provided was: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Which then gave me an Internal 500 server error, and I kinda new what was going on. But I was being kinda lazy about it. I checked the apache2 log: [Thu Jun 14 13:17:58 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: <Directory not allowed here, referer: http://geektank.net/?q=admin/settings/clean-urls You will need to remove the "<Directory" portions to make it work as .htaccess files can't have this information, otherwise they will get this error. Duh, I mean it even said on the the Drupal page about the information they provided: If you don't use the .htaccess that comes with Drupal you'll need to add some rewrite rules into your apache directory directive. Consult the .htaccess file in Drupal for examples of rules. I was still getting a 500 Internal Server Error, and I saw this in the apache2 error log: [Thu Jun 14 13:18:22 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://geektank.net/?q=admin/settings/clean-urls LOL, I didn't enable mod_rewrite in apache2. Mind you this is a new install of Debian Etch, so I just did a2enmod rewrite and viola, nice clean links! Now I just need to get the formatting down for Drupal. I'm use to MediaWiki, which powns.
Read More

GRUB for DOS 0.4.3pre1 (Default branch)

GRUB for DOS 0.4.3pre1 (Default branch) - Screenshot GRUB for DOS is a rebuild of the GNU GRUB boot manager for DOS, and can be run under real mode DOS. It also has many new features. It can be booted through BOOT.INI of Windows (grldr) and kexec of Linux (grub.exe). It can directly boot NTLDR (WindowsNT/2K/XP), IO.SYS (Windows9x/Me) and KERNEL.SYS (FreeDOS). The disk emulation feature is another enhancement over GNU GRUB, and can be used to run legacy DOS/Windows9x systems with floppy or hard disk images.
License: GNU General Public License (GPL)
Changes:
A new option --in-situ for the map command has been added. Two syntactic operators, && and ||, have been implemented. is64bit, errnum, errorcheck, and hiddenflag commands have been added. PXE support has been added. Full NTFS support has been done. A lot of bugs have been fixed.

[FreshMeat]
Read More

Microsoft better at patching XP than Vista?

Microsoft better at patching XP than Vista? - A Microsoft security executive released data Thursday showing that, six months after shipping Windows Vista, his company has left more publicly disclosed Vista bugs unpatched than it did with Windows XP. In total, Microsoft has patched 12 out of 27 disclosed Vista vulnerabilities in the six months after it first shipped last November. During XP's first six months, Microsoft's security team patched 36 out of 39 known bugs. The data was published by Jeff Jones, a Microsoft security strategy director, who said that overall, Vista was doing better than XP. "Windows Vista continues to show a trend of fewer total and fewer high-severity vulnerabilities at the six month mark compared to its predecessor product, Windows XP," he wrote.

Jones didn't address the larger number of unpatched vulnerabilities, but he did note most of the unpatched Vista bugs were not critical. Microsoft had left only one high-severity Vista vulnerability unpatched during the period. At the end of XP's first six months, there were two high-severity bugs that were unpatched. Microsoft patched 23 high-severity XP bugs during its first six months, compared with only one high-severity Vista flaw. Jones argued that Vista had a lower number of vulnerabilities than competitive operating system products such as Red Hat Enterprise Linux and Mac OS X.

View: The full story
News source: InfoWorld

Read full story...

[NeoWin-Main]
Read More

DIY “beatbox” drives old neighbors crazy

DIY "beatbox" drives old neighbors crazy -

Filed under:


We're pretty sure that he meant "boombox", but regardless, this funky little hack from music enthusiast Gregor Dauth will be making him a lot of new friends at the next break-dancing competition. For this feat of audiophile-DIY, Dauth gutted an old Grundig tape machine, added four 150-watt speakers, installed an amp he purchased on eBay, and flashed it all up with some blue fiber-optic lighting. The end-result? More ass-shaking low-end then you could possibly want.

[Via hackaday]

 

Read | Permalink | Email this | Comments


Office Depot Featured Gadget: Xbox 360 Platinum System Packs the power to bring games to life!

[EnGadget]
Read More