Becoming Root User Without Password In GNU/Linux Ubuntu
Ubuntu has an excellent security tool called sudo that allows the administrator to delegate control of certain commands to certain users. But to use it you must type the sudo word before any command, and validate (and confirm) it with your system account password.
Read more...
Read more..
|
Install Firebird 2.0.3 Database Server On Ubuntu 7.10
This tutorial explains how you can install the Firebird database server (version 2.0.3) on an Ubuntu 7.10 server.
Read more...
Read more..
|
Back Up Your Files With Fwbackups On Fedora 8
This document describes how to set up, configure and use Fwbackups
on a Fedora 8 desktop. The result is an easy-to-use backup system for
desktop usage. Fwbackups creates partial backups which can be stored
locally or on a removable device. You have also the option to run
scheduled backups.
Read more...
Read more..
|
The XO laptop (of the One-Laptop-Per-Child initiative) is an inexpensive
laptop project intended to help educate children around the world. The laptop
includes many innovations, such as a novel, inexpensive, and durable hardware design
and the use of GNU/Linux as the underlying operating system. The XO also includes an
application environment written in Python with a human interface called Sugar,
accessible to everyone (including kids). This article is excerpted from the
developerWorks tutorial "Application development for the OLPC laptop," which takes a
look at the Sugar APIs and shows how to develop and debug a graphical activity in
Sugar using Python.
Read more..
|
A typical UNIX or Linux machine creates many log files during the course of its
operation. Some of these contain useful information; others can be used to help you
with capacity and resource planning. This article looks at the fundamental information recorded within the different log files, their location, and how that information can be used to your benefit to work out what is going on within your system.
Read more..
|
Security Issues and Poptop
PPTP does not have the best history in terms of security. The original Microsoft implementation for PPTP faired very poorly. MS-CHAPV2 solved these weaknesses - for wired networks. Unfortunately, back in 2004, Joshua Wright released a version of ASLEAP capable of brute-force attacking PPTP passwords
in a wireless environment. As a systems administrator for the VPN, you
can't tell if a user is connecting via some public WiFi service where
someone might be running a tool like ASLEAP. Yet, the presense of PPTP
client software on Windows machines makes using PPTP very tempting. The
best answer to this problem is to utilize two-factor authentication. If
a one-time passcode is brute-forced, it won't matter as it can't be
used again.
Read more...
Read more..
|
Server Monitoring With munin And monit On Mandriva 2008.0
In this article I will describe how you can monitor your Mandriva
2008.0 server with munin and monit. munin produces nifty little
graphics about nearly every aspect of your server (load average, memory
usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much
configuration, whereas monit checks the availability of services like
Apache, MySQL, Postfix and takes the appropriate action such as a
restart if it finds a service is not behaving as expected. The
combination of the two gives you full monitoring: graphics that lets
you recognize current or upcoming problems (like "We need a bigger
server soon, our load average is increasing rapidly."), and a watchdog
that ensures the availability of the monitored services.
Read more...
Read more..
|