Untitled Document
Family Web (Privé)
Dev Domain:
Geko-Service.ch
Technical Tips - Know How...

Ci-après j'ai concentré quelques trucs techniques de toutes sortes.


Web

Le serveur qui interprète les données ASP et qui créée des pages HTM sur demande du client.
Les valeurs affichées peuvent être calculées ou recherchés dans une
table.

par ex:
<HTML>
<HEAD>
<TITLE>Exemple</TITLE>
</HEAD>
<BODY>
<% for i = 1 to 10 %>
<P> Hello >/P>
<% next %>

 

va créer:
<HTML>
<HEAD>
<TITLE>Exemple</TITLE>
</HEAD>
<BODY>
<P> Hello >/P>
<P> Hello >/P>
<P> Hello >/P>
<P> Hello >/P>
<P> Hello >/P>
<P> Hello >/P>
... 10 X
 

Pour les créateurs de website:

http://www.asaisir.com/a-la-page/
http://www.scripts-fr.com/scripts/affichage_images/

Useful links:
 

http://www.iana.org/assignments/port-numbers

Configurer sa souris a molette sous X :

editer /etc/X11/XF85Config dans la section : Input Device

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

pour une PS/2 si non allez voir http://www.xfree86.org/4.0.1/mouse6.html

relancer X quand vous etes sous X lancer imwheel (dans un terminal) votre souris devrait marcher à merveille!

Où sont les grandes sociétés

Vous cherchez une société pour dégoter son driver mais vous ne savez pas par où commencer à chercher.... alors http://www.driver.sk/

Batch commands :

Download : CHOICE.COM

The CHOICE command was introduced in MS-DOS 6 and is still available in MS-DOS 7 (Windows 95/98).
In Windows NT 4, CHOICE no longer is a part of the standard distribution. It is, however, available as part of the Windows NT 4 Resouce Kit.
On the other hand, if you still have that old unused MS-DOS 6 or Windows 95/98 version lying around, you can use the CHOICE.COM from that version instead.

Syntax:

Waits for the user to choose one of a set of choices.

CHOICE [ /C[:]choices ] [ /N ] [ /S ] [ /T[:]c,nn ] text
/C:choices Specifies allowable keys. Default for English versions is YN
/N Do not display choices an ? at end of prompt string.
/S Treat choice keys as case sensitive.
/T:c,nn Default choice to c after nn seconds.
text Prompt string to display.

ERRORLEVEL is set to the offset of the key the user presses on choices. 

Examples:

1. The command 

CHOICE Do yo really want to quit

Will display the following line: 

Do yo really want to quit? [YN]

If the user presses Y, CHOICE exits with return code ("errorlevel") 1 (1st character in choices), if the user presse N,
CHOICE exits with return code 2 (2nd character in choices).

2. CHOICE /C:ABCDN /N /T:N,10 Format drive A:, B:, C:, D: or None?
IF ERRORLEVEL 1 SET DRIVE=drive A:
IF ERRORLEVEL 2 SET DRIVE=drive B:
IF ERRORLEVEL 3 SET DRIVE=drive C:
IF ERRORLEVEL 4 SET DRIVE=drive D:
IF ERRORLEVEL 5 SET DRIVE=None
ECHO You chose to format %DRIVE%

The CHOICE command in this example will prompt the user with the following line: 

Format drive A:, B:, C:, D: or None?

If the user presses C, CHOICE exits with a return code ("errorlevel") 3 (3rd character in choices).
The IF ERRORLEVEL checks for 1, 2 and 3 are true (see the errorlevel page for an explanation of errorlevels), so the
variable DRIVE will be set to "drive A:" first, then to "drive B:", and finaly to "drive C:".
So the ECHO command will display the line: 

You chose to format drive C:

GSM

Mercredi 1 novembre 2000:
Les GSM, quelle que soit la marque de votre portable, ont caché au creux de leurs puces des codes qui permettent des manipulations de base. Petite promenade dans les étoiles...

NDLR : Deux étoiles correspondent à la mise en fonction du code. Une étoile active le code. Deux dièses enlèvent la fonction et une dièse désactive le code. Selon la date de mise en service de votre GSM certains codes peuvent ne pas fonctionner.
:: Pour changer le code PIN
Tapez "*", 0, 4, "*", L'ancien code PIN, "*", Votre nouveau code, "*" et confirmez votre nouveau code
:: Pour modifier le second code PIN, le PIN2
Tapez "*", "*", 0, 4, 2, "*", l'ancien code PIN2, "*", le nouveau code, "*", et confirmez votre nouveau code.
:: Décode le PIN2 (Attention seulement trois essais) sinon vous n'aurez plus accès à votre portable, ce qui sera synonyme de poubelle pour votre téléphone. Tapez "*", "*", 0, 5, 2, "*", PUK2, "*" Nouveau code PIN2, "*" confirmez votre nouveau code
:: Appel vocal renvoyé sur un numéro de téléphone qui n'est plus en activité.
*#62# décrochez
:: Renvoi d'appel : *#67# décrochez 
:: Interdiction d'appel désactivé : *#33# décrochez
:: Interdiction d'appel désactivé : *#331# décrochez

Ne plus taper la phrase éternelle:

Ouvrez Word et tapez la ligne suivante

         "=rand(200,99)"

Puis tapez sur Entrée.

Sunrise 0225550101, 0225550102, 0225550103, 0225550104, 0225550105 et 0225561065

La fenêtre de Logon n'apparait pas !!!

La solution en bref :

Click Start, point to Settings, click Control Panel, and then double-click Network. Click the appropriate setting in the Primary Network Logon box, and then click OK.

Delete the following entry in the following registry key: (Click Start, Run and type regedit in the box to get registery editor)

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net
AutoLogon=xx

This issue can also occur if the following setting is listed in the registry under the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Network
Disable Password Caching

Whether the value is set to 0 or 1, remove it to resolve this issue.

Cela devrait vous permettre de ré-obtenir une fenêtre de logon pour vos windows98

For more informations see :

http://support.microsoft.com/support/kb/articles/q141/8/58.asp?LN=EN-US&SD=gn&FR=0&qry=network%20logon&rnk=14&src=DHCS_MSPSS_gn_SRCH&SPR=W98

Internet Explorer X Full Download

To download Internet Explorer X for a different operating system, follow these steps:

NOTE: Internet Explorer X is no longer available for download from Microsoft Web sites; however, this information is valid for other Web sites that offer Internet Explorer X downloads via Active Setup.

  1. If you have not already downloaded the IEXsetup.exe file, locate the link to the file on the Web site, click the link, and then click Save This Program To Disk. Click the appropriate download location, and then click Save to save the file to your local drive.

  2. Click Start, click Run, and then type the following line

    <folder path>\ieXsetup /c:"ieXwzd /d:1"

    where <folder path> is the drive and folder containing the IEXsetup file. This starts the Active Setup Wizard.

  3. Click the appropriate download option, and then click Next.
    Approximate disk space requirements
    ------------------------------------
    Windows 98			21,7 Mb
    Windows NT			21,5 Mb
    Windows 2K & XP			11,2 Mb
    Windows Me			12,9 Mb
    MS download Files sizes on Sep 8th 2001 

Désinstallations cachées ( Windows XP )

Vous l'avez sans doute déjà constaté, au fur et à mesure des versions successives de Windows, la liste des composants désinstallables s'est considérablement réduite.

Ainsi, il semble impossible de supprimer Windows Messenger si on lui préfère ICQ. En apparence oui...
Il existe toutefois une astuce permettant de contourner cet obstacle.

Pour celà, allez dans ce dossier c:\windows\inf, puis éditez le fichier sysoc.inf. Ensuite, supprimer le mot "hide" que vous rencontrerez à chaque ligne, puis sauvegardez.

Attention, ne supprimez en aucun cas une des virgules !!!

A votre prochaine visite de l'option "Ajouter ou supprimer des composants Windows" de l'utilitaire Ajout/suppression de programmes ( situé dans le panneau de configuration ), vous aurez la suprise de découvrir que la liste des outils désinstallables s'est singulièrement étoffée.

