golekupo.net
December 2013 | Lifetime Programming
http://www.golekupo.net/2013_12_01_archive.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Monday, December 02, 2013. Mengadopsi Visual Studio dan Team Foundation Server untuk memelihara Siklus Hidup Aplikasi (Application Lifecycle Management - ALM). Irna, Andi, Fadla, dan David adalah tim yang mengembangkan aplikasi web di sebuah perusahaan minimarket. Tim Anda dapat meng...
golekupo.net
March 2015 | Lifetime Programming
http://www.golekupo.net/2015_03_01_archive.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Saturday, March 14, 2015. Web Based SSH Client. How to install FireSSH? Go to Get Add-Ons menu on your Firefox or Chrome Web Store and search FireSSH. Just it! Beside FireSSH, you can use SuperPutty. Link to this post. Subscribe to: Posts (Atom). View my complete profile. JEDI Initia...
golekupo.net
5 Free Open Source Security Tools | Lifetime Programming
http://www.golekupo.net/2012/05/5-free-open-source-security-tools.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Tuesday, May 29, 2012. 5 Free Open Source Security Tools. 8211; Highly customizable and easy to use, APF relies on the trusted iptables framework to deliver a secure firewall system for servers. With it, you can lock down your server in a matter of minutes. 8211; Originally developed...
golekupo.net
Simply FTP Script With DateTime Manipulation | Lifetime Programming
http://www.golekupo.net/2012/05/simply-ftp-script-with-datetime.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Tuesday, May 29, 2012. Simply FTP Script With DateTime Manipulation. This is a new simply FTP Script related to my previous post. That completed with date time manipulation argument. Echo # # # # # # # # # # # # # # # # # # # # # # # #. Echo Version : 1.0. Set FTP TRANSFER MODE=ascii.
golekupo.net
SSH Using Windows Command Prompt | Lifetime Programming
http://www.golekupo.net/2012/09/ssh-using-windows-command-prompt.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Wednesday, September 26, 2012. SSH Using Windows Command Prompt. There are many ways to do that. The famous one is install Putty. The SSH client tool for windows. But how to SSH from the windows command prompt? Look at the screenshots below :. Subscribe to: Post Comments (Atom).
jonos-infosec.blogspot.com
JonO's InfoSec Blog spot!: January 2014
http://jonos-infosec.blogspot.com/2014_01_01_archive.html
JonO's InfoSec Blog spot! Tuesday, January 28, 2014. Why Managing Risk is your most important adversary. Http:/ smallbusiness.chron.com/risk-management-important-project-success-56920.html. Why Is Risk Management Important to Project Success? By Tara Duggan, Demand Media. Wednesday, January 22, 2014. Models and Practices the perks of Security Management. Information security plays an important role in protecting the assets of an organization. As no single formula can guarantee 100% security, there is...
golekupo.net
November 2014 | Lifetime Programming
http://www.golekupo.net/2014_11_01_archive.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Sunday, November 16, 2014. Good News: Microsoft Open Sources .NET; Now It Will Run On Linux And Mac. Link to this post. Saturday, November 15, 2014. 7 Alasan Mengapa Sebuah Pengembang Kehilangan Motivasi! Nah, kami memiliki tujuh alasan untuk Anda. Motivasi untuk pengembang dan proye...
golekupo.net
Fix Issue When Installing PostgreSQL on Windows 8 64 Bit Using Installer | Lifetime Programming
http://www.golekupo.net/2013/10/fix-issue-when-installing-postgresql-on.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Sunday, October 20, 2013. Fix Issue When Installing PostgreSQL on Windows 8 64 Bit Using Installer. This post is the answer for my previous post. After googling hard, finally I found the answer from this link. The steps I followed are:. And save to C. View my complete profile. Feel e...
golekupo.net
Error maximum request length exceeded on ASP.Net | Lifetime Programming
http://www.golekupo.net/2013/09/error-maximum-request-length-exceeded.html
Some people think make a program work is just technical issues, logic, mathematics, and to memorize the number of instructions. They forget right-brain work there. It's not only about money, it's about art and sense of life. Friday, September 20, 2013. Error maximum request length exceeded on ASP.Net. I have come across this error multiple times at work. This problem occurs because the default value for the maxRequestLength parameter in the. To resolve this problem, use one of the following methods:.