Skip to content

Commit 11f2de8

Browse files
authored
docs: archive old blog posts (#62)
1 parent 0ac31c6 commit 11f2de8

24 files changed

+51
-1
lines changed

docs/blog/posts/2011/hide-the-network-icon-from-windows-7-explorer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ slug: hide-the-network-icon-from-windows-7-explorer
1010
---
1111
# Hide the "Network" icon from Windows 7 Explorer
1212

13+
--8<-- "docs/snippets/archive.md"
14+
1315
If you want to hide the "Network" icon from the sidebar of the Windows Explorer in Windows 7 you can do this by modifying the registry.
1416
In order to be able to do this you have to be logged in as an Administrator.
1517
Despite that you'll have to give yourself the permissions to change the value.

docs/blog/posts/2011/mac-os-airport-not-connecting-automatically-to-wi-fi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ slug: mac-os-airport-not-connecting-automatically-to-wi-fi
99
---
1010
# Mac OS: Airport not connecting automatically to Wi-Fi
1111

12+
--8<-- "docs/snippets/archive.md"
13+
1214
A few weeks ago I helped a friend with an issue he had on an iMac with the Wi-Fi.
1315
After a while AirPort stopped from connecting automatically to the Wi-Fi.
1416
Although this can be caused by various different issues I want to describe the one I found.

docs/blog/posts/2011/office-end-user-license-agreement-eula-has-to-be-accepted-every-time.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ slug: office-end-user-license-agreement-eula-has-to-be-accepted-every-time
99
---
1010
# Office End-User License Agreement (EULA) has to be accepted every time
1111

12+
--8<-- "docs/snippets/archive.md"
13+
1214
Do you have to accept the the End-User License Agreement (EULA) of your Office applications every time you start them even though you've accepted them already?
1315

1416
This might be because you are using a restricted user account and thus the change can't be written into the Windows registry.

docs/blog/posts/2011/setting-up-apache-and-subversion-on-debian-wheezy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ slug: setting-up-apache-and-subversion-on-debian-wheezy
1010
---
1111
# Setting up Apache and Subversion on Debian Wheezy
1212

13+
--8<-- "docs/snippets/archive.md"
14+
1315
In this post I describe how to set up Apache and Subversion on a Debian server.
1416
It is assumed that Apache is already installed and running properly on your server.
1517
This includes PHP if you want to use WebSVN.

docs/blog/posts/2011/things-discovered-in-struts-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ slug: things-discovered-in-struts-2
1010
---
1111
# Things discovered in Struts 2
1212

13+
--8<-- "docs/snippets/archive.md"
14+
1315
In this post I write about some things I discovered during the development of a university project where [Struts 2](https://struts.apache.org "Apache Struts project website") is used.
1416
I note them since I couldn't find them in the [documentation](https://web.archive.org/web/20170717125249/https://struts.apache.org/docs/home.html "Apache Struts 2 documentation") and they were discovered by digging through pieces of documentation, the code, and the web.
1517

docs/blog/posts/2012/hide-star-besides-email-addresses-in-thunderbird.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ slug: hide-star-besides-email-addresses-in-thunderbird
1010
---
1111
# Hide star besides email addresses in Thunderbird
1212

13+
--8<-- "docs/snippets/archive.md"
14+
1315
If you&mdash;for some reason&mdash;don't like the yellow (for contacts in your address book) or gray (for unknown contacts) star next to email addresses in the message header there's a simple way on how to hide it.
1416

1517
If you don't have one yet, all it needs is a file called [userChrome.css](https://web.archive.org/web/20130728221756/https://developer.mozilla.org/en-US/docs/Thunderbird/Thunderbird_Configuration_Files#userChrome.css) inside a folder called `chrome` inside your profile folder.

docs/blog/posts/2012/how-to-use-ocl-when-running-emf-standalone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ slug: how-to-use-ocl-when-running-emf-standalone
1111
---
1212
# How to use OCL when running EMF standalone
1313

14+
--8<-- "docs/snippets/archive.md"
15+
1416
If you are using the Eclipse Modeling Framework (EMF) standalone, i.e., you are not running it in an Eclipse-based environment, and you want to use OCL, some additional steps have to be performed besides registering your resource factory.
1517

1618
<!-- more -->

docs/blog/posts/2012/lyx-installing-unknown-document-classes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ slug: lyx-installing-unknown-document-classes
99
---
1010
# LyX: Installing unknown document classes
1111

12+
--8<-- "docs/snippets/archive.md"
13+
1214
If you either received a LyX file that uses a document class unknown to your LyX installation or you would like to create a document using one of the options in the settings dialog, you need to install that document class.
1315

1416
This description is for Mac OS based on the latest version of _MacTeX_ (as of May 28th 2012 this is _MacTeX-2011_), but should work with any version.

docs/blog/posts/2012/postgresql-accepts-any-or-no-password-when-connecting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ slug: postgresql-accepts-any-or-no-password-when-connecting
77
---
88
# PostgreSQL accepts any or no password when connecting
99

10+
--8<-- "docs/snippets/archive.md"
11+
1012
When connecting to the database with the `postgres` user I realized it accepts any password or no password even though the user has a password set.
1113
I don't know if this happens also when using the installer to install _PostgreSQL_.
1214
In my case I used `initdb` to set it up.

docs/blog/posts/2012/thunderbird-extension-toggle-headers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
migrated: true
33
date:
44
created: 2012-02-07
5-
updated: 2012-02-07
5+
updated: 2024-12-14
66
categories:
77
- Thunderbird
88
slug: thunderbird-extension-toggle-headers
@@ -21,3 +21,7 @@ When both are used at the same time the current state of the headers view is tak
2121

2222
* when collapsed and ++h++ is pressed, the headers view will be expanded and all headers shown
2323
* pressing ++h++ again will switch back to the normal headers view but also collapse the view again (the previous state is remembered)
24+
25+
## Newer blog posts
26+
27+
* [Thunderbird Extension: Toggle Headers Updated](../2015/thunderbird-extension-toggle-headers-updated.md)

0 commit comments

Comments
 (0)