rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm
a pak:
yum --enablerepo=webtatic install php
Jako po másle.
Zdroj:
http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/
rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm
yum --enablerepo=webtatic install php
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
sudo apt-get install tp-smapi-dkms
echo tp_smapi | sudo tee -a /etc/modules
sudo modprobe tp_smapi
sudo modprobe hdaps
sudo apt-get install hdapsd
sudo nano -w /etc/default/hdapsd
sudo /etc/init.d/hdapsd restart
dmesg | grep hdaps
[ 16.322552] hdaps: LENOVO ThinkPad R61 detected, setting orientation 1
[ 16.322660] hdaps: initial mode latch is 0x05
[ 16.322803] hdaps: setting ec_rate=250, filter_order=2
[ 16.323025] hdaps: device successfully initialized.
[ 16.323462] hdaps: driver successfully loaded.
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents
%systemroot%\system32\oobe\msoobe.exe /a
? | to request help or information about the FTP commands | |
---|---|---|
ascii | to set the mode of file transfer to ASCII (this is the default and transmits seven bits per character) | |
binary | to set the mode of file transfer to binary (the binary mode transmits all eight bits per byte and thus provides less chance of a transmission error and must be used to transmit files other than ASCII files) | |
bye | to exit the FTP environment (same as quit) | |
cd | to change directory on the remote machine | |
close | to terminate a connection with another computer | |
close brubeck | closes the current FTP connection with brubeck,but still leaves you within the FTP environment. | |
delete | to delete (remove) a file in the current remote directory (same as rm in UNIX) | |
get | to copy one file from the remote machine to the local machine | |
get ABC DEF | copies file ABC in the current remote directory to (or on top of) a file named DEF in your current local directory. | |
get ABC | copies file ABC in the current remote directory to (or on top of) a file with the same name, ABC, in your current local directory. | |
help | to request a list of all available FTP commands | |
lcd | to change directory on your local machine (same as UNIX cd) | |
ls | to list the names of the files in the current remote directory | |
mkdir | to make a new directory within the current remote directory | |
mget | to copy multiple files from the remotemachine to the local machine; you are prompted for a y/n answer before transferring each file | |
mget * | copies all the files in the current remote directory to your current local directory, using the same filenames. Notice the use of the wild card character, *. | |
mput | to copy multiple files from the local machine to the remote machine; you are prompted for a y/n answer before transferring each file | |
open | to open a connection with another computer | |
open brubeck | opens a new FTP connection with brubeck; you must enter a username and password for a brubeck account (unless it is to be an anonymous connection). | |
put | to copy one file from the local machine to the remote machine | |
pwd | to find out the pathname of the current directory on the remote machine | |
quit | to exit the FTP environment (same as bye) | |
rmdir | to to remove (delete) a directory in the current remote directory |
rundll32 printui.dll,PrintUIEntry /s /t1 /n\\počítač
rundll32 printui.dll,PrintUIEntry /p /n\\počítač\tiskárna
rundll32 printui.dll,PrintUIEntry /il
rundll32 printui.dll,PrintUIEntry /il /c\\počítač
rundll32 printui.dll,PrintUIEntry /o /n\\počítač\tiskárna
rundll32 printui.dll,PrintUIEntry /if /b "Testovací tiskárna" /f %windir%\inf\ntprint.inf /r "lpt1:" /m "AGFA-AccuSet v52.3"
rundll32 printui.dll,PrintUIEntry /ii /f %windir%\inf\ntprint.inf
rundll32 printui.dll,PrintUIEntry /ga /c\\počítač /n\\počítač\tiskárna /j"LanMan Print Services"
rundll32 printui.dll,PrintUIEntry /gd /c\\počítač /n\\počítač\tiskárna
rundll32 printui.dll,PrintUIEntry /ge /c\\počítač
rundll32 printui.dll,PrintUIEntry /ia /c\\počítač /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000 nebo XP" /f
%windir%\inf\ntprint.infrundll32 printui.dll,PrintUIEntry /ia /K /c\\počítač /m "AGFA-AccuSet v52.3" /h "Windows NT x86" /v 3
rundll32 printui.dll,PrintUIEntry /dd /c\\počítač /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000 nebo XP"
rundll32 printui.dll,PrintUIEntry /ia /K /c\\počítač /m "AGFA-AccuSet v52.3" /h "Windows NT x86" /v 3
rundll32 printui.dll,PrintUIEntry /y /n "tiskárna"
rundll32 printui.dll,PrintUIEntry /Xs /n "tiskárna" comment "Moje skvělá tiskárna"
rundll32 printui.dll,PrintUIEntry /Xg /n "tiskárna"
rundll32 printui.dll,PrintUIEntry /f "výsledky.txt" /Xg /n "tiskárna"
rundll32 printui.dll,PrintUIEntry /Xs /n "tiskárna" ?
rundll32 printui.dll,PrintUIEntry /Ss /n "tiskárna" /a "soubor.dat"
rundll32 printui.dll,PrintUIEntry /Sr /n "tiskárna" /a "soubor.dat"
rundll32 printui.dll,PrintUIEntry /Ss /n "tiskárna" /a "soubor.dat" 2
rundll32 printui.dll,PrintUIEntry /Sr /n "tiskárna" /a "soubor.dat" s
rundll32 printui.dll,PrintUIEntry /Sr /n "tiskárna" /a "soubor.dat" g d
rundll32 printui.dll,PrintUIEntry /Sr /n "tiskárna" /a "soubor.dat" m p
dd if=/dev/sda conv=sync,noerror bs=64M | ssh user@host "gzip -c > ~/image.img.gz"
sudo apt-get install tp-smapi-source
sudo m-a a-i tp-smapi
sudo modprobe tp_smapi
sudo modprobe hdaps
sudo apt-get install hdapsd
echo tp_smapi | sudo tee -a /etc/modules
true
2
4 5
true
200