Tampilkan postingan dengan label Networking. Tampilkan semua postingan
Tampilkan postingan dengan label Networking. Tampilkan semua postingan

Berbagi Pengetahuan tentang Anatomi Alamat Web

Kamis, Januari 24, 2013
Silahkan anda download file yang membahas tentang anatomi alamat web jika pada tampilan singkat tidak tampak kliklah full story atau selengkapnya :

Anatomi Alamat Web

Pembuatan Kabel Straight ( Lengkap dengan Gambar )

Senin, Januari 14, 2013
Kabel Straight salah satu jenis pemasang yang dipakai untuk kabel UTP, kabel straight digunakan untuk menghubungkan 2 device yang bebeda dan untuk bentuknya antara ujung satu ke ujung satunya harus memakai urutan waran yang sama.

Prosedur atau Tata Cara Pembuatan Kabel Straight :
  • Kupas Kulit Kabel UTP, kira-kira dari 2cm-3cm 
  • Susun warna kabel yang ada sesuai dengan urutan warna yang telah saya sebutkan dibagian atas tadi 
  • Setelah Tersusun ratakan ujung kabel yang berwanar tersebut menggunakan crimping tool 
  • Setelah rata masukan kabel secara perlahan kedalam konektor RJ-45, disini kita harus berhati-hati agar susunan kabel tidak berubah. Untuk lebih gampang pakailah sisi bawah dari konektor RJ-45 kemudian baru dimaksukan dan pastikan bahwa warna kabel yang ada pada ujung kiri itu adalah warnah orange putih, orange, dan seterusnya. 
  • Kemudian setelah dimasukkan perhatikan terlebih dahulu bagian ujung konektor RJ-45 jika kabel yang anda potong itu merata dan panjangnya juga pas, kabel tersebut akan terlihat menyentuh ujung dari konektor RJ-45 dengan melihat kuningan yang ada pada kabel kemudian jika tidak terlihat maka pemotong yang dilakukan tidak rata dan panjangnya juga tidak pas. 
  • Setelah ujung konektor RJ-45 di perhatikan secara teliti selanjutnya gunakan crimping tool agar tiap kabel yang berwana dipastikan sudah melekat dengan RJ-45 
  • Selanjutnya lakukan hal yang sama pada ujung satunya 
  •  Langkah terakhir lakukan mengetesan bahwa kabel dalam kondisi bagus, dengan mengunakan kabel tester, kabel yang bagus tiap lampu pada kabel tester akan menyala sesuai dengan urutan warna kabel. 
Download File ( Lengkat Dengan Gambar)

Share File Memakai Media Bluetooth

Selasa, Januari 08, 2013
Mengirim file atau sharing suatu file memakai media Bluetooth lebih sering kita lihat yaitu dari suatu handphone ke handphone lainya dan pastinya handphone tersebut memiliki feature Bluetooth agar saling terhubung.

Tapi bagaimana dengan media computer/laptop?

Jawaban dari pertanyaan diatas sangat mudah yaitu “tentu bisa” untuk computer atau laptop jaman sekarang sudah memiliki feature blueatoot, dan bagainmana jika tidak ada Bluetooth? Hmm…teknologi sekarang sudah berkembang dan maju tentu saja untuk computer atau laptop yang tidak memiliki fasilitas Bluetooth dapat memakai Bluetooth device eksternal yang bentuknya sama persisi denga flashdisk tapi Bluetooth ini bukan untuk media penyimpanan seperti flashdisik walaupun dan hal rupa sama. 

Command on The MYSQL by Sebastian Mandai

Jumat, April 22, 2011
What is MySQL?
MySQL is one type of database server that is very famous for its popularity due to MySQL using SQL as the language basis to access the database. In addition, it is Open Source (you do not have to pay to access them) on various platforms (except for type enteprize, which is commercial).MySQL including the type of RDBMS (Relational Database Management System), which is why the term table, columns, and rows are used in MySQL. In MySQL, a database containing one or more columns and rows contain multiple columns, the term table, rows, and columns can be seen from the practice later ... ..!!!.

Preparation:- The first computer already exists mysql- Be careful.

1. Set the root password
The command to give the password is:
Mysqladmin-uroot password [name of the password]
Example:
Mysqladmin-password uroot mandai

2. Opening MySQL from dosOpen up the dos and typing this command:
Mysql-u root-p
And as it appears
Enter password:
Enter your password you provided.
3. Creating a database
how to create a database by typing the following command:
mysql> create database [database name];
For example:
mysql> create database smk_labor;

4. Enabling a database that was createdEnter this query command:
Mysql> use [database name]
Example:
Mysql> use smk_labor;Database changed
The word changed this database is a message that means that you have enabled database that you created.

5. How to view a list of tables
Typing the command beriku:
Mysql> show tables from mysql;
So this command will display a list of mysql table

6. How to create table to database
The syntax or command such as:
Mysql> create table [table name] ([Column a] [type] [width],[Column b] [type] [width],... ... ... ... ... .... ... ....,[Column n] [type] [width]);Remember a command that has been completed typed must end with a semicolon [;]Example:
Mysql> create table teacher (nip char (5) not null,name varchar (35) not null,gender enum ('p', 'w')religion varchar (15) not null,);Query ok, o rows affected (0:36 sec)
After that you can still see a series of tables that you can do:By typing the command
Mysql> desc teachers;
Then he will display a table of teachers along with the circuit.

7. Using alter command
Here is perintag ddI alter command used to perform a design change table to table with the new structure.
Type the following command:
Mysql> alter table [table name]Change [data yanga ingiin modified]Query ik, 0 rows affected (0.70 sec)
Example:
Mysql> alter table teacherChange expertise graduates varchar (1 -) not null;Query ik, 0 rows affected (0.70 sec)
So the field name will be changed to graduate skills.
8. Entering data into tablesType the following command:
Mysql> insert into [table name] ([column a, column b, column n]) values ​​([isi_kolom a, isi_kolom b, ... ..., isi_kolom n]);


Example:
Mysql> insert into teacher (nip, name, sex, religion)Values ​​('10023 ',' mind ',' male ',' Islam ');Query ik, 0 rows affected (0.70 sec)
9. Command to see tables
The following table meliha command
Mysql> SELECT * FROM [table name];
Example:
Mysql> select * from teachers
The purpose of this star symbol is a table showing all the contents from nip to graduate.
If you want to show both the name and religion only data type the following command:
Mysql> SELECT [column a, column b] from [table name];
Example:
Mysql> select name, religion from a teacher;


10. Delete the contents table
The following command syntax:
Mysql> delete from [table name] WHERE [column / content you want to delete]
Example:
Mysql> delete from teachers' WHERE field = 'name';Query ik, 0 rows affected (0.70 sec)


Thus the command - the command query that I know ... ..Hopefully you can do it themselves ...

Range of Port Types by Sebastian Mandai

  • Port 80, Web Server This port usually used for web servers, so when users type the IP address or hostname in the web browser then the web browser will see the IP they will be on port 80
  • Port 81, Web Server : Alternative when port 80 blocked the port 81 will be used as an alternative port hosting website 
  •  
    • Port 21, FTP Server When someone is accessing an FTP server, then by default the ftp client will connect through port 21 to ftp server
    • Port 22, SSH Secure Shell This port is used for the SSH port
    • The port 23, Telnet If you are running a telnet server so this port used for connection with telnet client telnet server
    • Port 25, SMTP (Simple Mail Transport Protocol) When someone sends an email to your SMTP server, then the port is in use is port 25
    • Alternate SMTP Server Port 2525 is the port active alternatifi from TZO for menservice email forwarding. This port is not standard ports, but can diguunakan when exposed blocks smtp port.
    • Port 110, POP Server If you run a mail server, users will typically log into the machine via POP3 (Post Office Protocol) or IMAP4 (Internet Message Access Protocol) to receive their email, POP3 is a protocol for accessing mail box
    • Port 119, News (NNTP) Server 
    • Port 3389, Remote Desktop This port is for remote desktop on WinXP
    • Port 389, an LDAP Server LDAP or Lightweight Directory Access Protocol is Becoming popular for Directory access, or Name, Telephone, Address directories. For Example LDAP: / / LDAP.Bigfoot.Com is a LDAP directory server.
    • Port 143, IMAP4 Server IMAP4 or Internet Message Access Protocol is Becoming more popular and is Used to retrieve Internet Mail from a remote server. It is more disk intensive, since all messages are stored on the server, but it allows for easy online, offline and disconnected use.
    • Port 443, Secure Sockets Layer (SSL) Server When you run a secure server, SSL Clients wanting to Secure server connects to your will from the connect on port
    •  Port 443. This port needs to be open to run your own Secure Transaction Server. Port 445, SMB over IP, File Sharing Weaknesses windows which open these ports. This port usually used as a port, including printer sharing file sharing, the port is easily inserted inin viruses or worms and the like
    • Ports 1503 and 1720 Microsoft NetMeeting and VOIP MS NetMeeting and other VOIP allows you to host an Internet call or videoconference with other 16. NetMeeting or VOIP users.
    • Port 5631, PCAnywhere When a PCAnywhere server is set up to receive remote requests, it listens on TCP port 5631. This allow you to run a PCAnywhere host and use the Internet to the connect back and remotely control your PC.
    • Port 5900, Virtual Network Computing (VNC) When you run the VNC server to remotely control your PC, it uses port 5900. VNC is useful if you wish to remotely control your server.
    • Port 111, Portmap  
    • Port 3306, Mysql  
    • Port 981/TCP

    Followers

     

    MandaiPC Copyright © 2011-2012 | Powered by Blogger