|
91 |
rsync windows |
Firewall port 873 oeffnen
rsyncd.conf
===========
use chroot = false
strict modes = false
hosts allow = 130.92.139.51
log file = rsyncd.log
pid file = rsyncd.pid
# Module definitions
# Remember cygwin naming conventions : c:\work becomes /cygw in/c/work
#
[luis]
path = /cygdrive/c/users/martinez/Documents
read only = true
transfer logging = yes
rsync command with modname luis
================================
/usr/bin/rsync -arv root@lheppc72::luis /idisk/backups/lhepp c72
|
computer |
|
90 |
unregister DeltaCopy Server Service |
1. Stop the service if it is running in the background. This can be done either from DeltaCopy Server application or fro m Windows Control Panel.
2. Open a Console (DOS) window als administrator
3. Using the cd command, change the directory to location where DeltaCopy is installed:
C:\Program Files (x86)\Synametrics Technologies\DeltaCopy>
4. Type the following at the prompt:
DCServce /UNINSTALL
|
computer |
|
89 |
Vista aktivieren |
http://www.id.unibe.ch/content/support/instsup/win/betriebs systeme/vista/windows_vista_produktaktivierung
in command window:
------------------
slmgr.vbs -skms vistakms.unibe.ch
slmgr.vbs -ato
|
computer |
|
88 |
imageviewer bug deleting |
(A) If the trash directory .Trash-1000 exists at the top lev el of the volume, move the image to .Trash-1000
(B) If the trash directory .Trash-1000 does not exist at the top level of the volume, try and create it.
(C) If the user does not have permission to create it, then fail. |
computer |
|
87 |
mp3 support |
ubuntu-restricted-extras |
computer |
|
86 |
php 64MByte memory limit |
# cd /etc/php5/apache2
# vim php.ini
memory_limit=64M |
computer |
|
85 |
Bluetooth install thinkpad mouse |
sudo apt-get install gnome-vfs-obexftp
hcitool scan
sudo hidd --connect=YOUR_MAC_ADDRESS (00:02:76:11:3C:3A)
sudo gedit /etc/bluetooth/hcid.conf
append to the end of the file:
device YOUR_MAC_ADDRESS {
name “Microsoft Mouse”;
}
save and restart bluetooth with:
sudo /etc/init.d/bluez-utils restart
or if you get a command not found error:
sudo /etc/init.d/bluetooth restart
|
|
|
84 |
Printer Jean Luc |
Description: HP Color Laserjet CP2025
Location: JeanLuc
Printer Driver: HP Color LaserJet CP3505 Foomatic/hpijs, hpi js 2.8.2
Printer State: idle, accepting jobs, published.
Device URI: socket://130.92.139.120 |
computer |
|
83 |
Ram 4GB in Mainboard P5B |
im BIOS "Memory Remapping" aktivieren, |
|
|
82 |
php convert special characters |
htmlspecialchars('string') |
|