Sponsored Content
Top Forums UNIX for Advanced & Expert Users Which is the most secure *nix? Post 302503897 by GSO on Saturday 12th of March 2011 10:27:56 AM
Old 03-12-2011
LOL, OK.

One of the reasons open source is more secure than closed being I think that if necessary I can investigate security right down to kernel level. I am not a sys. admin. though, and preferably do not want to have to make a career of this!

I signed up to a Suse trial also, but found I would have had to of built too much of the s/w I needed, and so even though Suse do have an absolutely excellent development platform for users, wound up back with RH. I actually in the first instance found some dry land with OpenBSD, but the OpenBSD browser is generally not the most current release, and BSD browsers are typically not fully debugged security wise. So I had to venture off. Windows (being respectful here Smilie looked to me as though it was hacked before the security updates could be downloaded (I've, at least in the past, been someone who has had hackers sitting on my IP more or less 24 hrs a day). It is no doubt possible to install Windows 7 updates from CD, but I've not as yet figured this out. I can run Windows securely in a virtual machine when I inevitably need to.

As an aside, Linux Magazine have made an article from the current issue on the subject of CCTV projects available on the web:

<<www.linux-magazine.com/Issues/2011/125/Security-Lessons-Secure-Video>>

On the same subject this is a recent project of my own:

<<code.google.com/p/gmotion/>>

My own experience is that local crime (if a problem for you) will prefer in the first instance to hack your computer by intrusion and direct access to the keyboard, it's a catch 22 for the crooks though that if you have a secure OS they can't hack your CCTV s/w, and if they can't hack your CCTV s/w, they (mostly) can't intrude Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NIX master in 30 days?

HI there I would like to become a UNIX god in...oh lets say a month. Basically im a windows expert (stop laughing) and I want one of them high paying IT jobs that always require knowledge of some flavour of UNIX. The last NIX that I tried was Redhat 7. I loved it!!!! But didn't have anything to... (18 Replies)
Discussion started by: TINO
18 Replies

2. What is on Your Mind?

*nix Desktops

Yeah, we all know where to find screenshots of Unix and Linux, but it would be awesome to see some of your *nix screenshots. Okay.. to explain: This is my KDE desktop on Yellow Dog Linux. I changed the background recently to a Commodore 64 theme (pretty cool) and no longer is the Konstruct Konsole... (25 Replies)
Discussion started by: gnerd
25 Replies

3. UNIX for Dummies Questions & Answers

*nix newb needs books

I am a total newbie to *nix systems. I can already see however that this is an important o/s and i must learn to use it. I also am aware that the information on how to use linux/unix is out there but it all relies on my knowing alot more about ths "nix's" then i do. What i'm asking, inshort, is... (3 Replies)
Discussion started by: Shifty
3 Replies

4. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies

5. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

6. Shell Programming and Scripting

Performance data, *nix

Hello, I want to write a tool which fetches performance data from remote machines. Sounds easy? well there are some requirements: No extra "client" software should be needed on the hosts, remote shell access (e.g. SSH) should be enough. -> I'm limited to a small amount of tools. I want CPU,... (8 Replies)
Discussion started by: Eliteforce
8 Replies

7. What is on Your Mind?

radio/airwaves *nix?

hey there, new to the forums here. long story short, i have interests in both HAM radio and *nix OS's and want to start a project that will combine the two. so, the question is: are there any *nix flavors or other distros that were specifically designed for radio/airwave communications, or... (0 Replies)
Discussion started by: BartlettMagic
0 Replies

8. Post Here to Contact Site Administrators and Moderators

Wannabe nix guru starting a new os

after much searching around there isn't a "TOSS" (True Open Source) solution, personally I did like OSS however now i believe that "so called" Free Software should be free & Free From any license restrictions so as I feel that way I've decided to write new OS and I was thinking of basing it... (6 Replies)
Discussion started by: donkey42
6 Replies

9. What is on Your Mind?

Funny *NIX commands

Hello All, Just want to share some funny *NIX commands :). $ make love make: *** No rule to make target `love'. Stop. On a FreeBSD make: $ make love Not war. $ \(- bash: (-: command not found $ man woman No manual entry for woman $ touch /me touch: cannot touch `/me':... (5 Replies)
Discussion started by: RavinderSingh13
5 Replies

10. What is on Your Mind?

Regarding guidance to learn *NIX more and more

Hello All, This Poll/thread is for views of all forum user regarding following point: There are many people in this forum who are actually not actually working on *NIX(admin or real scripting/automation part) but they are/have learnt scripting and trying to help/guide/advice/sharing... (11 Replies)
Discussion started by: RavinderSingh13
11 Replies
libloginhelper(3)						C Library Functions						 libloginhelper(3)

NAME
libloginhelper - Login-Helper library for assistive technologies DESCRIPTION
An interface for use by assistive technologies by which they can access system information and services on a 'need to know' basis while the screen is locked, during user authentication, or during other sensitive operations. This interface is intended for use by assistive technologies and related user-enabling services, and by applications and utilities which may wish to restrict access to certain system devices and services during security-sensitive states, e.g. when the screen is locked or dur- ing authentication into some secure service. Such 'applications' (for instance, screen lock dialogs and security-enabled web browsers) use the LoginHelper client interfaces, and the bonobo-activation query service, to query for assistive technologies which advertise the LoginHelper service. The client then queries these assistive technologies for their device I/O requirements, via the getDeviceReqs call. The client may then issue the advisory request set- Safe (TRUE), which requests that the LoginHelper -implementing service make a best-effort attempt to make itself more secure (for instance, an onscreen keyboard might turn off word prediction, and a screenreader may turn off keyboard echo via speech). The return value of setSafe is an advisory indication of whether this attempt was successful (no specific guarantees are implied). Once the 'security sensitive' state is exited, the client should call setSafe (FALSE). The return values from getDeviceReqs inform the client of which services the LoginHelper service (e. g. assistive technology) needs in order to do its job. The client may use this information to loosen any restrictions on access which it may currently have in place (for instance, keyboard grabs, etc.). If it does not do so, the likely outcome is that the end-user will experience loss of access to the sys- tem. Additional information is also available from the following site: http://www.gnome.org/~billh/at-spi-idl/html/classAccessibility_1_1LoginHelper.html FILES
The following files are used by this library: /usr/lib/libloginhelper.so Login-Helper library for assistive technologies ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-a11y-libs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libatk-1.0(3), libcspi(3), attributes(5), gnome-interfaces(5) NOTES
login-helper module is in at-spi package. SunOS 5.11 7 Aug 2008 libloginhelper(3)
All times are GMT -4. The time now is 04:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy