Home Blog Page 10718

Personal Electronics on Planes: Safe?

Author: JT Smith

Are cellphones and laptops
safe to use
on planes? The FAA urges caution; a Congressional subcommittee takes up the question today.

Category:

  • Linux

Katz: The “Inviolate Personality”

Author: JT Smith

Jon Katz waxes philosophical on
the loss of privacy in modern life.

Category:

  • Linux

Insurance Against Hackers/Crackers

Author: JT Smith

Counterpane Internet Security has teamed up with Lloyds of London to offer
hacking insurance,
with policies of up to US$10,000,000.

Category:

  • Linux

Sun Microsystems releases StarOffice source code

Author: JT Smith

Sun Microsystems has released the source code of its StarOffice suite, the company announced via Linux PR.

Category:

  • Linux

GNULinux.com reviews multiple-OS ThinkFree Office

Author: JT Smith

ThinkFree Office (what a name, huh?) has rolled out a suite of office software that works across multiple OSes, including Linux and Windows. GNULinux.com staffers review it, and like what they see.

Category:

  • Linux

PR: John Wiley & Sons to release GNU/Linux certification guides

Author: JT Smith

Linux certification company Sair has announced that global publisher John Wiley & Sons will publish a second series of test preparation guides for the Sair Linux and GNU Certification program, according to Linux PR. The series will cover the program’s Linux Certified Engineer (LCE) level and be released in 2001.

Category:

  • Linux

Digital rights management workshop: The deck stacked against consumers?

By Grant Gross

Free Software and consumer-rights activists are asking for their positions to be heard during a digital rights management workshop sponsored by the Technology Administration of the U.S. Department of Commerce. Critics say the panel as of now — with bigwig representatives from the Motion Picture Association of America, Recording Industry Association of America, EMI, Disney, Microsoft, and ContentGuard — sounds like a “pep rally for Hollywood.”
Of 17 panelists scheduled to speak at the workshop Wednesday afternoon, only two — Digitalconsumer.org and the Home Recording Rights Coalition — appear to be opposed to Big Hollywood’s vision of digital “rights management.” But consumer-rights activists are expected to show up in force, including representatives of the Electronic Frontier Foundation, the Free Software Foundation and New York’s Linux community.

“These panelists represent the major forces who have prompted
Congress to propose such radical measures as Senator Fritz Holling’s CBDTPA bill, which proposes to require content control to be built into all computers,” says Seth Johnson, of the Information Producers Initiative. “Since the public holds the largest stake in the prospects of digital information and communications technology, it is crucial that a strong showing be made at this meeting.” More of Johnson’s “We are the Stakeholders” message he’s been circulating is at the Information Producers Initiative Web site.

Members of the public are able to comment on digital rights management at the Technology Administration’s Web site. Among the topics the Commerce Department is asking for comments on (our comments follow):

  • “The effectiveness of efforts to pursue technical standards or solutions that are designed to provide a more predictable and secure environment for digital transmission of copyrighted material.” While at the same time taking away the public’s fair-use rights to copyrighted material?

  • “Major obstacles facing an open commercial exchange of digital content.” Could an obstacle to exchanging digital content be the commercial entities themselves?

  • “What a future framework for success might entail.” If it’s up to the RIAA, the MPAA and Microsoft, success is a lock-down on all digital content.

  • “Current consumer attitude towards online entertainment.” Perhaps that fat-cat entertainment companies are trying to get richer by controlling every little detail about how their customers use legally purchased products?

Consumer-rights activists are also encouraging people to contact their congressional representatives to ask about fair representation on this panel and about digital “rights management” issues in general. [See the “What you can do NOW!” comment on the above linkedNewsForge NewsVac item.]

Cheryl Mendonsa, a public affairs officer for the Technology Administration, encourages people to comment on the Web site or to show up at the workshop, from 1 to 4 p.m. While she notes that only two consumer groups are on the panel, she adds, “we’re in no way trying to leave the public out.”

Comments from the Web site will be posted, she says, and members of the audience should have time to ask questions Wednesday. The workshop, a follow-up to one held last December, is a chance to “button-hole” big players in the debate, she adds, although it’s hard for us to imagine someone changing Disney’s opinion during a five-minute discussion

The purpose of the workshops is to get both sides on the issue together and talking, Mendonsa says, but there’s no specific goal of introducing digital “rights management” legislation based on what happens during the workshop. “We’ve got two sides that disagree, and we can’t move forward until we solve the problems,” she says. “Let’s solve the problems and move forward.”

It should be interesting to see if the workshop moves the two sides closer together.

LuteLinux

