Do not use on any
shared computer
August 8, 2008 02:26pm pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top Linux Solutions: 151 - 175 of 352
 
Here is a line from our /etc/crontab (enterprise Linux 4) 02 09 * * 1 root /admin/licenses/bin/demo.sh For the last four weeks, the script has only run every other week.  No significant ...
iptables -A INPUT -i eth1 -p tcp --destination-port 25 -j REJECT iptables -A INPUT -i eth1 -p tcp --destination-port 5432 -j REJECT iptables -A INPUT -i eth1 -p tcp --destination-port 22 -j ...
I'm the new admin at my company and we have one Aix server that I have to monitor. I'm a winodws persion and not very good with Aix. Anyway I need to setup a cron job to defrag on of the drive...
We have a Linux box setup and the only thing it does is act as a winserver so that the local pc's show up in network neighborhood.  We have no domain network installed.  We have static address...
For quite a long time I'm wondering why my web server appears so slow from time to time. My web server runs under Debian 4 installed as guest OS on top of VMware server 1.04 running on win2...
Hello there, I have a server load constantly with about 5.0 or something.. I have centos v4.6. When I type (top) all i see is mailscanner.. can someone help me figure out the problem?
I am trying to configure my realtek 8169Gs ethernet card in RHEL AS4 U6.But the NIC is not getting detected by RHEL lspci shows its a Realtek 8169GS Ethernet card after modprobe r8169 ls...
i need to Disabling services in linux which starts in startup .Kindly help me
I'm using Winamp in Windows and I need a freeware application to use in Linux, for playing mp3 files. I want something as similar as possible to Winamp and if possible with the ability to open...
Hello I'm trying to use wget to mirror website with static content. wget -r www.site.zyx It will download all files from the webpage, except those linked to from within .css files. ...
Hi Experts ; I have a cent os 5.1 using firewall with ip tables and content filtering with dansguardian.Both seems working without a problem.I have restricted user and unrestricted user on DG...
hi everyone i have linux suse 10.3 and it was working absolutely fine and now suddenly i can not telnet into the machine through anywhere. how can i fix it i have check the its listenin...
How can i port the following algorithm to linux. Problem: There are files with names as *.default.template in a directory. A script myscript.sh will be called repeatedly to do something wi...
Hello, I am trying to setup a task to run every 10 minutes in cron. Unfortunately, the release of linux the server is running seems to be using a weird cron daemon. Which doesnt seem to have ...
HI i am trying to install mysql in linux server but giving trouble. what step i took already :  yum list mysql Installed Packages mysql.i386                               5.0.45-7.el5 ...
i having disk space problem in my linux server hence i have the following logs : Can i delete all the log file .. will it be a problem ?
This command on my linux system does not work - find /var/subversion -print |grep -v '*.dump '> files I thought I could exclude the dump and tar files this way but it is not working.
I want to install a Proxy server on my VPS. I want a simple code like 3Proxy which is installable on VPS servers which doesn't need low level access or access to IPTAbles like VPN or OpenVPN s...
I am moving a website to a new server for a client, and they keep referencing a folder named /~books/ in their code. However, when I create the folder on the new server, I keep getting a 404 w...
I'm currently schedule a task using crontab, however, I can I schedule my program to be running weekly?
I have few files as below. /home/test/abc.txt /home/code/bcd.txt /home/script.sh Now I'm creating a tar using command tar -cvf abc.tar /home/test/abc.txt /home/code/bcd.txt /home/script...
Hi, I want to copy with scp but for just new files. If file is exists so i don't want to copy it. How can i do this?
Hi, We're planning to relocate/shift our datacentre in a few months' time. I realized in our DataProtector Centralized backup, we only backup at filesystems level  & looks like bare met...
Is there an ssh gui tool that will run from windows and connect to a linux box? I need a one that is free to download.
When I use "svn status" in my directory: It gives me a long list of files either preceeded by an M for "modified" or a question mark(?) for new files. **Is there any way to add a line in a...