<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cmsws.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>CMS Web Services - linux:utilities</title>
        <description></description>
        <link>https://www.cmsws.com/wiki/</link>
        <lastBuildDate>Thu, 30 Apr 2026 04:04:22 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.cmsws.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>CMS Web Services</title>
            <link>https://www.cmsws.com/wiki/</link>
        </image>
        <item>
            <title>backup_using_dump_restore</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:backup_using_dump_restore&amp;rev=1585243590&amp;do=diff</link>
            <description>“dump” a directory structure and compress the data while streaming it via ssh to a remote server.
dump -0af - data_directory | gzip -1 - | ssh user@hostname dd of=image.dump.gz
“restore” a directory structure while using gunzip to decompress the data stream via ssh from a remote server.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 26 Mar 2020 17:26:30 +0000</pubDate>
        </item>
        <item>
            <title>hplip</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:hplip&amp;rev=1557251269&amp;do=diff</link>
            <description>Here I am documenting my plight of installing and configuring an HP LaserJet MFP M28 M31 (all-in-one) printer / scanner  with Linuxmint 19.1 using the current HPLIP 3.19.3 drivers from HP.

Printing seemed to work straight away.  Scanning on the other hand took me a bit to figure out.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 May 2019 17:47:49 +0000</pubDate>
        </item>
        <item>
            <title>makebootusb</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:makebootusb&amp;rev=1607621037&amp;do=diff</link>
            <description>Mount the ISO:
sudo mount -t udf -o loop,ro,unhide /path/to/file.iso /mnt
Insert the USB drive.

Run fdisk and specify the device name of the USB drive; for example:
sudo fdisk /dev/sdc
	*  Delete any existing partition table and create a new one.
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 10 Dec 2020 17:23:57 +0000</pubDate>
        </item>
        <item>
            <title>screen</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:screen&amp;rev=1539745838&amp;do=diff</link>
            <description>Tips for using the screen utility

screen the terminal multiplexer.
To split vertically: ctrl-a then |.
To split horizontally: ctrl-a then S (uppercase &#039;s&#039;).
To unsplit: ctrl-a then Q (uppercase &#039;q&#039;).
To switch from one to the other: ctrl-a then tab</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 17 Oct 2018 03:10:38 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:ssh&amp;rev=1537288525&amp;do=diff</link>
            <description>SSH Stuff

So, I plan on having SSH related things here.

Tips &amp; Tricks

Add a tunnel (port forwarding) to an existing ssh connection.

While in the active ssh connection, press Enter a few times.  Once you have that, type ~ (tilde) and then C (capital c). At this point, you should see a new prompt.  Something like this</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Sep 2018 16:35:25 +0000</pubDate>
        </item>
        <item>
            <title>sysinfo</title>
            <link>https://www.cmsws.com/wiki/doku.php?id=linux:utilities:sysinfo&amp;rev=1538095246&amp;do=diff</link>
            <description>Display System Information


#!/bin/bash

clear

echo
echo “Today is `date`.”
echo
uname -a
echo
echo “Disk Space Utilization:”
df -vh
echo
echo “Memory Details:”
free -h
echo
echo &quot;/etc/apt/sources.list contents&quot;
grep -i &#039;freeside&#039; /etc/apt/sources.list
echo</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 28 Sep 2018 00:40:46 +0000</pubDate>
        </item>
    </channel>
</rss>
