Archive

Archive for April, 2010

UNetbootin

April 29th, 2010 No comments

UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.

Android

April 25th, 2010 No comments

Android is a software stack for mobile devices that includes an operating system, middleware and key applications, that uses a modified version of the Linux kernel. It was initially developed by Android Inc., a firm later purchased by Google, and lately by the Open Handset Alliance. It allows developers to write managed code in the Java language, controlling the device via Google-developed Java libraries. (wiki)

Development:

Tags: ,

Visual Studio 2010 Express

April 13th, 2010 No comments

Software optimization resources

April 11th, 2010 No comments

Backup web-sites

April 5th, 2010 No comments
  • On Ubuntu a script can be written which will use mysqldump + bash + cron + rsync
  • The data can be stored on Amazone S3 service ( command-line Amazon S3 client – command-line tool to upload, retrieve and manage data in Amazon S3 service, designed for use in scripts)

VirtualBox Virtual Appliances

April 5th, 2010 No comments

VDI images of pre-installed “Open Source” Operating System distros. Pre-installed virtualbox images ready for you to explore and play with.

  • Instantly run another operating system on your desktop in a window, on almost any computer.
  • Implement full Linux functionality on an existing Windows Desktop or server.
  • Windows XP Tutorial: 7 quick steps to using our VDI’s
  • Need a specific Application? Find an Image using the Pre-Installed Applications Index
  • A number of Virtual Machines are also available in OVF Appliance” format

How to Customize your Terminal Prompt

April 4th, 2010 No comments

Open terminal.

Type echo PS1 to get current prompt line.

Type PS1=’something’ there something is
Read more…