Displaying 20 results from an estimated 695 matches for "microlinux".
2019 Jan 02
2
Erratic local hostname resolution with Dnsmasq
...5 (54.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0xfe9e0000-fea00000
[root at nestor:~] # cat /etc/hostname
nestor
[root at nestor:~] # cat /etc/hosts
# /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.2.1 nestor.microlinux.lan nestor
192.168.2.252 hp-officejet.microlinux.lan hp-officejet
192.168.2.253 nas.microlinux.lan nas
192.168.2.254 wifi.microlinux.lan wifi
[root at nestor:~] # cat /etc/resolv.conf
# /etc/resolv.conf
nameserver 127.0.0.1
[root at nestor:~] # cat /etc/dnsmasq.conf
# /etc/dnsmasq.conf
domain-nee...
2018 Feb 02
6
Slightly OT : newsletters, mail formatting and netiquette
...newsletters.
I'm a subscriber to a series of tech-related newsletters, and I couldn't
help but notice that they all seem to be HTML-formatted, even those from
respectable hardcore geek groups.
So my somewhat naive question: is HTML formatting acceptable in
newsletters?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2018 Mar 14
4
Squid + SquidGuard : static block page not working
...ck page
for every request.
--8<------------------------------------------------------------------
# /etc/squid/squidGuard.conf
dbhome /var/squidGuard
logdir /var/log/squidGuard
src admin {
ip 192.168.2.2
}
acl {
admin {
pass any
}
default {
pass none
redirect http://nestor.microlinux.lan/avertissement.html
}
}
--8<------------------------------------------------------------------
I appended the following lines to /etc/squid/squid.conf:
--8<------------------------------------------------------------------
# SquidGuard
url_rewrite_program /usr/bin/squidGuard -c /etc/sq...
2017 Dec 02
5
Apache and web content permissions
...e automatic update
> function in wordpress. Build once it can be installed on all (two
> dozen) webservers automagically (local yum repository) ... externe
That would mean one package per Wordpress, since I don't have only one
Wordpress installation per server. Not a solution.
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2018 Apr 08
8
XScreenSaver
...there would be several solutions to this problem.
1. Ask the EPEL maintainers to keep the application up-to-date.
2. Patch the darn thing so I don't get the annoying popup.
3. Maintain my own up-to-date version of XScreenSaver in my private repo.
Any thoughts about this?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2017 Jul 01
3
Physically moving a mail server vs. cached DNS
...er running CentOS 7. I
transferred the domain name from DNS management to my registrar,
configured BIND, Apache, Postfix, Dovecot, NTP, SELinux, etc. Now things
are running rather nicely. One thing is puzzling me though.
The updated mail server DNS seems to have spread around so far.
$ host -t mx microlinux.fr
microlinux.fr mail is handled by 10 mail.microlinux.fr.
Unfortunately, some hosts seem to still keep the old DNS information,
which was:
$ host -t mx microlinux.fr
microlinux.fr mail is handled by 10 mx1.nfrance.com.
In your experience, what's the "longest" a DNS cache is config...
2018 Feb 28
9
Squid and HTTPS interception on CentOS 7 ?
...ning nicely. I've been using it mostly
as a transparent proxy filter in school networks.
So far, I've only been able to filter HTTP.
Do any of you do transparent HTTPS filtering ? Any suggestions, advice,
caveats, do's and don'ts ?
Cheers from the snowy South of France,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2018 Jun 25
2
Postfix, system notifications and local servers
Hi,
I have CentOS 7 running on half a dozen public servers. For some stuff
like automatic updates using yum-cron, I have Postfix installed with a
relatively basic configuration. This allows me to send important
notifications to my mail address info at microlinux.fr. When there's a
batch of updates, I get one mail per machine, so I can check quickly if
everything went OK without having to connect to the server.
Now I'd also like to use this setup on machines that aren't in a
datacenter and facing the Internet. For example, servers that have
&qu...
2017 Jul 01
0
Physically moving a mail server vs. cached DNS
...che is configured to
> keep outdated information? A day? A week? A month? Longer?
>
That is controlled by the TTL (time to live) entry. A DNS server must
refresh it's cache within the TTL for the entry. Using the '-a' option
to host will give you more information:
$ host -a microlinux.fr
Trying "microlinux.fr"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2261
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;microlinux.fr. IN ANY
;; ANSWER SECTION:
microl...
2018 Feb 02
0
Slightly OT : newsletters, mail formatting and netiquette
...same story is in OS desktop GUI including Linux. I use CentOS 6 and 7 and still do not like 7. Not to mention in the morning Win 10 with all its crap included.
Mikhail Utin
________________________________
From: CentOS <centos-bounces at centos.org> on behalf of Nicolas Kovacs <info at microlinux.fr>
Sent: Friday, February 2, 2018 04:36
To: centos at centos.org
Subject: [CentOS] Slightly OT : newsletters, mail formatting and netiquette
Hi,
This question is not exactly CentOS-related strictly speaking, but here
goes. I'm running a few newsletter servers for myself and a handful of
c...
2017 Dec 29
2
CentOS 7 + KDE : post-installation script
...two rainy days writing and fine-tuning a post-installation
script for CentOS 7 and KDE.
https://github.com/kikinovak/centos-7-desktop-kde
I've just tested it on three different machines here, and it works quite
nicely. Feel free to give it a spin and make some suggestions.
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2018 Apr 08
4
XScreenSaver
On Sun, Apr 8, 2018 at 1:06 PM Nicolas Kovacs <info at microlinux.fr> wrote:
> Le 08/04/2018 ? 13:54, Nicolas Kovacs a ?crit :
> > As far as I can tell, there would be several solutions to this problem.
> >
> > 1. Ask the EPEL maintainers to keep the application up-to-date.
> >
> > 2. Patch the darn thing so I don't get th...
2018 May 01
2
HPLIP vs. CentOS
...to HP, the printer requires HPLIP 3.16.3 at least.
Unfortunately, CentOS is only shipping HPLIP 3.15.9.
So I downloaded and installed the hplip/hplipfull package from the HP
site. Installing this thing and getting it to work is not exactly a
trivial task, as I documented in my blog:
https://blog.microlinux.fr/hp-pagewide-pro-centos/
The printer and the scanner worked perfectly for some time.
Now all of a sudden scanning won't work anymore, and I have an alert
that the HP plugin must be installed.
So I launched hp-plugin (as I already did on numerous similar
installations before), but unfortuna...
2018 May 22
3
Use EPEL without redirection ?
...pository ?
Our network uses a transparent HTTP/HTTPS proxy with a local AC. We can
create exceptions for sites like centos.org or
download.fedoraproject.org, but whenever we want to install a package
from EPEL, the mirror redirection causes an error due to redirection.
Any suggestions ?
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2015 Mar 24
5
CentOS 6.x desktop specs: minimum requirements
...the minimum requirements (in terms of CPU and
RAM) to reasonably run it. Will a battered first-generation P-IV with
512 MB RAM be sufficient? How much RAM does 6.x's graphical installer
require to even start? Or is it better to opt for CentOS 5.x on this
sort of dinosaur?
Cheers,
Niki
--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'?glise - 30730 Montpezat
Web : http://www.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2020 Jun 12
4
Minicom and Ncurses
...k interfaces, but
Ncurses rendering in Minicom works in the sense that chickens fly and horses
swim. What you get is a forest of question marks with a few barely recognizable
options lost in between.
Is there some magical trick to render Ncurses interfaces correctly in Minicom ?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
Mob. : 06 51 80 12 12
2017 Dec 02
7
Apache and web content permissions
...mi Collet on the fr.centos.org forum)
pointed out that this is malpractice in terms of security, and that the
stuff under /var/www should *not* be owned by the user/group running the
webserver. Which means that for the static website above, I could have
something like this, for example:
# chown -R microlinux:microlinux /var/www/myserver
# find /var/www/myserver -type d -exec chmod 0755 {} \;
# find /var/www/myserver -type f -exec chmod 0644 {} \;
Or even this:
# chown -R nobody:nobody /var/www/myserver
# find /var/www/myserver -type d -exec chmod 0755 {} \;
# find /var/www/myserver -type f -exec chmo...
2018 Jan 02
3
Gtkcdlabel + cdlabelgen on CentOS 7 ?
...ore and I *think* I found a bit of valuable
information. The problem seems to come from the cdlabelgen backend. As
far as I can tell, it uses the /usr/share/cdlabelgen/template.ps file
(shipping with the cdlabelgen package) to produce a CD/DVD cover. But
the fonts are not available.
Now what?
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
2018 Mar 12
1
Squid vs. iptables redirection: exception for certain domains ?
...et in your firewall rules, this way you can keep your iptables rules static, your squid config static and simply add or remove IPs from the ipset.
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Nicolas Kovacs" <info at microlinux.fr>
> To: "CentOS mailing list" <centos at centos.org>
> Sent: Sunday, 11 March, 2018 12:18:06
> Subject: Re: [CentOS] Squid vs. iptables redirection: exception for certain domains ?
> Le 11/03/2018 ? 13:09, Leon Fauster a ?crit?:
>> It is not a good practice t...
2009 Sep 20
2
SSL and virtual hosts?
..."Using SSL" in the Chapter "Using
Apache" of the "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info at microlinux.fr
DocumentRoot /var/www/html/microlinux
ServerName buildbox.presbytere.local
ServerAlias microlinux.buildbox.presbytere.local
ServerAlias microlinux.buildbox
ErrorLog logs/microlinux-error_log
CustomLog logs/microlinux-access_log common
</VirtualHost>
The key and certifica...