Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Since when? I have never seen that, and I would be extremely shocked if that was the case with any mainstream distro.
Raspbian for example, has a default user "pi" with a default password of "raspberry". Plus ssh server installed and enabled by default. And a very exposed sudoers configuration. Plus no default firewall. It's more common than you would think.
Raspbian for example, has a default user "pi" with a default password of "raspberry". Plus ssh server installed and enabled by default. And a very exposed sudoers configuration. Plus no default firewall. It's more common than you would think.
Well sure, embedded systems almost always have default accounts, since the OS is pre-installed and you just boot it up. It's understood that the first thing you do with these systems is change the password, especially if it's going to be exposed in any way to the outside world.
I thought you were talking about normal distros that get installed on general purpose machines.
# CTRL-P to get previous line, CTRL-A to move cursor to beginning
"\C-t": "\C-p\C-asudo "
That works with CTRL-t, I think CTRL-Enter can't be distinguished from Enter unless you do something special to your terminal. The above should work with any system using bash.
line 2 is a test just to see if my file was loaded.
line 3 enables reloading my file. This should be default but it is not.
line 4 uses CTRL and e too recall last line and pre-pend sudo.
I could not figure out how to configure CTRL and Enter?
Also I could use the command format to display the key-binding for a terminal window. All my googling have filed me.
There are several ways to modify your keyboard input commands.
Bash readline
Main->Settings->Keyboard->application shortcuts
Xorg ketboard shortcuts
It all depends on what you need and want you know or are willing to learn.
The people on this forum are very sharp and willing to help you if you ask the right question. Again, it all depends on what you want to do. In my last post, I showed one method that worked for me.
I could not figure out how to configure CTRL and Enter?
Depends on the terminal emulator. Generally, Enter sends a CR character which is encoded as Ctrl+M, so Ctrl+Enter would be Ctrl+Ctrl+M which is nonsensical (hence each terminal make some "sensible" decision about what to do in this case).
Quote:
Also I could use the command format to display the key-binding for a terminal window.
Was that a question?
Quote:
There are several ways to modify your keyboard input commands.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.