Search Results

Search: Posts Made By: talmoran
33,388
Posted By talmoran
Hi, #!/bin/bash for name in `ls -1 |...
Hi,

#!/bin/bash

for name in `ls -1 | grep -v $0`
do
file_name=`echo $name|cut -d. -f1 `
file_ext=`echo $name |cut -d. -f2-3 |tr -t [:lower:] [:upper:]`
echo mv...
Forum: SuSE 01-06-2010
9,799
Posted By talmoran
Network Load Balancing Server
Hi,
For this solution:
install two identical servers with Linux OpenSUSE
In both servers this daemons will install: Heartbeat (HA Linux), HAproxy, HTTPD

1. The heartbeat daemon will manage...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy