Skip to main content

Posts

Showing posts from November, 2022

How to Install mpv player [Potplayer and KMplayer like interface]

  MPV player is one of the most widely used media players used on Windows, Linux and macOS. It is an extremely lightweight player, and you have to customize it according to your need. We have already discussed the differences between the VLC media player and an MPV player, so if you are not into customizations and just need to have a video player that “just works,” then the MPV player might not be for you. As a user who has used a VLC media player his whole life, I found certain things which I didn’t like about this player, such as the Keyboard shortcuts and the overall look of the player. So I changed it using Lua scripts available on GitHub and a few custom key bindings. In this tutorial, we are going to discuss exactly those customizations which will make it feel more like a VLC player. sudo apt update && sudo apt install mpv Now you can run mpv player.

How to Install JDownloader in chromebook [Without Flatpack]

  JDownloader is a great tool that can be used to download files from multiple servers simultaniously. It is open source and is supported on all major platforms, the tool is written in Java. It comes in handy when you have to download multiple files at once located at different file hosting services. This tool provides you with the control to pause, stop or start the downloads. It allows you to set bandwidth limitations and it saves a lot of time by changing the way you download files from the internet. In this article, we will explain how to install JDownloader on a Debian OS. We have used Debian 10 for running the commands and procedure described in this article. How to Install JDownloader on Debian First, we will need to download the installer file for the JDownlaoder2 setup. To do so, open the following link: https://mega.nz/#!LJ9FyK7b!t88t6YBo2Wm_ABkSO7GikxujDF5Hddng9bgDb8fwoJQ When the link opens, you will see the following page. Click on the  Download  button to st...

how to install smplayer latest in chromebook [potplayer & kmplayer]

SMPlayer is a free media player for Windows, Linux and Mac OS with built-in codecs, which can also play Youtube videos, search and download subtitles, and includes other features like a thumbnail generator and audio and video filters This viodeo player work like Potplayer and Kmplayer echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev.list curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev.gpg > /dev/null sudo apt update sudo apt install smplayer smplayer

Remove Chrome OS & get back to Windows | Without Rufus | Ventoy USB

  Hello, Let us check how to Uninstall Chrome OS & Install Windows. All you need is Ventoy to create a bootable USB drive and any Windows OS. Download Links: Ventoy to create a bootable USB drive https://www.ventoy.net/en/index.html Also, watch how to download Windows 11 https://youtu.be/nM4lTGrfVT4 Tutorial video

How to Install Chrome OS with Google Play Store in Any Computer

  If you want to install Chrome operating system in your computer or want to experience Chrome operating system, then believe me you can do this, to do this you will need some things, whose list is as follows: 1: Mint OS:  Download Now 2. Chrome OS Rammus Build:  Download Now 3. Brunch Framework:  Download Now 4. Rufus:  Download Now 5.  Minimum 8 GB Pen Drive You have to keep all these software and pen drive ready with you and follow the video given below, in the video given below you will also need some Linux commands which are as follows: 1. sudo apt-get update 2. sudo apt-get install pv 3. sudo apt-get install cgpt 4. sudo bash chromeos-install.sh -src chromeOS.bin -dst /dev/sda By following all the steps from the video, you can easily install Chrome operating system on your computer.

How to install XDM - Xtreme Download Manager on a Chromebook

  Today we are looking at how to install XDM on a Chromebook.  Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below. In this tutorial, we download the XDM installer with the first command, with the second command we install a file extractor, then we use the extractor to extract the installation package, then we move the installation script to the Linux home folder.  Then we run the installation script.  XDM is installed then, but we need a browser inside our Linux container to connect with XDM so we install Firefox, lastly, we connect XDM to Firefox.  Use it legally, it is a wonderful tool. Please take note that with the release of Chrome OS 90,  the location of Linux Apps has been changed in the Chromebook’s settings.  Have a look at  this tutorial , to see how to turn on Linux apps and then continue with the installation tutorial. Commands Used: wget https://github.com/subhra74/xd...

How to install Kdenlive 22.08.0 on a Chromebook

  Today we are looking at how to install Kdenlive 22.08.0 on a Chromebook.  Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below. If you have any questions, please contact us via a YouTube comment and we would be happy to assist you! First you need to install flatpack to run linux app. For this follow he bellow command. if you already insalled it hen you can skip it. Run this commands sudo apt update sudo apt install flatpak sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo After insall the flatpack run bellow Commands : Install: sudo flatpak install flathub org.kde.kdenlive sudo apt install menulibre menulibre Replace this code to menulibre Command for Menulibre: bash -c "export LIBGL_ALWAYS_SOFTWARE=1 && /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=kdenlive --file-forwarding org.kde.kdenlive" @@ %F @@ flatpak run org.kde.kdenlive Chrome Fl...

How to install vlc media Player in chromebook

sudo apt update && sudo apt install vlc -y vlc

How to install JDownloader 2 lates on a Chromebook [Like IDM]

  Today we are looking at how to install JDownloader 2 on a Chromebook.  Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below. If you have any questions, please contact us via a YouTube comment and we would be happy to assist you! Commands Used: sudo apt update sudo apt install flatpak sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo sudo flatpak install flathub org.jdownloader.JDownloader sudo chown root:root /usr/bin/bwrap && sudo chmod u+s /usr/bin/bwrap flatpak run org.jdownloader.JDownloader flatpak override --user --filesystem=/mnt org.jdownloader.JDownloader flatpak run org.jdownloader.JDownloader Google Doc used in the tutorial About Flatpak: https://flathub.org/apps/details/org.jdownloader.JDownloader Official Site: https://jdownloader.org/