<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://cosmos.rete.us/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://cosmos.rete.us/dokuwiki/feed.php">
        <title>Dispersed dokumentation linux</title>
        <description></description>
        <link>http://cosmos.rete.us/dokuwiki/</link>
        <image rdf:resource="http://cosmos.rete.us/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T20:07:29+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:apt-get?rev=1387535667&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:bandwidth-usage-on-eth0?rev=1304673140&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:commands?rev=1335781265&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:copy-an-xfs-disk-to-ntfs?rev=1282488227&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:dpkg-to-replicate-server?rev=1352370357&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:dynamic-dns-with-enom?rev=1335782288&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:grep-compressed_files?rev=1362640616&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:iptables?rev=1351511426&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:perl-modules-on-hardy-server?rev=1335799079&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:ssh-without-password?rev=1352036581&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:syslog-ng?rev=1360668621&amp;do=diff"/>
                <rdf:li rdf:resource="http://cosmos.rete.us/dokuwiki/linux:upgrade-etch-to-lenny?rev=1283270345&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://cosmos.rete.us/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dispersed dokumentation</title>
        <link>http://cosmos.rete.us/dokuwiki/</link>
        <url>http://cosmos.rete.us/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:apt-get?rev=1387535667&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-20T11:34:27+02:00</dc:date>
        <title>linux:apt-get</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:apt-get?rev=1387535667&amp;do=diff</link>
        <description>Quick Usage:

apt-cache	to search the local database for available packages.

apt-cache search [search terms]     will find packages that sound like what you want and:

	*  apt-cache show [packagename]      will return more details on a particular package.
	*  apt-cache showpkg [packagename]   will return more details on a particular package.
	*  apt-cache policy [packagename]    will return which versions are available along with the priority of each version.</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:bandwidth-usage-on-eth0?rev=1304673140&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-06T11:12:20+02:00</dc:date>
        <title>linux:bandwidth-usage-on-eth0</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:bandwidth-usage-on-eth0?rev=1304673140&amp;do=diff</link>
        <description>iftop command listens to network traffic on a named network interface, or on the first interface it can find which looks like an external interface if none is specified, and displays a table of current bandwidth usage by pairs of hosts. iftop is a perfect tool for remote Linux server over ssh session.</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:commands?rev=1335781265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-30T12:21:05+02:00</dc:date>
        <title>linux:commands</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:commands?rev=1335781265&amp;do=diff</link>
        <description>Measure access time to disk
time ls /
list my available hard drives
fdisk -l
disk usage of some folders
du -h --max-depth=1 /var/www/web1/user
how to empty a file
&gt; /var/log/apache2/error.log 
----------</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:copy-an-xfs-disk-to-ntfs?rev=1282488227&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-22T16:43:47+02:00</dc:date>
        <title>linux:copy-an-xfs-disk-to-ntfs</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:copy-an-xfs-disk-to-ntfs?rev=1282488227&amp;do=diff</link>
        <description>I've tried this procedure on an Ubuntu 8.04


cat /proc/filesystems
modprobe xfs
/sbin/fdisk -l
mkdir /media/recover
mount -r -t xfs /dev/sdc2 /media/recover/
mkdir /media/windows
mount /dev/sdb1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
cp -r /media/recover/share/Archivio /media/windows</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:dpkg-to-replicate-server?rev=1352370357&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-08T11:25:57+02:00</dc:date>
        <title>linux:dpkg-to-replicate-server</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:dpkg-to-replicate-server?rev=1352370357&amp;do=diff</link>
        <description>Replicating server with dpkg

This short guide illustrates how to replicate a server, in the sense of how to get the same packages installed. I have tried this on Debian 6.

Save a list of installed packages on the current machine:
cd
dpkg --get-selections &gt; selections.txt
Now move selections.txt to the new machine. 

Set package list on the new machine and install packages:</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:dynamic-dns-with-enom?rev=1335782288&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-30T12:38:08+02:00</dc:date>
        <title>linux:dynamic-dns-with-enom</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:dynamic-dns-with-enom?rev=1335782288&amp;do=diff</link>
        <description>This is how to update the dynamic assigned IP of a single host, where the domain is registered on ENOM.COM registrar.

Here we simply setup a contab chunk on a debian/ubuntu installation.
Probably it is the same syntax on others distro.
We only need the wget command with some arguments.</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:grep-compressed_files?rev=1362640616&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-07T08:16:56+02:00</dc:date>
        <title>linux:grep-compressed_files</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:grep-compressed_files?rev=1362640616&amp;do=diff</link>
        <description>by nixCraft on March 29, 2007 - last updated at January 29, 2008

Q. I've lots of .gz files in my directory and I'd like to search them using grep. Unfortunately, grep is not working on my compressed file. How do I write a script to automate entire procedure to grep some compressed files. Do I have to uncompress them first and run grep over them?</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:iptables?rev=1351511426&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-29T12:50:26+02:00</dc:date>
        <title>linux:iptables</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:iptables?rev=1351511426&amp;do=diff</link>
        <description>Borrowed from wiki.debian.org 

Intersesting also, for newbies www.howtoforge.com

Viewing current configuration

See what rules are already configured. Issue this command:
iptables -L
The output will be similar to this:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
This allows anyone access to an…</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:perl-modules-on-hardy-server?rev=1335799079&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-30T17:17:59+02:00</dc:date>
        <title>linux:perl-modules-on-hardy-server</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:perl-modules-on-hardy-server?rev=1335799079&amp;do=diff</link>
        <description>This assumes that you have grabbed a copy of the ubuntu hardy server cd from the ubuntu.com website.

1. Install all dependent packages for CPAN
apt-get install build-essential
2. invoke the cpan command as a normal user
cpan
But once you hit on enter for “cpan” to execute, you be asked of some few questions. To make it simple for yourself, answer “no” for the first question so that the latter ones will be done for you automatically.</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:ssh-without-password?rev=1352036581&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-04T14:43:01+02:00</dc:date>
        <title>linux:ssh-without-password</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:ssh-without-password?rev=1352036581&amp;do=diff</link>
        <description>Perform SSH and SCP Without Entering Password on openSSH

Source www.thegeekstuff.com 2008 Jun 10

In this article, I’ll explain how to perform ssh and scp without entering the password using the SSH Public Key authentication with SSH Agent on openSSH</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:syslog-ng?rev=1360668621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-12T12:30:21+02:00</dc:date>
        <title>linux:syslog-ng</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:syslog-ng?rev=1360668621&amp;do=diff</link>
        <description>mewbies.com
Last update on 06 Aug '10

site,
man page,
FAQ.

This is not just used to log users but a replacement to your syslog.
From the syslog-ng information:

“The application can operate in server or agent mode, and - apart from UDP - supports the reliable TCP and the encrypted TLS protocols. That way syslog-ng can be used to create flexible and reliable logging infrastructure even in heterogeneous environments. syslog-ng reads and logs messages to the system console, log files, other machi…</description>
    </item>
    <item rdf:about="http://cosmos.rete.us/dokuwiki/linux:upgrade-etch-to-lenny?rev=1283270345&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-31T17:59:05+02:00</dc:date>
        <title>linux:upgrade-etch-to-lenny</title>
        <link>http://cosmos.rete.us/dokuwiki/linux:upgrade-etch-to-lenny?rev=1283270345&amp;do=diff</link>
        <description>Debian GNU/Linux www.debian.org

Per aggiornare Debian GNU/Linux da Etch (versione 4.0) a Lenny (versione 5.0) occorre effettuare qualche operazione manuale. Per prima cosa aggiorneremo il file /etc/apt/sources.list. Tale file è modificabile con i permessi di amministratore (root), e per poter ottenere i privilegi di root digitiamo nel terminale:</description>
    </item>
</rdf:RDF>
