What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Linux Dev Solutions: 26 - 50 of 55
 
hi all, can any body guide me to a good   ftp client  other than gedit that is open source , free and  stable
i used the redhat knowledge base to help me with the mounting process, everything work out until i tried to mount the actual device, i keep getting this message,'you must specify the filesyste...
How can I achieve the following ?  As far as I can tell it is not possible to negate a directory test ? echo "enter desitred directory" read dirval while [ !-d $dirval ] do echo "non-ex...
Dear Experts, I am trying to perform a screen capture with Firefox on centos 5.3 using vncserver via the command line/ssh shell. (This server is hosted remotely). When I enter the command to ...
This is a program I am working on for a school project. Any help would be appreciated. I am using Bloodshed's DevC++ and I am receiving some compiler errors and I cant figure out how to fix...
Hi, I'm having difficulty getting my head around indirect variables. My goal in the code below is to set the "prog_mode" variable based upon the case test outcome.
I'm writing an app that needs to read the MBR record of the disk, for this it must have root access but it must only be run by a user. Command line solutions are not an option. Is there ...
I am using find command in my script to exclude particular file with pattern USER_ACT_*.txt but somehow the find is not returning anything.. There were files without the above pattern in the d...
Trying to setup Socat for our new multi-server configuration... CentOS 5 64bit # make FIPSLD_CC=gcc fipsld -O -D_GNU_SOURCE  -Wall -Wno-parentheses -DHAVE_CONFIG_H -I.  -I.   -c -o soca...
Hi I have a simple question~: being new to Linux make files and coming from a windows background where all this is done for you. How do I determine which .o or .a or what ever to link to ...
I am trying to add a system call to a 2.6.31 kernel (on a Fedora install if that's relevant). I have downloaded fresh sources from kernel.org. I have been following tutorials found online, but...
I have a delimited file where I would like to do put a grep matched line into a new file. /usr/bin/cut -d: -f3 /my/delimited/file | grep -ix 'my string' When a line matches the above, I ...
I have a group of clients running a perl CGI application on my server.  90% of the code is the same across the installations.  My directory structure is like this: ../client1/cgi ../client1/...
6 non-emtpy dirs, each one week order than the previous.. [oracle@oracletest1 arch_testing]$ ls -lrt total 48 drwxr-xr-x 2 oracle oinstall 4096 Sep  3 00:00 0909030000/ drwxr-xr-x 2 orac...
Want to read/write a sector directly from/to block device, say USB or hard drive. I was directed to use fdisk to determine the block size (fdisk can be downloaded from ftp://ftp.kernel.org/pub...
I'm trying to run a script using wget to execute every 5 minutes but the crontab doesn't seem to be working. When I SSH, I login and I typed crontab -e then I entered 5 * * * * wge...
Can you tell me some of the nagios commands to see if it is running and to restart and check the status on a linux machine?
Hi! I have previously compiled gcc/g++ on a system with glibc-2.5. The compiler is compiled with glibc-2.5 libraries. Now I have installed glibc-2.9 in usr/local/glibc-2.9 (for precautio...
Linux/BSD machines can use samba to access directories on Windows machines on the local network, even those directory/drives are not shared at all. We want to block all such access to a specif...
Hello, I am not new to linux, but not well adversed. I would like to script asterisk to via an IVR when '1' is pressed for example, to light an LED or throw a ground. I have two ports i cou...
This script is for a school assignment. What is the meaning of the line "SERVICE='httpd'" in the script? Please post links if you have any. I need the explanation for that line in th...
I need to pass in a number of arguments to a shell script. The exact format that the specification calls for is as follows: scriptname  --name=value --name2=value2 In essense, the arguem...
Hi I'm trying to set up Ubuntu server on a Dell Poweredge Server 2600 but can't find a driver for the PERC card. The model is a PERC 4 D/i but there isn't anything on Dell's website even u...
Hello Experts. I want to list all the static libraries linked with an executable. I just need a Linux command. i am using REDHAT 4.0 version.
Please take a look at http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24827061.html Is there something similar to Pslist for a linux machine?