[CentOS] CentOS 7 : keyboard shortcut for mouse gesture?

2016-08-28 Thread Nicolas Kovacs
Hi, I have a CentOS 7 (GNOME) desktop installed as a VirtualBox guest on my Slackware64 14.1 workstation, to fiddle with it. Guest Additions are installed and configured OK, and 3D acceleration is working too. In its default configuration, the GNOME desktop under CentOS shows an "exposé" (I don't

Re: [CentOS] CentOS 7 : keyboard shortcut for mouse gesture?

2016-08-28 Thread Nicolas Kovacs
Le 28/08/2016 à 09:37, Nicolas Kovacs a écrit : > I have a CentOS 7 (GNOME) desktop installed as a VirtualBox guest on my > Slackware64 14.1 workstation, to fiddle with it. Guest Additions are > installed and configured OK, and 3D acceleration is working too. > > In its default configuration, the

Re: [CentOS] CentOS 7 : keyboard shortcut for mouse gesture?

2016-08-28 Thread Kahlil Hodgson
Try the Windows key on a PC or the Command key on a Mac -- Kahlil (Kal) Hodgson GPG: C9A02289 Chief Technology Officer (m) +61 (0) 4 2573 0382 Direct Pricing Exchange Pty Ltd Suite 1415 401 Docklands Drive Docklands VIC 3008 Australia "All parts should g

Re: [CentOS] Kickstart issue with UEFi

2016-08-28 Thread Phil Manuel
> On 28 Aug 2016, at 10:04 AM, Chris Murphy wrote: > > On Fri, Aug 26, 2016 at 10:39 AM, Gordon Messmer > mailto:gordon.mess...@gmail.com>> wrote: >> On 08/25/2016 11:35 PM, Phil Manuel wrote: >>> >>> The relevant kickstart section is:- >>> >>> part /boot/efi --fstype efi --grow --maxsize=200

Re: [CentOS] Kickstart issue with UEFi

2016-08-28 Thread Andreas Benzler
Here is how i dig it up. # efi partionen ??? %pre --interpreter /bin/sh if [ -d "/sys/firmware/efi" ]; then echo "part /boot/efi --fstype=efi --grow --maxsize=200 --size=200" >/tmp/efipartition-ks.tmp else echo "# no efi system" >/tmp/efipartition-ks.tmp fi %end # System bootloade

[CentOS] .htaccess file

2016-08-28 Thread TE Dukes
Hello, My home system on a DSL line is getting worn out by bad behavior robots. Awhile back, I created a .htaccess file that block countries by IP blocks. Its 2MB in size. I have been running Linux since Slackware 1.0 and moved to Redhat around 2.0. I started after running a BBS using

[CentOS] BIND (named) as secondary and .jnl files

2016-08-28 Thread Walter H.
Hello, I have two running BINDs in my LAN, one on my router box and one as VM; both are caching DNS servers, and a few zones are on both, on the box as master and on the VM as slave, but how can I cleanup/flush the growing .jnl files; rndc freeze rndc thaw doesn't work as these are not master

Re: [CentOS] .htaccess file

2016-08-28 Thread Albert McCann
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of TE Dukes > Sent: Sunday, August 28, 2016 10:36 AM > My home system on a DSL line is getting worn out by bad behavior robots. > Awhile back, I created a .htaccess file that block countr

Re: [CentOS] BIND (named) as secondary and .jnl files

2016-08-28 Thread Anand Buddhdev
On 28/08/16 19:42, Walter H. wrote: Hi Walter, > I have two running BINDs in my LAN, one on my router box and one as VM; > both are caching DNS servers, and a few zones are on both, on the box as > master and on the VM as slave, > but how can I cleanup/flush the growing .jnl files; By default, B

[CentOS] Off Topic: CentOS Public mirror question

2016-08-28 Thread Valeri Galtsev
Dear All, My apologies for asking my question on less appropriate list. I did ask it on centos-mir...@centos.org, but that list is really low traffic (and slow response probably - I only got acknowledgement of my post...). On the other hand, I'm sure there are many public mirror maintainers on thi

Re: [CentOS] .htaccess file

2016-08-28 Thread Keith Keller
On 2016-08-28, TE Dukes wrote: > > I'm just not following or understanding. The .htaccess file works but on a > slow DSL, I don't want the hits. What exactly is slow when you receive requests from remote clients that you don't want? Are you actually seeing problems when clients make requests and

Re: [CentOS] .htaccess file

2016-08-28 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Albert McCann > Sent: Sunday, August 28, 2016 2:01 PM > To: 'CentOS mailing list' > Subject: Re: [CentOS] .htaccess file > > > -Original Message- > > From: centos-boun...@cent

Re: [CentOS] .htaccess file

2016-08-28 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Keith Keller > Sent: Sunday, August 28, 2016 4:23 PM > To: centos@centos.org > Subject: Re: [CentOS] .htaccess file > > On 2016-08-28, TE Dukes wrote: > > > > I'm just not following

Re: [CentOS] .htaccess file

2016-08-28 Thread Kahlil Hodgson
> There's nothing on the webserver except a test site I use. Just trying to > keep out the ones that ignore robots.txt If its just a test server, then I'd be tempted to use HTTP AUTH at the top level. Most robots will be blocked by that, and you can use iptables to block the ones that try to guess

Re: [CentOS] .htaccess file

2016-08-28 Thread Keith Keller
On 2016-08-28, TE Dukes wrote: > I setup an ipset but quickly ran out of room in the set. I guess I'll have > to setup multiple sets. I'm not familiar with ipsets, but from a quick Google search it seems like you can increase the size of an ipset (or make a new larger one and migrate your IPs to

[CentOS] CentOS 6 - logwatch report not in HTML format

2016-08-28 Thread Arun Khan
CentOS 6 (amd64) up to date with latest security / bug fixes. The logwatch reports come in plain text even though the config states HTML. mailer = "/usr/sbin/sendmail -t" TmpDir = /tmp MailFrom = logwa...@example.com MailTo = admin1 admin2 admin3 Range = yesterday Detail = Medium HostName = www.

Re: [CentOS] .htaccess file

2016-08-28 Thread Arun Khan
On Sun, Aug 28, 2016 at 5:23 PM, Keith Keller wrote: > On 2016-08-28, TE Dukes wrote: > >> Right now, I'm just trying to take some load off my >> home server from badbots but I am getting hit on other services as well. > > Another possibility for you to look at is sshguard. It can protect > agai

Re: [CentOS] CentOS 6 - logwatch report not in HTML format

2016-08-28 Thread Alexander Farber
Maybe the format is set in sudo crontab -l Am Montag, 29. August 2016 schrieb Arun Khan : > CentOS 6 (amd64) up to date with latest security / bug fixes. > > The logwatch reports come in plain text even though the config states HTML. > > > mailer = "/usr/sbin/sendmail -t" > TmpDir = /tmp > Mail