Si vous n'êtes pas sur de vous, n'hésitez pas à faire une copie du fichier avant modification.

Windows 2000/XP Auto Logon

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DefaultDomainName = [Delete]
DefaultUserName = [Delete
DefaultPassword = [Delete]
AutoAdminLogon = [Delete]

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DefaultDomainName = [UserName]
DefaultUserName = [password]
DefaultPassword = [domain]
AutoAdminLogon = 1
 

Windows XP ( & 2000 ? )Lock WinXP shortcut

Creating a Desktop Shortcut to Lock a Windows XP Workstation
To create the shortcut:
Right-click an empty area of the desktop, point to New, and then click Shortcut.
In the Create Shortcut Wizard, type %windir%\System32\rundll32.exe user32.dll,LockWorkStation in the Type the location of the item box, and then click Next. Note that LockWorkStation is case sensitive.
On the "Type a name for this shortcut" page, type Lock Workstation in the Type a name for this shortcut box, and then click Finish.
Right-click the shortcut you just made, and then click Properties.
Click the Shortcut tab, and then click Change Icon.
In the Change Icon dialog box, type %SystemRoot%\system32\SHELL32.dll in the Look for icons in this file box, and then click OK.

Windows XP ( & 2000 ? )Boot CD

Visitez le site consacré au BootCD

Windows XP ( & 2000 ? )Commandline

Control desktop - Launches the Desktop Control Panel subprogram
Control color - Launches the Desktop Control Panel subprogram, with the Appearance tab preselected
Control date/time - Launches the Date/Time Control Panel program
Control international - Launches the Regional Settings Control Panel subprogram
Control mouse - Launches the Mouse Control Panel subprogram
Control keyboard - Launches the Keyboard Control Panel subprogram
Control printers - Displays the Printers folder
Control fonts - Displays the Fonts folder

FTP avec Internet Explorer FTP-IE

Saisir dans la barre d'adresse de l'explorateur    ftp://username:pwd@url

Batch File pour 2000/XP/2003

Exelple type d'un fichier abcd.cmd généré par un Notapad:

Q318202.exe /q
Q323255.exe -q -z
Q324096_W2K_SP4.exe -q -z
Q329834_W2K_SP4_X86.exe -q -z
Q810030_W2K.exe -q -z
Q810649_W2K_SP4.exe -q -z
Echo terminé
pause

Q323255.exe /help --> UPDATE [-u][-f][-n][-o][-z][-q][-l]
- u Mode automatique sans interaction utilisateur
-f Force la fermeture des autres programmes à l'arrêt du système
-n Ne pas sauvegarder les fichiers pour la désinstallation
-o Remplacer les fichiers OEM sans avertissements
-z Ne pas redémarrer après l'intallation
-q Mode silencieux (sans interaction utilisateur)
-l Affiche les correctifs logiciels installés

Q318202.exe /? --> Options de la ligne de commande:
/Q -- Installation en mode silencieux
/T:<UNC complet> -- Spécifie le répertoire tamporaire de taravail
/C -- Extrait uniquement les fichers quand utilisé conjointement avec la commande /T
/C:<Cmd> -- Override Install Command defined by author

Libérez les attachment kidnapés par Outlook :

In these scenarios, modify the attachment security behavior by making a modification to the registry. Use the following steps to modify the registry.

  1. Exit Outlook 2002, if running.
  2. Click the Windows Start button, and then click Run .
  3. In the Open box, type regedit , and then click OK .
  4. Check to see if the following key exists. If it does, skip to step 5. HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security If the key path does not exist, create the key path. To create the key path, navigate to and select the key: HKEY_CURRENT_USER\Software\Microsoft
    1. Click the Edit menu, click New , and then click Key .
    2. Type Office and press ENTER.
    3. Click the Edit menu, click New , and then click Key .
    4. Type 10.0 and press ENTER.
    5. Click the Edit menu, click New , and then click Key .
    6. Type Outlook and press ENTER.
    7. Click the Edit menu, click New , and then click Key .
    8. Type Security and press ENTER.


  5. Click the Edit menu, click New , and then click String Value .
  6. Type the following name for the new value:

    Level1Remove

  7. Press ENTER.
  8. Right-click the new string value name, and then click Modify .
  9. Type the extension of the file type that you would like to access with Outlook 2002 as follows:
    .exe

    To specify multiple file types, use the following format:

    .exe;.com

  10. When finished, click OK .
  11. Exit the Registry Editor program.
  12. Restart the computer.

When you start Outlook 2002, the file types specified in the Windows Registry are accessible.

+.ade;.adp;.asx;.bas;.bat;.chm;.cmd;.com;.cpl;.crt;.exe;.hlp;.hta;.inf;.ins;.isp;.js;.jse;.lnk;.mdb;.mde;.msc;.msi;.msp;.mst;.pcd;.pif;.prf;.reg;.scf;.scr;.sct;.shb;.shs;.url;.vb ;.vbe;.vbs;.wsc;.wsf;.wsh

How To Customize the Windows Explorer Views in Windows XP

see on microsoft site : here

Disk Cleanup: deleting unnecessary files

Disk Cleanup: deleting unnecessary filesTo free some space on your hard disk for better purposes, you have to do a disk cleanup. With the Disk Cleanup utility ( Start Menu, All Programs, Accessories, System tools ) you have a build in tool to remove many unnecessary files from your hard disk. Select the C: drive and on the first tab check all items to delete.

However, the cleaning is not thorough, especially the 'temporary (internet) files' folders (used files from the last few days will not be cleaned)! It is better to clean them yourself as well, as shown below. Most files are system files and/or hidden, so make sure you can see those type of files in the Windows Explorer ( Tools, Folder Options , tab View , enable Display the content of system folders , enable Show hidden files and folders , disable Hide extensions for known file types and disable Hide protected operating system files ).

C:\HIBERFIL.SYS (hidden, as big as the main memory)

This file is created by the hibernation option ( Control Panel, Power Options , tab Hibernate ). With this option you are able to hibernate your computer. When your computer hibernates, it stores the main memory into the hiberfil.sys file on your C: partition before it shuts down. When you turn on the computer, it returns to its previous state by reloading the main memory with the information in the hiberfil.sys. To turn off this heavy disk consuming option, disable the Enable hibernation option on this tab. After a reboot the hiberfil.sys file will be disappeared.

C:\System Volume Information (hidden, also on other partitions)

These hidden system folders contain information for the Windows XP System Restore function . When you are finished with the setup of your Windows system and everything is working error free, I advise to turn off the system restore ( Control Panel, System , tab System Restore ). Enabling the option Turn off System Restore on all drives will empty all System Volume Information folders. It's difficult to remove the empty system folders from NTFS partitions (FAT32 partitions are no problem).

C:\PAGEFILE.SYS (Virtual memory)

The pagefile is used when your main memory has been used by the running applications and more memory is needed. The use of the pagefile is temporary. Deleting the file is not possible not a wise thing to do. However, you can move the pagefile to another partition (as suggested on the page Windows XP settings part I ) to make a quicker system backup/recovery possible.

C:\WINDOWS\Prefetch

This folder contains information about the regular started applications. Without any problem, you are allowed to delete the files in this folder (the files in the prefetch folder will be rebuild after a restart of Windows). The prefetch files in this folder are used for 'preloading' applications to start them quicker. At first you will probably notice a slower start of your favorite applications, but this will quickly be restored.

C:\Windows\$NtUninstall...... folders (hidden)

Those hidden "$" folders are waiting (and waiting.....) for a Windows update-uninstall. Of course, this will probably never happen! If Windows is working properly and stable after the latest Windows updates, you can delete those files.

C:\I386\
C:\Windows\Driver Cache\I386\
C:\Windows\ServicePackFiles\I386\

Do you really want to save space? Delete above folders (or burn them on CD), but at your own risk! The I386 folder contains setup files (including hardware drivers). If everything is working properly, you won't need them, but if your system needs a change you might!

C:\Windows\Downloaded Installations\
C:\Windows\SoftwareDistribution\Download\

These folders contain the setup files of downloaded and installed applications and Windows updates. The last one contains the downloaded Windows updates, which are there in strange names without any extension. With most of those files you can add MSI or EXE and run them separately. Saving these files makes it possible to patch them on another Windows system or Windows setup files.

Other temporary files (if still present, including the index.dat file):

C:\Documents and Settings\ your username \Local Settings\Temp
C:\Documents and Settings\Default User\Local Settings\Temp
C:\Documents and Settings\LocalService\Local Settings\Temp

C:\WINDOWS\TEMP

C:\Documents and Settings\ your username \Local Settings\Temporary Internet Files
C:\Documents and Settings\Default User\Local Settings\Temporary Internet Files
C:\Documents and Settings\LocalService\Local Settings\Temporary Internet Files

C:\Documents and Settings\ your username \Local Settings\History
C:\Documents and Settings\Default User\Local Settings\History
C:\Documents and Settings\LocalService\Local Settings\History

Windows XP Recovery Console : http://support.microsoft.com/default.aspx?scid=kb;EN-US;314058

Windows Mobile 2005 (WM5) certificat disable

First you need to get a regitery editor for pocket pc ( unzip it and run it on your pocket pc)

The you need to modify the folowing registery keys ( = old value => new value)

  • HKLM\Security\Policies\Policies\00001001 = 2 => 1
  • (RAPI)HKLM\Security\Policies\Policies\00001005 = 16 => 40
  • (Cert)HKLM\Security\Policies\Policies\00001017 = 128 => 144 (?)

Restart the phone to enable certificat disable

or

To disable certificate checking on WM 5.0 you might want to manually disable certificate checking by installing a 3rd party registry editor like Resco
and changing the DWORD Value under HKCU\Software\Microsoft\Activesync\Partners\[Secure] to 0

Source : here

 

Eventid 1008 perflib aspnet

From a command prompt;

winmgmt /clearadap
winmgmt /resyncperf

--

Shutdown batch (windows XP + server 2003 )

Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]

