Displaying 20 results from an estimated 50000 matches similar to: "Updating my install directory"
2006 Jan 30
5
Creating my own YUM repository
I have already 6 Centos machines here and it is getting strange
having to pull down updates to each system.
Seems like I should set up one system to pull updates and then all
other systems to point to it.
How?
Plus then I would want to add to this repository.
Say that a number of my systems use tomcat which is only available
via rpm. I would like to be able to add it to my repository, and
2007 Dec 25
13
Natulius CD burner does not accept my 700Mb CD-R disks
When I try to burn anything to cd, I get a message to insert a CD large
enough for my file (normally an ISO image). Doesn't matter if the iso
image is a 600Mb Centos ISO or a 48Mb DSL ISO. Same warning.
My CD-Rs are Memorex 700MB/80min 52x disks that work just fine on XP
systems.
So what am I missing configuration-wise?
2005 Apr 18
1
more: Have install diskette for 3.0, but can't find the .img for 4.0
I have found something called: diskboot.img
at: http://www.gtlib.gatech.edu/pub/centos/4/os/i386/images/
But it is 6Mb large (6411Kb) instead of 1411Kb
And the rawreadwrirewin program gets an error on it when run on NT. On
Win2000, it makes a diskette that fails to boot..
So really, HELP!!!!
I 'just' discovered that my old bootable diskette is for Centos 3.0, and my
other CDs are
2005 Apr 05
4
Milestone
Well I now have a 4.0 server at a solid checkpoint. Before I start the
chore of setting up SAMBA and LDAP.
Part of the delay was I did not copy all of the needed DNS files, and I
have to reerad the BIND book.
So I want to be able to get to this point again easily.
I did not note down what options I had selected during install. Is there
some way in the install log to figure that out?
Is
2017 Mar 14
2
httpd/sites-available directory
The goal is to have access to a specific virtual host on port 80, to be
routed to port 443. Any other port 80 access is left as is.
So let us assume a server foo.bar.com and the specific virtual host is
webmail.bar.com
So I have tried:
<VirtualHost *:80>
ServerName webmail.bar.com
ServerAlias webmail
RewriteEngine On
ReWriteCond %{HTTP_HOST}
2017 Feb 21
1
Problems with my simple write conf files method
On 02/21/2017 11:03 AM, KM wrote:
> I have never used this method per se, but in general in any script if you want to preserve the $ (dollar sign) or variable name you must use a backslash to preserve it. For example change your $CONF to \$CONF. The $CONF should then be printed into your conf file.
Thanks that worked.
> KM
>
> From: Robert Moskowitz <rgm at
2008 Sep 11
3
My turn at building a custom kernel for IPsec BEET mode
Well I am working on building a kernel that will have the IPsec BEET
mode patch available from infrahip.hiit.fi.
I have some decent help, but really no one there is a seasoned Centos
kernel builder (though they work with different FC kernels), and now
they are mostly done for the day.
I have been following the wiki on building a custom kernel, got my patch
in ~/rpmbuild/SOURCES and away with
2017 Mar 14
0
httpd/sites-available directory
If all you want is a really fast redirect, then indeed what those people advised should work.
NameVirtualHost IP:80 (you only need this on apache 2.2 and lower, not needed on CentOS7 which comes with apache 2.4)
<VirtualHost IP:80>
ServerName webmail.bar.com
Redirect permanent / https://webmail.bar.com/
</virtualHost>
--
Sent from the Delta quadrant using Borg technology!
Nux!
2013 Mar 15
0
Fwd: atheros wifi on my oqo2
---------- Forwarded message ----------
From: SilverTip257 <silvertip257 at gmail.com>
Date: Fri, Mar 15, 2013 at 7:51 PM
Subject: Re: [CentOS] atheros wifi on my oqo2
To: Robert Moskowitz <rgm at htt-consult.com>
On Fri, Mar 15, 2013 at 5:07 PM, Robert Moskowitz <rgm at htt-consult.com>wrote:
>
> On 03/14/2013 07:09 PM, SilverTip257 wrote:
>
>> On Thu, Mar 14,
2006 Jan 03
4
Linux boot floppy to install over net
With all this going on, it seems to me there MUST be a floppy image
that will load the minimum shell (including PCMCIA drivers!) and all
over-the-net installs (HTTP, FTP, of NFS).
That would really help on one old notebook I have.
Oh, and of course this is for CentOS 4.2!
2017 May 28
4
Low random entropy
On 28/05/17 23:56, Leon Fauster wrote:
>> Am 28.05.2017 um 12:16 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>
>>
>>
>> On 05/28/2017 04:24 AM, Tony Mountifield wrote:
>>> In article <792718e8-f403-1dea-367d-977b157af82c at htt-consult.com>,
>>> Robert Moskowitz <rgm at htt-consult.com> wrote:
>>>> On 05/26/2017
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html
IPv6 support in VNC Server E4.1.7/P4.1.2
VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with
IPv6 support disabled by default, for security reasons. IPv6 can be
enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4
only), either on the command-line when starting vncserver under Unix
Ok.
2017 Feb 21
4
Problems with my simple write conf files method
I have been creating conf files and similar with the following method
that I picked up (I think from psotfix docs):
cat <<EOF>>/etc/aliases || exit 1
root: youremail
EOF
See: http://medon.htt-consult.com/Centos7-armv7.html
But with postfixadmin I stumbled onto a problem. The following:
cat <<EOF>/usr/share/postfixadmin/config.local.php || exit 1
<?php
2017 May 28
2
Low random entropy
On 05/28/2017 04:24 AM, Tony Mountifield wrote:
> In article <792718e8-f403-1dea-367d-977b157af82c at htt-consult.com>,
> Robert Moskowitz <rgm at htt-consult.com> wrote:
>>
>> On 05/26/2017 08:35 PM, Leon Fauster wrote:
>>>> Am 27.05.2017 um 01:09 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>>>
>>>> I am use to low
2017 May 28
3
Low random entropy
On 05/26/2017 08:35 PM, Leon Fauster wrote:
>> Am 27.05.2017 um 01:09 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>
>> I am use to low random entropy on my arm boards, not an intel.
>>
>> On my Lenovo x120e,
>>
>> cat /proc/sys/kernel/random/entropy_avail
>>
>> reports 3190 bits of entropy.
>>
>> On my armv7 with
2006 Sep 15
4
yam help
I am trying to use yam to create a repo based on the 4.4 CDs. I have
copied the contents of the CDs to /var/dist/CentOS-4.4-i386. No
matter what I try, yam always creates an emtpy repo.
This is my current yam.conf file:
[main]
srcdir = /var/yam
wwwdir = /var/www/yam
arch = i386
[centos]
name = CentOS $release ($arch)
release = 4
arch = i386
metadata =
2004 Oct 31
1
Trust between Samba 3 and Win2000 Server
Hi.
Our local network is based on Linux server + Samba 3 + OpenLDAP for
authentication and other services. Win98 SE, Win2k and WinXP
are accessing the Samba server.
Our head quarter requested that we establish an VPN tunnel to their
network. They want to use file sharing between connected LANs.
Unfortunately they are running Win2000 Standard Server with AD based
domain controller (I don't
2009 Apr 03
7
New Centos 5.3 gnome backgroup
I don't know if I really like this background though it is kind of neat.
Where do I find the app to change this?
2009 Apr 03
7
New Centos 5.3 gnome backgroup
I don't know if I really like this background though it is kind of neat.
Where do I find the app to change this?
2007 Dec 31
16
Firewall frustration
Well FWbuilder is NOT easy. The documentation does not match the
current GUI. Now the box is locked up. I will have to pull it again,
hook it up to a kybd/VGA and reset iptables....
Maybe Shoreline with webmin....
Problem is I want a REAL router/firewall with little work. Both public
and private nets have routable addresses. No NATing for me! I just
help write the RFC ;) And all the