|
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 from 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
|
|
89 | Vista aktivieren | http://www.id.unibe.ch/content/support/instsup/win/betriebssysteme/vista/windows_vista_produktaktivierung
in command window:
------------------
slmgr.vbs -skms vistakms.unibe.ch
slmgr.vbs -ato
|
|
88 | imageviewer bug deleting | (A) If the trash directory .Trash-1000 exists at the top level 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. |
|
87 | mp3 support |
ubuntu-restricted-extras |
|
86 | php 64MByte memory limit | # cd /etc/php5/apache2
# vim php.ini
memory_limit=64M |
|
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, hpijs 2.8.2
Printer State: idle, accepting jobs, published.
Device URI: socket://130.92.139.120 |
|
83 | Ram 4GB in Mainboard P5B |
im BIOS "Memory Remapping" aktivieren, |
|
82 | php convert special characters | htmlspecialchars('string') |
|
81 | thunderbird import from kmail |
Make a new folder in kmail and name it inboxmbox. You'll see a dialogue in which you can save it as an mbox folder. Copy all posts in your kmail inbox folder to the new inboxmbox folder. Exit kmail. Next, copy or move inboxmbox to the subfolder Mail/Local Folders in your profile folder (~/.thunderbird/xxxxxxxx.default/). When you open Thunderbird you'll see the inboxmbox folder under Local Folders. Copy the messages into your Inbox folder if you like. |
|
80 | Ubuntu extra pagckages for mp3 and java |
$ sudo aptitude install kubuntu-restricted-extras |
|
79 | US-Tastatur | $ sudo dpkg-reconfigure console-setup
|
|
78 | Ubuntu Distribution name |
$ more /etc/issue.net |
|
77 | Video converter Example, avi to mpg |
ffmpeg -i Carmen2006MolinadeAr.avi Carmen2006MolinadeAr.mpg
ffmpeg -i Nomadas.ogg -strict -2 Nomadas.mp4
|
|
76 | JOOMLA Naming conventions | /com_{ComponentName}
{componentname}.php
controller.php class = {ComponentName}Controller
/controllers
sample.php class = {ComponentName}ControllerSample
/views
/{componentname}
view.html.php class = {ComponentName}View{ViewName}
/tmpl
default.php
/alternate
view.html.php class = {ComponentName}ViewAlternate
/tmpl
form.php
/models
{componentname}.php class = {ComponentName}Model{ModelName}
alternate.php class = {ComponentName}ModelAlternate
/admin
{componentname.php}
controller.php class = {ComponentName}sController
/controllers
groups.php class = {ComponentName}sControllerGroups
list.php class = {ComponentName}sControllerList
/views
/{componentname}
view.html.php
/tmpl
default.php
/alternate
view.html.php
/tmpl
default.php
/models
{componentname}.php class = {ComponentName}sModel{ModelName}
alternate.php class = {ComponentName}sModelAlternate
|
|
74 | Joomla: Hide Welcome to the FrontPage |
Menus - Main Menu (now you are in: Menu Item Manager: mainmenu).
Click on 'Home' link to edit this link (you are now in: Menu Item: Edit).
Click on Parameters System and change (show Page Title yes/no) or delete the Page Title.
|
|
73 | Open office connect mysql |
openoffice.org-base (database) muss installiert sein
(1)Das sollte funktionieren, tut es aber nicht!
unbuntu package libmysql-java installieren (jdbc driver)
(2)
(a) Packages libmyodbc, unixodbc, unixodbc-bin installieren
(b) Programm ODBCconfig ausführen
|
|
72 | Remote Desktop |
(1) Gonome server
Vino package installieren
menu: System->Preferencces->Remote Desktop einstellen
(2) Gonome viewer
(a) vinagre
(b) comand: vncviewer computer-name:0
Ejemp1o: vncviewer 192.168.1.110:0
3) vnc client:
gtkvncviewer installieren.
|
|
71 | thunderbird set browser | edit->preferences->advanced->general->Config Esditor...
In window about:config: click left mouse button ->new->string
name: network.protocol-handler.app.http
string: /usr/bin/firefox |
|
70 | Linux: Probleme bei Installieren | Probieren mit dem Bootparammetres: noapic
oder: irqpoll |