Posted by: tora130 on: August 19, 2009
this is the port that being used by samba and w2k3 file sharing, if you like to activate your firewall for file sharing, then you must open this port netbios-ns 137/udp # NetBIOS Name Service netbios-dgm 138/udp # NetBIOS Datagram Service netbios-ssn 139/tcp # NetBIOS Session Service microsoft-ds 445/tcp # Microsoft Directory Service
Posted by: tora130 on: August 12, 2009
Needed to open a big range of ports on Windows Firewall on one of my web boxes. Via the GUI you can only do one port at a time. But run this at the command prompt to add a range: FOR /L %I IN (5001,1,5100) DO netsh firewall add portopening TCP %I “FTP port range”%I [...]
Posted by: tora130 on: August 7, 2009
site A mengganti link yang sebelumnya menggunakan vsat 512kbs menjadi FO dengan speed 2 Mbps, karena link sudah cukup tinggi, dan license packeteer sudah tidak mencukupi, maka sebaiknya link ke site A di bypass, dalam bahasa packeteer berarti link tidak usah di manage, hanya di monitor saja atau dapat juga disebut link dibuat exception dan [...]
Posted by: tora130 on: July 17, 2009
How to change the Joomla Frontpage Layout? The layout and content positioning of your Joomla website is defined by the Joomla template you currently use. Below you can see a screenshot that represents the basic items,added by the default Joomla template. You will find a short explanation of each item under the image. This will [...]
Posted by: tora130 on: July 2, 2009
How do I enable Send As functionality for a user in Microsoft Exchange Server? A. You can grant users a “send on behalf of ” ability so that the receiver of a message will see the message is from <sender> on behalf of the person who wanted the message sent. Alternatively, you can give users [...]
Posted by: tora130 on: June 2, 2009
ISO files are actually images of complete CDs or DVDs compiled as one whole image file (*.iso), just like Ghost does for hard disks and partitions. ISO images can be loaded into several different CD/DVD recording software packages to create CDs or DVDs. 1st tools : ISO Recorder is a Windows XP freeware utility that [...]
Posted by: tora130 on: May 22, 2009
Di tutorial kali ini diterangkan tips upload instalasi Joomla di komputer lokal Anda ke server hosting secara umum. 1. Seleksi semua file/direktori instalasi Joomla Anda, lalu Anda kompres (*.zip) 2. Dengan bantuan phpmyadmin di komputer lokal Anda, export (dump) database Joomla Anda ke bentuk file *.sql. Berikut langkahnya: * login ke phpmyadmin, ex. http://localhost/phpmyadmin * [...]
Posted by: tora130 on: May 13, 2009
Go to Add/Remove programs and click on Add/Remove Windows Components. Under Accessories, Communications chck hypertermial and install it.
Posted by: tora130 on: May 1, 2009
How to Import and Export your SSL Certificate in IIS PFX Backup Tutorial for Microsoft IIS 5/6 Servers The PFX extension is used on Windows servers for files containing both the public key files (your SSL certificate files, provided by DigiCert) and the associated private key (generated by your server at the time the CSR [...]
Posted by: tora130 on: May 1, 2009
Create a CSR (SSL Certificate Signing Request) General CSR Creation Guidelines Before you can order your SSL Certificates, you must first generate a CSR (Certificate Signing Request) on your server. A CSR is an encrypted body of text. Your CSR will contain encoded information specific to your company and domain name; this information is known [...]