LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 01-19-2015, 04:34 PM   #2206
linux_walt
Member
 
Registered: Dec 2014
Location: Houston, TX
Distribution: Debian wheezy
Posts: 127

Rep: Reputation: 29

Quote:
Originally Posted by walterbyrd View Post
Sadly, with post-systemd Linux, that is no longer true. Everything has changed drastically. Forget everything you know about, it has changed, or will change.
Thanks for pointing that out, I'll try not to let it dampen my 'new toy' enthusiasm.
 
Old 01-22-2015, 07:01 PM   #2207
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by walterbyrd View Post
Sadly, with post-systemd Linux, that is no longer true. Everything has changed drastically. Forget everything you know about, it has changed, or will change.
Things that have changed for me with my switch to systemd:
- The configuration format, though systemd is not that different from OpenRC with this and having one configuration format for almost all cases (setting up a network interface uses the same file format as setting up a Samba server) and between distros (at least for those that use systemd) certainly can make things much easier
- The commands used to start/stop/enble/disable services and some other things, though, IMHO, consolidating commands from the same context into one command (everything regarding services is done with systemctl, everything related to logs with journalctl, everything time related with timedatectl, ...) also makes things easier.

Everything else is exactly like it was before, so in my opinion there were (from the point of view as a user and admin) no really big changes.
 
Old 01-26-2015, 07:48 PM   #2208
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940
Obviously, systemd was inspired by many of the same massive-configuration-management issues that inspired, for instance, the Windows "distributed Registry." (And to a lesser extent, LDAP nee Open Directory.)

If you have literally thousands of computer systems to manage, you need to be able to manage them from one place. And, to this objective, "configuration files are no fun." In that scenario (which is very, very common in large businesses), those files (and the management thereof) are precisely what you do not want.

And, the amazing thing about Linux (and Open-Source) is that you have that choice. In fact, you have several competing choices.
 
Old 01-27-2015, 05:36 AM   #2209
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sundialsvcs View Post
Obviously, systemd was inspired by many of the same massive-configuration-management issues that inspired, for instance, the Windows "distributed Registry." (And to a lesser extent, LDAP nee Open Directory.)

If you have literally thousands of computer systems to manage, you need to be able to manage them from one place. And, to this objective, "configuration files are no fun." In that scenario (which is very, very common in large businesses), those files (and the management thereof) are precisely what you do not want.

And, the amazing thing about Linux (and Open-Source) is that you have that choice. In fact, you have several competing choices.
I am not quite sure where you are getting at. systemd is entirely configured by plain text files (in .INI format) and symlinks, there is nothing like a registry in it.
 
Old 01-30-2015, 06:28 PM   #2210
linux_walt
Member
 
Registered: Dec 2014
Location: Houston, TX
Distribution: Debian wheezy
Posts: 127

Rep: Reputation: 29
Just a random thought, not really an argument for Linux vs windows: Joining a 'windowsquestions.org' group has as much appeal as joining a group of people that use the same toaster oven.

Have to admit that I do like my win xp, but never felt the need to join a group dedicated to it. Just use CC Cleaner regularly and don't open any fishy emails. Also gave up on the updates way before support was terminated, since their security strategy seemed to consist mainly of making your computer unusable.

Which reminds me of a video I came across a couple of days ago, regarding windows 7. Will post a link if I find it again, but it showed how to get into the OS without a password:

Apparently there's options to run certain programs while you are at the login screen. These programs run with admin privileges. One of the programs is an on screen keyboard.

The problem is that you can start the computer from usb, using any OS, change the command that starts the keyboard so that it starts a terminal window instead. Bingo, now you can restart windows7, at the login screen start the keyboard program, except now it will start a terminal window with admin access to the whole system.

Is this really true? I don't even have to verify to believe it. Admittedly any encrypted files will still be inaccessible, but still, that's like having to secure each blade of grass in a garden. The garden itself should be secure.

Last edited by linux_walt; 01-30-2015 at 07:06 PM.
 
Old 01-31-2015, 05:48 AM   #2211
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by linux_walt View Post
The problem is that you can start the computer from usb, using any OS, change the command that starts the keyboard so that it starts a terminal window instead. Bingo, now you can restart windows7, at the login screen start the keyboard program, except now it will start a terminal window with admin access to the whole system.

