Fedora :: How To Use Direct Command

Jun 13, 2009

./ before a command to excute it. Why can't I use direct command? What should I do so I don't have to type ./ before a command. I couldn't find any thread relating to this issue so I post it here. Could someone please explain this and tell me what to do.

View 14 Replies


ADVERTISEMENT

Programming :: Direct Standard Output From Find Command?

Mar 26, 2010

I'm trying to pull out sections from a bunch of files. For one file, I use:

Code:
sed '/string1/,/string2/ !d' <filename.ext >newfilename.ext
to pull out everything between two strings in the original file and put them in a new file.

[code]....

View 3 Replies View Related

Fedora X86/64bit :: Testing With Direct IO (Raw) Devices?

Dec 13, 2009

I'm using fedora 11. I'd like to do some tests with direct IO (raw) devices. I have now raw(1) command. Yum fails to find a package providing raw. There's a /dev/rawctl and raw appears in /proc/devices. Where is it? (rpm?)

View 3 Replies View Related

Red Hat / Fedora :: Restrict Direct Root Login?

Feb 24, 2010

Eventhough users know the root credentials how to restrict them from direct login as root user. They can login as non root user first and then as root userthe material or provide some url for learning the perl script.

View 4 Replies View Related

Red Hat / Fedora :: Mailserver Have To Have Direct Access To WAN Or Can It Be A LAN Device With Just One NIC ?

Apr 22, 2010

Does a mailserver have to have direct access to WAN or can it be a LAN device with just one NIC ?

We have two WAN access points.

One is an adsl router joined to the switch and all seems fine for internet browsing.

The other is a wireless system with a linksys router joining by way of PPPoE and this appears to connect fine.

This PPPoE is direct to our ISP and where we need to downlod our mail to our pending mailserver.

When the linksys router is also joined to the switch all devices can use either the adsl or linksys to roam the net. 192.168.1.1 linksys & 192.168.1.10 is adsl.

When I join the linksys direct to the mailserver I will then need two NIC's. One for the Linksys and one for the LAN.

This is where the fun has started.

So.... Can I just have one NIC (connected to the switch) on the mailserver?

View 5 Replies View Related

Fedora Servers :: F13 - LDAP Multiple Direct Map In AutoFS

Sep 18, 2010

I am using LDAP to manage the autofs and everything works fine. I have a situation here that I can't figure out how to do. I need to use 2 direct map in auto.master, but the LDAP service doesn't allow me to add 2 "cn: /-" entries in the directory.

The following is my auto.master map:
dn: ou=auto.master,ou=autofs,ou=dolphin,dc=example,dc= com,dc=my
objectClass: automountMap
objectClass: top
ou: auto.master
dn: cn=/-,ou=auto.master,ou=autofs,ou=dolphin,dc=example,dc =com,dc=my
objectClass: automount
objectClass: top
automountInformation: ldap://ldap.example.com.my/ou=auto.iso.indirect,ou=autofs,ou=dolphin,dc=examp le,dc=com,dc=my
cn: /-

I have another ldap entry auto.data.indirect but I have no idea how to inject it into the directory. Any ideas how to implement it? I am using Fedora 13.

View 3 Replies View Related

Fedora Installation :: Cannot Open Volume For Direct Access

Jul 8, 2011

I am using a Dell Inspiron 14R laptop that came with Windows 7 Home Basic. The partitions of my hard disk before installing Fedora 15 were:
Dell (OEM Partition)
OS (C: ) (Primary Partition)
RECOVERY (Primary Partition)
New Volume (E: ) (Logical Drive)

I tried shrinking my C: drive (which has Windows) but couldn't do so hence performed the procedure on E: instead. I did this to create a 15GB unformatted space to install Fedora in. While installing Fedora, I chose the option "Use Free space" under Disk Partitioning Setup but the OS got installed in E: drive. Currently, I am able to use both Windows and Fedora under dual-boot but the problem I am facing is that when working with Windows, I am unable to see drive E: in Computer.