Author: Benjamin D. Thomas

LuteLinux simplifies. We make Linux easy to install and use. We
distribute Linux with an easy installer, and a great deal of application software. We are the provider of choice for installations, documentation,
training and certification, consulting and administration.

LuteLinux.com
is THE base on the web for LuteLinux information, downloads, support,
training, certification, and consulting.

LuteLinux
Simplifies
We make Linux easy to install and
use. We distribute Linux with an easy installer (we program
it so you don’t need to), and a great deal of application
software (we assess software, and collect the goods so you
don’t need to). From the workstation level to the server, we
are the provider of choice for installations, documentation,
training and certification, consulting and administration.
Whether you’re running a large network or a workstation, our
mission is to get your Linux system up and running as
quickly and efficiciently as possible.

LuteLinux
Certifies

We offer LuteLinux certification
to those who have completed our training. If you’re wanting
to gain new skills, sharpen present skills, train a staff or
just yourself, we have a wide range of training
alternatives, from instructor led classes to e-learning,
electronic information exchange to written manuals. Our
dynamic adaptive testing system ensures accurate assessments
for real world scenarios. Whatever your training needs, we
offer comprehensive training, testing and certification
services.

LuteLinux
Provides

We also offer management and
consulting services to both individuals and corporations.
These services range from installation and configuration of
software, to the technical management of the corporate
intranet. From the workstation level to the server, we are
the provider of choice for installations, documentation,
training and certification, consulting and administrative
services. We are truly a one stop Linux shop.

LuteLinux.
Simplify. Provide. Certify.

Website : www.lutelinux.com
Contact : info@lutelinux.com
 

And now for something completely different…

The following patch will change the behavior of the window maker dock to that of the clip allowing you to place icons in any arbitrary order.

(click the read more button for the patch)


Author: Mike Baker

--- wmaker-0.61.1.orig/src/dock.c Mon Sep 27 11:58:05 1999
+++ wmaker-0.61.1/src/dock.c Tue Nov 2 18:34:12 1999
@@ -1231,10 +1231,7 @@
dock = wmalloc(sizeof(WDock));
memset(dock, 0, sizeof(WDock));

- if (type == WM_CLIP)
icon_count = CLIP_MAX_ICONS;
- else
- icon_count = scr->scr_height/wPreferences.icon_size;

dock->icon_array = wmalloc(sizeof(WAppIcon*)*icon_count);
memset(dock->icon_array, 0, sizeof(WAppIcon*)*icon_count);
@@ -1673,14 +1670,6 @@
wwarning(_("bad value in docked icon state info %s"),
PLGetString(dPosition));

- /* check position sanity */
- /* incomplete section! */
- if (type == WM_DOCK) {
- aicon->xindex = 0;
- if (aicon->yindex xindex, aicon->yindex);
- }
} else {
aicon->yindex = index;
aicon->xindex = 0;
@@ -2538,82 +2527,30 @@
return False;

if (dock->type == WM_DOCK) {
- if (icon->dock != dock && ex_x != 0)
- return False;
-
+ int neighbours = 0;
aicon = NULL;
for (i=0; imax_icons; i++) {
nicon = dock->icon_array[i];
- if (nicon && nicon->yindex == ex_y) {
+ if (nicon && nicon->xindex == ex_x && nicon->yindex == ex_y) {
aicon = nicon;
break;
}
}
-
- if (redocking) {
- int sig, done, closest;
-
- /* Possible cases when redocking:
- *
- * icon dragged out of range of any slot -> false
- * icon dragged to range of free slot
- * icon dragged to range of same slot
- * icon dragged to range of different icon
- */
- if (abs(ex_x) > DOCK_DETTACH_THRESHOLD)
- return False;
-
- if (ex_y>=0 && ex_y= 0) {
- for (j = 0; jmax_icons; j++) {
- if (dock->icon_array[j]
- && dock->icon_array[j]->yindex==closest) {
- /* slot is used by someone else */
- if (dock->icon_array[j]!=icon)
- done = 0;
+ for (i=0; imax_icons; i++) {
+ nicon = dock->icon_array[i];
+ if (nicon && nicon != icon && /* Icon can't be it's own neighbour */
+ (abs(nicon->xindex - ex_x) yindex - ex_y) = 0 && closest = closest && ex_y - closest = 0 && ex_y 

Color up your life with vim

‘vim’ (vi Improved) has built in syntax highlighting. To enable this, simply enter command mode (:) and type syntax on. You can even add your own syntax highlighting schemes, which are placed in /usr/share/vim/syntax


Author: Marius Aamodt Eriksen