Am 15.05.2014 um 07:23 schrieb Eero Volotinen :
>
> 2014-05-12 21:13 GMT+03:00 James Hogarth :
>
>> Remember to be especially aware if you have systems that can potentially
>> have code uploaded and run (ftp to httpd vhost or improper php config and
>> file ownership/permissions).
>>
>> This doe
On 05/15/2014 09:22 PM, Leon Fauster wrote:
> cite: "This issue does affect the versions of the Linux kernel packages as
> shipped
> with Red Hat Enterprise Linux 6.2 AUS, Red Hat Enterprise Linux 6.3 EUS and
> Red Rat
> Enterprise MRG 2, and we are currently working on corrected kernel packages
Am 15.05.2014 um 12:31 schrieb Peter :
> On 05/15/2014 09:22 PM, Leon Fauster wrote:
>> cite: "This issue does affect the versions of the Linux kernel packages as
>> shipped
>> with Red Hat Enterprise Linux 6.2 AUS, Red Hat Enterprise Linux 6.3 EUS and
>> Red Rat
>> Enterprise MRG 2, and we are
Hello All,
I'm trying to use vi commands instead of using the mouse.
I open Gnome-Terminal
I open a file : vi /home/jvermeulen/.ssh/id_dsa.pub
I select the key with " V " ( visual line )
I type " y " to yank the selected line.
I can now use
:e otherfile.txt
and paste the text in otherfil
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
Mount the remote file system using sshfs
suomi
On 2014-05-15 13:15, Johan Vermeulen wrote:
> Hello All,
>
> I'm trying to use vi commands instead of using the mouse.
>
> I open Gnome-Terminal
>
> I open a file : vi /home/jvermeulen/.ssh/id_dsa.pub
>
> I select the key with " V " ( visual line
Hi,
why would you use vi and not vim? Vim is better! : P
if you can access the machine over ssh you can edit a file on the remote
host using this special path when opening it:
vim scp://username@host//path/to/file/on/remote/host/filename.extension
or if you've already opened vim you can edit it b
Thanks, however that did not work.
I removed /tmp/orbit-root and tried it again. Same problem.
For now, I'm just using the dbus-launch trick.
Cheers,
--
Wade Hampton
On Wed, May 14, 2014 at 5:14 PM, Marcelo Roccasalva <
marcelo-cen...@irrigacion.gov.ar> wrote:
> On Wed, May 14, 2014 at 2:13
op 15-05-14 15:07, Lorenzo Andretta schreef:
> Hi,
> why would you use vi and not vim? Vim is better! : P
> if you can access the machine over ssh you can edit a file on the remote
> host using this special path when opening it:
>
> vim scp://username@host//path/to/file/on/remote/host/filename.ext
On May 13, 2014, at 10:40 AM, Laurent CREPET wrote:
On Tue, May 13, 2014 at 6:36 PM, wrote:
> Laurent CREPET wrote:
> > On Tue, May 13, 2014 at 5:12 PM,
wrote:
> >
> > > Was it Nux's repo that's got chrome? URL and repo info,
please?
On May 13, 2014, at 10:40 AM, Laurent CREPET wrote:
On Tue, May 13, 2014 at 6:36 PM, wrote:
> Laurent CREPET wrote:
> > On Tue, May 13, 2014 at 5:12 PM,
wrote:
> >
> > > Was it Nux's repo that's got chrome? URL and repo info,
please?
I checked for updates and it had 5 to do so I started that, left and came back
and the update panel was gone. Is there a way to check what was updated?
(centos 6.5)
Thanks,
-wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailma
On May 15, 2014, at 09:17 AM, Reindl Harald wrote:
Am 15.05.2014 17:16, schrieb Wes James:
> I checked for updates and it had 5 to do so I started that, left and
came back and the update panel was gone. Is there a way to check what was
updated?
what about look at /var/log/yum.log
Am 15.05.2014 um 17:16 schrieb Wes James :
> I checked for updates and it had 5 to do so I started that, left and came
> back and the update panel was gone. Is there a way to check what was updated?
$ cat /var/log/yum.log
$ rpm -qa --last |less
--
LF
___
Sent from my Linux mobile device
On May 15, 2014 11:16 PM, "Wes James" wrote:
>
> I checked for updates and it had 5 to do so I started that, left and came
back and the update panel was gone. Is there a way to check what was
updated?
>
> (centos 6.5)
>
> Thanks,
>
> -wes
> ___
Hi list,
I'm planning to setup a two-node "cluster" with file replication and samba.
I've used drbd in the past with success, but now there isn't drbd on
the official repo but only from elrepo. I want follow centos Line and
than switch to GlusterFS.
Said that, I'm new to GlusterFS.
I have two
On May 13, 2014, at 1:27 PM, Darr247 wrote:
> On 13 May 2014 @15:12 zulu, m.r...@5-cent.us wrote:
>> Was it Nux's repo that's got chrome? URL and repo info, please?
>>
>>
>
> H... how to find Richard Lloyd's script?
> http://lmgtfy.com/?q=Install+Chrome+on+CentOS+6
>
> Ah! There it is
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=E
Not sure if the problem, but BOOTPROTO=static should be BOOTPROTO=none.
Eric Falbe
On 05/15, Joseph Hesse wrote:
> 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 f
I've always known the config file to be
/etc/sysconfig/network-scripts/ifcfg-eth0
Sample:
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
TYPE=Ethernet
IPADDR=xxx.xxx.xxx.xxx
NETMASK=255.255.255.xxx
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=yes
NETWORKING_IPV6=yes
NAME="System eth0"
HWADDR=xx:xx:xx:xx
-- Forwarded message --
From:
Date: Thu, May 15, 2014 at 3:40 PM
Subject: For the CentOS list: rkhunter and NFS
To: lesmikes...@gmail.com
Hi, Les,
Could you forward this to the CentOS list? That damn nixspam is
blocking my hosting provider's mailhost *again*; it was on and o
- Original Message -
> From: "Joseph Hesse"
> To: centos@centos.org
> Sent: Thursday, May 15, 2014 12:41:09 PM
> Subject: [CentOS] 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 b
On Wed, May 14, 2014 at 1:46 PM, Digimer wrote:
> I've virtualized EL4 on KVM on EL6 without issue.
>
> digimer
>
I've had to do the same for one system as well.
In my case we're slowly trying to kill (migrate) off that machine, but the
physical-to-virtual transition bought us some time.
( It wa
CentOS 4 should virtualize just fine under Xen. You will need to
install the kernel-xenU package if you want to run it as a PV domain
(recommended). At the time I think that Xen was RedHat's virt of choice.
While I haven't tested C4 explicitly of late, it should run just fine
under Xen4Centos in
chkconfig network on; service network start
If your not using NetworkManager then you will need the vanilla network
service running.
ta
Andrew
On 15 May 2014 21:41, Joseph Hesse wrote:
> Hello,
> I want my CentOS 6.5 computer to have a static IP. Currently I get the
> IP I want because I ha
25 matches
Mail list logo