No args Display this message (same as -?)
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdown
-u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer le ss than 256)
yy is the minor reason code (positive integer le ss than 65536)

exemple : shutdown -s -f -m \\massariol -t 0 -c "dodo" -d p:69:69

 

IMF - The Custom Weighting Feature

IMF version 2 includes a completely new feature called the Custom Weighting Feature (CWF), which allows you to customize IMF even further. With CWF you can filter e-mail messages based on specific phrases within the body of the messages, the subject line or both. As is the case with some of the other Exchange 2003 SP2 features such as MAPI access per user and the database size limit changes, customization to the CWF cannot be done via the user interface. Instead you need to make changes directly in an associated .xml file (MSExchange.UceContentFilter.xml). The .xml file is read by IMF version 2 upon initialization, and then reloaded every time it's modified. The MSExchange.UceContentFilter.xml file you create should be saved under the following path: 

Drive_letter:\Program Files\Exchsrvr\ bin\MSCFV2


Figure 5: Content of the MSCFV2 folder

As can be seen in Figure 5 above the MSExchange.UceContentFilter.dll and MSExchange.UceContentFilter.dat files are also located in this folder.
Before you can make use of the CWF you need to register the MSExchange.UceContentFilter.dll file, you do this by opening a command prompt then issue the following command:

regsvr32 Drive_letter:\Program Files\Exchsrvr\bin\MSCFV2\MSExchange.UceContentFilter.dll

When the MSExchange.UceContentFilter.dll file has been registered you can start to add words or phrases to the MSExchange.UceContentFilter.xml, normally Notepad would be sufficient for this task (just make sure you save the file as a .xml in the Unicode format!)

Below is an example of specific phrases and values you can use in the MSExchange.UceContentFilter.xml file.

<?xml version="1.0" encoding="UTF-16"?>
<CustomWeightEntries xmlns="http://schemas.microsoft.com/2005/CustomWeight">
     <CustomWeightEntry Type="BODY" Change="1" Text=" Tortured with health problems?"/>
     <CustomWeightEntry Type="BODY" Change="-2" Text=" Cigar Sampler and Bonus Gifts for Xmas"/>
     <CustomWeightEntry Type="BODY" Change=”4" Text="Special offer"/>
     <CustomWeightEntry Type="BODY" Change="-7" Text="Gratis piller"/>
     <CustomWeightEntry Type="SUBJECT" Change="MIN" Text=" Free Pills "/>
     <CustomWeightEntry Type="BOTH" Change="MAX" Text="Cheap Viagra"/>
</CustomWeightEntries>

In Table 1 below I have listed each CWF value which can be used in the MSExchange.UceContentFilter.xml file.

Value

Description

Type=”BODY”

Search for value specified in text in the BODY field of the message

Type=”SUBJECT”

Search for value specified in text in the SUBJECT field of the message

Type=”BOTH”

Search for value specified in text in the BODY and SUBJECT field of the message

Change

The Change value is used to define what effect a matched word or phrase will have on the SCL score of a message. The Change can be any integer value. Should the word or phrase be matched, the change integer value will be added to the original SCL value. Should the value exceed the supported SCL value, it will be normalized to a 0 to 9 range. In addition to the Change can also use the MIN or MAX keywords. Any time a phrase with the MIN keyword is matched, the message is given an SCL of 0 regardless of any other weights. Any time a phrase with the MAX keyword is matched, the message is given an SCL of 9 regardless of any other weights. Any time there is both MIN and MAX matches for one message, the message is given an SCL of 0.

Text

The word or phrase is specified here (supports Unicode phrases up to 1,000 characters)

Table 1: Custom Weighting Feature Values

Note:
If Event ID 7514 (Description: An error occurred while loading Microsoft Exchange Intelligent Message Filter. The error code is 0x80004005) is logged in the Application log after you enabled the custom word list feature in Intelligent Message Filter version 2 on a server that is running Exchange Server 2003 Service Pack 2, chances are it's because you saved the MSExchange.UceContentFilter.xml file in ANSI format, you should instead save it in Unicode format, for detailed steps on how you resolve this issue, see MS KB article 907970 .

Ok i don't know if anybody finds this usefull and i am taking no responsibility for this. But since a lot of questions are on the net asking for a whitelist solution for Inteligent message filter. here it goes.

If you use this it disables the senders block functionality, but since i wasn't using that i abused it for a while.

In the senders filter under Global settings->message filtering->properties->sender filtering

Add the addresses you want to get white listed.

Check the options and only the options
-Archive filtered messages
-accept messages without notifing sender

open up a command prompt and go to your mailroot folder
drive:\program files\exchsrver\Mailroot\vsi n\

make a ntfs juntion with linkd (from microsoft resource kit) or junction (from sysinternals) with the following command

junction filter pickup

This will make a symbolic link to the dir pickup named filter. All messages filtered with the sender filter then are stored in the pickup folder and delivered to the correct inbox.

For every body out there, only try if you know what you are doing, because this can throw emails in a blackhole.
Ones configured test it for a good time on a none mission critical email box.

sheduling a script on a certain interval moving all files from the filter directory to the pickup dir is an extra option. It will have a bit more overhead on the server, but if it is for a few emails a day that get white listed it is certainly an option
move "C:\Program Files\Exchsrvr\Mailroot\vsi 1\Filter\*.tmp" "C:\Program Files\Exchsrvr\Mailroot\vsi 1\PickUp" every ten minutes

source : here


Then go to Servers, Servername, Protocols, SMTP, Default SMTP virtual Server and take propreties
Click on Advanced on General tab and Click Edit bouton. Check corresponding filter.

NTP configuration : http://www.a-m-i.de/tips/w32time/w32time.php

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Type = "NTP"
NtpServer = "Servername"

net stop w32time
net start w32time

net time /SET
net time /SET /YES
net time /DOMAIN /SET
net time /setsntp:SERVERNAME

 

 
Tem Card Pitoun