HowTo turn off the darned beeping...

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
faifpuhp
Posts: 97
Joined: Thu 22 Sep 2011, 06:12

HowTo turn off the darned beeping...

#1 Post by faifpuhp »

setterm -blength 0 is great for turning off the beep in the real console (VT) but it's not available with Lucid Puppy and Busybox. (For ROXTerm just turn off the settings in the ROXTerm window menu, or use xset b off in the other terms.)

For Puppy in the real console (not the term window) use the ANSI sequence:

Code: Select all

echo -e "\033[11;0]"
And careful with this, I think I crashed Puppy mistyping it, have your stuff saved.

If it works for you, you should be able to add it to /etc/profile or .bashrc (someone can probably recommend a better place to put it, then I'll change it here.)
[url=http://murga-linux.com/puppy/viewtopic.php?p=566477#566477][b]Strawberry is dead[/b][/url][b]![/b]

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

Would you please explain the difference between the "real" console and a terminal window? :?

User avatar
faifpuhp
Posts: 97
Joined: Thu 22 Sep 2011, 06:12

#3 Post by faifpuhp »

Flash wrote:Would you please explain the difference between the "real" console and a terminal window? :?
Yeah, sorry about that... a term window is in a window, and a "console" (VT) is not. Click the Term icon to open a term window, hold Ctrl+Alt and F2 to see the console. Different environments, different ways to make them stop beeping. CTRL ALT F4 TO GET BACK!
[url=http://murga-linux.com/puppy/viewtopic.php?p=566477#566477][b]Strawberry is dead[/b][/url][b]![/b]

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

Oh, I see. But they both run the same command set? (Bash, or whatever it's called.)

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#5 Post by DPUP5520 »

in 528 I can't get to the console because when I switch over it asks for a login and password, i've tried every puppy combination I can think of but to no avail, been wondering about it for a while now.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

User avatar
faifpuhp
Posts: 97
Joined: Thu 22 Sep 2011, 06:12

#6 Post by faifpuhp »

DPUP5520 wrote:in 528 I can't get to the console because when I switch over it asks for a login and password, i've tried every puppy combination I can think of but to no avail, been wondering about it for a while now.
Open a term, login as root. If it says # then you're there. Now type: passwd (and hit enter.) Put in the new password you want. Now Switch to console and login as root with the new password
[url=http://murga-linux.com/puppy/viewtopic.php?p=566477#566477][b]Strawberry is dead[/b][/url][b]![/b]

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#7 Post by nooby »

I trust that it beep on your side of the Atlantic? but here in Sweden.
I have used Puppy now for some three years and it have never beeped ever!

I got curious on your first thread post yesterday.
Mostly I use totally "libre" distros, because I like that every little snippet of code belongs to everyone and is controlled by the user, not some giant corporation, but every long while I try some kind of semi-free distro for educational purposes.

I like the size, you don't see distros this small, not like you used to. If I had the know-how, I'd put together a totally "Free as in Freedom" Puppy, all with only software that's Free/Libre and even the kernel. But I suppose then I'd have to recompile everything, but even then I wouldn't know how to put the newer kernel in.

Basically you'd need a lot of people here who believed in that sort of idea. If that ever happens they've got my vote. It would be cool if there was some kind of manual for building Puppy, a sort of Make Your Own Distro for Dummies. I recall Puppy being remixable, but not to that point.

Anyway, have fun Puppy people, I'll let you know if I have more questions or make any cool discoveries about this thing, which I'm posting from now.

Ciao!

FaifPuhp
So faif stands for Free as in Freedom (from proprietary and company controlled and owned code. ) puhp refers to:
1. A contemptible person; usually a male of questionable hygiene, manners, intellect, fashion sense or body weight who is not held in high regards by his peers. Displays an arrogant ignorance of the fact that he is, in fact, a puhp.

2. A lazy mispronounciation of poop (slang).

I wonder what you are trying to tell us with that choice of user name.
Especially after reading your take on that we are root.

I quote you
The other thing is that it's tough to get people to take your security seriously when everything is root.

A user-level account helps, the firewall probably helps, but privilege escalation seems to be what attacks are all about and you're escalated by default.
http://murga-linux.com/puppy/viewtopic. ... 579#566579
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
faifpuhp
Posts: 97
Joined: Thu 22 Sep 2011, 06:12

#8 Post by faifpuhp »

nooby wrote:puhp refers to:
1. A contemptible person; usually a male of questionable hygiene, manners, intellect, fashion sense or body weight who is not held in high regards by his peers. Displays an arrogant ignorance of the fact that he is, in fact, a puhp.

2. A lazy mispronounciation of poop (slang).

I wonder what you are trying to tell us with that choice of user name.
Especially after reading your take on that we are root.
Thanks for chatting, I don't think you and I have anything else to talk about.

By the way... here, "Puhp" would be pronounced the same as "Pup." I was having some trouble with the signup process, don't ask why I thought the h would help. (Seriously, don't ask me anything at all.)

Not to be a bigot, but you are the third person who has convinced me that when Scandinavians don't understand what they're reading in English, they immediately start to put words in your mouth, and insulting you the whole way. I hope to revise this when one solitary experience goes otherwise. Next time you talk to me, if ever, I hope it's in Swedish.
[url=http://murga-linux.com/puppy/viewtopic.php?p=566477#566477][b]Strawberry is dead[/b][/url][b]![/b]

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#9 Post by DPUP5520 »

faifpuhp wrote:
DPUP5520 wrote:in 528 I can't get to the console because when I switch over it asks for a login and password, i've tried every puppy combination I can think of but to no avail, been wondering about it for a while now.
Open a term, login as root. If it says # then you're there. Now type: passwd (and hit enter.) Put in the new password you want. Now Switch to console and login as root with the new password
Thank you. Now I feel stupid.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

User avatar
faifpuhp
Posts: 97
Joined: Thu 22 Sep 2011, 06:12

#10 Post by faifpuhp »

DPUP5520 wrote:Thank you. Now I feel stupid.
I hope you don't mean that! The whole thing about unintuitive tricks that technically shouldn't be necessary in the first place is that sometimes they just "get us," even when by now you'd think it would be obvious...

Unfortunately it means you sometimes have to assume the person missed the obvious, and risk insulting them, no matter how good the intention :) ah, the many hazards of online support! But I suspect you're in good humor about it.
[url=http://murga-linux.com/puppy/viewtopic.php?p=566477#566477][b]Strawberry is dead[/b][/url][b]![/b]

Post Reply