Securing Linux laptops


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Securing Linux laptops
# 1  
Old 01-07-2008
Securing Linux laptops

Mon, 07 Jan 2008 21:00:00 GMT
Laptop and notebooks are being stolen at an ever-increasing rate. In 2004, Safeware Insurance which sells computer insurance, estimated 600,000 laptop and notebooks a year were being stolen. In 2006 an estimated 750,000 were being swiped, according to Absolute Software a company that makes computer tracking products -- and does not support Linux. LoJack For Laptops, another computer tracing company -- which also does not support Linux -- says FBI statistics show 2 million laptop and notebook computers were stolen in the US in a recent year. While the figures may not agree in detail, they all show that laptop and notebook theft is a major problem -- and if you're not careful, your Linux laptop might be next.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux laptops

Hi Guru's, I am planning to buy a laptop/ desktop for installing linux for practice. Can you please suggest me which of the above is best. (3 Replies)
Discussion started by: rama krishna
3 Replies

2. Ubuntu

Kubuntu on (certain) Lenovo laptops not possible - reasons?

Hi. I've used the Wubi install of Ubuntu and Kubuntu on my Windows XP machine for close to half a year now. My brother has let me know of a program where he works by which they're getting rid of (with support negated) several Lenovo laptops, on which, he also informs me, the K 'flavor' of Ubuntu... (1 Reply)
Discussion started by: SilversleevesX
1 Replies

3. Cybersecurity

Securing Passwords

Hi All, I'd like to give you an example of what I am trying to achieve and perhaps you might be able to help me along. I would like to add the following criteria to new servers, from a password aging and lockout standpoint. -Number of failed logins before lockout: = 5 -Number of Passwords... (1 Reply)
Discussion started by: mkono
1 Replies

4. UNIX for Advanced & Expert Users

Securing Tomcat under Linux/Unix

Hi This being my first post I have to say that you guys seem to have a nice community going. My question is regarding securing Tomcat 5.0 on a Linuxbased system (Red Hat 9) and particularly concerning file access for Tomcat. The problem is that it is possible to gain access to any file on a... (0 Replies)
Discussion started by: starkis
0 Replies

5. AIX

securing a shell

I would like to secure a shell script from being broken out of with Ctrl-C or equivalent. Once a user logs in, he should not be able to exit to the command prompt. any ideas. Thank you J (1 Reply)
Discussion started by: jhansrod
1 Replies

6. Shell Programming and Scripting

Securing arguments

OK here is my problem. Ive been trying to write a script where i use the order "find". For example if i wont to find some file in the sql_work directory using the script. You use the command: loc sql_work "q*" in order to find all the queries in the directory. Is there any other way to do it,... (0 Replies)
Discussion started by: SolidSnake
0 Replies
Login or Register to Ask a Question
armada-backlight(1)						   User Commands					       armada-backlight(1)

NAME
armada-backlight - Adjust Compaq Armada backlight SYNOPSIS
armada-backlight [-h|--help] [[+-]value] DESCRIPTION
Values: None Prints the current brightness level to stdout. + Increases the brightness of the backlight. - Decreases the brightness of the backlight. value Sets the brightness of the backlight. Value must be between 0 and 8, inclusive. The Armada Backlight Controller is a program for controlling the brightness of the LCD backlight on Compaq Armada[1] laptops under Linux. It has been tested on an Armada M700 running. It is based on code by George Acher[2], which was written for the M300 and has been used on the E500. This package should also work on those machines, although that has not been tested by Nat Pryce, who put the modified package together. The program is divided into two parts: 1. A command-line program that is installed with privileges that allow it to control the backlight hardware (aka an "suid" program). 2. A GNOME panel applet that provides a convenient GUI to the command-line program. An alternative way of using the command-line program is to configure your X window manager to run it in response to key sequences such as Alt-F10 to make the screen brighter and Alt-Shift-F10 to make the screen dimmer (in Compaq Armada, the F10 key has a brightness icon on it). References: 1. http://www.compaq.com/products/notebooks/ 2. http://www.acher.org/ GNOME Panel Applet The Armada Backlight Controller applet is installed into the Utility category of the GNOME Applets menu. [menu.png] When added to the panel, the applet presents a scrollbar that can be used to interactively control the brightness of the backlight and also shows the current level numerically. The icon identifies the applet in the panel and can be used to access the applet menu using the right mouse button. [applet.png] OPTIONS
-h, --help Print usage information to stderr. ENVIRONMENT
None. FILES
None. SEE ALSO
laptop-mode-tools(1) AUTHORS
This manual page was written by Jari Aalto <jari.aalto@cante.net> for the Debian GNU system (but may be used by others). armada-backlight 2012-03-29 armada-backlight(1)