Windows Disk Manager is able to detect the partition and is showing it to be healthy (1st screenshot). Its name now is New Volume and neither am I able to change its path or letter (Error: incorrect parameters) nor am I able to check it using "chkdsk" (Error: cannot open volume for direct access/ GUI doesn't work as well) (2nd screenshot). On the other hand, I am able to access both the partitions in Fedora.

Another point to mention is that after finishing the installation of Fedora, when I started Windows, the Disk Manager as well as Dell DataSafe showed that the Windows Recovery drive had been formatted (maybe inappropriate terminology!) and was no longer retrievable. To rectify this problem, I restored my Windows to before Fedora was installed and I seem to have got the Recovery drive back (1st screenshot) (before doing this, it was nameless and empty).

View 4 Replies View Related

Fedora :: Direct Link To Download RPM File For Koffice?

Nov 21, 2010

I have to download myself? direct link to download RPM file for koffice,

View 4 Replies View Related

General :: Fedora - Boot Direct To Application On Console With No Login?

Apr 19, 2010

I have a need to start an application on bootup on the linux console and I do not have a need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles but I would like to allow SSH access via the network port for debugging, loading, etc.

The application is a SDL graphics program running with fbcon as the SDL_VIDEODRIVER if that matters. I'm currently using Fedora 10 and 12 but any distro that supports SDL using the fbcon framebuffer would be acceptable.

View 2 Replies View Related

Fedora :: 12 Mounting Realtime XFS - From Direct TV DVR HR22 SATA Drive

Feb 9, 2010

I am attempting to mount my Direct TV DVR (HR22) SATA Drive using Fedora 12 x86_64 using the following command:

The output of BLKID is:

I am able to mount this using MSFLive.org LIVECD/USB: [url]

I must have something wrong with my installation in some what so that i can't mount a Realtime XFS Share in Fedora 12.

View 2 Replies View Related

Fedora :: Get From The Repos As Opposed To "direct"

Aug 17, 2010

Does anyone know when the latest versions of THUNDERBIRD & FIREFOX will make it to the repos? What determines the schedule? TB is supposed to have a fix for a problem I'm having & I'd rather get from the repos as opposed to "direct".

View 14 Replies View Related

Programming :: How To Re-direct Image

Feb 17, 2009

How to re-direct image

View 1 Replies View Related

Debian :: Direct PC-PC Ethernet Connection?

Aug 19, 2011

So I have been struggling to make this happen for a bit and cannot figure it out. I want to communicate directly from my non-GUI Debian to my Puppy Linux PC. I have set up my Puppy PC for direct connection as per the instructions in the network wizard. I need to set up my Debian to do the same.

I have done the

auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0

in /etc/network/interfaces.

I still cannot ping the Debian machine from the Puppy one. Are there any other steps to the direct connection? (I already have the crossover cable in place)

I have also tried this with both PCs connected to a Netgear router. I CAN connect to the debian machine if it is on the router at the IP I assigned it and the Puppy PC is configured to use the router.

Is there a file I can edit or a process I can turn off? I think it's close I am just not sure what I am missing.

View 6 Replies View Related

Ubuntu Installation :: Update 9.10 To 10.10 Direct?

Dec 1, 2010

I Have Simple Proplem I Have Upuntu 9.10 And I Need to Update this vesion to 10.10 Direct is there a way to do this

View 1 Replies View Related

Ubuntu :: Install Bitdefender Direct From CD?

Jan 8, 2011

How do I install programs from CD or files I've doanload (linux) google earth.

View 1 Replies View Related

Applications :: Fax Documents Direct From Computer?

Apr 16, 2010

if somebody knows of a new software that I can install on my linux systems that would allow me to send documents from my computer to a fax machine to other offices.

View 5 Replies View Related

Programming :: Re-direct The Output Within An Awk Script?

Feb 27, 2011

I need to re-direct the output within an awk script, but not to already known, fixed filenames. The output file names depend on values of the fields. For example (the actual problem is surely more complicated), if, on a given line, the second field is DATA, the third is 1984, I would like to print some information in a file called output_DATA_1984. This could/would change in the following line of the same input file. Such things are pretty easy in bash, put I cannot do it in awk, as I can only find manual references for redirecting output to fixed filenames between double quotes.

View 2 Replies View Related

Ubuntu :: Direct Syslog Messages To Particular Tty?

Aug 24, 2009

I wrote a script which will run in ubuntu box and will display in tty1, without loading the gdm. The problem is when I plugged in a usb drive it will cause some messages to be printed into the current tty user logged in.

Like : [sdb] Assuming drive cache: write through

This is really disturbing when a user is running the script. Is there anyway that I can direct all the messages to some other tty which I don't use.

View 2 Replies View Related

Software :: Direct Access To Key Strikes?

Jul 13, 2010

How can one have direct access to key strikes. Normally the key strikes that collected by the concerned programme and access to the same is not available to any other user programs. I am trying to write a program to simultaneously catch the key strikes. Obviously for this would require a low-level access to the keyboard. How can one do it ?

View 2 Replies View Related

Programming :: How To Do A Direct Memory Access

Jul 26, 2011

I have a single board computer previously running DOS. I recently made Linux running on it. Now that the system is running Linux, I have to translate the code that was supported by DOS. The code has segments that allow direct access of memory mapped registers through the macro _MK_FP and do read/write. I have read that where DOS allows this kind of direct memory access, Linux does not. Is there a way to do this in Linux?

View 6 Replies View Related

Programming :: PHP To Direct LPT Port Print?

May 31, 2011

Any one using php program to direct lpt port print command, now i am creating one programe for mini shope that system having citizen CT-S4000 model.

View 2 Replies View Related

CentOS 5 :: Direct PXE Boot To Specific NIC?

Aug 27, 2011

[code]...

What/where is this eth0 interface? Is it possible I can direct PXE boot to use different interface?

View 1 Replies View Related

Debian Configuration :: HP MSA2040 Direct Attach SAS

Jun 24, 2015

I have recently acquired a HP MSA 2040 san, which they say will work with Red Hat. But I'd much rather use Debian. It's attached to a Gen 9 DL360. I cannot get the OS to see the external drives. I hope it's just me mssing something.

I have told the DL360 to keep the external control in HBA mode, not RAID, not using the hosts RAID intelligence. I think I have set the MSA to offer a couple of disks as a virtual drive. I CAN see the drives in the BIOS boot menu for the DL360, though it doesn't show the virtual voilumes on the MSA, I cannot see the MSA virtual or physical drives once Debian is installed.

I have installed multipath-tools, and the SCSCi utilities.

But no luck seeing the drives.

View 2 Replies View Related

OpenSUSE Install :: Direct Update / Upgrade From 11.2 To 11.4?

Apr 7, 2011

I am currently running OpenSuse 11.2 still having problems with sound, CD-burning and the like being a total newbie. But I am also a very curious person.

So my questions are: Is it

a) advisable to upgrade to the latest version when there are still problems to solve in the old version and after quite some work the most important functions are up and running

b) is it possible technically speaking to upgrade directly from 11.2 to 11.4 without risking too much.

View 9 Replies View Related

OpenSUSE Multimedia :: Direct Output Of Microphone?

Nov 15, 2010

I would like to plug my guitar on my pc and hear what I'm playing out of my headphones. I have not found out yet how I can enable direct output. Neither with Line-In, nor Mic-Input worked. Has anyone an idea how to enable it? KMix does not provide such a function as far as I know

View 7 Replies View Related

OpenSUSE Network :: Direct NAS Reading And Writing?

Feb 9, 2010

I've been able to get access to our Netgear NAS, I can browse it, copy files etc. just fine. But I don't have "direct access" in as far as, Open Office won't open any files residing on the NAS, neither can I save directly to the NAS form a program and when I get a "Browse for File" form field on a website (eg attachments in GMail etc.), I can't browse to the NAS either. My XP box does do all of this, either through my mapped network drive or even through browsing the network. How can I make openSuse 11.2 use the NAS with my login credentials as if it was a local disk?

View 4 Replies View Related

Ubuntu Multimedia :: Getting Direct TV / HTPC Setup?

Jun 11, 2010

I'm in the process of building a PC to run Ubuntu 10.04 and I want to use it (eventually) to with Direct TV. I just want to be able to use the PC as the DVR if possible. I'll accept the limitations, but I'm trying to do my homework to make it as easy as possible to use for my family.

I've started out with a BioStar M32 Micro ATX board and an Intel E5300 Dual Core Pentium 2.6Ghz processor, with 2Gigs of Kingston RAM. It runs pretty well, but I've got nothing installed yet (I'm dual booting with Windows Server 2003). Right now it's just in an old E Machines case with a new 500Gig toshiba SATA drive.

Is there a guide to what hardware I could get to work with Direct TV? Also, I'm not sure of what all is possible as far as integrating the two. If there is a guide, please let me know. Also, I would love to hear from anyone who is able to network or use Ubuntu with Direct TV.

View 1 Replies View Related

Ubuntu :: Unity Will Not Start / Direct Rendering?

Dec 24, 2010

Version: 11.04 (At least that's what the About Linux file tells me)
Graphics Card: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
System: Dell Netbook. Nothing remotely fancy.

After a night of trying to adjust the graphics settings to work with a reasonable game, I powered down for a few days and went hiking in the woods. Never got the game to work, but I had no problem restarting X and continuing to work. Thus, I assumed nothing was wrong. The only real change was the installation of DRIConf. Upon my return, I started up only to see my desktop background image load, and no GUI. No cursor, no Unity, nothing. When I boot up in recovery mode, GNOME seems to work perfectly fine. If I open DRIConf, though, it says that no devices can be found that are capable of direct rendering. My glxinfo output is below (clearly indicating that direct rendering is working). I assume there's a relationship between these problems. I just switched to Ubuntu a few months ago and am obviously a bit beyond my depth.

name of display: :1.0
display: :1 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions: .....

View 3 Replies View Related

Ubuntu :: No 3D Cube And Direct Desktop Access

Mar 5, 2011

Running Ubuntu Netbook remix on a Toshiba NB500-upgraded to 2 Gigabytes RAM. Very slow opening applications via the side icons. 8-12 seconds. Is that normal for this distro?
- No 3D cube. Installed related compiz software, adjusted settings, ticked cubes etc. Not a peep.
- No direct desktop access. Only via side icons. Just find it fiddly re: using desktop and changing background via side icons.
Couple other items (MBB for one) but for another category.

View 7 Replies View Related

Ubuntu Installation :: Direct Install Over Slackware

Apr 8, 2011

I have slackware on my laptop but it's pretty buggy lately, and last night it really pissed me off freezing and loosing the volume icon.So I decided to install Xubuntu over it.(Most probably it'll be Xubuntu, 11.04 or maybe Aptosid with XFCE )But - I'd like to try not to format the home partition. Now it's separated. (The partitions now are /boot, swap, / and /home.) So, I plan to:

1. Boot from the USB;

2. Delete all the hidden files and folders from the the /home. So anything that the Slackware has put and/or set - to be cleared.

3. Directly install, keeping the current partitions, but without formatting the home.

The only thing that I think of that could make some problems is that when I booted Xubuntu 10.10 on my working machine - it couldn't mount any of the hard drives? So if this happens on my laptop too.I won't manage to delete all the hidden stuff on the home.

View 1 Replies View Related







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