Karena PC saya matikan, maka pas dinyalakan muncul update windows yang lumayan menyita kesabaran seperti ini. #justwritesomething #windows
instead of testing the TCP/IP stack, I went straight for the repair using these instructions - Windows 8 users press [Windows Key] + [X] and select Command Prompt (Admin). - At the command prompt type: "netsh winsock reset catalog" and press [Enter]. - Next type: "netsh int ip reset reset.log" and press [Enter]. - Restart your PC for the changes to take effect. This had no effect either. If this isn't what you meant, or if you think I should perform all the tests outlined at http://support.microsoft.com/kb/169790 ,then please let me know. However, some of those tests didn't seem relevant or helpful (some I knew were going to fail)#problemsolved #windows #ip
xcopy J.SPT Y:\Sidjp\files\J.SPT /d /y /s. #commandLine #windows #tips
net use z: \\10.29.254.190\Share /p:yes Keterangan: z: => drive yang mau didaftarkan \\10.29.254.190\Share => folder sharing /p:yes => agar command berikutnya langsung kenal Lantas apa manfaatnya ? banyak manfaatnya, diantaranya menurunkan kolesterol (hehe...) Ya, kolesterol berkurang karena pekerjaan jadi semakin mudah. Dengan file sharing seakan-akan drive lokal, bisa dilakukan banyak otomasi dan evaluasi laiknya lokal. Misalnya otomasi dengan python dan evaluasi dengan git.#tips #commandLine #windows #nice
Langkah-langkah : 1. Download cx_Oracle installer Pilih yang : cx_Oracle-5.1.3-11g.win32-py2.7.exe 2. Jalankan hasil downloadnya, next, next, next, Selesai. Lalu jalankan ulang script pythonnya 3. Error .... 9&(^%%&%*%&%(*^??? -------------------------------------------------------------------------- D:\PROJECTS\PYTHON\belajar>python oracle_conn.py Traceback (most recent call last): File "oracle_conn.py", line 1, in <module> import cx_Oracle ImportError: DLL load failed: The specified module could not be found. -------------------------------------------------------------------------- 4. Ternyata oh ternyata .... 5. Hanya tinggal disambungkan ke #instantclient nya #oracle 6. Jadi, download dulu instanclient. Bisa di alamat ini : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://www.oracle.com/technetwork/topics/winx64soft-089540.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7. Instanclient bukan installer, hanya zip/rar yang perlu di extract 8. Setelah di extract, daftarkan folder extract tadi ke Env nya #windows. 9. Tutup Terminal script kalo nggak ditutup/close session terminal, env yang baru ga terbaca 10. Jalankan kembali script 11. DoneDisarankan menggunakan installer saja, kalo #pip / #easy_install katanya agak ribet nyettingnya #problemsolved #alhamdulillah
Instalasi di #windows : - Windows 10 - Go versi 1.5 - Git Pastikan Go berjalan lancar, terutama untuk menjalankan perintah "go get" ... :) 1. Install gomobile dengan perintah go get golang.org/x/mobile/cmd/gomobile Keterangan : - proses ini akan menghasilkan gomobile.exe yang akan tersimpan di $GOPATH\bin - di windows, file exe ini tidak bisa langsung dijalankan secara global - jadi, harus diregister dulu ke environment variable-nya windows - kalo ngga mau capek ya copy aja ke folder project, hehe. 3. Pastikan command "gomobile" berjalan lancar jaya 2. Masuk ke folder yang ditentukan (bebas) 3. Lalu jalankan perintah "gomobile init", it might take a few minutes ... or hours ? T_T#go #golang #gomobile #android #go_andoid_tutor1_firstlook