Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Linux Solutions: 226 - 250 of 363
 
I want to delete all files and directories that begin with _ recursive to /home/mydir/
I have a couple of months of experience supporting Linux Fedora and Ubuntu, but I am always having a hard time trying to install something new on them. I am trying to install a monitor on a...
I have two domains both on the same server.  I have a wildcard SSL Certificate on domainAorg.  I want to use the SSL Certificate from domainA.org for domainB.org.  I want to set up a subdomain...
If, by default,    UserDir disable is et, why would you need to have userDir disabled root? Thanks.
How do I audit all users that have logged into a linux server RHEL4? I want to know all logins from either the terminal or ssh. I would like to see all of them from the beginning and not just...
I have a windows 2003 environment with about 20 servers (most of them windows 2003) and about 250 PCs. About 200 of them are windows operating systems, the rest are linux and Mac operating sys...
Hi to give port 25 access from Every where i had to uncomment dn1 # DAEMON_OPTIONS ('Port =smtp, addr=127,0,0,1,Name = MTA') after that, when i am going to type make /etc/mail its ...
I have 5 server all Microsoft 2003. Server 1 File Server  Backup Domain Controller Role:File Sharing, Mapped Drives, File Storage and Fax Server Server 2 Database Sever Role: MSQL ...
Linux/Windows winbind process high cpu usage when authenticating on active directory I have a linux server that when a windows user attempts to open a share the winbind cpu usage approaches...
#!/bin/bash version=0 java -version 2> javaversion.log $version=`grep -c "java version" javaversion.log` echo $version  Line 4 ($version=`grep -c "java version" javaversion.log`) above ...
With BIND 9 on a Linux box should you only have secondary DNS servers listed in the allow-transfer section? If you allowed everybody in the allow-transfer could someone download your zone t...
One of my RedHat servers is not accepting SSH connections, and I cannot figure out what is wrong or how to fix it.  Here is what I have done so far - Check to make sure SSHD is running:  ...
Need to create a another user in linux which has root previlege
Hi Experts, I need to build a package Bind dns to avoid the Bind 9 exploit . The closest version I have is bind-9.4.2-4.fc7.src.rpm which is for Fedora 7 and I would like to rebuild it for ...
Hello, I want to install Linux on my QTEK s100 smartphone. I want to know if I can do it and if I will have all the same features that I have with Windows Mobile. Could I make telephone cal...
I just set up a Jabber server in house. It is ubuntu 8.04 running jabberd14. I did an apt-get install jabberd, and then edited the jabber.xml and jabber.cfg to have the right server name, and ...
Every time I need to do development on a specifici project, I open eclipse, 4 console windows and firefox. The console windows have different profiles and are used to stop/start servers and t...
Hi Linux friends, Please pardon me in advance if this is a really rookie question.  :-)  I'm still a Linux infant.   I just installed Oracle XE into my Ubuntu Linux server, but now I don...
Hi Experts, I have a Redhat EL 4 server installed with yum for my updates the updates work fine. Everyday I get the error below being sent by cron to my mail box and it's so irritating to ...
Hello Experts, Need your help desparetly. We are on the job of configuring  Windows 2k3 ADS winbind clients in the RHEL ES 4 machines. In the attached document, I have given the steps wh...
how do i mount 4TB storage ready and connected on linux installed computer through fiber.  could someone give me step by step instructions? thanks!
I have heartbeat version 2 installed and I can start and stop the service fine. I would like to use the GUI to manage heartbeat and when I start the GUI and login as username: hacluster pas...
Trying to install the Cyrus-SASL libraries. Need to use saslauthd. Installer  won't compile saslauthd gives the following message (Running Debian 3.1 linux) Quote: Making install in saslauth...
Hi Please look at attached /boot/grub/menu.lst file.. What must my default value be to boot into Windows XP as default ? Thanks
The solution to count how many versions of a certain proc are running (ie to build a "is it already running" bool) was discussed in thread: http://www.experts-exchange.com/OS/Linux/Q_23672100...