For those who are new to Ubuntu or Debian, default setting of your network card is using DHCP. And in some case you want to use static IP, maybe for bypass some filter or your DHCP server is not working properly then you cannot connect to the network unless your network administrator come and fix it. In that situation you really need to change your network configuration from dhcp to static ip.To change your network configuration from dhcp to static ip is not hard. You can follow these … Read more...

[HowTo] Install DHCP Server On Ubuntu
To complete my guide "How To Install And Configure Squid as Transparent Proxy", you will need a DHCP server installed on the server as well. So all of your client will have the same gateway point to Squid Server. In my case i installed Proxy server (Squid) and DHCP server is on the same machine. But if you want to install in separate machine, you still can use this tutorial. The use of DHCP here is to point all of your client gateway to proxy server so the squid can work properly.I have a … Read more...

Hiding WordPress Stats Smiley Image In your Templates
If you are a Wordpress user and using WP Stats service to see your blog statistics, you will notice that a little smiley image will add to your footer template. I'm using Wordpress for 1 year now and i found that sometimes annoying, but that smiley is not something you can remove since WP Stats using that image as a tracking.Since you cannot remove it (as long as you want to use WP Stats service), you can hide it with a simple trick using a css. Just paste this code into your stylesheet.css … Read more...

[HowTo] Make User Defined Function In SQLite ADO.NET With C#
Sometime we want to make user defined function and use it in our query to the database. In Ms. SQL Server and Oracle DBMS support user defined function, stored procedure and transactional. Since SQLite is zero configuration, serverless and single database file, SQLite doesn't support user defined function (If you don't know what is SQLite and how to use SQLite ADO.Net with C# please refer to this post). User defined function can be made outside of the SQLite that means you make custom function … Read more...

[HowTo] Use SqLite ADO.NET with C#
SQLite is software library written in C that implement self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform (run in any Operating System), zero-configuration (no setup/installation needed), transactional (implement serializeable transaction) SQL database engine. SQLite is relatively small, approx 275 KB in size and single database file.For me SQLite is better solution rather than use MS.Access for medium to … Read more...

[HowTo] Recover Root Password In Ubuntu
Some people say you won't need to use root account anymore in Ubuntu. That's why Ubuntu doesn't activate root account for default install. In my opinion they want to make Ubuntu more secure. Since Ubuntu now is user-friendly and not just for developer or other computer geek, end-user or even a newbie can use Ubuntu. But not for me, i need root account, because it's more convenient for me to configure or and do setting on an Ubuntu machine. Imagine if i don't use root account to configure an … Read more...

[HowTo]Filter Some Website During Work Hour With Squid
In most of case, a company want to efficient and maximize their bandwidth use. In which you know you can speed up your loading time when browsing by using squid as a web cache. I'm not gonna tell you how squid do it or how to install it. For more details about squid you can refer to my old post about how to install squid and monitor it. Now the next case is you feel your internet connection is slow, even you using squid as web cache.After take sometimes to the squid log, you know that some … Read more...

Best Free Text Editor On Windows
Are you having a hard time looking for text editor for Windows with complete feature, fast, reliable but still free? Many good text editor have a price on it. If the answer is yes, then Notepad++ is the answer. It is like a notepad (Windows default text editor) but have many feature added, like multi tab view, syntax highlighting, multi document and multi view and many more.Notepad++, based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL … Read more...

Filehippo.com – Download All Windows Best Free Software In One Spot
Are you a PC or Microsoft Windows user? Or are you using Windows XP, Windows Vista or the newest Windows 7? Can you count how many free software are you using on your Windows so you can do your work more productive or more convenient without having trouble with license or copyright? Okay, lets start with the internet browser like Mozilla Firefox, Google Chrome, Opera, or Internet Explorer Updates. Internet Messenger like Yahoo Messenger, AIM, Google Talk, Skype, Windows Live Messenger and many … Read more...

[HowTo]Open Microsoft Word 2007 (docx) Format With Open Office
Today most of company already use Microsoft Office 2007 with their new file format, and for the Microsoft Word 2007 you will see .docx format rather than .doc format. You will have no problems to open .doc format in open office (most of the case), but you can't open it if it is in .docx format.I know that Microsoft Word 2007 have a backward compatibility that you can still save your document to Office 2003 format. But still you need to ask the author of the file to save it into .doc format. … Read more...