Displaying 20 results from an estimated 1100 matches similar to: "Mother board recommendation"
2014 May 15
4
Set static IP
Hello,
I want my CentOS 6.5 computer to have a static IP. Currently I get the
IP I want because I have my router assign it on the basis of mac address.
I placed the following file as:
/etc/sysconfig/networking-scripts/eth0
DEVICE="eth0"
BOOTPROTO=static
HWADDR=00:1F:D0:9E:AE:67
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
NETMASK=255.255.255.0
IPADDR=192.168.0.99
2013 Oct 23
4
Should I upgrade Samba 3.6 to Samba 4.1
Hi,
I just installed Samba on my Centos 6.4 computer. Smbstatus says my
version is 3.6.9-151.el6-4.1.
My smb.conf file only has a [global] and [homes] section.
My configuration works, as expected, from a Win7 Virtual Box computer
and a Win8 Virtual Box computer. I can see the share from the Windows
file explorer and can map the share to a network drive. The Samba server
is not virtual.
2014 Feb 20
2
Monitor Wireless Networks OT
On Thu, Feb 20, 2014 at 9:39 AM, Joseph Hesse <joehesse at gmail.com> wrote:
> Hi,
> I am having interference with my neighbouring wireless networks.
> Is there a linux tool that enables me to monitor the ESSID, channel,
> power output and other information for neighbouring wireless networks?
> I am especially interested in the channel so I can choose a different one.
>
2014 Jul 31
2
Dual boot with 2 drives
Hi,
I have a laptop with 2 hard drives. The first has Fedora 20 (no windows
or anything else) and the second is unused. I would like to install
CentOS7 on the unused drive so I can dual boot with the choice of the 2
OS's on the Grub menu.
I am comfortable in partitioning drives and installing Linux
distributions. I am afraid I may mess up the MBR and/or set up Grub
incorrectly so I
2014 Feb 06
3
Virtual Hosts question
I am running Wordpress on a CentOS 6.5 server which is behind a router.
The private IP is 192.168.0.99, the public URL is X.com (name changed).
I have two virtual hosts in my httpd.conf file. The second one, listed
below, is for Wordpress and it is accessed with http://X.com/d4i or
http://www.X.com/d4i. They work fine.
Actually, not show, I have more Wordpress virtual hosts, and they are
2013 Aug 13
1
Problem with "yum update"
Hi,
I am trying to update my system with yum and I keep getting this
error message.
Thank you,
Joe
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.lstn.net
* epel: fedora-epel.mirror.lstn.net
* extras: centos.mirror.lstn.net
* rpmforge: mirror.hmc.edu
* rpmforge-extras: mirror.hmc.edu
* rpmforge-testing: mirror.hmc.edu
*
2014 Jan 25
1
Permissions for LAMP
I am running a Lamp server on a CentOS 6.5 box. It works fine, I am
concerned that I may have the wrong file/dir permissions.
The directories /var and /var/www are root:root and 755.
For /var/www/html and all directories underneath I have apache:apache
and 770.
For all files under /var/www/html I have apache:apache and 660.
Are these these permissions OK?
Thank you,
Joe
2014 Feb 14
1
RSync Problem
I use an external USB drive and rsync to back up everything in /home.
The USB drive has an entry in fstab and I mount it with "# mount /mnt"
The rsync command I use is:
rsync -av --delete --include='.thunderbird' --include='.filezilla'
--include='.putty' \
--exclude='.*' --exclude='Desktop' --exclude='VirtualBox*' /home/*
/mnt/home/
2014 Feb 20
1
Problem with wireless router
Hello,
I am using wireless N on a DLink-655 wireless router. It is the "A"
hardware version with the latest firmware.
I am using a channel that no one in my vicinity is using, according to
iwlist.
I checked the Statistics from the router web interface and they are
shown below for a period of less than an hour.
It looks like the errors are excessive, especially the "RX Packets
2014 May 12
1
Change server name in postfix configuration
Hi,
A consultant, long gone, set up postfix, dovecot, amavisd and
squirrelmail for my wife.
It works fine but my wife wants to change the server name from old.com
to new.com so the name is more appropriate for her business.
My approach would be to use sed to change all occurences of old.com to
new.com.
Specifically, I used grep to identify the following files where I should
make the changes.
2006 Feb 06
1
TE210P mother board
Hi all,
I'm going to configure a middle asterisk installation. I'll use a TE210P to
connect a T1 channel bank and a PRI E1 line.
I'm thinking on using a SuperMicro P8SCT Mother Board that has a 1x 64-bit
133MHz PCI-X 3.3V.
In TE210P documentation I've read:
The TE210P is a 32-bit 33MHz card keyed for 3.3 volt operation.
Can SuperMicro slot (that is a 133Mhz slot) be used
2015 Jul 01
4
[PATCH 1/1] update error messages about moduli and primes files
From: Christian Hesse <mail at eworm.de>
Both files can be used, so mention both in error messages.
Signed-off-by: Christian Hesse <mail at eworm.de>
---
dh.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dh.c b/dh.c
index 4c639ac..450f5c4 100644
--- a/dh.c
+++ b/dh.c
@@ -153,8 +153,8 @@ choose_dh(int min, int wantbits, int max)
if ((f =
2013 Oct 24
5
Boot iPXE from syslinux/isolinux
Christian Hesse <list at eworm.de> on Tue, 2013/10/22 13:14:
> Christian Hesse <list at eworm.de> on Tue, 2013/10/22 12:56:
> > Gene Cumm <gene.cumm at gmail.com> on Tue, 2013/10/22 06:35:
> > > On Tue, Oct 22, 2013 at 5:41 AM, Christian Hesse <list at eworm.de> wrote:
> > > > Hello everybody,
> > > >
> > > > iPXE builds
2011 Dec 29
6
tftp with pxelinux.0 from syslinux 4.10-pre17
Hello everybody,
setting up a netboot server for a really huge network I decided to go with
what will be syslinux 4.10 to get support for http transfers.
The setup works on my notebook, booting another notebook directly connected.
However it fails with a more complex setup: A virtual machine on the
second notebook bridged to the ethernet device does not boot, systems from
other networks with a
2019 Sep 06
2
[PATCH 1/1] log: do not print carriage return
From: Christian Hesse <mail at eworm.de>
Logging to stderr results in line endings being terminated with carriage
return (\r) and new line (\n). While this is fine for terminals it may
have undesired effects when running from crond and logging to syslog
or similar.
I run ssh from cron on an recent linux host. Viewing logs with
journalctl I see:
Sep 06 16:50:01 linux CROND[152575]: [96B
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
Gene Cumm <gene.cumm at gmail.com> on Tue, 2013/10/22 06:35:
> On Tue, Oct 22, 2013 at 5:41 AM, Christian Hesse <list at eworm.de> wrote:
> > Hello everybody,
> >
> > iPXE builds an ISO image by default. (The build system has to be updated
> > for new paths and to integrate ldlinux.c32, but that's not my problem.)
> >
> > With the binary
2013 Oct 04
5
Samba problem
Hello,
I am trying to learn how to use Samba. I first just want to get it to
work, then I'll make it better.
I am not concerned about security since everything is on a private network.
I am following the material in "CentOS 6 Linux Server Cookbook" by
Jonathan Hobson.
I am using two virtual computers with Virtual Box running on Fedora 19.
Both virtual computers have bridged
2015 Aug 05
2
[PATCH 1/1] document all hash algorithms available for key fingerprint display
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
ssh_config.5 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 5b0975f..28f7714 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -649,9 +649,13 @@ The default is
.It Cm FingerprintHash
Specifies the hash algorithm used when
2006 Sep 15
3
Error: (22, ''Invalid argument'')
Hello everybody,
I can successfully boot up my dom0, but I can''t create domUs. If I try to
create one I get the following output from xm:
root@revo:~# xm create /etc/xen/debian.cfg
Using config file "/etc/xen/debian.cfg".
Error: (22, ''Invalid argument'')
There''s no more interesting information in syslog. Any ideas what is the
problem?
--
Regards,
2013 Dec 03
1
Boot iPXE from syslinux/isolinux
Christian Hesse <list at eworm.de> on Mon, 2013/11/11 18:41:
> "H. Peter Anvin" <hpa at zytor.com> on Mon, 2013/11/11 08:09:
> > On 11/11/2013 04:09 AM, Christian Hesse wrote:
> > >>
> > >> Let be know if you need any more info.
> > >
> > > Is anybody working on this? Is there a bug tracker I should report
> > >