Monday, May 3, 2010

Network Types

0 komentar
a. Local Area Network (LAN) / Local Area Network. A LAN is a network that is limited by the relative area small, generally limited by the environmental area such as a office in a building, or a school, and usually not distance of about one square kilometer. Some models of LAN configuration, one computer is usually on make a file server. Which is used to store software (software) that govern network activity, or as software that...

MICROSOFT SHELL - Command Prompt future

0 komentar
In certain cases, Windows is still lagging compared to Linux. The most obvious example is the lack of features compared to Windows scripting languages scripts Linux BASH, SH, or KSH.Windows batch file is too simple for an administrator. Scripting Host itself is considered too risky. With the Microsoft Shell (MSH), the developers in Redmond hopes will be significant change. Currently MSH (formerly known as Monad) has been circulating...

Friday, April 30, 2010

scrip program array data sturuktur

2 komentar
#includevoid main(){//deklarasi variabelint A[10],index[10], i,j,k;//proses penginputan datafor(i=0;i<10;i++){printf("Data ke-%d:",i+1);scanf("%d",&A[i]);}//memasukkan data yang akan dicari ke dalam Kprintf("Masukkan data yang akan anda cari:");scanf("%d",&k);//proses pencarian dataj=0;for (i=0;i<10;i++){if(A[i]==k){index[j]=i;j++;}}//jika data ditemukan dalam arrayif (j>0){printf("Data %d yang dicari ada %d buah\n",k,j);printf("Data...

Thursday, April 29, 2010

how to use telnet

0 komentar
Telnet (Telecommunication network) adalah sebuah protokol jaringan yangdigunakan di koneksi Internet atau Local Area Network. TELNET dikembangkan pada1969 dan distandarisasi sebagai IETF STD 8, salah satu standar Internet pertama.TELNET memiliki beberapa keterbatasan yang dianggap sebagai risiko keamanan.. untuk panduannya bisa diunduh dihttp://idkf.bogor.net/linux-heboh/September%202001/internet-3-telnet-remote-logi\n.pdf dan...

Wednesday, April 28, 2010

send a message to cmd

0 komentar
Send Net is a service available in Windows XP. By using Net Send you can send messages to other computer users in one network.Syntaxnet send (name | * | / domain [: name] | / users) messageTo send a message to all computers in a workgroup or domain:net send * message is sent to all usersTo send a message to a specific computer:net send ipaddress destination message contentnet send 192.168.2.113 ha...

PORT 23

0 komentar
Looking for information on Protocol TCP 23? This page will attempt to provide you with as much port information as possible on TCP Port 23. TCP Port 23 may use a defined protocol to communicate depending on the application. A protocol is a set of formalized rules that explains how data is communicated over a network. Think of it as the language spoken between computers to help them communicate more efficiently. Protocol HTTP...

Saturday, April 24, 2010

CCNA 1 chap 1

0 komentar
We now stand at a critical turning point in the use of technology to extend and empower our human network. The globalization of the Internet has succeeded faster than anyone could have imagined. The manner in which social, commercial, political and personal interactions occur is rapidly changing to keep up with the evolution of this global network. In the next stage of our development, innovators will use the Internet as a starting...

Friday, March 26, 2010

Creating Windows Live CD with BART PE

0 komentar
System Operation Live CD is the operating system that will automatically run on the CD, without the need to help drive.One company that has entered this technology is Linux, for example, Knoppix, Fedora Core etc..With a Live CD operating system, you can remove the traces of the parent virus files very easily. Just need a bit of coffee and a cigarette, then the seeds Itupun virus can be eliminated immediately.Just to remind, SO...

Tuesday, March 23, 2010

basic programming language c + +

0 komentar
A simple example program from c + + to show halloTry n try this script#include#includemain(){printf("Struktur Data S1 TI 2D\n coba aja\n");printf("horeeeeeeeeeeeeeeeee,,,\n");printf("melisa 08.11.2132");getch(...

c++ on pointers

0 komentar
Pointer (variable pointer) is a variable that contains the memory address of a different variable.This address is the location of other objects (usually other variables) in the memory. For example, if a variable contains the address of another variable, the first variable is said pointing to the second variable.example script c++ pointer DOWNLOAD H...

script C++ sTudent login

1 komentar
#include #include typedef struct Date{int Hari [10];int dd;char mm[15];int yyyy;}user1;typedef struct Time{int h;int m;int s;}time;typedef struct Login{char ID;Time waktuLogin;Date tglLogin;}login;int main(){Login user1;printf("USER 1\n");printf("Tanggal Login\n");printf("\nID : ");scanf("%d",&user1.ID);printf("Hari : ");scanf("%s",&user1.tglLogin.Hari);printf("Tangal : ");scanf("%d",&user1.tglLogin.dd);printf("Bulan...

JAVA SWING......

2 komentar
import javax.swing.JOptionPane;class Orang { String nama = "Noname"; char gender = 'L'; int umur; void setNama(String n) { //mutator nama = n; } void setGender(char g) { gender = g; } void setUmur(int u) { umur = u; } String getNama() { //accessor return nama; } char getGender() { return gender; } int getUmur() { return umur; } void berjalan() { System.out.println(nama + " sedang berjalan"); }}public...

java programming language script Face Expression

0 komentar
try running this scripthappy codingclass EkspresiWajah { public String respons() { return ("Lihatlah reaksi wajah saya\n"); }}class Gembira extends EkspresiWajah { public String respons() { return ("Ha ha..hi hi..saya sedang gembira\n"); }}class Sedih extends EkspresiWajah { public String respons() { return ("Hik..hik...teganya dia berbuat itu..\n"); }}class Marah extends EkspresiWajah { public String respons() { return ("Hei..jangan...
 
Trends K N A Copyright © 2009
Fresh Girly Blogger Template Designed by Herro | Powered By Blogger