This software will allow you encrypt your texts. The program offers a text editor which allows you to enter the text or import text. The encrypted text can be stored on your hard disk and protected by a password so that nobody can decrypt your messages. The application also supports chat, e-mail and instant messaging. The software is a demo version in English.
Writing in batch in text file ShowWriting in batch in text file
To write in a file text, you just have to use a redirect:
echo text > output_file.txt
To write in an existing file:
echo " Write at the end of the file ">> output_file.txt
Inserting text in a file ShowInserting text in a file
Introduction
Syntax
Introduction
It is sometimes useful to insert text in the header of one or more document (s) or in a specific part of the document (before or after a specific line).
The publisher of...
How to remove Hyperlink on copied text from website? ShowHow to remove Hyperlink on copied text from website?
When copying information on website, obviously the hyperlink from the text will also appear on the edited text.
To remove the hyperlink from the text, you need to right on the...
[MySQL]Loading a text file into ue table Show[MySQL]Loading a text file into ue table
To load a text file as follows:
$ tail /home/user1/test.txt
'name1',1,9
'name2',2,3
'name3',3,54
'name4',4,2
'name5',5,9
In a table defined as follows:
CREATE TABLE...
[Excel]changing cell formula to text Show[Excel]changing cell formula to text
Issue
Solution
Notes
Issue
Consider that I have:
In cell A4, it contains a formula =Sum(A1:B3)+A3/B2.
How to extract this formula in cell A6 as a string of text?
That is ... I want cell A6...
Text size is too large under Ubuntu ShowText too large in Ubuntu
For Ubuntu
For Xubuntu
Most of people thinks that the default Text size in Ubuntu is a bit too big.
Here's how to fix:
For Ubuntu
Go to System> Preferences> Fonts
Select "Best contrast" (which...
Hyperlinks ShowIntroduction to anchors
Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They...
Linux - The Vi editor ShowIntroduction to Vi
Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...