From 8ca2f2ac67bbae754bff16cca34d930d0bb9050f Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 29 Mar 2015 21:38:11 +0200 Subject: [PATCH] Bugfixes. --- know-how/software/linux/_posts/2008-07-15-initscripts.md | 4 ++-- know-how/software/linux/_posts/2008-08-13-wol.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/know-how/software/linux/_posts/2008-07-15-initscripts.md b/know-how/software/linux/_posts/2008-07-15-initscripts.md index 4cdd0b7..25f8708 100644 --- a/know-how/software/linux/_posts/2008-07-15-initscripts.md +++ b/know-how/software/linux/_posts/2008-07-15-initscripts.md @@ -20,7 +20,7 @@ This is an event.d-script for the new Ubuntu [Upstart](http://upstart.ubuntu.com The event gets started/respawned on runlevels 2-5. If you change to level 0, 1 or 6, the process gets stopped/killed. Manual start/stop works through the same commands ˋstartˋ and ˋstopˋ. With ˋstatusˋ you can check the status. -{{{ +~~~ # manages Solr search engine start on runlevel [2345] @@ -33,7 +33,7 @@ script cd /home/sysadmin/extension/ezfind/java exec /usr/bin/java -jar start.jar end script -}}} +~~~ init.d script diff --git a/know-how/software/linux/_posts/2008-08-13-wol.md b/know-how/software/linux/_posts/2008-08-13-wol.md index 3ac1ca6..14ba561 100644 --- a/know-how/software/linux/_posts/2008-08-13-wol.md +++ b/know-how/software/linux/_posts/2008-08-13-wol.md @@ -20,7 +20,7 @@ manpage for *halt* states, this is unneccessary for newer kernels - also it disa The second step is to make sure, your card supports WOL. To find out, issue the ˋsudo ethtool eth0ˋ command. You should get something like this: -{{{ +~~~ Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full @@ -39,7 +39,7 @@ Settings for eth0: Wake-on: g Current message level: 0x00000007 (7) Link detected: no -}}} +~~~ The important lines are the ˋSupports Wake-onˋ and ˋWake-onˋ ones. The "ˋgˋ" means it is enabled for MagicPacket™. If not, you should manually call the command: