New theme for my blog

After a while, I’m now working on a new theme based on my new framework for WordPress. This theme will look like the last one, there is just new functionality behind-the-scene which are going to be added.

0 Comments

Installing PHP on Debian without Apache

If you need to install PHP without apache on a Debian machine, do not try the short way You need to install dependencies of php5 first and then install php5, like below

0 Comments , , , , ,

ssh-agent with cygwin on Windows

Modify your .bashrc in your home directory in cygwin Add a variable into your environment variables As in this screenshot You can add the path to the directory /bin, /usr/sbin, /usr/local/bin into your PATH variable of windows too, so that you can use most of cygwin commands directly from Command Prompt. The most useful commands [...]

0 Comments , , , ,

Microsoft new Sync service is online

The new Sync service of Microsoft which gives you 2GB for data synchronization and the ability to connect to your computer remotely is available as beta since today 24/06/2010. The funny thing is that, the icon which represents a notebook is one of the Macbook, Apple should learn from this, do not humiliate rival with [...]

0 Comments

WordPress 3.0

  WordPress 3.0 đã chính thức được phát hành ngày 17/06/2010 với nhiều tính năng mới nổi bật cho cả người dùng bình thường lẫn người dùng chuyên nghiệp (lập trình viên) Một tính năng nổi bật nhất đó là bạn có thể cắt, chỉnh sửa ảnh của bạn trực tiếp trong WordPress (như hình [...]

0 Comments ,

Firefox 3.7 will be available in 64bit for Mac OSX

http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.7a5pre.en-US.mac64.dmg As you can see the name of this image, it’s a 64bit build for Mac OSX

1 Comments

Mac OSX – rsync to support iconv

The rsync tool that comes in-the-box with OSX does not support iconv, so that you cannot activate this option in order to void any encoding issue when syncing with rsync. To use this option, you need to install XCode to compile rsync, by default on OSX 10.6, with default options (64-bit compilation) you don’t have [...]

2 Comments , , ,

Static IP Configuration (Debian or Red Hat)

For Debian Modify /etc/network/interfaces # /etc/network/interfaces — configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback # The first network card – this entry was created during the Debian installation # (network, broadcast and gateway are optional) auto eth0 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.0 [...]

0 Comments

jQuery 1.4 for WordPress

If you want to test out jQuery 1.4 with your current WordPress installation, you just need to add this code into functions.php of your theme if( !is_admin()){ wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’, false, ‘latest’); wp_enqueue_script(‘jquery’); }

0 Comments

Thunderbird 3.0 is released

Cool!!! The long-awaited cross-platform email client is out there: http://www.mozillamessaging.com/en-US/thunderbird/3.0/releasenotes/ I recommend you theses plugins: Lightening (for Agenda) AdBlock Plus Zindus (Googles/Zimbra contacts synchronization)

2 Comments ,

Won something from Microsoft

I won this webcam and I received some mails about this, but never did I read those mail, I thought they were spam ) Till today, I received a mail asking for my postal address. I began to think, why would they need my address? And I looked at the sender, it’s an Microsoft address, [...]

2 Comments , ,

History of the name Samba

Source: svn://svnanon.samba.org/samba/tags/release-2-2-12/docs/history It’s now October 1998. We just got back from the 3rd CIFS conference in SanJose. The Samba Team was the biggest contingent there. Samba 2.0 should be shipping in the next few weeks with much better domain controller support, GUI configuration, a new user space SMB filesystem and lots of other neat stuff. [...]

2 Comments , , , , , ,

Snow Leopard and NTFS

NTFS is natively supported in Snow Leopard, it’s just not activated by default. You can simply activate this functionality by doing these following steps: Note: if you use 64-bit kernel, you cannot use NTFS-3G, and this solution is perfect for you If you want to use UUID (ID of the disk), do this step, or [...]

1 Comments , , ,

Snow Leopard is on its way home

MAC OS X10.6 SNOWLEOPARD UTD FULLFIL-ZML Shipped to BRUZ, FR 27 Aug 2009 Estimated Delivery Date (Subject to change) 03 Sep 2009 (Subject to change) Current Delivery Status Postal delivery – please allow 5-10 days for delivery 24 Aug 2009 Signed by

3 Comments , ,

Phillips VoIP 321 – Windows 7

For Windows 7 users: – Install Skype 4.1 – Do not plug in the phone before installing software – Install the software VOIP 321 (for Vista), choose compability mode “Vista SP2″ – Launch the software VOIP 321, and do as it asks Update: 28/10/2009 Note: If you installed the driver and you still receive a [...]

17 Comments , ,