|
Linux / Unix -
Linux
|
|
Written by Joby Joseph
|
|
Tuesday, 13 October 2009 23:05 |
|
Here are the 5 tools that can be used to access your linux partition while you are working in your Windows OS. Explore2fs Explorer is a GUI explorer tool for accessing ext2 and ext3 filesystems. It runs under all versions of Windows and can read almost any ext2 and ext3 filesystem. Ext2 Installable File System For Windows (Ext2IFS) It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read access and write access). It also support ext3 File System. This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer. DiskInternals Linux Reader DiskInternals Linux Reader is a program plays the role of a bridge between your Windows and Ext2/Ext3 Linux file systems. This easy-to-use tool runs under Windows and allows you to browse Ext2/Ext3 Linux file systems and extract files from there. Ext2Fsd Ext2Fsd is an ext2/ext3 file system driver for Windows 2000, XP, Vista. It’s a free software and everyone can distribute and modify it under GPL2. rfsd : Access RiserFs from Windows ReiserDriver is an Installable File System Driver (IFSD), used to easily read ReiserFS disk partitions under Microsoft Windows (2K/XP) by allowing ReiserFS partitions to appear as additional disks to the Windows operating system.
|
|
Last Updated on Tuesday, 13 October 2009 23:37 |
|
Linux / Unix -
Linux
|
|
Written by Tux
|
|
Friday, 25 September 2009 18:17 |
|
Canonical the company behind the popular GNU/Linux Ubuntu announced its newest version Ubuntu 10.04 codenamed Lucid Lynx. The latest version in Ubuntu 9.04(Jaunty Jackalope) and the next version Ubuntu 9.10( Karmic Koala) will be released next month. Ubuntu 10.04 codenamed Lucid Lynx is slated to release on April 29 2010.
|
|
Last Updated on Friday, 25 September 2009 18:29 |
|
How to ? -
Linux
|
|
Written by Joby Joseph
|
|
Monday, 21 September 2009 09:27 |
|
If you want to convert your pdf document into a jpeg image, it is possible to use pdftoppm and after ppmtojpeg.
First, choose your pdf document and use:
ppm file.pdf file
|
|
Linux / Unix -
Linux
|
|
Written by Joby Joseph
|
|
Monday, 21 September 2009 09:10 |
|
To mount ext2fs filesystems under FreeBSD, you first have to build a new kernel with ext2fs support. Put the line
options “EXT2FS”
in your kernel configuration file for the new kernel and compile. Read the FreeBSD handbook to learn how to do that.
or
|
|
|
News -
Programming
|
|
Written by Mobin Skariya
|
|
Friday, 18 September 2009 22:54 |
|
The PHP development team would like to announce the immediate availability of PHP 5.2.11. This release focuses on improving the stability of the PHP 5.2.x branch with over 75 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release.
|
|
Last Updated on Friday, 18 September 2009 23:04 |
|
Linux / Unix -
Ubuntu
|
|
Written by Joby Joseph
|
|
Thursday, 17 September 2009 16:58 |
|
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient, PHP can output image streams directly to a browser. You need to install GD Library for this purpose. Simply you can do this. If you have a LAMP (PHP. APACHE and Mysql) Installation in your System , you can install GD library using the following .
in Ubuntu /Debian Install the package
$ sudo apt-get install php5-gd ( or use synaptic for installing this package )
Now Restart Your apache
$sudo /etc/init.d/apache2 restart
|
|
|
|
|
|
|
Page 9 of 42 |