Fedora :: DVD Iso To Multiple CDs

Jan 18, 2011

The question is is it possible to download a DVD iso and Burn it to Multiple CDs so that the DVD image software can be booted and installed using the multiple CDs

If so what software do I need for Fedora 14

The DVD iso I'm looking to do is Fedora 14

*** just found my solution under the Fedora Project >> More Download options >> All download methods >> Direct Download Install CDs

View 5 Replies


ADVERTISEMENT

General :: Use 'iw' To Create Multiple Virtual Interfaces To Connect To Multiple Networks?

Oct 26, 2010

I'm trying to connect one computer to two others in an ad-hoc infrastructure.

[computer 1] ---- [computer 2] ---- [computer 3]

computer 2 is running Linux and has a single NIC wlan0. I want to it to connect to both computer 1 and computer 3 so each computer can talk to the other. No switch is available so it needs to be an ad-hoc setup.

[Code]...

View 1 Replies View Related

General :: Rename Multiple Files In Multiple Directories/subdirectories Recursively?

Aug 23, 2010

I am to rename all the files within a directory (which contains multiple subdirectories) recursively without invalid characters.

I tried the coding posted above.

find . -type f -printf '%p
' | while read file; do
oldfile=$(basename "$file")
newfile=$(echo "$oldfile" | sed 's/[^A-Za-z0-9_.]/_/g')
if [ ! "$newfile" == "$oldfile" ]; then
echo mv "$file" "${file%$oldfile}$newfile"
code....

but I get an error on both of them stating "find: bad option -printf find: [-H | -L] path-list predicate-list"

View 9 Replies View Related

General :: Good Support To Multiple Desktops AND Multiple Monitors

Jun 4, 2010

I'm starting to have A LOT of opened windows in my machine. Sometimes within a project, I have e-mail/task management/personal e-mail/twitter, and a lot of different opened applications/terminals in my Linux workstation.Sometimes it would be interesting to have different workspaces to projects instead of this configuration I have nowadays that are classes of work (bad name, I know, but I think you got the idea).I'm starting to think about using two monitors: one with Corporate Management, Work and Personal. The second monitor is only the development state: each workspace here is about a project being worked on instead of groups of works like before. A workspace may be implementing different classes for example.

My question is: I just want to change to a second monitor using the mouse. I want to still be able to change workspaces in the same monitor using keyboard shortcuts. The keyboard shortcuts wouldn't change monitors, just worskpaces on the same monitor. All the tutorials I read (like this one) only tells how to use multiple monitors but doesn't answer my question about keyboard shortcuts.Does Linux (Ubuntu 10.04 Lucid Lynx or Debian 5.0.5 Lenny) support this envisioned setup (Different workspaces in a way that keyboard workspace switching only works in the current monitor) ? If so, how?I haven't tested this setup, that's why I'm asking. In this question the user says it works exactly how I want it to behave, can someone else confirm it?

View 3 Replies View Related

Ubuntu Multimedia :: Multiple Machine Multiple Display Wall?

Aug 4, 2010

We are working on a project to create a display wall of 8 monitors arranged as 2 high by 4 wide. Each monitor is connected to a single machine and all machines are networked with a master machine with its own, seperate monitor.

Our goal is to get the 8 machines to share a single desktop, with the master machine acting as the server. We have looked at using Xinerama or NMM, but we are unsure about how to get started configuring the multi-machine, multi-head display.

View 2 Replies View Related

Ubuntu :: Multiple Notification Areas On Multiple Screens?

Sep 24, 2010

My ubuntu 10.04 has two monitors connected both being treated as individual desktops.But only one desktop is showing the wifi network icon in the notification area.Is it possible to have more than one wifi icon going at one time?

View 1 Replies View Related

Ubuntu :: Apply Multiple Themes For Multiple Desktops?

Jan 12, 2011

I'm using Ubuntu 10. I want to apply different themes for desktops.. I want to apply windows 7 theme,ubuntu, mac os themes for my multiple desktops

View 1 Replies View Related

Ubuntu :: Extract Multiple 7z Files In Multiple Folders?

Jun 14, 2011

have a large amount of 7z files in multiple folders which I need to extract.The directory structure is like this:

/main-folder/
multiple subfolders/
1 or more 7z files per subfolder

I would like to get the output of this action in one separate folder, all together in 1 folder.How can I do this?

View 7 Replies View Related

Ubuntu :: Replace Multiple Lines In Multiple Files?

Aug 20, 2011

I often use the rpl command to make changes to multiple html files at once. For example:

rpl -R '<br />' '<br /><br />' mydirectory However, I haven't been able to figure out how to change multiple lines. For example, let's say I want to change all occurrences of :

<br />
<br />
to:
<br />
I've tried
rpl -R '<br />
<br />' '<br />' mydirectory

but that didn't work. how to do this with rpl or some other way?

View 9 Replies View Related

