diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:21:17 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:21:17 -0400 |
commit | a222e73b9d352f7dd53027832d04dc531cdf217e (patch) | |
tree | ccc1b5c54986980141faee867318ca80e45ebef5 /old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue | |
parent | 1337c4eafe29252d892d2bde0276212ac77382d4 (diff) | |
parent | e67317b0a6f02fd75f198cd22f83c20076c61dcf (diff) |
Merge remote-tracking branch 'wired/master' adding wired to conde
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.jpg | bin | 0 -> 11605 bytes | |||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.txt | 19 | ||||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/firefox.txt | 14 | ||||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works.txt | 25 | ||||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works8.jpg | bin | 0 -> 12904 bytes |
5 files changed, 58 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.jpg b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.jpg Binary files differnew file mode 100644 index 0000000..64d83a1 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.jpg diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.txt new file mode 100644 index 0000000..7a087a8 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/bitlet.txt @@ -0,0 +1,19 @@ +The process of downloading bittorrent files continues to baffle many people, despite some pretty easy-to-use options. For those that just can't seem to figure it out, [BitLet][1] offers a dead-simple method of downloading torrent files directly from your browser -- no external programs or browser add-ons needed. + +Feed BitLet the URL of a .torrent file and it will download the file using a web-based interface that opens in a pop-up window. The interface will ask where you'd like to save the file and then the download starts. + +You'll be able to monitor speeds (which were quite good in my testing) and progress, though there's no peer data or any in-depth information. + +It's no replacement for a desktop-based client if you're serious about your torrents, but if you don't want to explain the bittorrent process to your clueless co-worker, sending them a BitLet URL can spare you the pain. It would also be handy for work environments where there might not be a bittorrent client installed. + +BitLet does require that you have the latest Java VM browser plug-in installed on your system, but Vista and OS X ship with everything you'll need. Depending on the last time you updated XP you may need to grab the [latest version of the Java VM plug-in][4]. + +BitLet even includes a [very nice code generator][3] for making links which you can then e-mail or post on your site for others to download. Here's a sample of some BitLet generated code to start downloading the Intel version of <script src="http://www.bitlet.org/javascripts/BitLet.js" type="text/javascript"></script> +<a href="http://www.bitlet.org?torrent=http%3A%2F%2Freleases.ubuntu.com%2F7.04%2Fubuntu-7.04-desktop-i386.iso.torrent" onclick="return BitLet.openDownloadFromAnchor(this);">Ubuntu Desktop 7.0.4</a>. + +[via [TorrentFreak][2]] + +[1]: http://www.bitlet.org/ +[2]: http://torrentfreak.com/bitlet-a-cute-web-based-bittorrent-client/ +[3]: http://www.bitlet.org/more +[4]: http://www.java.com/en/
\ No newline at end of file diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/firefox.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/firefox.txt new file mode 100644 index 0000000..840a88b --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/firefox.txt @@ -0,0 +1,14 @@ +Mozilla has pushed out a Firefox update to patch some security issues which we [mentioned last week][4]. The new update, Firefox 2.0.0.6 comes just two weeks after the last security update. + +Firefox 2.0.0.6 fixes a critical vulnerability that would cause the browser to pass on unescaped URIs to external programs, which opened up all sorts of nasty attacks, including a means for hackers to install malware on Windows simply by offering a specially crafted link. + +The new update also addresses a less serious vulnerability involving Firefox add-ons. + +The update can be [downloaded from the Mozilla servers][1]. The [release notes][3] are available and if you'd like more information on the security issues, the patch information can be found [here][2]. + +A security advisor sent out to Mozilla's mailing list also lists new version of Thunderbird 2.0.0.6, 1.0.5.13 and SeaMonkey 1.1.4 which all address the same issues. + +[1]: http://www.mozilla.com/en-US/firefox/all.html +[2]: http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.6 +[3]: http://www.mozilla.com/en-US/firefox/2.0.0.6/releasenotes/ +[4]: http://blog.wired.com/monkeybites/2007/07/uri-vulnerabili.html "URI Vulnerabilities Continue To Plague Firefox 2"
\ No newline at end of file diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works.txt new file mode 100644 index 0000000..d6061ca --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works.txt @@ -0,0 +1,25 @@ +Microsoft has released the new version of Microsoft Works. Microsoft Works v9, the red-headed stepchild of Microsoft Office, is a free, ad supported office package offering word processing, spreadsheet and slideshow (Powerpoint) functionality. + +Microsoft Works 9 may also someday be available as a Microsoft-hosted low-end productivity service, possibly through the company's Live services, which would put it head-to-head with Google Docs & Spreadsheets and Zoho. But for the moment, Works 9 will be limited to the desktop. + +Regrettably, although there are some support documents online and a few torrents on Pirate Bay, there doesn't seem to be a way to download Works 9 from the Microsoft site. + +Although I'll reserve judgment until Works is available, here's some interesting tidbits from the [Microsoft support site][2]: + +* The OOXML file formats from Office 2007 will be supported (regrettably so will those archaic Works formats, which could confuse some users) + +* XP 32-bit and 64-bit are both supported, but only the 32-bit version of Vista will work, as is the case with several other recent releases from Microsoft. + +* The [minimum system requirements][3] might raise a few eyebrows. Not the XP version, which requires just 256MB of memory, but you the Vista version apparently needs 1GB in Vista Basic and a massive 1.5GB for Vista Home Premium, Business, or Ultimate. And remember, that's the *mimimum*, not the recommended amount of RAM. That should put Firefox's memory usage in perspective. + +For those that have forgotten about Microsoft Works, it includes an address book, calendar, database, dictionary, PowerPoint Viewer, basic Word, and some templates. Works began life as a Mac application way back in 1985. + +In many respects Works is a stripped down version of the full-fledged Office suite, and has primarily continued its life as a default install on low-end PCs, though many manufacturer's have started following Microsoft's recommendation of pre-installing an Office demo instead. + +We'll be sure to update this post as soon as there's a download link available. + +[via [ZDNet][1]] + +[1]: http://blogs.zdnet.com/microsoft/?p=604 +[2]: http://support.microsoft.com/default.aspx/ph/12025?cid=C_67306 +[3]: http://support.microsoft.com/kb/939451/en-us
\ No newline at end of file diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works8.jpg b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works8.jpg Binary files differnew file mode 100644 index 0000000..0a4e1fa --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.30.07/Tue/works8.jpg |