Fedora :: What Is The Difference Between '. RunScript' And 'source RunScript'

Jul 24, 2010

If I have a script called runScript I can 'run' it in serveral ways. I understand the basic difference between

Code:

./runScript

and

Code:

source runScript

. Recently however I have come across

Code:

. runScript

What does this last one do that is different to the others?

View 1 Replies


ADVERTISEMENT

Red Hat / Fedora :: Difference Between Source Files And Just RPM?

Nov 29, 2008

What is the difference below these files?

1)Say an application is written and is having source files.
2)A file called source rpm package
3)A rpm package

In case of (1) we need to compile using either the make or if we know using appropriate compiler with proper libs included. Can I know what's the difference between (2) and (3)?

View 3 Replies View Related

General :: Difference Between Install From RPM Or Source

Dec 10, 2010

Can any one tell me what are the differences, pros and cons when I install something from source versus installing that thing from rpm.

View 1 Replies View Related

Software :: Difference Between Source Versus SRC - RPM

Mar 11, 2010

It is my understanding that building from source is slightly faster since the created binary will be specific to the current kernel/system. This seems to have the drawback of when the kernel is upgraded the source compiled package will no longer work...but this is not always the case. So what kernel upgrades will cause a package from source not to function? Side bar to that, I have a package that is only available in source format that I need to install on numerous hosts. It seems that the upfront work of creating my own RPM for this package is worth it to make managing the package more efficient, and I think I have two choices: src-rpm and standard binary rpm. If I build a src-rpm and I distribute that for installation will a kernel upgrade 'break' the package since it is actually being compiled for a specific kernel at the time of install? So far I have found a lot of information, and have spent time reading the rpm docs, etc, but I don't feel like I have a good grasp of what the specific portability differences are between source, src-rpm, and rpm.

View 1 Replies View Related

Software :: Difference Between Source And Dot Command

Aug 11, 2010

What is different? When I execute the "man source", and "man ." are same. Is it same? or not? If it is different, what is it?

View 2 Replies View Related

General :: Binary And Source Packages Difference

Feb 4, 2011

Very often we get to hear Binary / Source when we talk about installing packages...From what I understand "Binary" refers to a natively packaged installation by a Distro wheras installation from Source would entail fetching the files, Compiling and then building the package. When we say "source" where do these codes reside? Is it diffferent for different distros or one common source like "sourceforge.net" or similar?! I know it sounds silly but what is the origin of the source codes??

One general remedy if a package is not found is to install from source... So , source would refer to a "tar.gz" or "bz2" archive present at some location like "[URL]". In some cases , id it possible that some packageas are not available in "Source". When I tried to build a package for a particular distro , I was told that some dependencies are not un the source ...What is the meaning of this? So do all distros maintain the codes in their official repositories?

View 1 Replies View Related

General :: Difference Between Source And Dot Command In Linux

Jun 14, 2010

I have written a set of aliases in a file.When i tried to dot it( "Prompt> . filename" ). It said " Permission denied. "But, when I sourced it ("Prompt> source filename"). It worked perfectly.Linux manual has one entry for both the commands. Then what am I missing ?

View 5 Replies View Related

General :: Difference Between Open Source And Proprietary Software

Apr 19, 2011

I am looking for the opinions of some linux users as to why they prefer using open source software and what they perceive as the main differences between it and proprietary software. In particular, I am curious as to what meaning, if indeed any, users and contributors ascribe to the open source community and how they view it on a less technical level.

View 14 Replies View Related

General :: How To Explain Difference Between Open Source And Freeware?

Oct 26, 2010

1) A 13-years old boy wasn't impressed by KDE 4.x. Its own Window$ looks also nice and pretty and have similar functionality.

2) Open Source? How to explain a difference between open source and freeware? Do we really benefit running open source programs instead of freeware? Most of us will never read a line from a source. We want, we require easily accesible binaries.

So why a common window$ user find worthy to run Linux? What can Linux offer? Linux should be as different from window$ as it is possible.

3) Twm window manager is definitely something strange - in the way the vi editor for notepad users. Twm is for some reasons better than any other wm. I started both kde desktop and xfce desktop under twm. Both desktops can be iconyfied. It is your choice which at this moment you prefer. But you can work with both. Full democracy. No more discussions which is better.

4) When finally developers of KDE, GNOME will make these desktop almost perfect they will be obsolete. In fact they are today obsolete. It is about 20 years working in the same manner. Windows, buttons, mouse's click - I think it's enough. At least I am really bored.

5) NextGen UI. Not GUI but UI. A core of the nextgen UI will be an AI
engine. Also see p. 4, we may think about VUI - virtual environements,
you can run all your preferable GUI simultaneously. Or any other today predefined UI (eg. cli).

6) What about windows (parts of a graphical screen)? Nothing. If AI will be in the core you will need windows only for watching video and playing games.

Finall remarks: It is not a project only an idea. My intuition tells me that there is a time for changes. Time for swimming in deep water.

View 11 Replies View Related

General :: Difference Between Installing Software Straight From Source And From RPM

Oct 22, 2010

i want to find out the difference between installing software straight from source and from an RPM.

View 6 Replies View Related

General :: Difference Between Kernel Source Files (RPM And SRPM)

Aug 3, 2010

What is the difference between kernel-source.x.x.x.x.rpm and kernel.x.x.x.src.rpm?

View 2 Replies View Related

Ubuntu :: Difference Between Kernel 'source Code' And Kernel Itself

Jul 3, 2011

It sounds like he's making a difference between the kernel "source code" and the kernel itself(as in the downloaded file/ files) but the way he talks about both is the same.So then, if one had already "installed" the "kernel sources code," why would he need the "tarball with the newest Linux kernel?" He's already "installed" a kernel, right?

View 3 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Programming :: Shell Scripting - Difference Of "source Script.sh" And "./script.sh"?

Jul 31, 2010

I added created a script /opt/path.sh to add paths for some programs in /opt. The content of the script is:

Code:

#!/bin/sh
export PATH=$PATH:/opt/program/bin

I made it executable and added it to /etc/profile. But it doesn't execute the script unless I execute it with "source /opt/path.sh" I have found something [url]. According to this, the change is only at run-time. But I thought executing "export" make it global?

View 4 Replies View Related

Fedora :: Difference Between Su - And Su?

Aug 25, 2010

What is the difference between su - and su? Both ask me for password. Bothe report "root" when asked whoami

View 6 Replies View Related

Fedora :: Difference Between 586 And 686 Kernels?

Jan 6, 2010

I have a fairly aged Pentium 4, RAID, desktop computer with Fed 11. I started off with the 686 PAE kernel and update it whenever the update software tells me to. Some time ago I downloaded an NVidia driver which said it needed the 586 kernel so I installed that as well.I then uninstalled the NVidia driver as it caused some minorish problems without any improvement to the graphics. The bottom line is I now have the last three 686 kernels and the last three 586 kernels, which I'm pretty sure I don't need. The machine seems to run fine whichever I use with no discerable differences.My questions are, what is the difference between the two types, which should I actually use and how do I get rid of the other. It would at the very least reduce bandwidth use when updating.

View 3 Replies View Related

Red Hat / Fedora :: Difference Between Samba And Ftp?

Jan 18, 2010

difference between samba and ftp? i have checked in google also but exact diff I didn't get.

View 1 Replies View Related

Fedora :: Difference Between Normal Partitions And LVM ?

Oct 15, 2009

Quote:

Originally Posted by diamond_ramsey

I was able to download the Fedora 12 Beta on a i386(32-bit) DVD iso and the install went well and clean.

I`m new to Fedora (but not to Linux generally) and maybe I made some kind of mistake. I`m not quite sure what logical volumes are and I was a little bit scared to use them. I tried to disable logical volumes and put Fedora on my "classical" volumes (partitions) but they looked quite different from what I expected.