Networking :: Ping Multiple Devices Via Multiple NICs?

May 20, 2010

I have an old pentium 3 computer that has ~7 NICs installed. These NICs are attached to modems and other networking equipment. According to the linux ping page on computerhope.com, it seems that one could send a ping from a certain specified NIC. How would one go about this?

View 6 Replies View Related

General :: Multiple Servers Or One Server With Multiple VMWare?

Feb 7, 2011

I'm looking at setting up a couple automated systems: Here are a few examples:

* Internal accounting system to download and process emails
* Public web server to visit

I could put each system on its own separate box -- for example, it's generally good practice to separate anything that external users have access to (such as a webserver) from internal processes such as accounting. Now, rather than dishing out the money for two separate servers, could I get away with just installing new instances of VMWare on the same box for each system?

To give you an idea, these are not large scale computationally sensitive systems. The accounting one is simply downloading and tallying emails, and the latter is just a webserver with maybe 5 hits per day on a good day. I could definitely pick up a new box for say $50, but I wanted to know the general practice of using VMWare on the same box versus two separate boxes.

View 2 Replies View Related

General :: Search Multiple Words In Multiple Lines?

Dec 16, 2010

How to search multiple words in multiple lines, inside a directory including sub-directory? Pls. give easy example. I want to search the files (in /xx folder and all subfolders) that have header.h included and used x() function. I tried $grep -r "header.h" | grep -r "x(" /Folder/subfolder/ > search.log

View 7 Replies View Related

CentOS 5 Networking :: Multiple Nics With Multiple Gateway ?

Jun 16, 2009

I have a CentOS 5.3 box with three network interfaces in it. Each interface is attached to a separate VLAN and I want traffic to stay on each network segment.What I can�t figure out is why I cannot get each interface to have its own gateway and everything gets sent through the default gateway.The basically takes my possible 3Gb total bandwidth and throws it down a single 1Gb pipe.Then on top of that, if I take down the interface (ifdown) that has the current default gateway,I loose contact to the other two interfaces.When I look at the routes, each one of the interfaces shows the gw as 0.0.0.0 and defers to the default route. So I delete the route and try to add a new route with:

[root@testsan ~]# ip route add 10.1.15.0/24 via 10.1.15.1 dev eth2

but end up with the error:

RTNETLINK answers: Network is unreachable

[root@testsan sysconfig]# cat network
NETWORKING=yes
NETWORKING_IPV6=no[code].....

View 5 Replies View Related

Fedora :: How To Use Multiple X Session At Once

Sep 9, 2011

I can start a second x sessions with "startx -- :2" switch to it, connect to it over vino vnc. but when I switch back to the first x session the second one "freezes" I cant control it with vnc. So question is how can I use two at once? I've googled everything I can think of with no luck. Can one x server handle 2 client sessions? Wondering so I can try run one user with auto login and lock them into xbmc but have another that I can login to over vnc and muck about with.

View 2 Replies View Related

Red Hat / Fedora :: Multiple Distros On The SAME USB?

May 20, 2009

I got Fedora LiveCD version on my USB....but I would like to test many other distros on the same USB. Is there a way to have all of the distros on my USB, and when I open the boot menu on startup, I can choose which distro to boot?

View 5 Replies View Related

Red Hat / Fedora :: How To Add Multiple User With Same Uid

Aug 31, 2010

Can we add multiple user with same uid....

View 3 Replies View Related

Red Hat / Fedora :: Multiple Partitions - 14 ?

Feb 17, 2011

After installing Fedora 14 and opting to overwrite the whole drive with the new operating system I think I see multiple partitions that I did not create. fdisk -l shows:

PHP Code:

View 1 Replies View Related

Ubuntu :: Multiple X Sessions On Multiple Monitors?

Jul 12, 2010

So essentially, I have 3 monitors and i'm attempting to run 2 different window managers/sessions at once split up on the monitors. It is intended to be like this:

Code:
[GNOME/Compiz - Screen0]
- Left Monitor[code]......

View 2 Replies View Related

Fedora Installation :: F11 On A System With Multiple OSs?

Jun 16, 2009

My system already has Winxp, Vista and Ubuntu. I'd like to try F11 on my system with about 50 GB free space. How do I set up the installer so that it will install F11, configure the boot loader to recognize all (multiple Oss) so I can load any one of them? I know Fedora has no problem to boot winxp and Vista, but how to set things up so it can also boot other Linux OS on the same system?

View 4 Replies View Related

Fedora :: Downloading Multiple RPMs With Yum

Dec 18, 2009

I am trying to create a local repository of installed RPMs on my workstation. Using the 'rpm -qa' I can gather the installed RPMs on my workstation. Is there a way for me download all these RPMs using the output of 'rpm -qa'? 'yum --downloadonly' will allow me the option of downloading without installing. Since the installed RPMs are not cached in my workstation I have to download these RPMs again. If I have a local repo then it will be easier for me restore my installation without having to rediscover the packages needed. I am looking for how I can download multiple RPMs.

View 5 Replies View Related

Fedora :: Multiple SSH Logins With Only One Password?

Dec 30, 2009

I want to login into my main machine from my laptop,sing ssh with several linux consoles, all running mc.Is there any way to only login once with one password, and get several consoles running at the same time?It's a pain to have to ssh and give the same password for each console I want running on the main machine.I've looked at the screen package, but can't seem to get that working.What I'd really like is 3 different terminal sessions, all connected with one password. Each terminal with 3 tabs, all running mc under the same password. So that's 9 different instances of mc running remotely

View 3 Replies View Related

Fedora :: Multiple Folder Windows

Jan 9, 2010

how can i set the folder options so that when traversing through folders there is only one window open, rather than a new one every time i enter a different folder?

View 1 Replies View Related

Fedora :: Run Multiple Instances Of Yum At The Same Time?

Jun 24, 2010

Is there any way to run multiple instances of yum at the same time. The need is to speed up the install process.

View 2 Replies View Related

Fedora :: Multiple - Unzip *.hgt.zip Does Not Work

Sep 17, 2010

I've downloaded about 40 zipped files from NASA, SRTM files, unzip *.hgt.zip does not work, unzipping individual files does. is the a util that can do a multiple unzip, or a short script.

View 7 Replies View Related

Fedora Networking :: Multiple IP On Single NIC?

Jan 23, 2011

I've been trying to set multiple IP my Fedora 14 but nothing seems to work. Upon browsing the net, I found there are two ways for it. One is eth0:0~eth0:n nd another is eth0-range0. All are configs under network-scripts. But neither of them worked for me. Even grabbing a working example from my live server doesn't do the trick (though the server is a CentOS 5.5).

Currently using eth0-range0
ONBOOT=yes
IPADDR_START=192.168.1.127

[code]...

View 2 Replies View Related

Fedora :: Convert Multiple Jpg To Mpeg?

Mar 3, 2011

how do i successfully convert jpg's to a mpg

i found this command 'convert *.jpg filename.mpeg' part of ImageMagick

when i issue it i get

Code:
[kp@freeze photos2]$ convert *.jpg clock.mpeg
convert: delegate failed `"ffmpeg" -v -1 -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -i "%M%%d.jpg" "%u.%m" 2> "%Z"' @ error/delegate.c/InvokeDelegate/1061.

the images are of a clock gauge, captured every minute over numerous hours. i would like to view these pictures as a movie, visually it is easier to watch

PC F14 with all the latest updates

Code:
[kp@freeze photos2]$ rpm -qa ffmpeg
ffmpeg-0.6-4.20100704svn.fc14.x86_64
[kp@freeze photos2]$ rpm -qa ImageMagick
ImageMagick-6.6.4.1-15.fc14.x86_64

View 3 Replies View Related

Fedora :: Install And Use Multiple Versions Of Gcc (on F15)?

Jun 6, 2011

For my work it is extremely useful to have multiple versions of gcc available. I've done this in the past under Ubuntu simply by enabling alternative or older repositories but in Fedora land I've not been able to find a standard automated way of doing this. Can anybody point me in the right direction?

View 13 Replies View Related

Fedora Servers :: Multiple Site Under An Ip?

Jun 18, 2011

i need to host multiple site under one ip adress, its this posible ?

View 1 Replies View Related

Fedora :: 15: Setup Gdm (multiple Screen)

Jul 24, 2011

I am just trying out Fedora for the first time (coming from Gentoo and later Ubuntu).

So far everything works fine, but I have one problem with the gnome display manager (gdm), which is responsible for the initial graphical login screen.

My graphics adapter (nvidia) has two dvi-outputs, and i use them both. One is my primary display, the other one is used for my projector (watching films etc).

When starting Fedora, unluckily, the gdm login screen is shown on the wrong output (the projector, which is only occasionally turned on). I'd like it to be shown on the primary display.

Now I learned that gdmsetup disappeared in this release of Fedora. How can I achieve this goal now? What I found out through research is that there is a config-file (/etc/gdm/custom.conf), which can be used to configure gdm. But I don't have a clue how to. I found the following official documentation: [URL].

View 9 Replies View Related

Red Hat / Fedora :: MUltiple IP Creation With IP Redundancy

Mar 4, 2010

I have to implement hardware redundancy.I have 2 linux machine for this and each have similar configuration/hardware. Lets say two machine Linux1 and Linux2. Currenty Linux1 have one NIC and it has 4 Ip address bind on it. Now I have to down the Linux1 and up Linux2 with same Ip addresses. Could it possible to configure all the Ip (same)address on both Linux1 and Linux2 and Linux1 have eth status UP while Linux2 have eth:y status down. I am trying it but on Linux2 machine I cant able to create multiple Ip interfaces with down status.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved