qemu ile linux üzerinde windows kurulumu

Haziran 2, 2008 on 12:25 am | In Genel | No Comments

linux server’de x ortamına gerek kalmadan konsoldan kurulum yapılabilir. qemu kuruluma başlarken vnc server’i çalıştırabilir. bu şekilde uzaktan vnc viewer ile baglanıp kurulum yapılabilir.

disk imaj dosyası oluşturuyoruz

#qemu-img create -f qcow windows/windows.qcow 2000M
#qemu -hda windows/windows.qcow -boot d -cdrom windows/Win2003-TUR.ISO -vnc :0

ipcop 445 SSL portu değiştirmek

Nisan 22, 2008 on 6:14 pm | In Linux | No Comments

If you chose to edit the files manually, use the following steps:

  1. Edit Apache configuration files
    1. Connect to IPCOP via SSH using port 222
      (on Windows connect using Putty[10] [see section 3.9 for more information on using Putty])
    2. Type ’cd /etc/httpd/conf’
    3. Type ’vi httpd.conf’
    4. Find and replace all instances of 445 (only two entries to change) with the port number you wish to use
    5. save and close httpd.conf
    6. restart apache (type: killall httpd and then httpd -DSSL)
  2. Change the port forwarding reserves
    1. Edit ’/home/httpd/cgi-bin/portfw.cgi’
    2. Find line that looks like this: my @tcp_reserved = (81,222,445);
      change the 445 to the same port you changed above
    3. Save the changes
  3. Edit IPCOP header file
    1. Edit ’/var/ipcop/header.pl’
    2. Change the following to reflect your new port

      ### Make sure this is an SSL request
      if ($ENV{’SERVER_ADDR’} && $ENV{’HTTPS’} ne ’on’) {
      print ”Status: 302 Moved\r\n”;
      print ”Location: https:#$ENV{’SERVER_ADDR’}:445/$ENV{’PATH_INFO’}\r\n\r\n”;
      exit 0;
      }

Windows’ta Masaüstünü Göster Silindi. Ne yapmalıyım?

Şubat 25, 2008 on 3:13 pm | In Genel | No Comments

Bie metin dosyası açın. İçerisin aşağıdakileri yazın ve masaustu.scf  adıyla kaydedin.

[Shell]
Command=2
IconFile=Explorer.exe,3
[Taskbar]
Command=ToggleDesktop

Sonraki Sayfa »

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^