Monday, September 11, 2006

Disk Utilities

Bart PE - create bootable XP cds with networking support. DriveImage XML- Image and Backup logical Drives and Partitions. SystemRescueCd - is a Linux system on a bootable CD-ROM for repairing your system and recovering your data after a crash. It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It contains a lot of system utilities (parted, partimage, fstools, ...) and basic tools (editors, midnight commander, network tools). It is very easy to use: just boot the CDROM. The kernel supports most of the important file systems (ext2/ext3, reiserfs, reiser4, xfs, jfs, vfat, ntfs, iso9660), as well as network filesystems (samba and nfs) ~ts

Tuesday, September 05, 2006

Free Compilers from Borland

Direct link to free version of the compilers ftp://ftpd.borland.com/download/turbo/English/Delphi_Explorer/TurboDelphi.exe ftp://ftpd.borland.com/download/turbo/English/Delphi_.NET_Explorer/TurboDelphi4Net.exe ftp://ftpd.borland.com/download/turbo/English/C++_Explorer/TCPP_EXPL_EN_DL.exe ftp://ftpd.borland.com/download/turbo/English/Csharp_Explorer/TurboCsharp.exe Pre-requisites can be found here ftp://ftpd.borland.com/download/bds/bds_2006_trial/english/arch/disk2/prereqs.zip Official website of the turbo products can be found here. Important information: User can create commercial application using Turbo products

Monday, September 04, 2006

Text Editor Rating Criteria

Editor Customizability ( Rating : 1 to 5 ) Rating 1 o Not customizable Rating 2 o Basic customization, like font (size, family, etc), tab. Rating 3 o Support for template and completion. Rating 4 o Intellisense Rating 5 ( all ratings from 1 to 4, plus below) o Scritable interface

tsWebEditor Review

Website : http://tswebeditor.net.tc/ Version : tswebeditor-20060730 Pros:
  • Free
  • Project Manager (although not complete yet as of this version)
  • Syntax highlighter for HTML and CSS (and maybe more but this is what i have tested so far)
  • Customizable editor
Cons:
  • Application becomes unresponsive for quite a while when ccessing Help -> tsWebEditor Website raises Microsoft Visual C++ Runtime Error.
  • CSS Wizard is not localized to English properly.

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...