Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 651 matches

by makh
2023-12-05 09:22
Forum: General Questions
Topic: [Solved] Libreoffice impress: change the theme for existing presentation
Replies: 1
Views: 392

Re: Libreoffice impress: change the theme for existing presentation

Hi

There was some issue in importing and changing the template / theme. Now it seems to have worked.

Import the template. Next select the requisite template for normal slides; the master doesnt change like this.
by makh
2023-11-29 07:33
Forum: General Questions
Topic: [Solved] Libreoffice impress: change the theme for existing presentation
Replies: 1
Views: 392

[Solved] Libreoffice impress: change the theme for existing presentation

Hi 1. I tried to import the theme into the master slide but it didnt import. 2. I copied the slides from the new theme to the document; this worked; but I need to copy paste to newer slide theme to make it working; this will cost a lot of time for about 200+ slides. Any easier way? Thanks in advance!
by makh
2023-05-14 04:26
Forum: Programming
Topic: [Bash] [SOLVED] [Bash] Using sed to add a piped string value to each line
Replies: 3
Views: 5222

Re: [Bash] Using sed to add a piped string value to each line

Hi, $> mkdir /tmp/filesDir/; cd /tmp/filesDir/ $> printf '%s\n' "line-1" "line-2" "line-3" | tee ./61whatever ./62whatever ./63whatever line-1 line-2 line-3 $> for i in *; do sed 's/^/'"${i:0:2}"': /' "$i" > "$i"_new ;done $> cat ./*_new 6...
by makh
2023-05-13 16:52
Forum: Programming
Topic: [Bash] [SOLVED] [Bash] Using sed to add a piped string value to each line
Replies: 3
Views: 5222

[Bash] [SOLVED] [Bash] Using sed to add a piped string value to each line

Hi, for i in *; do echo ${i:0:2} | sed -e 's/^/-:/' $i > "$i"_new ;done First part returns: 61 62 63 ... And I need to get this number to add in start of ¨each line¨ of ¨each file¨: file 61... 61: line-1 61: line-2 61: line-3 file 62... 62: line-1 62: line-2 62: line-3 file 63... 63: line-...
by makh
2023-05-13 14:39
Forum: Programming
Topic: [SOLVED] How to use File Director > within for loop
Replies: 2
Views: 5067

Re: How to use File Director > within for loop

for i in *.txt; do nl w2 "$i¨ > "${i/_2.txt}"_3.txt ;done The closing quote around the first $i is a diaeresis rather than a quotation mark . Beware of copy-pasting from random websites, it can be dangerous: https://www.bleepingcomputer.com/news/security/dont-copy-paste-commands-from...
by makh
2023-05-13 09:49
Forum: Programming
Topic: [SOLVED] How to use File Director > within for loop
Replies: 2
Views: 5067

[SOLVED] How to use File Director > within for loop

Hi
I am trying to implement:

Code: Select all

for i in *.txt; do nl w2 "$i¨ > "${i/_2.txt}"_3.txt ;done
For a series of files. I end up with prompt >

According to an example it should work!

Thanks in advance,
by makh
2022-06-20 03:20
Forum: General Questions
Topic: Using LO Draw Printing a book?
Replies: 5
Views: 747

Re: Using LO Draw Printing a book?

Is EPS enough for Illustrator or Corel Draw? Scribus can do EPS. BTW, the forum you posted claims that you can import Inkscape SVGs to Scribus. I've tried that in the past, but Scribus couldn't properly display all the gradients or shadows when I used them. Just be aware of that. And of course the ...
by makh
2022-06-19 20:54
Forum: General Questions
Topic: Using LO Draw Printing a book?
Replies: 5
Views: 747

Re: Using LO Draw Printing a book?

I wouldn't use LibreOffice for printing unless it's to print a letter or similar. And I don't think it supports Illustrator or similar formats. Scribus is the best DTP tool on Linux. It knows word separation. Think of Adobe Illustrator, but open source. There's some support for the .ai format, but ...
by makh
2022-06-19 10:48
Forum: General Questions
Topic: Using LO Draw Printing a book?
Replies: 5
Views: 747

Using LO Draw Printing a book?

Hi Please inform that: can a file can be worked / created in Draw, or Gimp, or Krita etc, and later easily imported in Corel Draw or Adobe Illustrator for printing; as these two are usually used in our local market. Actually, I have to print some work for Children teaching. Earlier I developed in Wr...
by makh
2021-01-23 16:32
Forum: Programming
Topic: How to determine 6000+ Strings in a Text file
Replies: 2
Views: 15488

How to determine 6000+ Strings in a Text file

Hi I made notes for my students, and named the clauses as, "but not in order" to teach them. The Numbers are 6000+: Name-1 (1) : 1 SOME-DATA Name-1 (1) : 2 SOME-DATA Name-1 (1) : 3 SOME-DATA ... ... Name-2 (2) : 1 SOME-DATA [Optional Footnote: ] Extra emphasis of (2) : 1 Name-2 (2) : 2 SOM...
by makh
2020-06-11 02:55
Forum: General Questions
Topic: LO Presentation - to step by step animated PDF
Replies: 0
Views: 2681

LO Presentation - to step by step animated PDF

Hi I wanted to deploy odp to say mkv with steps to share with some people. But it exists in other Office, not in LO. Is there any way to export to pdf in animation steps? Ie, one slide transitions in multiple pdf pages, if there are aimated objects. Likewise: a 10-page odp will become 100-pages pdf,...
by makh
2020-04-15 06:12
Forum: Off-Topic
Topic: Where to put up Open shared academic resource material
Replies: 3
Views: 3244

Where to put up Open shared academic resource material

Hi

We arranged some academic material...

1. I put up GPLv3 license to it. I couldnt figure out any better alternate!

2. And I was planning to upload the same to some website for public benefit, and sharing between our Trainers & Students, also.

Please advise fir both.


Thankyou
by makh
2019-11-02 04:22
Forum: General Questions
Topic: Package " gstreamer1.0-plugins-good" upgrade problem
Replies: 4
Views: 3450

Package " gstreamer1.0-plugins-good" upgrade problem

Hello I am getting this issue repeatedly, after upgrading to Buster. It looks to be strange! apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: gstreamer1.0-plugins-good 1 upgraded,...
by makh
2019-04-02 06:31
Forum: General Debian
Topic: Dedicated to Containers (under GPLv3)
Replies: 4
Views: 5454

Re: Dedicated to Containers (under GPLv3)

Hi @Head_on_a_Stick: Distro hopping wastes a lot of time and resources! Coming from OpenSuse & Ubuntu was already a big step, until SystemD. :shock: @neuraleskimo: I cannot promise; but I will post it as I get time. I have written some poetry. Poetry is an art! and English is not my native. :ide...
by makh
2019-03-29 11:29
Forum: General Debian
Topic: Dedicated to Containers (under GPLv3)
Replies: 4
Views: 5454

Dedicated to Containers (under GPLv3)

Hello All GPLv3 Certified! Containers! Our life is also a container. Working on a Laptop, I am Dockering on my Laptop. My web browser requests are a Docker service within ISP. Then the servers service is received as a "contained" in my web browser. I travel on whatsoever transport, it's al...
by makh
2019-03-29 11:26
Forum: Programming
Topic: [SOLVED] Bash: How to process a text file to fixed qty words
Replies: 10
Views: 9695

Re: [SOLVED] Bash: How to process a text file to fixed qty w

Are you some kind of IT-manager at an office, as you have so many questions related to batch modifying text documents, if I may ask? Hi No Sir! Actually I have started a welfare campaign to teach different courses people, so I needed to prepare presentations etc etc (you can understand the detailed...
by makh
2019-03-28 18:10
Forum: Programming
Topic: [SOLVED] Bash: How to process a text file to fixed qty words
Replies: 10
Views: 9695

Re: Bash: How to process a text file to only have fixed word

Hi With some edits, as required: #!/bin/bash cat test_2.txt | tr '\n' ' ' | tr '\t' ' ' | sed -e 's/[,.;]/ /g' | tr -s ' ' | tr "[:upper:]" "[:lower:]" | tr ' ' '\n' > list_3.txt idx=0 while read WORD do if [ $WORD ] then if [ $idx -eq 7 ] then printf "%s\n" $WORD idx=0...
by makh
2019-03-28 17:37
Forum: Programming
Topic: [SOLVED] Bash: How to process a text file to fixed qty words
Replies: 10
Views: 9695

Re: Bash: How to process a text file to only have fixed word

@neuraleskimo ... Hi I have understood your bash command, that works perfectly as you arranged it. It seems to be correctly working on my local language also (Urdu)! Let me see how to integrate it to the bash code. Your curiosity: Well I need to format my data into 8 columns; then move it to odt fi...
by makh
2019-03-26 13:29
Forum: Programming
Topic: [SOLVED] Bash: How to process a text file to fixed qty words
Replies: 10
Views: 9695

Re: Bash: How to process a text file to only have fixed word

Hi

Thanks a lot, half issue resolved: I found unoconv, to convert text to odt format.

But still I need to process it to process to 8 words per line.

Thankyou