View 5 Replies View Related

Fedora :: Difference Between 'yum Remove' And 'yum Erase'?

Jan 27, 2010

ABRT 'sucks' Will my system die if I remove abrt* will this work:

Code:
yum remove abrt*

and what is the difference between 'yum remove' and 'yum erase' ?

View 7 Replies View Related

Fedora Networking :: What Is The Difference Between Wireless-N And -G?

Mar 19, 2010

The other day my 7 year old Belkin-G router packed up and I had to buy a new one. I purchased a ZyGEX wireless-N router that claims to be capable of 300mbs communication on my home network. I have five computers networked and on each of them the network speed is only 5 or 6 mps. The reason I ask this question is while I was only getting 54mps speed with my old router, it was much faster than this one.

I also am asking if anyone knows if the adapter on the laptop or desktop not being compatible with wireless-N could be causing this. Is there anyway to increase network speed in such a situation. I might mention that I am only talking about the speed within my home network, not the broadband download and upload speeds (which is also crap, but not related to this case.)

View 6 Replies View Related

Fedora :: Difference Between Init And Telinit

Aug 11, 2010

difference between init and telinit?

View 2 Replies View Related

Fedora :: Difference In 15 GNOME And LXDE?

Jul 4, 2011

What is difference between fedora 15 GNOME and fedora 15 LXDE except their interface.(I think their is no difference except their interface). GNOME 3 interface is much better than LXDE but it uses a lot of system resources. If I have F15 GNOME then can i switch from GNOME to LXDE without reinstalling it if yes then how?

View 1 Replies View Related

Red Hat / Fedora :: Difference Between Gnome And Kde Desktop?

Jun 3, 2009

difference between gnome adn kde desktop in RedhatEL-4.

View 4 Replies View Related

Red Hat / Fedora :: Difference Between Two Profile Files?

Jan 20, 2010

There is .profile under my directory and I found another one under /etc/ . I know the first one is the one we edit for path and alias and stuff. but how does it differ from the one in /etc?

View 2 Replies View Related

General :: Difference Between Fedora And Ubuntu?

Mar 12, 2011

Difference between Fedora and Ubuntu?

View 3 Replies View Related

Fedora :: Packages With An Extension .drpm - Rpm And Difference?

Jun 8, 2009

Am seeing some packages with an extension .drpm. Are these similar to rpm? And whats the difference?

View 3 Replies View Related

Fedora :: Difference Between A Package And Its -devel Equivalent?

Mar 19, 2010

Am just wondering what the notion is behind having a package without all needed files, and having a -devel package with the rest. Such that whenever am installing a package fron tarball, and it says it cannot get a package, I always install the -devel equivalent and all gets to be OK. Why dont they just have everything in the original package?

View 4 Replies View Related

Fedora :: Difference Between Unmount And Safely Remove

Mar 25, 2010

I have an external HDD which I use under Fedora. After finishing with my work, I unmount all the mounted partitions of the external HDD & then proceed to switch it off. The HDD partitions are unmounted but they are still visible(but not mounted) under computer. The HDD still seems to spin. But when I click on "Safely Remove Drive" they disappear from Computer & also the HDD stops spinning albeit the switch on HDD being powered on. So what should I use "Unmount" or "Safely Remove". What is the difference between the two?

View 7 Replies View Related

Fedora :: Difference Between A Real System And A Virtual One?

Jul 15, 2010

I have installed linux on a virtual machine in Oracle VM VirtualBox because I want to run linux while running windows at the same time. I was wondering if there is any difference between a real linux system and a virtual one for learning purposes.

View 5 Replies View Related

Fedora :: . Difference Between KDE Control Module And XScreenSaver?

Jun 8, 2011

Can someone please tell me why I have 2 screensaver programs? I have screen saver - KDE Control Module and XScreenSaver. What is the difference between them?

View 1 Replies View Related







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