Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators I need to edit/erase a closed post Post 302902445 by Don Cragun on Tuesday 20th of May 2014 03:12:33 PM
Old 05-20-2014
Quote:
Originally Posted by marcosruiz
and I learned, Neo, I already asked for sorry for posting my question in a wrong place, and I thanked you since my first post for your help in this issue, but when I tell you that there is sensitive, personal info in that post that can get me into trouble is because there is (for me) even if you don't see it, I would't ask for it if that wasn't the case, believe me. That's why I'm asking you just to exchange names and passwords etc... I don't see what's the problem here with that, because the sense of the post will be the same after that changes. Please, you can make whatever changes you want to, I'm just asking you just to change personal names and passwords for any others you like.

Thanks for your time and help
User names and home directories have been changed to protect private information. If all of them really have the password "1234", they deserve what they get. (I assumed that you had already changed their passwords from whatever they really use to "1234".)
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

erase file

I have a file that always generated in the system eg. /tmp/log.txt , it is generated by the application program , but this file should not be present in the system otherwise there are some program problem , I want to erase this file once the program has generate it , as I know , it can link to... (2 Replies)
Discussion started by: ust
2 Replies

2. UNIX for Advanced & Expert Users

stty erase r

after hitting this command...on pressing r acts as a backspace character.... how to disable this function (5 Replies)
Discussion started by: bishweshwar
5 Replies

3. UNIX for Dummies Questions & Answers

ssh_exchange_identification: Connection closed by remote host Connection closed

Hi Everyone, Good day. Scenario: 2 unix servers -- A (SunOS) and B (AIX) I have an ftp script to sftp 30 files from A to B which happen almost instantaneously i.e 30 sftp's happen at the same time. Some of these sftp's fail with the following error: ssh_exchange_identification: Connection... (1 Reply)
Discussion started by: jeevan_fimare
1 Replies

4. UNIX for Dummies Questions & Answers

Erase an at job

Hello everybody i need to erase a at job that i write. I wrote at 22 at>execute a command at>Ctr + d How do i erase this? I don`t wan`t to do this. I need to change something when i pressed ctrl + d give a job number (2 Replies)
Discussion started by: enkei17
2 Replies

5. Post Here to Contact Site Administrators and Moderators

How to edit a closed question?

Hi All, I want to edit a closed question. Is that possible? (3 Replies)
Discussion started by: Palak Sharma
3 Replies

6. Post Here to Contact Site Administrators and Moderators

Please help to edit the following post as it is confidential

Please help to edit the following links since it contains confidential information: 1. https://www.unix.com/shell-programming-and-scripting/229669-how-get-exact-word-awk.html Please remove code part. 2.... (4 Replies)
Discussion started by: reignangel2003
4 Replies

7. UNIX for Dummies Questions & Answers

This forum is closed for new thread ... post here.

This forum is closed for new threads. Please post in this forum: UNIX for Beginners Questions & Answers (0 Replies)
Discussion started by: Neo
0 Replies

8. Post Here to Contact Site Administrators and Moderators

If a closed thread/post is missing solution details, then how to contact the person?

Hi, Following post owner has realized a solution but he/she is not clear on the details. I need to ask him but couldnt PM since my posts count is only 4 yet. " Mail is not sent by cron daemon Solaris " by tlogine Regards, Hasan (3 Replies)
Discussion started by: hasan.kamali
3 Replies
BLAZE-EDIT(1)						    BlazeBlogger Documentation						     BLAZE-EDIT(1)

NAME
blaze-edit - edits a blog post or a page in the BlazeBlogger repository SYNOPSIS
blaze-edit [-fpqCPV] [-b directory] [-E editor] id blaze-edit -h|-v DESCRIPTION
blaze-edit opens an existing blog post or a page with the specified id in an external text editor. Note that there are several special forms and placeholders that can be used in the text, and that will be replaced with a proper data when the blog is generated. Special Forms <!-- break --> A mark to delimit a blog post synopsis. Placeholders %root% A relative path to the root directory of the blog. %home% A relative path to the index page of the blog. %page[id]% A relative path to a page with the supplied id. %post[id]% A relative path to a blog post with the supplied id. %tag[name]% A relative path to a tag with the supplied name. OPTIONS
-b directory, --blogdir directory Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory. -E editor, --editor editor Allows you to specify an external text editor. When supplied, this option overrides the relevant configuration option. -p, --page Tells blaze-edit to edit a page or pages. -P, --post Tells blaze-edit to edit a blog post or blog posts. This is the default option. -f, --force Tells blaze-edit to create an empty source file in case it does not already exist. If the core.processor option is enabled, this file is used as the input to be processed by the selected application. -C, --no-processor Disables processing a blog post or page with an external application. -q, --quiet Disables displaying of unnecessary messages. -V, --verbose Enables displaying of all messages. This is the default option. -h, --help Displays usage information and exits. -v, --version Displays version information and exits. ENVIRONMENT
EDITOR Unless the core.editor option is set, BlazeBlogger tries to use system-wide settings to decide which editor to use. EXAMPLE USAGE
Edit a blog post in an external text editor: ~]$ blaze-edit 10 Edit a page in an external text editor: ~]$ blaze-edit -p 4 Edit a page in nano: ~]$ blaze-edit -p 2 -E nano SEE ALSO
blaze-config(1), blaze-add(1), blaze-list(1) BUGS
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the discussion group at <http://groups.google.com/group/blazeblogger/>. COPYRIGHT
Copyright (C) 2008-2011 Jaromir Hradilek This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Version 1.2.0 2012-03-05 BLAZE-EDIT(1)
All times are GMT -4. The time now is 07:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy