How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

March 31, 2008

Install windows xp on toshiba L40

Filed under: Linux — admin @ 2:33 pm

Hello
Today, I try to install windows xp on toshiba satellite l40 14f.
First, I go on google try to find some information. Nothing about it, that why I say to write a topic on it. So… let’s go
First download the sata driver from here Sata L40 driver.
After that use nLite to insert the driver into your Xp kit.

Well good luck after that.

Installing APF on SUSE

Filed under: Linux — admin @ 2:33 pm

Install APF

* Download latest version

$ wget http://www.r-fx.ca/downloads/apf-current.tar.gz

* Unpack

$ tar -zxf apf-current.tar.gz

* Change to upacked directory (default : apf-0.9.6-1/)

(more…)

how to change time in linux

Filed under: Linux — admin @ 2:33 pm

Introduction

This document explains how to set your computer’s clock from Linux, how to set your timezone, and other stuff related to Linux and how it does its time-keeping.

Your computer has two timepieces; a battery-backed one that is always running (the “hardware”, “BIOS”, or “CMOS” clock), and another that is maintained by the operating system currently running on your computer (the “system” clock). The hardware clock is generally only used to set the system clock when your operating system boots, and then from that point until you reboot or turn off your system, the system clock is the one used to keep track of time.

(more…)

Lighttpd install perl, mysql support in chrooted jail

Filed under: Linux — admin @ 2:32 pm

Perl is Practical Extraction and Report Language, which is quite famous and used by many web application. A Perl5 database interface to the MySQL database is provided by libdbd perl mysql shared library.

You can install perl support via mod_fastcgi or mod_cgi. Following are essential steps to run perl based application in chrooted lighttpd setup along with MySQL

This article is part of securing and running Lighttpd in chrooted jail.

(more…)

How to see dual Core AMD or Intel CPU statistics

Filed under: Linux — Tags: , , , , — admin @ 2:31 pm

The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. The types of system summary information shown and the types, order and size of information displayed for tasks are all user configurable and that configuration can be made persistent across restarts.
Now you will see top but with core only. To enable or display stats press the number 1 and you should see individual CPU core stats.

« Newer PostsOlder Posts »

Powered by WordPress