Posts

Cannot Connect to Shared Printer on Windows 8

 I hosted Epson L565 printer on Windows 8 PC. Sharing this Epson L565 printer so other PC in the same LAN can use this printer. From other PC I can see the shared printer in the network explorer, but I cannot connect it. Follow the instruction from this https://www.youtube.com/watch?v=5R15NKBU9co, I fixed the problem.

How to Upgrading Flutter SDK On Windows 10 Pro 64

Image
 This is the way to upgrading flutter sdk from version 2.2.0 to 2.5.1 1. Go to Command Prompt ( I was using Git CMD) 2. Go to the recent flutter folder 3. run command "flutter upgrade"  4. If everything running well, then you will see that there is "No issues found!

Confused about setting a static IP on Blackberry Bold?

First of all, you need to save the "connection" that you want to assign a static IP Address. Then Go to "Networks and Connections". Then to "Wi-Fi Network". Then to "Saved Wi-Fi Networks". Choose  the network you want to assign a static IP Address (The Network that you have saved before). Uncheck the box next to "Automatically obtain IP address and DNS" to show the static IP Address form. Enter your networking information (IP Address, SubNet Mask,Router,  DNS). Hit the "Save and Connect" button. After this, you should connect to the network you want. I hope this guide would help.

Video Tutorial on Programming

Image
Many sites on internet publish article on programming. Some sites publish video tutorial on programing. One of this kind of video tutorial site is http://showmedo.com/ ShowMeDo has many videos tutorial on Python, Ruby and others programming language. Do you like that?

Free Hosting

Image
Wanna to learn how to develop a website? First thing that you may need is a free hosting account. And you can try http://byethost.com/free-hosting as your first step. Already try that? Share your experience to others here...

How to Hide Comment in Excel 2010 Worksheet

Image
Every month I receive an excel file from my colleague that contains a recapitulation of employee attendance data and my coworkers insert comments in cells which provide explanations on the day an employee is absent . This of course is a very good thing because I could easily see the reason why one employee did not come to work that day. However, because of all the comments displayed , then it becomes  a mess. So  to read the comments of the adjacent cell , then I have to close the comments one by one . Actually excel has provided comments and indicator display options , which we can set it in the Excel Options. Here's how: Open Excel Options. Click on the File tab and in the left panel, then click Options. Click on Advanced menu in the left column. Scroll down to the Display section then go to "For cells with comments, show:" Select "No comments or indicators" if you want to hide all comments and

Your server's SSL certificate for cpanel will expire in less than 30 days

I managed CentOs Server with Cpanel inside. One day, I receive warning like this: Your server's SSL certificate for cpanel will expire in less than 30 days. You need to install a new certificate as soon as possible. You can install a new certificate using WHM's "Manage Service SSL Certificates" interface: https://my.server. com:2087/scripts2/ manageservicecrts (Main >> Service Configuration >> Manage Service SSL Certificates). This warning is not indicate a problem in my server. This just a warning that I need to reset SSL certificate on my server. So here the solution to this warning: I Login to my server via WHM. Then I Go to "Service Configuration" menu and then to "Manage Service SSL Certificates" sub menu. I Click "Reset Certificate" button that corresponding to the service which need a new certificate. After that the self signed certificate is renewed for one year ahead. I hope the above explanation will g