search for: mkd

Displaying 15 results from an estimated 15 matches for "mkd".

Did you mean: mfd
2009 Jun 14
1
Automatic html saving
Hi, Someone have a tip to automatically convert a .mkd or .md in .html ? In particularly with vim. Presently I use the markdown command. Thanks in advance S?b
2016 Feb 28
1
Changing default file type in Centos 6
...>> directory? > > Huh? The "orignal" text/x-markdown file should already exist globally: > > /usr/share/mime/text/x-markdown.xml > > also generated from tis file: > /usr/share/mime/packages/freedesktop.org.xml > > but, feel free to do so: > [code] > mkdir -p ~/.local/share/mime/text > cp -t ~/.local/share/mime/text /usr/share/mime/text/x-markdown.xml > [/code] > > or, create is yourself, short version content follows > (view mail as source or plain text if not shown) > [code] > <?xml version="1.0" encoding="...
2016 Feb 28
2
Changing default file type in Centos 6
On 02/27/2016 07:56 PM, Yamaban wrote: > On Sat, 27 Feb 2016 19:38, H <agents at ...> wrote: > >> It turns out my markdown files - extension .md - are of the "Genesis >> ROM" file type in Centos 6. Googling did not turn up any obvious >> places to change this in Gnome - neither in my local directory or in >> /etc/gnome. >> >> Where would
2011 Feb 22
8
Settings ACLS from Windows via member server
I have a purely samba domain: samba PDC, BDC, and a collection of clustered member servers that provide CIFS access to our underlying file system. Things are working fine, with the exception of users being able to set ACLS from Windows workstations. When they try to do so, they can search for and properly find domain members, but when they try to apply the changes, the settings simply vanish
2016 Feb 28
0
Changing default file type in Centos 6
...t; file for the ".md" extension and add it to this directory? Huh? The "orignal" text/x-markdown file should already exist globally: /usr/share/mime/text/x-markdown.xml also generated from tis file: /usr/share/mime/packages/freedesktop.org.xml but, feel free to do so: [code] mkdir -p ~/.local/share/mime/text cp -t ~/.local/share/mime/text /usr/share/mime/text/x-markdown.xml [/code] or, create is yourself, short version content follows (view mail as source or plain text if not shown) [code] <?xml version="1.0" encoding="utf-8"?> <mime-type xml...
2014 Jan 23
0
[PATCH] Proposal for a pacifier option with mkdiskimage
> It is based on > http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/mkdiskimage.in?id=syslinux-6.03-pre1 Just a thought (FWIW). Perhaps it could be useful to base it on the syslinux4-xx branch: http://git.zytor.com/?p=syslinux/syslinux.git;a=tree;h=refs/heads/sysl inux-4.xx;hb=syslinux-4.xx http://git.zytor.com/?p=syslinux/syslinux.git;a=blob_plain;f=utils/mkd iskim...
2006 Oct 07
6
Minor regexp oversight for setext headings
Noticed the patterns for setext style headings are: ^(.+)[ \t]*\n=+[ \t]*\n+ Should be: ^(.+?)[ \t]*\n=+[ \t]*\n+
2011 May 05
3
What does Markdown do with HTML comments? Recommendation on Markdown file extension?
Hi there! (1.) It may sound awkward, but I would like to use comments in Markdown texts. According to the rule that proper HTML works as HTML, I should be able to use <!-- blablabla --> But the converters I use do strange things with comments. Is there an official rule about that? (2.) I wonder if there is a recommended standard file extension for Markdown source files. For my
2003 Dec 01
0
No subject
...======== Thanks in advance! :Jason -- _______________________________________________ FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes free! http://www.net2phone.com/cgi-bin/link.cgi?143 Return-Path: <mk@mkd-gmbh.de> Delivered-To: samba@lists.samba.org Received: from mkd-gmbh.de (ns.mkd-gmbh.de [194.15.218.4]) by lists.samba.org (Postfix) with ESMTP id 15E1D4155 for <samba@lists.samba.org>; Wed, 1 Aug 2001 22:59:52 -0700 (PDT) Received: from mkd-gmbh.de (mknt.mkd-gmbh.de [194.15.218.9]) b...
2006 Sep 25
4
Tightening the rules for literal `[` and `]` chars in link ids
So here's an interesting bug I just discovered: [Like this][d]: [here][h]. [d]: foo [h]: bar The output here should be: <a href="foo">Like this</a>: <a href="bar">here</a>. But instead the output is completely empty. I see this bug in both Markdown.pl and PHP Markdown. The problem is that all three lines are being
2014 Jan 23
4
[PATCH] Proposal for a pacifier option with mkdiskimage
Hi, i too played with mkdiskimage in order to get more Linux examples. When i applied it to a real 2 GB stick with write speed 4 MB/s i had enough time to add some pacifier code to the big zeroizer loop. (-s does not prevent zeroizing on block device. Probably because truncate() fails.) My pacifier is combined with what P...
2003 Dec 01
0
No subject
...finally locate the following information: --- From: "J Donovan" <jjdonovan@hotmail.com> Newsgroups: comp.protocols.smb Sent: Wednesday, May 2, 2001 3:48 PM Subject: Re: SWAT problems This is what fixed it for me: login (or su) as root cd /usr/share mkdir samba cd samba ln -s ../swat swat swat works fine, last long time. HTH, -jjd --- This procedure fixed SWAT. I believe that if an rpm is advertised as RedHat 7.0 specific, it should not have these problems. Perhaps they should be corrected, or at least noted in t...
2003 Dec 01
0
No subject
...) Received: from ndemou ([62.1.144.102]) by mail.irismedia.gr (Iris Media 3.3) with ESMTP id ICA36652; Mon, 28 May 2001 10:23:41 +0300 Message-ID: <005001c0e6e2$e3c7e6a0$0e00a8c0@localenlogic.local> From: "Nick Demou" <ndemou@enlogic.gr> To: "Michael Krauss" <mk@mkd-gmbh.de> Cc: "samba List" <samba@lists.samba.org> References: <3B100F5A.95B27EE2@mkd-gmbh.de> <000701c0e690$0eed84a0$6e5dfbd4@localenlogic.local> <3B10E4B1.88E2711@mkd-gmbh.de> Subject: Re: problem with Samba 2.2.0/Win2K/MS-Access Database Date: Sun, 27 May...
2011 Mar 24
3
fstat no such file or directory error
Periodically, we will have users IMAP sessions get hung. Their client sees a message like: The server responded: 'SERVERBUG] Internal error occurred. Refer to server log for more information On the server, we see the following in the logs: IMAP(<username>): Transaction log dovecot.index.log: duplicate transaction log sequence (37) IMAP(<username>): fscking index file
2002 Mar 15
3
RIS and PXELINUX
Hi folks, I'm finally tired of dealing with floppy disks to control our remote installs and thought that PXELINUX sound like a great way to go. However, I've got multiple hurdles and I'd like some advice before I get myself dug in too deep... We currently have Solaris Jumpstart and Windows RIS running in the department and now we would like to intermix Linux PXELINUX booting. Any