<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Idanka</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Idanka"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Idanka"/>
	<updated>2026-05-07T08:28:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=ClamAV&amp;diff=55162</id>
		<title>ClamAV</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=ClamAV&amp;diff=55162"/>
		<updated>2025-10-28T19:32:38Z</updated>

		<summary type="html">&lt;p&gt;Idanka: /* Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= About = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[File:Clam.png|left]] [https://www.clamav.net/ ClamAV] is an open-source antivirus engine for detecting trojans, viruses, malware &amp;amp; other malicious threats. One of its main uses is on mail servers as a server-side email virus scanner. The application was developed for Unix and has third party versions available for AIX, BSD, HP-UX, Linux, macOS, OpenVMS, OSF (Tru64) and Solaris. As of version &amp;lt;code&amp;gt;0.97.5&amp;lt;/code&amp;gt;, ClamAV builds and runs on Microsoft Windows. Both ClamAV and its updates are made available free of charge.&lt;br /&gt;
&lt;br /&gt;
Sourcefire, now acquired by Cisco, a maker of intrusion detection products and the owner of Snort, announced on 17 August 2007 that it had acquired the trademarks and copyrights to ClamAV from five key developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
ClamAV includes a number of utilities: a command-line scanner, automatic database updater and a scalable multi-threaded daemon, running on an anti-virus engine from a shared library.&lt;br /&gt;
&lt;br /&gt;
The application also features a Milter interface for sendmail and on-demand scanning. It has support for Zip, RAR, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS formats, most mail file formats, ELF executables and Portable Executable (PE) files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor. It also supports many document formats, including Microsoft Office, HTML, Rich Text Format (RTF) and Portable Document Format (PDF).&lt;br /&gt;
&lt;br /&gt;
The ClamAV virus database is updated several times each day and as of 30 October 2011 contained 1,063,024 virus signatures with the daily update Virus DB number at 13867.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
ClamAV is currently tested daily in comparative tests against other antivirus products on Shadowserver. In 2011, Shadowserver tested over 25 million samples against ClamAV and numerous other antivirus products. Out of the 25 million samples tested, ClamAV scored 76.60% ranking 12 out of 19, a higher rating than some much more established competitors.&lt;br /&gt;
&lt;br /&gt;
ClamAV was included in comparative tests against other antivirus products. In the 2008 AV-Test it rated: on-demand: very poor, false positives: poor, on-access: poor, response time: very good, rootkits: very poor.&lt;br /&gt;
&lt;br /&gt;
In a Shadowserver six-month test between June and December 2011, ClamAV detected over 75.45% of all viruses tested, putting it in fifth place behind AhnLab, Avira, BitDefender and Avast. AhnLab, the top antivirus, detected 80.28% [http://en.wikipedia.org/wiki/Clam_AntiVirus]&lt;br /&gt;
&lt;br /&gt;
= Install ClamAV = &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
ClamAV is available in the &amp;lt;code&amp;gt;extra&amp;lt;/code&amp;gt; repository[https://archlinux.org/packages/extra/x86_64/clamav/]. You can install it by command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
 &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo pacman -S clamav&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Set up ClamAV via CLI = &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Edit Config ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
Edit the contents of the configuration files to suit your preferences:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;/etc/clamav/clamd.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;/etc/clamav/freshclam.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update Database ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
First update database:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo freshclam&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
You may get a notification that &amp;lt;code&amp;gt;clamd&amp;lt;/code&amp;gt; was not notified.  This is normal because we haven't started the service yet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Check database version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
freshclam --version&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
=== clamav / freshclam ===&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
For automatic updates first create and set the required freshclam.log file:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
touch /var/log/clamav/freshclam.log&lt;br /&gt;
chmod 600 /var/log/clamav/freshclam.log&lt;br /&gt;
chown clamav /var/log/clamav/freshclam.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Start and enable service:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo systemctl enable --now clamav-daemon&lt;br /&gt;
sudo systemctl enable --now clamav-freshclam&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Check status daemons:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo systemctl status clamav-daemon &amp;amp;&amp;amp; sudo systemctl status clamav-freshclam&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== cron ===&lt;br /&gt;
Make sure a cron daemon (for example 'cronie') is installed, enabled and running, as cronjobs are used in this guide.&lt;br /&gt;
See also: [https://wiki.archlinux.org/title/Cron Cron]&lt;br /&gt;
&lt;br /&gt;
Example with 'cronie' (install, enable+start and check status):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo pacman -S cronie&lt;br /&gt;
sudo systemctl enable --now cronie.service&lt;br /&gt;
sudo systemctl status cronie.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternative: Use systemd Timers. See: [https://wiki.archlinux.org/title/Systemd/Timers systemd/Timers]&lt;br /&gt;
&lt;br /&gt;
== Schedule scans through 'cron' == &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Edit 'crontab' ===&lt;br /&gt;
&lt;br /&gt;
Run &amp;lt;code&amp;gt;crontab -e&amp;lt;/code&amp;gt; to edit your &amp;lt;code&amp;gt;crontab&amp;lt;/code&amp;gt; and add the following line, editing it to your needs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cron&amp;quot;&amp;gt;&lt;br /&gt;
53 8 * * 5 /usr/bin/clamdscan --fdpass --multiscan --move=&amp;quot;$HOME/.clam/quarantine&amp;quot; --log=&amp;quot;$HOME/.clam/logs/$(date +\%Y\%m\%d)-weekly.log&amp;quot; &amp;quot;$HOME&amp;quot; 2&amp;gt;/dev/null 1&amp;gt;&amp;amp;2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This scans the entire &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt; directory every week on Saturday at 08:53. See &amp;lt;code&amp;gt;man 5 crontab&amp;lt;/code&amp;gt; for more info on the formatting of this file and &amp;lt;code&amp;gt;man clamdscan&amp;lt;/code&amp;gt; for an explanation of the options used.&lt;br /&gt;
&lt;br /&gt;
=== Create directories 'logs' and 'quarantine' ===&lt;br /&gt;
&lt;br /&gt;
If not already present, the directories for &amp;lt;code&amp;gt;'logs'&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'quarantine'&amp;lt;/code&amp;gt; are to be created in the &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt; directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -p &amp;quot;${HOME}/.clam/quarantine&amp;quot; &amp;amp;&amp;amp; mkdir -p &amp;quot;${HOME}/.clam/logs&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Otherwise, for example, creating the logfile may fail due to missing authorization.&lt;br /&gt;
&lt;br /&gt;
=== Set ExcludePath for 'quarantine' folder ===&lt;br /&gt;
&lt;br /&gt;
To exclude scanning the &amp;lt;code&amp;gt;'quarantine'&amp;lt;/code&amp;gt; folder in the &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt; directory, add an &amp;lt;code&amp;gt;'ExcludePath'&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;'/etc/clamav/clamd.conf'&amp;lt;/code&amp;gt; with your prefered editor, for example using 'vim':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo vim /etc/clamav/clamd.conf&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Search for &amp;lt;code&amp;gt;ExcludePath&amp;lt;/code&amp;gt; and add:&lt;br /&gt;
&amp;lt;code&amp;gt;ExcludePath ^/home/.*/\.clam/quarantine&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternative: you can provide a separate config-file.&lt;br /&gt;
For more Information see &amp;lt;code&amp;gt;man clamdscan&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;man clamd.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Schedule updates through 'cron' ==&lt;br /&gt;
&lt;br /&gt;
A service should already be running for automatic updates, so that configuring updates via a cronjob are no longer necessary.&lt;br /&gt;
To check the service run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
systemctl status clamav-freshclam.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For config see &amp;lt;code&amp;gt;man freshclam.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If the service is not available / can not be started and enabled on your system:&lt;br /&gt;
Then run &amp;lt;code&amp;gt;sudo crontab -e -u clamav&amp;lt;/code&amp;gt; to set up automatic updates. (These should be run as the &amp;lt;code&amp;gt;clamav&amp;lt;/code&amp;gt; user.) Add the following line to update these at 13 past every hour:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cron&amp;quot;&amp;gt;&lt;br /&gt;
13 * * * * /usr/bin/freshclam --quiet&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Set up ClamAV via GUI (ClamTK) = &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
[https://archlinux.org/packages/community/any/clamtk/ ClamTK] is a graphical user interface to setup scheduled scans and updates as well as one-off scans. It's available in the &amp;lt;code&amp;gt;community&amp;lt;/code&amp;gt; repository[https://archlinux.org/packages/community/any/clamtk/], you can install it with &amp;lt;code&amp;gt;pacman&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
sudo pacman -S clamtk&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Idanka</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Sync_dynamic_IP_with_openDNS_service_via_ddclient&amp;diff=36394</id>
		<title>Sync dynamic IP with openDNS service via ddclient</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Sync_dynamic_IP_with_openDNS_service_via_ddclient&amp;diff=36394"/>
		<updated>2022-11-02T10:09:59Z</updated>

		<summary type="html">&lt;p&gt;Idanka: https://support.opendns.com/hc/en-us/articles/227986667-Does-OpenDNS-Support-IPv6-&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Open-dns-logo.png|center]]&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Requirements - Account on openDNS == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Service ddclient for sync dynamic IP need account in OpenDNS. You need:&lt;br /&gt;
* Create an account on [https://store.opendns.com/get/home-free openDNS] and login to [https://dashboard.opendns.com/ OpenDNS Dashboard]. Create a new Network in the settings.&lt;br /&gt;
* Login on [https://www.dnsomatic.com/account/ DNS-O-Matic Site] using e-mail and password from OpenDNS.&lt;br /&gt;
* Add new Service. From list select OpenDNS. Click button '''Update account info''' for sync OpenDNS Dashboard settings with DNS-O-Matic.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup openDNS in system settings == &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Set DNS addresses in resolv.conf file:&lt;br /&gt;
 {{UserCmd|command=sudo nano /etc/resolv.conf.head}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
with code:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;nameserver 208.67.222.222&amp;lt;br/&amp;gt;&lt;br /&gt;
nameserver 208.67.220.220&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
{{note| If Your ISP provide IPv6 support, add these DNS IPv6 addresses entries in next lines in the ''/etc/resolv.conf.head'' file:&lt;br /&gt;
&lt;br /&gt;
IPv6 DNS server addresses are:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;nameserver 2620:119:35::35&amp;lt;br/&amp;gt;&lt;br /&gt;
nameserver 2620:119:53::53&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does not provide any level of filtering:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;nameserver 2620:0:ccc::2&amp;lt;br/&amp;gt;&lt;br /&gt;
nameserver 2620:0:ccd::2&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Setup openDNS in ddclient == &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
'''#1''' Install ddclient and ddclient dispatcher for NetworkManager:&lt;br /&gt;
 {{UserCmd|command=pamac build networkmanager-dispatcher-ddclient}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
'''#2''' Create backup a ''ddclient.conf'' file:&lt;br /&gt;
 {{UserCmd|command=sudo cp /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf.skel}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
'''#3''' Open ''ddclient.conf'' file in text editor.&lt;br /&gt;
 {{UserCmd|command=sudo nano /etc/ddclient/ddclient.conf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
'''#4''' Delete current content, paste in:&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note| '''REMEMBER''' - replace values '''email_address''', '''password''' with correct values.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
daemon=1800&amp;lt;br/&amp;gt;&lt;br /&gt;
syslog=yes&amp;lt;br/&amp;gt;&lt;br /&gt;
pid=/var/run/ddclient.pid&amp;lt;br/&amp;gt;&lt;br /&gt;
ssl=yes&amp;lt;br/&amp;gt;&lt;br /&gt;
use=web, web=myip.dnsomatic.com&amp;lt;br/&amp;gt;&lt;br /&gt;
server=updates.dnsomatic.com&amp;lt;br/&amp;gt;&lt;br /&gt;
protocol=dyndns2&amp;lt;br/&amp;gt;&lt;br /&gt;
login='''email_address'''&amp;lt;br/&amp;gt;&lt;br /&gt;
password='''password'''&amp;lt;br/&amp;gt;&lt;br /&gt;
all.dnsomatic.com&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Save changes in a file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
'''#5''' Run command to enable NetworkManager-dispatcher.service:&lt;br /&gt;
 {{UserCmd|command=sudo systemctl enable NetworkManager-dispatcher.service}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
'''#6''' Logout and login.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
'''#7''' Visit site: [https://dashboard.opendns.com/ openDNS Dashboard] to check sync status.&lt;br /&gt;
&lt;br /&gt;
=See Also= &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* [http://opendns.com openDNS Homepage]&lt;br /&gt;
* [https://www.dnsomatic.com/ DNS-O-Matic]&lt;br /&gt;
* [https://support.opendns.com/hc/en-us/articles/227986667-Does-OpenDNS-Support-IPv6- Does OpenDNS Support IPv6?]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenDNS Wikipedia Article]&lt;br /&gt;
* The wiki page on [[Networking|networking]]&lt;br /&gt;
* [https://wiki.archlinux.org/index.php/resolv.conf Arch Wiki: resolv.conf]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Idanka</name></author>
	</entry>
</feed>