Main > Free Download Search >

Free glucopy glurestore 1.0 software for linux

glucopy glurestore 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3041
glucopy-glurestore 1.0

glucopy-glurestore 1.0


glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system. more>>
glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system.

The glucopy script will back up all system content (system and user files), while the glurestore script will partition and format an identical system, restore the system and user files, and make the system bootable.

glucopy-glurestore scripts are included in the HTML documentation.

The back-up should (ideally) be made while the system is not running, which usually means that you need to boot with a rescue system disk. A number of suitable floppy or CD-based system images can be downloaded from the net or, better, included in your distributions boot options. Make sure that this rescue system supports the type of disks in your target system (SATA/SCSI or IDE).

The following script will get partition information in a form that can be used to restore the system on new disks and will then collect the working system files in one (or more) compressed tar balls.

The sfdisk program is used for getting partition information (-d option). Take a look at sys_partitions.txt after the glucopy.sh script has finished.

In this application it is considered that all Master Boot Record (MBR) information will be overwritten by the partitioning and boot loader programs. If you need a copy of all or parts of the MBR, however, dd is your friend.

System directories that contain transient information (e.g. /proc, /sys) are not copied. Directories or individual files containing unwanted information can be excluded using tars –exclude=/directory/file option.

#!/bin/sh
###########################
# glucopy.sh
#
# Creates the /glucopy directory
# Copies partition information in sys_partitions.txt
# Optionally makes a copy of the MBR in mbr.bin
# Copies working GNU/Linux system to .tgz files
#
# USAGE:
# Boot system with a rescue CD or any bootable CD
# that supports your type of disks (SATA/SCSI or IDE).
# run the back-up script: ./glucopy.sh
#
# In this example the system is on /dev/sda
# /dev/sda1 is a small partition with HW manufacturer utilities
# /dev/sda2 has system root (/) -> mounted to /mnt
# /dev/sda3 is a spare (blank) partition
# /dev/sda4 has home (/home) and space to hold
# the information to be copied -> mounted to /mnt2
#
# 061116 jp/dm
###########################
# Change the following to reflect the place where your system root (/)
# and the home directories (/home/*) are mounted
mkdir /tmp/mnt1
mkdir /tmp/mnt2
mount /dev/sda2 /tmp/mnt1
mount /dev/sda4 /tmp/mnt2

# The directory to hold the system copy is placed on the larger partition
mkdir /tmp/mnt2/glucopy

# Change to the working directory
cd /tmp/mnt2/glucopy

# Optionally copy MBR information
#dd if=/dev/sda of=mbr.bin bs=512 count=1

# Copy partition information
/sbin/sfdisk -d /dev/sda > sys_partitions.txt

# Make tarballs
tar -C /tmp/mnt1 -cvzf syscopy.tgz boot bin etc lib media opt root sbin usr var dev

# Move up a level
cd ..
# here we are under the /home directory level
# notice that --exclude will exclude anything that matches a _pattern_
# the glucopy directory will still be created in the tarball
tar -cvzf ./glucopy/homecopy.tgz * --exclude=glucopy/*

# Copy the backup/restore scripts (here under root /), and the sfdisk program, as well
cp /glucopy.sh ./glucopy
cp /glurestore.sh ./glucopy
cp /sbin/sfdisk ./glucopy

# Notify user
echo -e “glucopy: finished a”
<<less
Download (0.14MB)
Added: 2006-12-07 License: (FDL) GNU Free Documentation License Price:
1051 downloads
Polyester 1.0

Polyester 1.0


Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity. more>>
Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity.

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
OpenWorld 1.0

OpenWorld 1.0


OpenWorld provides an icon theme for GNOME or KDE. more>>
OpenWorld provides an icon theme for GNOME or KDE.

It aims to follow FreeDesktop icon theme spec.

This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.

Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.

In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)

All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!

<<less
Download (0.55MB)
Added: 2007-01-26 License: CeCILL (CeCILL Free Software License Agreement) Price:
1001 downloads
MyFileNote 1.0

MyFileNote 1.0


MyFileNote is service menu which will create a txt-file for a file or directory and opens it in your text editor. more>>
MyFileNote is a KDE service menu.

MyFileNote is a small, single-purpose service menu which will create a txt-file for a file or directory and opens it in your text editor (default kwrite).

No need for extra Software or "big" Databases of your files or some other imho overkills if you just want some notes.

It is really helpfull to have more infos on the files on your computer!

I use it very often for description of stuff i download from Websites or projects to-dos etc. .

Example:

you have just downloadet a file example.zip and you may want to remember where you get it.

Rightclick it -> Actions -> MyFileNote

It now opens Kwrite and you can copy-paste the url there.

The txt-files name is example.zip.txt in the same directory where example.zip is.

If you want to enter additional stuff it is no problem because a existing example.zip.txt will be used so you can just add your text!

Install:

Extract and then:

Just for your User: Copy MyFileNote.desktop to "/home/USERNAME/.kde/share/apps/konqueror/servicemenus/"

For all Users(do as root): Copy MyFileNote.desktop to "/usr/share/apps/konqueror/servicemenus/"

Notes:

If you want to use another editor (I for example prefer Kate) you have to edit MyFileNote.desktop and replace all "kwrite" with "kate".

Any comments welcome.
<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 downloads
GetCodecs 1.0.1

GetCodecs 1.0.1


GetCodecs is a simple applet written in python with a GTK2 GUI. more>>
GetCodecs is a simple applet written in python with a GTK2 GUI that downloads, installs, and configures your system to use the various multimedia formats (MP3, DivX, DVD, etc) that are not shipped with many distributions (such as RedHat).

Misc Audio/Video Support:

The following codecs are provided by the "Misc Codecs" package. All codecs are copyright their respective owners. The author takes no responsibility in how you use them. You must agree to each of the license agreements before installing or using these codecs.

- Indeo Video 3.2/4.1/5.0/4.1 quick/5.0 (http://www.ligos.com/indeo)
- DivX ;-) video, ver. 3.11 alpha (http://divx.ctw.cc)
- DivX ;-) DirectShow decompression filter, v3.11 alpha (http://divx.ctw.cc)
- Microsoft MPEG-4 video, beta version 3.0.0.2700
- Microsoft WMV 7 (http://codecs.microsoft.com/codecs/i386/wmvds32.cab)
- Cinepak video
- Microsoft ADPCM video
- Intel 263 video (http://members.aol.com/SlavTrainr/STsPage.html)
- Morgan Multimedia Motion JPEG video v2.0 (http://www.morgan-multimedia.com)
- ATI VCR-2 video (http://www.ati.com)
- DivX ;-) WMA audio (http://divx.ctw.cc)
- Intel Music (http://members.aol.com/SlavTrainr/STsPage.html)
- Voxware Metasound audio (http://codecs.microsoft.com/codecs/i386/voxmsdec.cab)
- ACELP.Net DirectShow audio
<<less
Download (0.014MB)
Added: 2005-09-24 License: GPL (GNU General Public License) Price:
1509 downloads
Gnursid 1.0

Gnursid 1.0


Gnursid is a XP Olive-like theme for Gnome (GTK+). more>>
Gnursid is a XP Olive-like theme for Gnome (GTK+).

Gnursid uses colours similar to XP/Olive.

Many changes in this updated version.

<<less
Download (0.034MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1006 downloads
gperfmeter 2.1.0

gperfmeter 2.1.0


gperfmeter displays performance statistics for a given hostname. more>>
gperfmeter displays performance statistics for a given hostname.

If no host is specified, statistics on the current host are metered. You can display performance values in a solid or line strip chart.

The performance data automatically scales to accommodate increasing or decreasing values for the host machine. The gperfmeter preferences sheet provides a simple interface for accessing all of the application resources.
<<less
Download (0.73MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
resizePhotos 1.0

resizePhotos 1.0


resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. more>>
resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. It will resize any picture so that it is no more than 640 pixels on a side while preserving the aspect ration. This size can easily be changed by editing a text file.

You can resize any number of photos simultaneously by multiselecting them in Konqueror, then choosing the "Resize Photo" service menu.

A dialog will display the progress. The dialog has a cancel button.

Usage:

Open a folder containing some image files (.png, .jpg, .gif) in Konqueror.

Select one or several of these files.

Right-click one of the selected file and select Action->Resize Photo. (See first screenshot.)

A dialog will appear showing the progress of the resizing. (See second screenshot.) Press cancel if you so desire.

A folder named "Sized" will appear in the image folder. The resized photos are in that folder.

To install:

Extract the two files from the tar.gz file. Copy the .desktop to ~/.kde/share/apps/konqueror/servicemenus. Copy the .sh file to somewhere in your path such as /usr/bin, /usr/local/bin or ~/bin. Double check that the .sh file is executable.

Edit the resizePhotos.sh file to change the size of the resized files, or the name of the "Sized" directory.

<<less
Download (MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
Clearbox 1.0

Clearbox 1.0


Clearbox is a customizable theme for the Metacity Window Manager. more>>
Clearbox is a customizable theme for the Metacity Window Manager.
A small GTK application allow configure the differents theme aspects, preview the theme and save it in the user themes folder.
The options that can be configured in the Clearbox theme are the following ones:
- Topbar style
- Clearbox-out, Clearbox-in or flat
- Gradient intensity (3 levels)
- Frame style
- Square corners or rounded corners
- Border width
- Colorized borders
- Interior outline
- 3D effect borders
- Title position
- Left or center
- Text with shadow
- Controls style
- Simple, with dark frame or with clear frame
- Buttons size
- Buttons gap
- Button menu style
- Arrow or application icon
- Theme colors
- GTK theme colors or custom colors
<<less
Download (0.60MB)
Added: 2005-08-14 License: GPL (GNU General Public License) Price:
1531 downloads
Blogfish 1.0

Blogfish 1.0


Blogfish is the memepool. more>>
Blogfish is the memepool.
Blogfish is social networking meets evolutionary software meets peer-to-pier networking. Blogfish is best eaten wrapped in newspaper, with salt and vinegar. Blogfish is the fin end of the wedge.
More prosaically, blogfish is a Gnome panel applet, written in Python using PyGTK and Gnome-python. It allows you to spread your blog URL, website URL or random thoughts to other users. Good memes survive; bad ones are voted down and go belly up.
Main features:
- New simple peer for running on servers, systems without X
- RPM!
- Bugfixes: no longer sucks so much memory; dies nicely on exit; networking bugs, lots; resizes nicely
- Drag and drop URL to add new fish
- Nice new icon
- UI compatibility with the HIG
- Simpler install script
- Compatibility with Python < 2.3
- Beaten to release by Sarge, FFS
<<less
Download (0.14MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1554 downloads
Gnopernicus 1.1.0

Gnopernicus 1.1.0


Gnopernicus is part of the GNOME Accessibility Project. more>>
Gnopernicus is part of the GNOME Accessibility Project. Gnopernicus is a screen reader and magnifier and it enables users with limited vision, or no vision, to use the Gnome 2 desktop and Gnome/GTK+2 applications effectively.

By providing automated focus tracking and fullscreen magnification, Gnopernicus aids low-vision Gnome users.

Its screen reader features allow low-vision and blind users to access the standard GTK+2 and Java-based GUI applications via speech and braille output. By leveraging Gnome 2s built-in accessibility framework, Gnopernicus will make interacting with applications more efficient for these users and enable use of the Gnome 2 desktop for some users who otherwise would have no access to Gnome.

<<less
Download (2.3MB)
Added: 2006-05-24 License: GPL (GNU General Public License) Price:
1254 downloads
Dogmastik 1.0

Dogmastik 1.0


Dogmastik is a pixmap theme for Gnome (GTK+). more>>
Dogmastik is a pixmap theme for Gnome (GTK+).

Dogmastik is a theme inspired by DogmaX (WindowBlinds) and Plastik (KDE).

<<less
Download (0.050MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1002 downloads
Afterhours 1.0

Afterhours 1.0


Afterhours provides a pixmap theme. more>>
Afterhours provides a pixmap theme for Gnome (GTK+).

I recommand Zen as a Metacity theme by Billy Cantrell.

<<less
Download (0.038MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 downloads
APLoader 0.1.0

APLoader 0.1.0


APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. more>>
APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby.

Features include:

fault tolerance
a progress meter
failed batch logs
minimal requirements
a programmable API
excellent performance.

The APLoaderproject is a PostgreSQL Community project that is a part of the pgFoundry.

<<less
Download (0.015MB)
Added: 2006-10-30 License: BSD License Price:
1092 downloads
CsvToSql 3.1.0

CsvToSql 3.1.0


CsvToSql a java based highly configurable and expandible conversion tool and library. more>>
CsvToSql a java based highly configurable and expandable conversion tool and library. You can define the structure of data how render and where write it through a descriptor. CsvToSql project is compatible with the most common rdbms.

csvToSql mission:

- convert csv files to sql statements.

input:

- can read data from comma separated value file
- can read data from excel files

multiple output:

- can write list of sql statements to console
- can create text file with the list of sql statements
- can store data to jdbc resource (database)

How it Works ?

Can be used as library or as standalone program, using csvtosql as a library is very simple, documentation can be found in tutorial section.

Csvtosql provide two frontends for using it as program, executing jar or class net.sf.csv2sql.frontends.gui.simple.SimpleGui a gui will appear. Or you can also use net.sf.csv2sql.frontends.console.ConsoleMain for console version.

<<less
Download (1.7MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1100 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5