1 / 7

Linux Uygulama İçin

Linux Uygulama İçin. PuTTY Download Page Google dan ara http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe makinaya indirin. putty.exe iki kez tıklayarak çalıştırınız. PuTTY Configration penceresi açılacaktır. ip adres olarak aşağıdaki değeri girin. 193.255.245.202. Login as: ctbb

mandy
Télécharger la présentation

Linux Uygulama İçin

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux Uygulama İçin • PuTTY Download Page Google dan ara • http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe makinaya indirin.

  2. putty.exe iki kez tıklayarak çalıştırınız. • PuTTY Configration penceresi açılacaktır. • ip adres olarak aşağıdaki değeri girin. • 193.255.245.202

  3. Login as: ctbb Password: ctbb1234 Login as: tcbb1,2,3,4 Password: tcbb1234

  4. ctbb@galileo:~$ cat > ustuntas.c VS da yazdığımız merhaba dünya uygulamasını açın ve kopyalayın. Putty ekranına gelin mousun sağ tuşunu tıklayın. Aşağıdaki ekran görüntüsünü elde etmeniz gerekir.

  5. Ctrl + d klavyeden basınız. ctbb@galileo:~$ gcc -o ustuntas ustuntas.c ctbb@galileo:~$ ls -l total 20 -rwxr-xr-x 1 ctbb ctbb 13963 2007-10-23 10:46 ustuntas -rw-r--r-- 1 ctbb ctbb 73 2007-10-23 10:44 ustuntas.c Derlediğimiz programı çalıştırmak için aşağıdaki komutu yazın. ctbb@galileo:~$ ./ustuntas Aşağıdaki ekran görüntüsünü elde etmeniz gerekir. ctbb@galileo:~$ ./ustuntas Hello World!

  6. login as: ctbb Using keyboard-interactive authentication. Password: ctbb@galileo:~$ ctbb@galileo:~$ cat > ustuntas.c (soyad kullanınız) #include <stdio.h> int main() { printf("Hello World!\n"); return 0; } (klavyeden ctrl + d ye basınız) ctbb@galileo:~$ gcc -o ustuntas ustuntas.c ctbb@galileo:~$ ls -l total 16 -rwxr-xr-x 1 ctbb ctbb 13963 2007-10-23 10:46 ustuntas ctbb@galileo:~$ ./ustuntas Hello World!

More Related