Share Folder In Windows 7 And Connect It From Ubuntu

I am working in both Windows 7 and Ubuntu. I'm using Windows 7 as my development environment and use Ubuntu as my testing environment, because at the end my project will live in Linux environment. There are a lot of ways to share your files between Windows and Ubuntu/Linux. You may choose whether to choose FTP or Samba. To share folder in Windows 7 you need to do some configuration so Windows 7 let others from the same network could access your shared folder.First i was about to write the … Read more...

[HowTo] Install suPHP On Ubuntu

suPHP is a tool for executing PHP scripts with the permissions of their owners. Along with the Apache module, mod _suphp it allow Apache to process php with the user permission. This will improve the security. With suPHP you can track which users use the most resources. Follow the steps below to install suPHP on Ubuntu:Open your terminal with root permission Type this command:Wait until it is finished, and you are done.See how it in … Read more...

Create Backup Of Your Ubuntu To Distributable Ubuntu Live CD/DVD

I have been using Ubuntu for almost 3 years. I started using it since Ubuntu 8.04 Hardy Heron released. And when Ubuntu released a new upgrade, i prefer do fresh install rather than upgrade the package. Even it's takes time to configure and restore my backup files so i could do my work. And when my work mate want to use Ubuntu too, i install it for him and again, i configure and tweak it so he could do his work. So i'm thinking is there a way to clone my Ubuntu instead of configure it per … Read more...

[HowTo] Create Ubuntu Live CD

Ubuntu 10.10 code name Maverick Meerkat has been released on October 10th 2010 you can download it from ubuntu.com for free. But when you are an Ubuntu advance user, you need to add more package or remove some package that you won't use. Then you can live boot your custom Ubuntu live CD. And it's not limited to live CD, you can make it as live USB too.There are some reasons you want to customize Ubuntu live CD:Make your own Linux / Ubuntu distribution, something like rebranding but … Read more...

Image Watermarking Using PHP

There are someways to protect your copyrighted images. One way is use watermark image so when someone copy your image, it is hard to remove the watermark and they cannot use it for their own benefit without asking your permission. In other words, digital image watermark is one way of anti piracy technique to protect your image copyright.There are 2 types of digital image watermark, visible and invisible watermark. Visible watermark is embed your digital sign or logo to your original images. … Read more...

Remote Desktop On Ubuntu With TightVNC

Remote desktop on Ubuntu isn't new. This is known for while. Even it is not as good as Windows remote desktop, but you still can connect and control your Ubuntu desktop remotely. There are some tools to connect to your Ubuntu desktop remotely. You can use TightVNC to remote desktop on Ubuntu.[quote sourceurl="http://en.wikipedia.org/wiki/TightVNC" sourcename="Wikipedia"]TightVNC is a cross-platform open source remote desktop software application that uses and extends VNC's RFB protocol to … Read more...

Beginners Guide: How To Use Wget

Wget is a free utility for non-interactive download of files from the Web. Wget is distributed under the GNU General Public License which capable of download files and support HTTP, HTTPS and FTP even it support HTTP proxy. Wget natively build for Linux CLI (command line interface) so it can be easily scheduled with cron job.Wget is one of my favorite tools. It have incredibly features, light, easy to use, and it just works. Wget can transfer files between servers easily and fast. And it is … Read more...