Video of the day

Video Example

Blog Archive

Powered by Blogger.

Translate Page Any Language

Follow Us

Our

Follow Us

We want to make contribution to the world by producing finest and smartest better!
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Best open source video editors list for Linux

- No comments

Linux Version Video Editors:

Linux based video editor and create an amazing video in your own.

              Linux Version Video Editors List

Serial number Open Source Software Name Using Propose Software Type Open source Software link
1 Kdenlive General purpose video editing Free and Open Source Kdenlive
2 OpenShot General purpose video editing Free and Open Source OpenShot
3 Shotcut General purpose video editing Free and Open Source Shotcut
4 Flowblade General purpose video editing Free and Open Source Flowblade
5 Blender Professional grade 3D editing Free and Open Source Blender
6 Cinelerra General purpose video editing Free and Open Source Cinelerra
7 VidCutter Simple video split and merge Free and Open Source VidCutter




How to fix google Chrome not response in Kali Linux

- 32 comments
Google chrome is one of the most popular browsers. But unfortunately, it’s not inbuilt in Kali Linux that we have to install it manually.

There is also the problem that Google-chrome doesn’t run on root account, So in this tutorial, We learn that how to install google-chrome as well as how to run it on root user.
If Kali Linux new version does not work google chrome.

Google-Chrome to download Click Here.

1.Go to the directory where you download google-chrome, open terminal and
Type command:
ls

 



2.Type following command.













dpkg -i google-chrome-stable_current_amd64.deb


:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::Problem::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Selecting previously unselected package google-chrome-stable.
(Reading database ... 322564 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (65.0.3325.181-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable depends on libappindicator1; however:
  Package libappindicator1 is not installed.

dpkg: error processing package google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-4) ...
Processing triggers for gnome-menus (3.13.3-11) ...
Processing triggers for desktop-file-utils (0.23-2) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for menu (2.1.47+b1) ...
Errors were encountered while processing:
 google-chrome-stable


3.Now install dependencies for google-chrome by using the following command:










leafpad /opt/google/chrome/google-chrome

4.Go to the directory /opt/google-chrome open bash file google-chrome into your favorite text-editor scroll it up-to end of file


Edit the file that and save it as given below.
























exec -a "$0" "$HERE/chrome" "$@" --usr-bin --no-sandbox
5.To run google-chrome on root user, open terminal, and type:






 google-chrome-stable

6.Add favorite in google chrome






Done…!!!!