Thursday, July 21, 2022

#Understanding #Reviewing exploring and trying #LIBREOFFICE

#LibreOffice is a #free and powerful #officesuite, and a successor to #OpenOffice.org (commonly known as #OpenOffice).
Its clean interface and feature-rich tools help you unleash your #creativity and enhance your #productivity. #LibreOffice includes several applications that make it the most versatile #Free and #OpenSource office suite on the market: #Writer (#wordprocessing), Calc (#spreadsheets), Impress (presentations), #Draw (vector graphics and #flowcharts), Base (#databases), and #Math (#formula editing).

#LibreOffice is #community-driven and #developed #software, and is a project of the #nonprofit #organization, The #Document #Foundation. #LibreOffice is free and #opensource software, originally based on #OpenOffice.org (commonly known as OpenOffice), and is the most actively developed OpenOffice.org successor project.
#LibreOffice is developed by users who, just like you, believe in the principles of #FreeSoftware and in sharing their work with the world in non-restrictive ways. 

This office suite can easily replace the costly paid option available. If you need a good office suite which is easily and freely available you can for sure give it a try and.
It has the following features/components for making your work easy and cost-free and vendor-independent:
Writer – word processor
Calc – spreadsheet
Impress – presentations
Draw – diagrams
Base – database
Math – formula editor
Charts

Better #collaboration
#Sharingdocuments and edits with other users have been enhanced and well tracked, to make modifications more clear. 
Work faster in Calc
Working with #Spreadsheet has the new #Bash-like auto-completion feature that helps you to input data in a snap.
#Barcodes and borders
We can now insert #barcodes into your #documents with just a few clicks
For Full information about the release, you can visit if you are interested.
https://www.libreoffice.org/
https://wiki.documentfoundation.org/ReleaseNotes/7.3
If you need any help you can reach out here
  https://twitter.com/libreoffice
  https://blog.documentfoundation.org/
  https://www.facebook.com/libreoffice.org
  https://twitter.com/AskLibreOffice
What Next :
#LibreOffice 7.4 – is the next major release in August, you can try installing and testing it and help the developers to find any bugs or issues that need any improvement.
Let's install and explore.
We will now install it in #Ubuntu and explore this a bit

Converting #Ogg to #mp3, Converting #audio file from one #format to anot...


Converting #Ogg to #mp3, Converting #audio file from one #format to another format

brew install ffmpeg   --> This will install ffmpeg if its not already then mac or you can use apt-get install ffmpeg if you are working in linux.


find . -type f -iname '*.ogg' -execdir sh -c \
'ffmpeg -v 8 -i "$1" "${1%.*}.mp3" && rm -- "$1" && echo "$1"' sh {} \;

Saturday, July 16, 2022

Check Memory information status on Linux machine or server

Apropos Linux Command to find exact command we want to run HD 1080p

#Linux #command Series : Compgen

#LinuxCommand Series #Whereis #command

#LinuxCommand Series Selecting default editor in #linux x

Running #linux #command without storing in history

Running #linux #command without storing in history

Suspending and restarting a process in linux command line

Listing down available shell in linux and changing if needed for any user

Featured Posts

#Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc

 #Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc Linux is an open-source operating system that is loved by millio...