Proposed new PowerPC portables
by
zen
An entrepreneurial fellow named Roberto has contacted me - and it would appear the Luddite also - about the potential for a new PowerPC-based laptop; which also is intended to run Linux.
I am not yet actually putting my support behind this, but since Roberto seems genuinely motivated about it, I thought it was well worth mentioning here. I simply don't know enough about the project, and if it has enough resources to turn this into a reality. He claims to be close on a logic board.
I have mentioned many times before that I'm not much of a laptop/portable user, so this wouldn't be an overly desirable thing for me personally, but Mark (fiftysixk) is a portable user, as are many of the readers here.
It will be interesting to see if this actually becomes a reality, but being a laptop, no matter the architecture, there is a lot more engineering involved. Almost anyone can make a desktop/tower; hence the Mac-clone days back in the 90's, but a laptop is much more challenging. We shall see what happens.
I give Roberto my sincere best wishes in this project.
GNU/Linux PowerPC Notebook
Our Digital Future
by
zen
OpenMedia - an international nonprofit that fights for internet rights and freedoms - is putting together what they summarize as "a crowdsourced agenda for free expression" as an answer to the many lobbyists representing many international corporations, in nations all over the world, trying to restrict net neutrality for their own benefit, but this deals more specifically with copyright.
This isn't a specific protest against anything, but more a way to document people around the earth who want to keep the internet as free and open as possible. Think of it as a preemptive voice of the people before things can be swayed the way that benefits corporations instead of regular people. This will positively impact the way we can create and share things, and try to ensure it stays that way.
This is why I love OpenMedia, because they are always thinking a couple steps ahead. They are truly international in their representation of all internet users on earth. The fact that Creative Commons backs them in all their causes is big for me also.
They propose three key recommendations to keep things fair for all:
Recommendation 1: Respect Creators
"We believe in respect for artists. Having a fair and flexible copyright system means that artists can make a living off their work, while users have the freedom to share, collaborate and create online."
Recommendation 2: Prioritize Free Expression
"The results of our crowdsourcing project demonstrate that participants value the principle of free expression above all other priorities for copyright."
Recommendation 3: Respect Democratic Processes
"Citizens, particularly young people, are increasingly questioning the legitimacy and effectiveness of traditional models of governance and hierarchical processes of decision-making; a new method befitting the era of participation is sorely needed."
They conclude...
"When it comes to government decisions that will affect all of us, OpenMedia doesn’t just want a seat at the table – instead, we actively work to put citizens at the center of government decision-making, and our own decision-making as an organization. In order to include as broad a community as possible in the conversation about copyright laws, we came up with several online engagement tools and strategies that were as simple and user-friendly as possible."
So please throw your support behind them, no matter where you live on the earth, by adding your voice to the cause and being part of the citizen-powered report.
Our Digital Future: A Crowdsourced Agenda for Free Expression
Sudo vs Root
by
zen
There has long been a debate, especially among Linux people, as to whether it is better to do administrator tasks as root or via sudo. For me the debate is won by personal need and use alone. If you are the lone user, and all that exists is your user account and root access; all you really need is root.
Sudo is better suited to systems with multiple users, and where each requires different limitations; along with also being able to see the logs of each user, and how they're using the abilities they do have. It's largely for users that you don't trust with the root password, whether based on their skill (worried that they might mess something up) or based on pure trust; maybe both.
My advice is that if you don't trust the ability or intent of someone, then don't let them use your computer. It would be better to provide them with their own, but that isn't always an option at companies or schools.
Using sudo also requires you to enter sudo in front of commands, which when you add the space needed after equals five extra characters piggybacked onto virtually every command you ever type to get important things done.
For me the best and most direct way to get restricted privilege tasks done (in Debian), will always be when logged in as a standard user and accessing root from the Root Terminal.
Use sudo when truly needed, but even in many of those cases you could get by with root if you add in some trust and discretion.
The main point is that if you trust in your ability, and the ability of those that also have access to your hardware, you never really need to bother with sudo. I don't.
Like I said... use it when you truly feel you need to; otherwise it's just an unneeded extra hurdle IMHO.
My personal method for installing anything in Debian or MintPPC:
1. Login to the GUI with your user account
2. Open the Root Terminal (found in the accessories menu)
3. After entering your root password, type:
apt-get install packagename
You know that old expression that goes "keep it simple stupid"? In this case it's more appropriate to say keep it simple evolved one; since you're using Debian after all.
Several readers have emailed me about this over time, so now you all know where I stand on the whole sudo vs root thing. Sudo is safer for the paranoid and/or less capable, but root is the best quick & dirty of all; especially if you have the confidence and ability to backup using it.
If you want to learn about using sudo in Debian, read this.
Subscribe to:
Posts (Atom)