<?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>HOW-TO &#8211; Blog by Robin Speichermann</title>
	<atom:link href="https://speichermann.org/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://speichermann.org</link>
	<description>Apple addicted, Car-addicted, Tech, Photography, Video/Photo editing, 3D-Printing, Blogger, Python/C++-Noob, Geocacher</description>
	<lastBuildDate>Wed, 18 Sep 2024 11:29:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://speichermann.org/wp-content/uploads/2021/02/cropped-LOGO-Website-32x32.png</url>
	<title>HOW-TO &#8211; Blog by Robin Speichermann</title>
	<link>https://speichermann.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install WordPress on a Free Oracle Cloud ARM VPS with Ubuntu: Step-by-Step GuideHow to</title>
		<link>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/</link>
					<comments>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Wed, 18 Sep 2024 11:26:13 +0000</pubDate>
				<category><![CDATA[HOW-TO]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2967</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>I recently came across Oracle&#8217;s free tier service, which lets you create Ampere ARM Instances up to 24GB RAM 2Core CPU totally for free. Paired]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2967" class="elementor elementor-2967">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-b224673 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b224673" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-785ca86" data-id="785ca86" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-da847e3 elementor-widget elementor-widget-text-editor" data-id="da847e3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;"><strong><span style="--wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">I recently came across Oracle&#8217;s free tier service, which lets you create Ampere ARM Instances up to 24GB RAM 2Core CPU totally for free. Paired with a domain, you can host a blog yourself for less than 10€ a year! If you split your Oracle instances, you can have up to 4 Ampere VMs for free. I went for a VM with 2C and 12GB of RAM for a (very) smooth WordPress experience, but you can lower the specs for sure.</span></strong></span></p><p><span style="color: #ffffff;"><strong><span style="--wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">In the progress of creating the instance, you have to download the ssh key in order to access your VPS. If you are on Windows, I recommend you to use Putty to access your machine. My Mac already has a built in SSH client, so no need to download anything.</span></strong></span></p><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Connect to your VM via SSH (Mac)</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You have to change permissions considering the files you just downloaded before you can connect to your machine. Navigate to the directory, where your keys are stored and change the permissions as stated bellow:</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo chmod 400 ssh-key-????-??-??.key
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, you can connect to the machine directly via Terminal. No need to download anything else like you have to on Windows.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo ssh -i ssh-key-????-??-??.key ubuntu@YOURMACHINESIPADRESS
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Preparation</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, we are in our free VPS machine.<br />Firstly, check for new software updates. This may take a few mins, so don’t worry.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo apt update &amp;&amp; sudo apt -y upgrade
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">After updating the software, it’s time to install the necessary packages in order to prepare everything for our WordPress installation. Accept everything with “Y”.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo apt install nginx mariadb-server php-mysql php-curl php-gd php-zip php-fpm
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">In order to let your machine “send out data” outside its own enviroement, Port 80 needs to be opened.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT

sudo netfilter-persistent save
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Database Stuff</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Create a user in mysql and give the created user the needed permissions . Replace the placeholders with your personal data and keep the apostrophes. The username does not need to match the OS Username or anything.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo mysql
create user 'YOURUSERNAME'@'localhost' identified by 'YOURPASSWORD';
grant all privileges on *.* to 'YOURUSERNAME'@'localhost';
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now as we created our user, we can start creating the actual database, needed for WordPress. You can name the database by replacing “wordpressdb”. The second command will reload all permissions.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">create database wordpressdb;
flush privileges;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Exit Mysql.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">exit
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Install WordPress</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Move to the folder, where you want your to install WordPress. In our case it’s /var/html.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">cd /var/www/html
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Before downloading and installing WordPress, we can remove any unnecessary files from the installation folder.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo rm index.nginx-debian.html
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Get the latest version of WordPress from their official source.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo wget &lt;https://www.wordpress.org/latest.tar.gz&gt;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Unpack the downloaded files. A brief <strong>explanation</strong> of the parameters is down bellow.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">x: Extracts files from the archive</span><br /><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">v: Verbose mode, which lists all files being extracted.<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">f: Specifies the file name of the archive to be processed.<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">z: Decompresses the archive using gzip (typically for .tar.gz files).<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">-strip-components=1: Removes the leading directory level from the files in the archive (in this case removes the wordpress folder).</span></span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo tar xvfx latest.tar.gz --strip-components=1
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Remove all unwanted files. The -rf parameter is needed if you want to remove directories without asking for permission.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo rm latest.tar.gz
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Tell the Webserver your Domain name. I personally use the nano text editor, but you can use any that you have installed.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">cd
sudo nano /etc/nginx/sites-available/default
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Change the following:</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">index index.html index.htm index.nginx.debian.html;
server_name;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">to</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">index.php;
server_name YOURDOMAIN.COM WWW.YOURDOMAIN:COM;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">AND change the following (you just have to remove some hashtags in this case)</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">        #location ~ \\.php$ {
        #        include snippets/fastcgi-php.conf;
        #
        #       # With php-fpm (or other unix sockets):
        #        fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
        #       # With php-cgi (or other tcp sockets):
        #        fastcgi_pass 127.0.0.1:9000;
        #}
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">to</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">        location ~ \\.php$ {
                include snippets/fastcgi-php.conf;
        #
        #       # With php-fpm (or other unix sockets):
                fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
        #       # With php-cgi (or other tcp sockets):
        #        fastcgi_pass 127.0.0.1:9000;
        }
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You can exit by pessing CTRL + X, accepting with ‘y’ and pressing ENTER.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, after editing the nginx config file, you can check if everything is okay with it by the following command.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo nginx -t
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Lastly, we can restart our Nginx server and afterwards we should be able to start configuring our WordPress installation via WebUI.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo systemctl restart nginx
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">The command <code>sudo chown -R www-data:www-data /var/www/html</code> changes the ownership of all files and directories in <code>/var/www/html</code> to the user and group <code>www-data</code>, which is typically used by the web server. The <code>-R</code> option makes this change recursive, applying it to all subdirectories and files.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo chown -R www-data:www-data /var/www/html
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">WordPress configuration via WebUI</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">If you followed the instructions correctly, you should see the following page when opening your IP/domain in your browser.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">If you still see the old Nginx file, this may be a problem of Cloudflare caching your Website. Temporarily entering your IP directly will solve this problem.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-fb05f5f elementor-widget elementor-widget-image" data-id="fb05f5f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Bildschirmfoto 2024-09-08 um 22.22.47" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjk3NywidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA5XC9CaWxkc2NoaXJtZm90by0yMDI0LTA5LTA4LXVtLTIyLjIyLjQ3LnBuZyJ9">
							<img fetchpriority="high" decoding="async" width="640" height="376" src="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-700x411.png" class="attachment-large size-large wp-image-2977" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-700x411.png 700w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-300x176.png 300w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-768x451.png 768w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47.png 1266w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-640143a elementor-widget elementor-widget-text-editor" data-id="640143a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You can now carefully enter the before created database credentials.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-693680e elementor-widget elementor-widget-image" data-id="693680e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Bildschirmfoto 2024-09-08 um 22.25.16" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjk3NiwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA5XC9CaWxkc2NoaXJtZm90by0yMDI0LTA5LTA4LXVtLTIyLjI1LjE2LnBuZyJ9">
							<img decoding="async" width="640" height="502" src="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-700x549.png" class="attachment-large size-large wp-image-2976" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-700x549.png 700w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-300x235.png 300w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-768x602.png 768w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16.png 1047w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0ba4b43 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0ba4b43" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20fd167" data-id="20fd167" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-89f7b08 elementor-widget elementor-widget-text-editor" data-id="89f7b08" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #ffffff;">That’s it, you should now have a fulll WordPress installation running on your VPS, totally for free!</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2967"
					data-ulike-nonce="603cf9865d"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2967"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to properly format your Raspberry Pi SD-Card</title>
		<link>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/</link>
					<comments>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 16:49:14 +0000</pubDate>
				<category><![CDATA[HOW-TO]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2437</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &#60; 1</span> <span class="rt-label rt-postfix">minute</span></span>Every now and then you have to delete an SD card from an old Raspberry Pi project. Everybody who has seen such a card in]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &lt; 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Every now and then you have to delete an SD card from an old Raspberry Pi project. Everybody who has seen such a card in the explorer knows that it is usually divided into two partitions. Looks weird, but is easy to format <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> I have made a tutorial below, how you can delete your SD card correctly on Windows via Diskpart.</p>


<p>First, open Diskpart by typing &#8220;Diskpart&#8221; into your Windows Searchbar or directly into CMD.</p>



<p>List all Disks connected to your Computer. Choose the one you want to format. Pay attention to choosing the right one, you don&#8217;t want to delete your computer&#8217;s drive.</p>



<pre class="wp-block-code"><code>list disk</code></pre>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img decoding="async" src="https://speichermann.org/wp-content/uploads/2022/04/grafik.png" alt="" class="wp-image-2443" width="483" height="194" srcset="https://speichermann.org/wp-content/uploads/2022/04/grafik.png 499w, https://speichermann.org/wp-content/uploads/2022/04/grafik-300x120.png 300w" sizes="(max-width: 483px) 100vw, 483px" /><figcaption>It should look like this.</figcaption></figure></div>



<p>Selects Disk Number X. Replace X with your disk .</p>



<pre class="wp-block-code"><code>sel disk x</code></pre>



<p>Create a new partition and activate it, so the Disk shows up in your Explorer. </p>



<pre class="wp-block-code"><code>create partition primary</code></pre>



<pre class="wp-block-code"><code>active</code></pre>



<p>Now, you can format the drive, if you want to. You can do that in Explorer too.</p>



<pre class="wp-block-code"><code>format fs=fat32 QUICK</code></pre>



<p></p>
		<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2437"
					data-ulike-nonce="34e65600cb"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2437"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+4"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MacOS: Create Big Sur ISO File</title>
		<link>https://speichermann.org/how-to/macos-create-big-sur-iso-file/</link>
					<comments>https://speichermann.org/how-to/macos-create-big-sur-iso-file/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 15:20:39 +0000</pubDate>
				<category><![CDATA[HOW-TO]]></category>
		<guid isPermaLink="false">http://speichermann.org/?p=384</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &#60; 1</span> <span class="rt-label rt-postfix">minute</span></span>The following tutorial is about creating a MacOS Big Sur ISO file. You can use this file for building a VMWare, a Hackintosh or just]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &lt; 1</span> <span class="rt-label rt-postfix">minute</span></span>
<p>The following tutorial is about creating a MacOS Big Sur ISO file. You can use this file for building a VMWare, a Hackintosh or just for installing MacOS on a different Volume/Drive. I myself used the file to install MacOS Big Sur into VMware Workstation Pro. It worked seemlessly. In case you&#8217;re interested in how the performance with a Hackintosh VM is, you can read my Blog Post <a href="https://speichermann.org/software/hackintosh-macos-big-sur-in-vmware-workstation-16-pro/">here</a>.</p>



<p></p>



<p><strong>1.Download Big Sur via the AppStore on your Mac</strong></p>



<p><strong>2. Open a terminal window and type in the following commands:</strong></p>



<pre class="wp-block-code"><code>sudo hdiutil create -o /tmp/BigSur -size 16384m -volname BigSur -layout SPUD -fs HFS+J</code></pre>



<pre class="wp-block-code"><code>sudo hdiutil attach /tmp/BigSur.dmg -noverify -mountpoint /Volumes/BigSur</code></pre>



<pre class="wp-block-code"><code>sudo /Applications/Install\ macOS\ Big\
Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/BigSur --nointeraction</code></pre>



<pre class="wp-block-code"><code>hdiutil eject -force /Volumes/Install\ macOS\ Big\ Sur</code></pre>



<pre class="wp-block-code"><code>hdiutil convert /tmp/BigSur.dmg -format UDTO -o ~/Desktop/BigSur</code></pre>



<pre class="wp-block-code"><code>mv -v ~/Desktop/BigSur.cdr ~/Desktop/BigSur.iso</code></pre>



<pre class="wp-block-code"><code>sudo rm -fv /tmp/BigSur.dmg</code></pre>



<p><strong>Now you should have the Big Sur Iso file on your desktop, mine is about 17 GB large.</strong></p>
		<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="384"
					data-ulike-nonce="d92bfc4428"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_384"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+5"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/how-to/macos-create-big-sur-iso-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
