<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu &#8211; PekDar – Astrophotography Engineering</title>
	<atom:link href="https://astrophotography.pekdar.net/en/tag/ubuntu-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://astrophotography.pekdar.net</link>
	<description>Autorskie rozwiązania Hardware, Projekty 3D i Zaawansowane Poradniki</description>
	<lastBuildDate>Mon, 09 Feb 2026 07:50:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.7</generator>

<image>
	<url>https://astrophotography.pekdar.net/wp-content/uploads/2021/07/favicon.png</url>
	<title>Ubuntu &#8211; PekDar – Astrophotography Engineering</title>
	<link>https://astrophotography.pekdar.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AutoStakkert! on Linux: Installation via Wine and PlayOnLinux</title>
		<link>https://astrophotography.pekdar.net/en/autostakkert-linux-wine-playonlinux-installation/</link>
		
		<dc:creator><![CDATA[PekDar]]></dc:creator>
		<pubDate>Fri, 08 May 2020 19:02:24 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Astrophotography]]></category>
		<category><![CDATA[AutoStakkert]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PlayOnLinux]]></category>
		<category><![CDATA[stacking]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wine]]></category>
		<guid isPermaLink="false">http://www.astrofoto.pekdar.net/?p=1405</guid>

					<description><![CDATA[AutoStakkert Linux installation - Technical guide for Linux users. Running AutoStakkert! using the Wine compatibility layer and PlayOnLinux manager. Discussion on performance and memory mapping.]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2955" class="elementor elementor-2955" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-74c98942 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no" data-id="74c98942" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a068031" data-id="6a068031" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a97d403 elementor-widget elementor-widget-text-editor" data-id="4a97d403" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2>AutoStakkert Linux installation</h2>
<p><b>Windows is Not Required</b> Many astrophotographers keep a Windows partition strictly for one piece of software: <b>AutoStakkert!</b>. This is an unjustified waste of resources. The stacking engine of this software runs perfectly in a Linux environment, often offering better RAM management than Microsoft&#8217;s native system due to the lightweight nature of the Linux kernel.</p>
<h3>How It Works: Wine Is Not an Emulator</h3>
<p>The key to success is <b>Wine</b> (acronym: <i>Wine Is Not an Emulator</i>). It is a compatibility layer that translates Windows API calls into POSIX (Linux) instructions on the fly. This allows the application to run with near-native performance, without the overhead of emulating an entire operating system. The <b>PlayOnLinux (POL)</b> tool described in this guide is used to easily manage so-called Wine &#8220;prefixes&#8221;—isolated containers with specific configurations.</p>
<h3>Why this works?</h3>
<ul>
<li>AutoStakkert! is a <strong>portable app</strong> — no classic MSI installer.</li>
<li>Wine supports most API calls required by AS!3/AS!4.</li>
<li>Linux filesystems (ext4, btrfs) handle large SER/AVI files better than NTFS.</li>
</ul>
<h3>Shortened deployment Guide (Universal Method)</h3>
<p data-path-to-node="27">Since AutoStakkert! does not have a classic installer (it is a &#8220;portable&#8221; application), the process in PlayOnLinux differs slightly from the norm:</p>
<ol start="1" data-path-to-node="28">
<li>
<p data-path-to-node="28,0,0"><b>Download:</b> Get the latest stable version (AS!3 or AS!4) as a ZIP archive.</p>
</li>
<li>
<p data-path-to-node="28,1,0"><b>POL Configuration:</b> Select &#8220;Install a program,&#8221; then &#8220;Install a non-listed program.&#8221;</p>
</li>
<li>
<p data-path-to-node="28,2,0"><b>Virtual Drive Creation:</b> Choose &#8220;Create a new virtual drive&#8221; (preferably <b>64-bit</b> architecture to handle large SER/AVI video files).</p>
</li>
<li>
<p data-path-to-node="28,3,0"><b>No Installer:</b> When POL asks for the installation file, point it to the AutoStakkert <code>.exe</code>. The program won&#8217;t &#8220;install&#8221; into the system registry but will be executed within the Wine directory structure.</p>
</li>
<li>
<p data-path-to-node="28,4,0"><b>Shortcut:</b> Finally, create a shortcut directly to <code>AutoStakkert.exe</code>.</p>
</li>
</ol>
<h3>Performance and Memory</h3>
<p>When working with massive files from planetary cameras (often 50-100 GB), Linux file systems (ext4 or btrfs) handle I/O operations significantly better than NTFS. Stacking proceeds smoothly, provided that the Wine configuration has been allocated sufficient video memory access.</p>
<h3>Warnings</h3>
<ul>
<li>Use <strong>Wine ≥ 6.x</strong> — older versions may cause errors.</li>
<li>Don’t copy files into system directories — keep them inside the Wine prefix.</li>
<li>Test with a small SER file before processing large sessions.</li>
</ul>
<p><!-- /wp:paragraph --><!-- wp:more {"customText":"read more"} --></p>
<p></p></div></div></div></div></div></section></div> <a href="https://astrophotography.pekdar.net/en/autostakkert-linux-wine-playonlinux-installation/#more-2955" class="more-link elementor-more-link"><span aria-label="Continue reading AutoStakkert! on Linux: Installation via Wine and PlayOnLinux">read more</span></a>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Planetary Imaging PreProcessor installation on Linux (K)Ubuntu system</title>
		<link>https://astrophotography.pekdar.net/en/pipp-linux-wine-installation-guide/</link>
		
		<dc:creator><![CDATA[PekDar]]></dc:creator>
		<pubDate>Sat, 18 Apr 2020 17:28:02 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Astrophotography]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PIPP]]></category>
		<category><![CDATA[PlayOnLinux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wine]]></category>
		<guid isPermaLink="false">http://www.astrofoto.pekdar.net/?p=1046</guid>

					<description><![CDATA[PIPP Linux PIPP is the de facto standard in the pre-processing workflow for planetary and lunar imaging. Although it lacks a native Linux version, the Wine (Wine Is Not an Emulator) architecture allows for stable execution with full performance. This guide covers creating an optimal environment using the PlayOnLinux manager. The Critical Choice: 64-bit Architecture Unlike older astro tools, PIPP benefits immensely from 64-bit architecture, especially when handling massive .SER files. When configuring in PlayOnLinux, always select &#8220;64 bits windows installation&#8221;. This allows the software to address more RAM, preventing &#8220;Out of Memory&#8221; errors during the stabilization of long video sequences. Shortened Installation Process (Universal Method): Download: Get the PIPP installer (.exe) from the official website. Wine Prefix: Create a new virtual drive in PlayOnLinux. It is recommended to use a stable, modern Wine version (e.g., 6.0+ or 7.0+). Additional Libraries: To correctly render the UI and handle certain video containers, PIPP may require extra components. Using the &#8220;Install components&#8221; feature in POL, consider adding vcrun2008 or vcrun2010. Execution: Once installed, PIPP should be available as a shortcut on your Linux desktop. Detailed Installation procedure I assume that if you are already reading this description, for me it means that you are a Linux user and as a regular user, you have the ability to install the necessary programs, using the built-in tools (Muon, apt or other tool) you can install PlayOnLinux (POL) from available repositories used by you distribution. This installation description is not closely related to the Linux Kubuntu distribution that I use. Certainly, it will be good for almost any Linux distribution available on the Internet. Make sure you have the &#8220;winbind&#8221; package installed in your system. It is necessary for the PIPP, to be fully functional. Let&#8217;s proceed to the installation of the PIPP using POL. Installation of PIPP by POL (Play On Linux) Start POL and click on Install a program. On thePlayOnLinux install menu window, click on Install a non-listed program. Manual installation – click on Next. PlayOnLinux Wizard – click on Install a program in a new virtual drive and Next. Manual installation – In the text field you see, type name for virtual drive that will be created for installation process. I&#8217;ve typed „PIPP”. Click on Next. Manual installation – do not change anything, just click on Next button. Manual installation – Select 32bit windows installation and click on Next. Manual installation – Click on Browse and follow to drive location where you have a .exe file with PIPP 32bit version program. Click on Next. POL will run PIPP Setup Wizard. Click on Next and follow wizard installation. The PIPP program is for free but the License Agreement you must accept. Click on I Agree Do not change the default installation path. Click on Install. On my computer the installation process was so fast, that I couldn&#8217;t catch a picture with installation process itself. Just click on Finish. The PIPP was installed but the installation wizard have some additional software to install as option. I suggest you to install this additional software, especially, they have support for AVI files type. It&#8217;s compatible with RegiStax software that is used for stacking process of light frames with planets, sun, moon etc. Click on Yes. Just accept license agreement and click on Next. Installed software is for free with GNU GPL license. In our case/example we can skip this information, click on Next. Do not change default installation path. Click on Next. Leave default setup for selected components and click on Next. Click on Next. Click on Install Try to meet with information and click on Next. You can read selected information or just skip them and click on Finish. The installation process with PIPP program has been completed. Everything went fine and correct. Let&#8217;s back to POL Wizard, It&#8217;s important to create a shortcut to installed PIPP program. On the visible list of files, select PIPP.exe and click on Next. You can change the default shortcut name to something more reasonable. I&#8217;ve typed „PIPP &#8211; Planetary Imaging PreProcessor” and click on Next. Installation wizard will back again to list of files. Now select the I don&#8217;t want to make another shortcut and click on Next. After installation has been finished, on the list of installed software you can find our PIPP &#8211; Planetary Imaging PreProcessor ready for first run. Nothing more is needed to configure for first run. Just run PIPP with double click on the PIPP &#8211; Planetary Imaging PreProcessor and wait a bit. PIPP is ready for work. Video File Handling on Linux The most common issue in a Wine environment is a lack of codecs. If the Linux version of PIPP refuses to open your .AVI file, the best practice is to convert it beforehand to the .SER format (which is raw and doesn&#8217;t require system codecs) or ensure the ffmpeg.exe binary is present in the PIPP folder. Helpful links: PIPP main page: https://web.archive.org/web/20230604160543/https://sites.google.com/site/astropipp/home PIPP download page: https://web.archive.org/web/20230604160403/https://sites.google.com/site/astropipp/downloads PIPP installation description for Linux system, it&#8217;s different from here: https://web.archive.org/web/20230531163521/https://sites.google.com/site/astropipp/downloads/installing-pipp-on-linux-with-wine PIPP installation description process for macOS system: https://web.archive.org/web/20230531163508/https://sites.google.com/site/astropipp/downloads/installing-pipp-on-macos-with-winebottler PIPP Manual: https://web.archive.org/web/20230531163540/https://sites.google.com/site/astropipp/pipp-manual PlayOnLinux: https://www.playonlinux.com/pl/]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2880" class="elementor elementor-2880" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3fe79bfe elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no" data-id="3fe79bfe" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-832c445" data-id="832c445" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-590d778d elementor-widget elementor-widget-text-editor" data-id="590d778d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									
<h2>PIPP Linux</h2>
<p>PIPP is the de facto standard in the pre-processing workflow for planetary and lunar imaging. Although it lacks a native Linux version, the <b data-path-to-node="25" data-index-in-node="180">Wine (Wine Is Not an Emulator)</b> architecture allows for stable execution with full performance. This guide covers creating an optimal environment using the <b data-path-to-node="25" data-index-in-node="335">PlayOnLinux</b> manager.</p>

<p></p></div></div></div></div></div></section></div> <a href="https://astrophotography.pekdar.net/en/pipp-linux-wine-installation-guide/#more-2880" class="more-link elementor-more-link"><span aria-label="Continue reading Planetary Imaging PreProcessor installation on Linux (K)Ubuntu system">REad more</span></a>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
