Monday, 19 December 2016

cara solder PIN VGA

- Pin nomor 1 itu kabel warna merah besar.
- Pin nomor 2 itu kabel warna hijau besar.
- Pin nomor 3 itu kabel warna biru besar.
- Pin nomor 5 itu kabel warna hitam kecil.

- Pin nomor 6 itu ground dari kabel warna merah besar.
- Pin nomor 7 itu ground kabel dari warna hijau besar.
- Pin nomor 8 itu ground dari kabel warna biru besar.
- Pin nomor 10 itu kabel warna coklat kecil.

- Pin nomor 12 itu kabel warna orange kecil.
- Pin nomor 13 itu kabel warna merah kecil.
- Pin nomor 14 itu kabel warna hijau kecil.
- Pin nomor 15 itu kabel warna kuning kecil.


       Nah itu kabel sesuai dengan warna solderkan pada masing-masing konektor sesuai dengan nomor pin sesuai dengan keterangan di atas. Solder kedua VGA konektor pada masing-masing ujung kabel.

Thursday, 23 June 2016

Installing USB Support Software for Windows 95

If you are running an earlier version of Windows 95 (for example, Windows 95b), your operating system software does not automatically support USB (Universal System Bus) devices. You will need to install the Windows 95 USB driver usbsupp.exe before using USB devices with SunPCi. Figure 4–1 shows the location of the USB port on the backplate of the SunPCi board.

Note – Windows NT 4.0 does not support USB devices. The usbsupp.exe driver works only with Windows 95.


Checking Your Windows 95 Version

If you do not know which version of Windows 95 you have installed on SunPCi, follow these steps. You need to know the version number before you can install the USB driver.

Tuesday, 14 June 2016

Debian http_proxy setting



Need to set a HTTP proxy within a Debian system ?
Assuming your proxy server is on 192.168.0.1 and listening on port 3128, then the below may help …
( If you need authentication you can use username:password@ like you would in an old style web browser – e.g. http://username:password@192.168.0.1:3128. )

Thursday, 14 April 2016

Cloning a hard disk with Windows 8.1 using only the OS installation media

THIS POSTING COPY FROM   Panos Macheras

If you ever had the need to upgrade your old HDD with a shiny new super-fast SSD you need some way to clone your OS installation to the new drive. As I was searching the net on ways to do this I run into various bits of available software either commercial or open source. I tried using Clonezilla but even though it worked on a Windows 7 machine, it failed cloning a Windows 8.1 installation (my guess is that this is due to changes in the system partition). And then it hit me: why not just use the built-in backup/restore capabilities of Windows 8.1?
In addition to your shiny new SSD, you will also need the following:
1. One external USB hard disk to store the disk image. This has to have enough free space and you will only use a folder to store the disk image (so you don’t have to format or empty this disk if it has enough free disk space). If your disk image is small enough then you can even use a USB stick.

Thursday, 13 August 2015

MySQL error 1146: "table doesn't exist" Ketika sedang membackup

Ketika saya sedang merestore mysql database dari yang lama ke database baru terjadi error pada phpmyadmin, table doesn't exist, seperti pada gambar ini



Solusinya adalah :
 1. copy dulu pada data mysql data folder (/var/lib/mysql -- linux OR C:\ProgramData\MySQL\MySQL Server 5.1\data -- windows)
2. stop dulu mysql service pada server yang baru, kemudian paste semua folder database, kecuali pada database "mysql".
3.pastikan copy dan paste "ibdata1" file dari backup folder ke server baru "mysql folder"
4. pastikan juga untuk merubah permissionnya menjadi "mysql" user untuk file dan foldernya
5. restart mysql service, dan lihatlah database sudah terkonfigurasi dengan benar dan pastikan anda dapat mengakses tabel tanpa ada yang error (1146).

Monday, 19 January 2015

VI Editor Command

Editor vi adalah sebuah editor text standar pada sistem operasi Linux berbasis teks. Seorang user yang menggunakan vi untuk pertama kalinya, mungkin akan mengalami sedikit kesulitan dalam memahami perintah-perintahnya dikarenakan tidak adanya menu-menu yang ditampilkan pada saat kita sedang mengedit file.
General Startup
To use vi: vi filename
To exit vi and save changes: ZZ or :wq
To exit vi without saving changes: :q!
To enter vi command mode: [esc] dengan menekan tombol shitf pada keyboard

Cara Recovery Mysql database .MYD .MYI file

Tidak jarang kita mengalami error database pada website kita, seperti yang saya alami, pada database phpmyadmin saya tercatat ada 64 tabel tapi tabel yang muncul hanya 14 tabel, ternyata itu disebabkan oleh file mysql .MYD (MYData/tempatnya data tersimpan) dan .MYI(INDEXES) ada beberapa yang hilang sehingga database tidak bisa diakses, maka yang harus anda lakukakan adalah pastikan anda sudah membackup database anda sebelumnya kalo kita membuat di local komputer maka file database ada di  C:\xampp\mysql\data
Langkah - langkah :

1. Copy file .frm dan ibdata1 dari backup database di  "C:\xampp\mysql\data"
2. Stop  SQL Server jika menggunakan xampp, buka control panel kemudian pilih STOP
3. Buka data folder mysql yang baru "C:\xampp\mysql\data"
4. Kemudian paste  ibdata1 dan folder database yang ada file .frm yang akan di recover
5. Start MYSQL lagi, selesai.

Reset Password Administrator Windows Server2012

Instructions To reset the password on your Windows 2012 server, simply complete the following steps: Boot from the Micrsoft Windows Ser...