Ağustos, 2018 için arşiv

Elektrikli Araçlar Nasıl Çalışır?

Pazartesi, Ağustos 20th, 2018

Doğrusal dönüşümler ve matrisler | Doğrusal cebirin özü, bölüm 3

Pazartesi, Ağustos 20th, 2018

Network setup in DOS. Microsoft Network Client 3.0

Cuma, Ağustos 17th, 2018

In order to install Microsoft Network Client 3.0 and set up network in DOS, there have to be several programs at hand:

1Microsoft Network Client 3.0 [ Download ]

2. NDIS 2.0 driver for Ethernet network card. For example: Realtek RTL8029AS [ Download ]. Drivers for other network cards may be found, for instance, on web sites of Ethernet cards manufacturers.

3. If it is not MS-DOS 6.0+ to be used, QEMM97 [ Download ]

Yazının devamını oku »

MacOS ISO dosyasını USB Flash Diske Yazma

Salı, Ağustos 14th, 2018

Terminal penceresini açıyoruz

diskutil list

/dev/disk3..4..5 neyse flashı belirliyoruz

diskutil unmountDisk /dev/diskX

sonra

sudo dd if=/path-to.iso of=/dev/diskX bs=1m (yada homebrew ile bs=1M)

Bittikten sonra

diskutil eject /dev/diskX