Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top Linux Solutions: 101 - 125 of 648
 
I have been put in charge of building a architecture for a mobile/server environment for a company which expects to deply thousands of handsets that will continually communciate to a backend s...
Hi, I have reached the limits of what I understand of the Linux security model. I need some help now. I have a directory open for anonymous uploads. The directory is owned by user ftp in a...
I use the 'route' command to edit the Linux kernel routing table. But every time the machine is rebooted (which occurs frequently), the routing table is lost. How can i edit and save the routi...
I have a .ksh that calls a sql script in Oracle 10g on Linux. If I schedule it via crontab it won't run the sql, it will however run the mailx command after the sql is called. I tried scheduli...
I can't seem to find these files anymore, anyone know where they would have moved to or how to get them back?
i have been using mdadm for my raid 5 and so far its worked great till now, i have only been using this raid for about a week and i had always mounted from fstab with /dev/md0 /mnt/movies e...
Hi, I have setup a Ubuntu Server running squid and dansguardian, also installed is webmin.  this all seemed to go on ok, but im not sure how to configure this correctly. The box has 2 netw...
Hi, Can someone guide me on how to remove java version 1.4.2 and installed Java JDK 5 on a Centos 4.6 server. The Centos server is currently running: java version "1.4.2" gcj (GCC) 3.4.6 ...
How should I disable the connection time out  in ssh
Hi I have setup named server. in named.rfc1912.zones  -> i have added zone the configuration of named.caching-nameserver.conf is asfollows : options {         listen-on port 53 { ...
HI I would like to execute a shell command via a simple php web interface that will display the pc's current ip address (public and private) and also to store the values or people's email addr...
Hi all,             I had a squid server. when the cache_mem 96 MB then it is not showing any error. But if i did it 128MB. then it is showing the warning WARNING cache_mem is larger than...
RPM shows failed dependencies but I have verified that all the dependency files are there. How do I get RPM or YUM to recognize the dependency files (for eg: /lib/libcrypt.so.1) are there. ...
I did CentOS install with default settings for file system. And this is the output of filesystem Resource         Used       Max VolGroup00    50.75 GB  50.75 GB / (VolGroup00-LogVol00) ...
Hi all ,               I downloaded the phpMyAdmin-2.11.8.1-all-languages.tar.gz  on  /root/Desktop and then # tar zxvf phpMyAdmin-2.11.8.1-all-languages.tar.gz than i  did # cd ...
Hi all I want to know i want to read a book that is in .chm extension. kinly tell me how to run this format in linux thanks
Hi, I've followed instructions of the book "AsteriskFutureOf TelephonySecEdit" on page 295 onwards and get an error when running service asterisk start. The error is: cat: /var/run/asterisk.pi...
I am trying to get gnome-session working on Debian Edgy kernel version 2.6 When I try to start a gnome-session from the terminal at the actual computer I get this error after running the co...
Hi all, I'm running FC5 as a general rule and I'd like to know the following: How can I block remote logins as root but allow scp as root? Thanks! -michelle.
I moved a linux box from one network to another.   After the move, I backed up a file like this:   cd /etc/sysconfig/network-scripts/   cp -p ifcfg-eth0    ifcfg-eth0.sav This is ifcfg-et...
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...
Hi, I'm writing a Perl script that reads various time values in jiffies from a Redhat Enterprise Linux installation's procfs. I need to convert these values to seconds. The question: How...
Hi I am new to Nagios and have installed version 3.0b3 on Ubantu with NSClient++ on windows machine to monitor my xp machine. Having gone through all the steps in the online documentation i...
Help me config server linux for Apache; Php 5; MYSQL ; PHPMYADMIN ...etc ?
I want to read/write sector on Physical Hard Disk in Linux. In MS-DOS, it can do by call Interupt (C language):  asm {     mov ah,0x41     mov bx,0x55aa     mov dl,DISK     int 0x13  ...