<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>css on Notities</title><link>https://www.vandenboom.icu/en/tags/css/</link><description>Recent content in css on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 11 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/css/index.xml" rel="self" type="application/rss+xml"/><item><title>Animations</title><link>https://www.vandenboom.icu/en/animations/</link><pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate><guid>https://www.vandenboom.icu/en/animations/</guid><description>Creating animations service
Creating animations service
Bring Your Ideas to Life with Stunning Animations
At &amp;ldquo;van den Boom Animations&amp;rdquo;, we specialize in crafting custom animations that captivate and engage your audience. Whether you&amp;rsquo;re looking to enhance your website, advertise your brand, or add an eye-catching effect to your project, our team is here to transform your vision into motion. From smooth transitions and dynamic visuals to attractive animations, we offer tailored solutions to make your content stand out.</description></item><item><title>Powershell Clean Memory</title><link>https://www.vandenboom.icu/en/blog/powershell-clean-memory/</link><pubDate>Mon, 13 Dec 2021 19:12:03 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/powershell-clean-memory/</guid><description>Function Clean-Memory { Get-PSSession | Remove-PSSession [System.GC]::Collect() [GC]::Collect() [GC]::WaitForPendingFinalizers() Get-Variable | #Where-Object { $startupVariables -notcontains $_.Name } | ForEach-Object { try { Clear-Variable -Name &amp;#34;$($_.Name)&amp;#34; -Force -ErrorAction SilentlyContinue -WarningAction SilentlyContinue Remove-Variable -Name &amp;#34;$($_.Name)&amp;#34; -Force -Scope &amp;#34;global&amp;#34; -ErrorAction SilentlyContinue -WarningAction SilentlyContinue Remove-Variable -Name &amp;#34;$($_.Name)&amp;#34; -Force -ErrorAction SilentlyContinue -WarningAction SilentlyContinue #Write-Host &amp;#34;Variable &amp;#39;$($_.Name)&amp;#39; has been cleaned up.&amp;#34; } catch [Exception] { if ($_.Name -notlike &amp;#39;&amp;#39;) { Write-Host &amp;#34;An error has occured. Error Details: $($_.</description></item><item><title>Wordpress no FTP needed</title><link>https://www.vandenboom.icu/en/blog/wordpress-no-ftp/</link><pubDate>Sat, 19 Dec 2020 11:22:46 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/wordpress-no-ftp/</guid><description>add this line to: wp-config.php define(&amp;#39;FS_METHOD&amp;#39;, &amp;#39;direct&amp;#39;);</description></item><item><title>Postgresql Insert Loop</title><link>https://www.vandenboom.icu/en/blog/postgresql-insert-loop/</link><pubDate>Wed, 16 Dec 2020 19:21:18 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/postgresql-insert-loop/</guid><description> do $$ declare counter integer := 0; begin while counter &amp;lt; 100000 loop insert into public.person (first_name, last_name) values ('Jack', 'Twin'); counter := counter + 1; end loop; end$$;</description></item><item><title>Google sitemap</title><link>https://www.vandenboom.icu/en/blog/20201212_1609_-_google_sitemap/</link><pubDate>Sun, 13 Dec 2020 20:13:00 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/20201212_1609_-_google_sitemap/</guid><description>Google sitemap http://www.google.com/ping?sitemap=https://vandenboom.icu/sitemap.xml http://www.google.com/webmasters/tools/</description></item><item><title>Hugo in Alpine Linux</title><link>https://www.vandenboom.icu/en/blog/hugo-in-alpine-linux/</link><pubDate>Sat, 12 Dec 2020 19:59:50 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/hugo-in-alpine-linux/</guid><description>Hugo in Alpine Linux &amp;gt; apk update &amp;gt; apk upgrade &amp;gt; apk add git &amp;gt; apk add go &amp;gt; wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub &amp;gt; wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.32-r0/glibc-2.32-r0.apk &amp;gt; apk add glibc-2.32-r0.apk &amp;gt; wget https://github.com/gohugoio/hugo/releases/download/v0.79.0/hugo_0.79.0_Linux-32bit.tar.gz &amp;gt; tar -xvzf hugo_0.79.0_Linux-32bit.tar.gz &amp;gt; ./hugo &amp;gt; ./hugo version &amp;gt; echo $SHELL &amp;gt; vim .bash_profile export PATH=$PATH:/hugo/bin &amp;gt; source .bash_profile &amp;gt; which hugo &amp;gt; cd website/ &amp;gt; hugo new blog/time-in-alpine.md &amp;gt; vim ./content/blog/time-in-alpine.md &amp;gt; git add --all &amp;gt; git commit -m &amp;#34;set time in Alpine Linux&amp;#34; &amp;gt; git push</description></item><item><title>Time in Alpine Linux</title><link>https://www.vandenboom.icu/en/blog/time-in-alpine/</link><pubDate>Sat, 12 Dec 2020 19:37:42 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/time-in-alpine/</guid><description>&amp;gt; Time in Alpine Linux &amp;gt; apk add tzdata &amp;gt; cp /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime &amp;gt; echo &amp;#34;Europe/Amsterdam&amp;#34; &amp;gt; /etc/timezone &amp;gt; date</description></item><item><title>Bitlocker keys</title><link>https://www.vandenboom.icu/en/blog/december-2020-bitlocker/</link><pubDate>Sat, 12 Dec 2020 01:44:50 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/december-2020-bitlocker/</guid><description>BitLocker recovery keys onedrive.live.com/RecoveryKey</description></item><item><title>From ESD to WIM File in Windows 10</title><link>https://www.vandenboom.icu/en/blog/december-2020-from-esd-to-wim-file/</link><pubDate>Sat, 12 Dec 2020 01:44:50 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/december-2020-from-esd-to-wim-file/</guid><description>from ESD to WIM file &amp;gt; dism /Get-WimInfo /WimFile:install.esd &amp;gt; dism /export-image /SourceImageFile:install.esd /SourceIndex:4 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity</description></item><item><title>Git commands</title><link>https://www.vandenboom.icu/en/blog/20201212_1609_-_git/</link><pubDate>Sat, 12 Dec 2020 01:44:50 +0100</pubDate><guid>https://www.vandenboom.icu/en/blog/20201212_1609_-_git/</guid><description>Git commands &amp;gt; cd content/blog/ &amp;gt; cp december-2020-Bitlocker.md 20201212_1609_-_git.md &amp;gt; vim 20201212_1609_-_git.md &amp;gt; git add --all &amp;gt; git commit -m &amp;#34;edited title&amp;#34; &amp;gt; git status &amp;gt; git push &amp;gt; git pull &amp;gt; git reset --hard HEAD &amp;gt; git pull &amp;gt; git fetch --all &amp;gt; git reset --hard origin/main &amp;gt; git status &amp;gt; git fetch origin &amp;gt; git checkout main &amp;gt; git pull origin main &amp;gt; git fetch --all &amp;gt; git merge &amp;gt; git pull &amp;gt; hugo server -D</description></item><item><title>hugo in Windows 10</title><link>https://www.vandenboom.icu/en/blog/december-2020-hugo/</link><pubDate>Sat, 12 Dec 2020 00:00:00 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/december-2020-hugo/</guid><description>&amp;gt; hugo new site vandenboom.icu &amp;gt; cd vandenboom.icu &amp;gt; git init &amp;gt; git submodule add https://github.com/lxndrblz/anatole.git themes/anatole &amp;gt; cd themes &amp;gt; git submodule add https://github.com/pacollins/hugo-future-imperfect-slim.git &amp;gt; cd .. &amp;gt; hugo new blog/december-2020.md &amp;gt; hugo server -D</description></item><item><title>Chocolatey in Windows 10</title><link>https://www.vandenboom.icu/en/blog/december-2020/</link><pubDate>Fri, 11 Dec 2020 00:00:00 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/december-2020/</guid><description>&amp;gt; choco version &amp;gt; choco update chocolatey &amp;gt; choco version all &amp;gt; choco outdated &amp;gt; choco upgrade &amp;lt;app&amp;gt; &amp;gt; choco upgrade all</description></item><item><title>Markdown Syntax Guide</title><link>https://www.vandenboom.icu/en/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/markdown-syntax/</guid><description>&lt;p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p></description></item></channel></rss>