• This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

How To Install qBittorrent On Ubuntu



qBittorrent, free and reliable P2P bittorrent client, reached the new major 4.0.0 release a few days ago with many new great features and numerous bug-fixes.

qBittorrent 4.0.0 features:

  • Change qbittorrent logo.
  • New icon theme with SVG source
  • Drop Qt4 support.
  • UI for managing locally banned IP list
  • Support for specifying where to save/load config files. Support for portable mode.
  • Possible to pass options via ENV variables
  • Implemented share limit by seeding time
  • Enable drag n drop to create torrent on mainwindow
  • Use the system icons for each file type in the Content tab
  • Add show/hide statusbar option
  • Linux: Allow custom tray icons when system icon theme is used
  • And so many other changes.
qbittorrent 4

How to Install qBittorrent 4.0 in Ubuntu:

The qBittorrent stable PPA contains the latest packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and Ubuntu 18.04.
Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, do:
1. Run command to add the PPA repository:

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

Type your password (no visual feedback while typing) when it prompts and hit Enter.
qbittorrent-ppa
2. Then upgrade qBittorrent via Software Updater if you have a previous release installed.
upgrade-qbittorrent
or run following commands one by one to check updates and install / upgrade the bittorrent client:

sudo apt-get update
sudo apt-get install qbittorrent

Uninstall:

You can easily remove the PPA repository via Software & Updates utility under Other Software tab.
To remove qBittorrent, either use your system package manager or run command:

sudo apt-get remove --autoremove qbittorrent
Share:

How To Install PulseAudio Equalizer & PulseEffect On Ubuntu



PulseAudio Equalizer is a 15 bands system wide equalizer, that means any application that is using PulseAudio, will benefit from the sound improvement.

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install pulseaudio-equalizer


 After Installing PulseAudio Equalizer install pulseeffects for more improvement.

Installation from Source

All commands on this page, unless otherwise specified, are expected to be run as an unprivileged user (not root). Whenever root privileges are necessary, sudo will be used. If sudo is unavailable you may become root using su -, at which point you may execute any command as the root user. Use exit to become a normal user again.

Debian / Ubuntu

Debian 10 (Testing) / Ubuntu 17.10 and newer

Building and Installing a Debian Package
1. Clone the Repo
Clone the git repository and checkout the latest supported release. Unless you are testing the master branch of PulseEffects, you also want to checkout the latest supported release.
If you don't already have git installed, simply install it with  

sudo apt install git.
git clone https://github.com/wwmm/pulseeffects.git
cd pulseeffects
git checkout v3.0.7

2. Install Build Dependencies
Install some Debian tools, needed for building the package.
sudo apt install devscripts equivs
Now let's build and install a dummy package pulseeffects-build-deps, which will depend on all packages required to build the package.
sudo mk-build-deps --install debian/control
3. Build the Package
To build your own package, simply run debuild from inside the source tree. dpkg-buildpackage options may be given on the command line.
Explanation of the options:
  • The -us -uc flags builds the package without signing it. Since the package maintainer's private key is unavailable the package cannot be signed. Signing is unnecessary, unless a user plans to redistribute their package in their own repository.
  • The -i flag will exclude the .git directory from the generated source tarball.
debuild -i -us -uc
See the full debuild and dpkg-buildpackage manpage for more options.
4. Remove Build Dependencies (Optional)
At this point, you may remove the build dependencies if you wish to save some space. Although if you plan to build every release from source you might as well keep it.
sudo apt purge pulseeffects-build-deps
sudo apt autoremove --purge
5. Install the Package
The finished Debian package will be located at ../pulseeffects_%VERSION%_%ARCH%.deb. You may install it in numerous ways but the easiest command line method is the following:
sudo apt install ../pulseeffects_*.deb
Some graphical alternatives you might consider are gnome-software or gdebi.
Manual Installation
This does not make use of the Debian packaging system.
sudo apt update
sudo apt install --no-install-recommends git meson ninja-build pkg-config
sudo apt install --no-install-recommends libgtk-3-0 python3-gi python3-gi-cairo python3-numpy python3-scipy \
libgstreamer1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer-plugins-bad1.0-0 python3-gst-1.0 swh-plugins
The following dependencies are only required to pass the Meson dependency checks. Specifically the packaged pkg-config files are required by Meson. Once PulseEffects is installed these are no longer required.
sudo apt install --no-install-recommends libgtk-3-dev python-gi-dev python3-cairo-dev \
libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libpulse-dev
 

Share:

How To Install Grub Customizer on Ubuntu 17.10


How to install Grub Customizer on Ubuntu 17.10. Learn how to use Grub Customizer. Grub Customizer is a wonderful application that allows user to edit the menu entries from the GRUB booting screen. Grub Customizer has a graphical interface to configure the GRUB2/BURG settings and menu entries.
 
 
 
Grub Customizer Features:
  • move, remove or rename menuentries (they stey updatable by update-grub)
  • edit the contents of menuentries or create new ones (internally it edits the 40_custom)
  • support for GRUB2 and BURG
  • reinstallation of the bootloader to MBR
  • settings like default operating system, kernel params, background image and text colors etc.
  • changing the installed operating system by running on a live cd

Install Grub Customizer 5.0.5

Grub Customizer 5.0.5 is the latest version available of the Grub Customizer software. Grub Customizer 5.0.5 can be installed on Ubuntu Systems, via PPA. Run the following commands to install Grub Customizer 5.0.5 on Ubuntu:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer



If you want to uninstall and remove the Grub Customizer from Ubuntu Systems, run the command given below:

sudo apt-get remove grub-customizer
Share:

How Install Package Control on Sublime Text




 The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View > Show Console menu. Once open, paste the appropriate Python code for your version of Sublime Text into the console.Then Press Enter

import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)  
Share:

Search This Blog

Powered by Blogger.

Blog Archive

Labels

Recent Posts

Unordered List

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Pages

Theme Support

Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.