Is this really true? I don't even have to verify to believe it. Admittedly any encrypted files will still be inaccessible, but still, that's like having to secure each blade of grass in a garden. The garden itself should be secure.
The same attack vector is possible against Linux systems. Once an attacker has physical access to a machine you are pretty much lost. Anyone that can boot an OS from USB at your computer can do whatever he wants on the installed OS, regardless if Linux or Windows, unless you use enhanced security features like full disk encryption.
 
Old 01-31-2015, 05:54 AM   #2212
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by TobiSGD View Post
Anyone that can boot an OS from USB at your computer
Most firmwares have an option to password-protect the booting system making it impossible to boot from attached USB sticks or DVDs.
 
Old 01-31-2015, 05:57 AM   #2213
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
I have the turned on on the Dell, you get no options at boot other than entering the password.
 
Old 01-31-2015, 05:57 AM   #2214
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Then you have to lock the case, too, to make it impossible to set the BIOS/UEFI back to default settings. At this point, however, Linux machines are not more secure than Windows machines.
 
Old 01-31-2015, 06:20 AM   #2215
linux_walt
Member
 
Registered: Dec 2014
Location: Houston, TX
Distribution: Debian wheezy
Posts: 127

Rep: Reputation: 29
Quote:
Originally Posted by TobiSGD View Post
The same attack vector is possible against Linux systems. Once an attacker has physical access to a machine you are pretty much lost. Anyone that can boot an OS from USB at your computer can do whatever he wants on the installed OS, regardless if Linux or Windows, unless you use enhanced security features like full disk encryption.
Yikes, I'm getting sucked into the Linux dark side. It's so subtle, slowly, a bit at a time... 'Linux good, windows bad'.

Thanks for pointing that fact out, it's obvious yet never crossed my mind. So, just as a self help exercise: LINUX SUCKS! . Now back to fixing the screen resolution on my new wheezy sd card image.

Last edited by linux_walt; 01-31-2015 at 06:27 AM.
 
Old 01-31-2015, 06:26 AM   #2216
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by TobiSGD View Post
Then you have to lock the case, too, to make it impossible to set the BIOS/UEFI back to default settings. At this point, however, Linux machines are not more secure than Windows machines.
No I don't you can't reset anything because you cannot access anything to be able to reset it.
 
Old 01-31-2015, 06:33 AM   #2217
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Germany_chris View Post
No I don't you can't reset anything because you cannot access anything to be able to reset it.
It is pretty easy to set the BIOS/UEFI to default, every motherboard has a simple jumper for that. So if there is physical access to the mainboard BIOS protection is mood, it simply won't protect you from anything.
 
Old 01-31-2015, 10:53 AM   #2218
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by TobiSGD View Post
It is pretty easy to set the BIOS/UEFI to default, every motherboard has a simple jumper for that. So if there is physical access to the mainboard BIOS protection is mood, it simply won't protect you from anything.
There is no jumper nor will removing the cmos battery, nor tpm setup. Been there done that got the t-shirt, ice cream cone, and cookie.
 
Old 01-31-2015, 11:00 AM   #2219
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Rep: Reputation: 106Reputation: 106
Skip all that and do full disk encryption.

If you are seriously worried someone will physically break into your computer, reset the BIOS to defaults so that they can boot any OS they want, it's honestly not worth the worry.
They'll just grab the HDD (less time) and book it.
 
Old 01-31-2015, 11:04 AM   #2220
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i had an old desktop that needed to have the cmos battery replaced. after that the bios reset so i had to go back in and set usb as the first boot option again (i suppose if i had a bios password set it wouldve vanished as well).
 
  


Reply

Tags
64bit, bsd, cloud, linux, microsoft, misinformation, opensource, troll's playground, unix, windows, your words twisted...



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Tutorial: Four Easy Fun Useful Things You Can Do With Linux LXer Syndicated Linux News 0 09-30-2008 11:41 PM
LXer: KDE 4: The Shiny New Linux (and Windows) Desktop LXer Syndicated Linux News 0 09-17-2007 06:10 PM
media server or other fun things. doralsoral Linux - Software 1 11-05-2005 07:55 AM
most fun & excited things about Linux woranl Linux - General 2 07-27-2004 08:28 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 01:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration