Search 5,000,000+ questions and answers.

Frequently Asked Questions

Is it possible to upgrade from a plain Debian Etch install to 64 Studio?

User's Frequently Asked Questions | 64 Studio
Yes, by changing your apt sources to the 64 Studio stable or testing branches - see the upgrade page for details. You'll also need to import the 64 Studio key into your keyring: wget -q -O - http://trac.64studio.com/64studio/browser/64studio/trunk/apt/key?format=raw|apt-key add -
Related Questions

Can I use a Debian repository to get more packages for 64 Studio?

User's Frequently Asked Questions | 64 Studio
Yes indeed, that's part of the design of the distro. For versions up to and including 2.0, you need to enable a repository like the following: in /etc/apt/sources.list.d/64studio.list where 'uk' is your local Debian mirror, listed here: http://www.debian.org/mirror/list
Related Questions

How do I install the Debian from CD-ROMs?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra". Several vendors provide Debian GNU/Linux in this format. Warning: When installing from CD-ROM, it is usually not a good idea to choose dselect's cdrom access method. This method is usually very slow.
Related Questions

How should I install a non-Debian program?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Files under the directory /usr/local/ are not under the control of the Debian package management system. Therefore, it is good practice to place the source code for your program in /usr/local/src/. For example, you might extract the files for a package named "foo.tar" into the directory /usr/local/src/foo. After you compile them, place the binaries in /usr/local/bin/, the libraries in /usr/local/lib/, and the configuration files in /usr/local/etc/.
Related Questions

Multitasking with plain DOS? Is that possible?

DOS FAQ by Christoph Fuchs
Sure, it is. You need a program like taskmgr.exe in DR-DOS 7.03, but a tool like that clutters your memory like nothing else... Another very good and well-known tool is DesqView, look at http://www.chsoft.com/dv.html and you will know much more about it.
Related Questions

How can I install Tomcat on Debian?

FAQ - GEANT2-JRA1 Wiki
Make sure you do all steps as root. Download and install Tomcat x@y:/$ cd /usr/local x@y:/usr/local/$ wget http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ tar -zxf jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ mv jakarta-tomcat-5.0.28 tomcat Make script so you can start-stop-restart Tomcat (make sure that java path is correct!). x@y:/$ cd /etc/init.d x@y:/etc/init.
Related Questions

Can I get and install Debian directly from a remote Internet site?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Yes. You can boot the Debian installation system from a set of files you can download from our FTP site and its mirrors. You can download a small CD image file, create a bootable CD from it, install the basic system from it and the rest over the network. For more information please see http://www.debian.org/CD/netinst/. You can also download even smaller floppy disk image files, create bootable diskettes from them, start the installation procedure and get the rest of Debian over the network.
Related Questions

How can I install Java (JDK) on Debian?

FAQ - GEANT2-JRA1 Wiki
Go to address http://java.sun.com/javase/downloads/index.jsp and download packet that contains java JDK and JRE with extension .bin Download it in directory /usr/java (do all steps as root). x@y:/$ mkdir /usr/java x@y:/$ cd /usr/java x@y:/usr/java/$ chmod 755 jdk-1_5_0_09-linux-i586-rpm.bin x@y:/usr/java/$ ./jdk-1_5_0_09-linux-i586-rpm.bin After installation, make and run this script. x@y:/usr/java$ pico skripta.sh #!/bin/sh for i in 'find /usr/java | grep ^.*\.
Related Questions

What is a patch or upgrade and how do I install it?

NJDEP Air Quality Permitting Program (AQPP) - RADIUS
A patch is a collection of files that when installed on your computer will enhance the functions of a specific program for which it was designed. The RADIUS patches are usually distributed in a compressed (*.zip) format to reduce download time. Installation instructions for each patch vary. The RADIUS program was designed in such a manner to allow the NJ DEP Air Program to adapt the information contained within RADIUS to the rapidly changing environmental world.
Related Questions

How can I get and install the Debian distribution from a tape?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
present, installing packages directly from tape is not supported. One can however, use tar, cpio, or afio to copy Debian archive files onto a tape, then copy them onto your local disk for installation. In the same vein, floppy disks containing "tar" files would have to be copied onto a local disk before they could be managed with the Debian package tools.
Related Questions

How can I install Cernlib on Debian?

Cernlib on Debian FAQ
The Cernlib packages for sarge / etch / lenny / sid are official Debian packages, and available from your usual Debian mirror with "apt-get install cernlib". See the packages page for a complete list of individual packages; you may be able to save disk space by only installing the parts of Cernlib you specifically need. In particular, if you only want to do data analysis with PAW or Paw++, just run "apt-get install paw" (or paw++).
Related Questions

Is it possible to come to your studio gallery and view the artworks before I purchase?

FAQs - Art of Happiness
You are very welcome to come to our studio gallery. It is essential to make an appointment and give us several days notice, as we are often away doing interstate art shows. You can either call us on (international 612) 9985 8389 to make an appointment or simply email us with the details of when you would like to come. We will then be able to send you more specific details about how to get here.
Related Questions

Is it possible for a senator to get "bumped" from the studio?

Frequently Asked Questions
Yes. It is possible that use of the studio for exclusive interviews may be restricted in instances of major breaking news. However, press conferences generally take precedence over other uses of the studio.
Related Questions

How can I install / compile Cernlib with Debian patches on a non-Debian system?

Cernlib on Debian FAQ
This is a little more complicated since you won't have any Debian infrastructure tools. You will need the two files cernlib_2006.dfsg.2.orig.tar.gz and cernlib_2006.dfsg.2-2.diff.gz. Having downloaded these files to a working directory, run the following commands: gunzip -c cernlib_2006.dfsg.2.orig.tar.gz | tar xf - in question 2.
Related Questions

How do I get and install the Debian distribution from CD-ROM?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra"). Several vendors provide the Debian distribution in this format; these vendors have directly supported the Debian project: I-Connect Co.: I-Connect provides the master FTP system used by Debian developers, and its network connection and system administration.
Related Questions

How can I get/install the Debian distribution from my own hard disk?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
The Debian packages can be installed from a hard disk on your system, either IDE, EIDE, SCSI (including Jaz drives), or a drive connected through a parallel port. Kernel support must of course be available for the type of drive you have. The appropriate drivers are: CONFIG_SCSI for SCSI drives (including Jaz drives), along with one of the (many) drivers for your particular SCSI interface.
Related Questions

What should I do if I have questions after I install or upgrade?

Verizon Online - Frequently Asked Questions
If you have questions specific to Verizon Broadband with Windows Live features, visit Help and Settings found in your Verizon Broadband with Windows Live browser toolbar. If you have questions about your Verizon Broadband service, use our Find an Answer tool. You can also get there by simply clicking on the Verizon Central icon found in your Verizon Broadband with Windows Live browser toolbar. From there click on Help and Support.
Related Questions

MLP FAQ
Simply run the installer. There is no need to uninstall or have a previous version installed, MacLinkPlus Deluxe will automatically add, update and replace all of the necessary components.
Related Questions

alt.comp.jgaa FAQ
The upgrades comes without an installation program. It's simply a zip-file with the war-ftpd.exe program and other new updated files. Just unzip the .zip-file in the directory where the server is installed. Remember to always take a backup before you do an upgrade! Take a backup of the directory where the server is installed. The configuration information is stored in the *.dat, *.ini and *.conf files.
Related Questions

How do I install IMAGE STUDIO?

Customize site
Install IMAGE STUDIO Ver.3.0.0. Install IMAGE STUDIO with the latest version after uninstalling IMAGE STUDIO with older version if the older version has been already installed. Execute the file "IMGSINST.exe" you downloaded from the Customize site to your computer's local disk and follow the instructions to install it. For details, see the IMAGE STUDIO Instruction Manual.
Related Questions

Why should I employ Fhrx Studio's to install my system?

Fhrx Studios - Audio / Visual Specialists
With many people being burned by shoddy workmanship and corner cutting, we strive to produce the best install possible for any desired budget. For info about us and more reasons to come see us for your next install, Click here.
Related Questions

Is it possible to install more than one wiki (MediaWiki) on a server? How?

MediaWiki FAQ - Meta
How to install more than one wiki on a single server, using the same source code, and using the same database (v1.5.1, May 2006)
Related Questions

edit] Is it possible to install more than one wiki (MediaWiki) on a server? How?

MediaWiki FAQ - Meta
Yes, MediaWiki can be installed multiple times in different directories using either the same database with a different set of table prefixes (configurable upon install) or using different databases altogether. Additionally, you may want to make some settings common for all the installations, and have a central place where changes to these can be made. Since the configuration file (LocalSettings.
Related Questions

What's the difference between Upgrade and Clean install?

Windows XP Frequently Asked Questions (FAQ)
When you upgrade, all the old settings, programs, files, etc are saved and used with the new XP installation. In a clean install, you have the option of reformatting the partition where XP will be installed. Unless circumstances absolutely prohibit a clean install, I never recommend the upgrade install.
Related Questions

If I purchase the GOLD package, is it possible to upgrade to the PRO package later ?

X-Cart: Frequently asked questions
Yes, this is possible. The price of your original package will be subtracted from the price of the Pro package.
Related Questions

What or who are Debian?

Adaptive Linux Solutions, Linux Software, Linux Web Hosting,...
Debian created by the Debian project, is a widely used distribution of free software developed through the collaboration of volounteers from around the world.
Related Questions

Cernlib on Debian FAQ
Debian is an entirely free operating system, both in the monetary sense, and more importantly, in the sense that the source code of every program in the system is available for anyone to inspect, modify and distribute. Debian's two great strengths are the seamless ease with which software may be installed and kept updated, and its ability to run on almost any modern CPU family (architecture).
Related Questions

How do I upgrade to Sarge (Debian GNU/Linux 3.1)?

Gnome 2.2 Backport FAQ
Please see Upgrading to Sarge for details. The instructions should also work for upgrading to Sid (unstable) or future 'testing' releases.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact