<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Base (Posts about map)</title><link>https://bgstack15.ddns.net/blog/</link><description></description><atom:link href="https://bgstack15.ddns.net/blog/categories/map.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2025 &lt;a href="mailto:bgstack15@gmail.com"&gt;bgstack15&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-SA"
style="border-width:0; margin-bottom:12px;"
src="https://bgstack15.ddns.net/.images/l_by-sa_4.0_88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Mon, 27 Jan 2025 14:00:41 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>LibreOffice Customize Keyboard does work, but...</title><link>https://bgstack15.ddns.net/blog/posts/2025/01/27/libreoffice-customize-keyboard-does-work-but/</link><dc:creator>bgstack15</dc:creator><description>&lt;div&gt;&lt;p&gt;When you go to customize keyboard shortcuts so that there's some keystroke for increasing and decreasing font size, you will discover something. And upon taking screenshots for writing this post, everything makes sense now!&lt;/p&gt;
&lt;h2&gt;screenshot, too big&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://bgstack15.ddns.net/blog/2025/scrot-libreoffice-cell-too-big.png"&gt;Screenshot of a cell with a value too large for the width&lt;br&gt;&lt;img alt="" src="https://bgstack15.ddns.net/blog/2025/scrot-libreoffice-cell-too-big.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will find the &lt;code&gt;Menu Tools... -&amp;gt; Customize... -&amp;gt; dialog tab Menus&lt;/code&gt; and learn the name of the operation that should happen.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://bgstack15.ddns.net/blog/posts/2025/01/27/libreoffice-customize-keyboard-does-work-but/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>keyboard</category><category>libreoffice</category><category>map</category><category>shortcut</category><guid>https://bgstack15.ddns.net/blog/posts/2025/01/27/libreoffice-customize-keyboard-does-work-but/</guid><pubDate>Mon, 27 Jan 2025 13:56:00 GMT</pubDate></item><item><title>Windows: Map network drives from csv</title><link>https://bgstack15.ddns.net/blog/posts/2019/10/15/windows-map-network-drives-from-csv/</link><dc:creator>bgstack15</dc:creator><description>&lt;p&gt;Even back in my olden days of using a non-free operating system, I was
automating my tasks. The non-persistent sessions at the computer science lab
required that I script my tasks. This is what I came up with for mapping
network drives. You can set a csv file with the following contents:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;driveletter,sharename,username,password,vollabel
SERVER,192.168.1.2
w,vol1\ben,,,W_svol1_ben
x,vol1,,,X_svol1
y,vol2,,,Y_svol2
z,vol5,,,Z_svol5
SERVER,hulk
s,hulk_ben,,,S_hulk_ben
t,smash,,,T_smash
SERVER,dax
u,dax_ben,,,U_dax_ben
v,science,,,V_science
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;So it's not a real csv file; it's got headers delineated by "SERVER" and a
server name. The script will operate on the following lines, until the next
"SERVER" line. It will mount the drive letter, from the following CIFS share,
using a username and password or prompting if blank, and a pretty name. It
will only mount those entries, if the SERVER actually is reachable. So it
fails safely if you are on a different network than the requested server at
the time. The script is available on my
&lt;a href="https://gitlab.com/bgstack15/former-gists/blob/master/map.bat/map.bat"&gt;gitlab&lt;/a&gt;. And that &lt;a href="https://gitlab.com/bgstack15/former-gists/blob/master/map.bat/map.csv"&gt;example
csv&lt;/a&gt; is
also there. I eventually scrapped this script when I deployed an Active
Directory domain and I used group policy to define a number of mounts to
define.&lt;/p&gt;</description><category>csv</category><category>map</category><category>network</category><category>windows</category><guid>https://bgstack15.ddns.net/blog/posts/2019/10/15/windows-map-network-drives-from-csv/</guid><pubDate>Tue, 15 Oct 2019 13:22:09 GMT</pubDate></item></channel></rss>