Link: Debian-goodies: A must-have Set of Utilities For Debian/Ubuntu Administrators

Are you a Debian/Ubuntu Administrator or a regular user, then you may use the dpkg and APT commands often. These commands are used to install, remove, update or upgrade a package or the whole system. Mostly, we use the above two tools only for our day to day operations, But believe me, there are many useful commands are exist that most users aware of.

If you want to know which packages occupy the most disk space, or which package might have broken another, or to get a most recent version of a package, or just to get a particular version of a package, then you probably need Debian-goodies.

Full article here:
Debian-goodies: A must-have Set of Utilities For Debian/Ubuntu Administrators (Unixmen)

Link: How To Disable Unity Online Search Feature On Ubuntu 14.10

What Is Unity Online Search Feature?

The Unity search function in Ubuntu operating system is provided by Canonical Ltd. When you enter a search term into the dash, Ubuntu will search your computer and will record the search terms locally. Unless you have opted out, the search terms will be sent to productsearch.ubuntu.com link and selected third parties including Facebook, Twitter, BBC, and Amazon. Canonical and these selected third parties will collect your search terms and use them to provide you with search results while using Ubuntu.

Full article here:
How To Disable Unity Online Search Feature On Ubuntu 14.10 (Unixmen)

Link: How To Install FFmpeg 2.4.2 On Ubuntu 14.10, Ubuntu 14.04 And Derivatives

Hello Linux Geeksters. As you may know, FFmpeg is a popular multimedia framework, that enables the users to easily ncode, transcode, mux, demux, stream, filter and play audio and video content.

Also worth mentioning, FFmpeg provides the ffmpeg  tool for converting multimedia files, the ffserver streaming tool, the ffplay media player based on SDL and ffmpeg libraries and the ffprobe multimedia stream analyzer.

Full article here:
How To Install FFmpeg 2.4.2 On Ubuntu 14.10, Ubuntu 14.04 And Derivatives (LinuxG.net)

Link: How to Manage Startup Applications in Ubuntu 14.04

Whenever you boot up your Ubuntu machine, there will be a lot of third party applications and services that will start up automatically with the core services and applications. If you found that your Ubuntu machine bootup is becoming slower and slower, these piled up startup applications could be the cause for it.

Full article here:
How to Manage Startup Applications in Ubuntu 14.04 (Make Tech Easier)

Link: How To Install Wine to Run Windows Software on Ubuntu

Wine is a free and open source application that aims to allow applications designed for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib, against which developers can compile Windows applications to help port them to Unix-like systems.

Wine is a compatibility layer. It duplicates functions of Windows by providing alternative implementations of the DLLs that Windows programs call and a process to substitute for the Windows NT kernel. This method of duplication differs from other methods that might also be considered emulation, where Windows programs run in a virtual machine. In this article we are installing wine 1.7.25 version on Ubuntu 14.04.

Full article here:
How To Install Wine to Run Windows Software on Ubuntu (LinOxide)

Link: Encrypt DNS Traffic In Ubuntu With DNSCrypt [PPA]

DNSCrypt is a protocol for securing communications between a client and a DNS resolver, preventing spying, spoofing or man-in-the-middle attacks. To use it, you’ll need a tool called dnscrypt-proxy, which “can be used directly as your local resolver or as a DNS forwarder, authenticating requests using the DNSCrypt protocol and passing them to an upstream server“.

Full article here:
Encrypt DNS Traffic In Ubuntu With DNSCrypt [PPA] (Web Upd8)

Link: Understanding APT, APT-Cache and Their Frequently Used Commands

If you’ve ever used Debian or a Debian based distribution like Ubuntu or Linux Mint, then chances are that you’ve used the APT package system to install or remove software. Even if you’ve never dabbled on the command line, the underlying system that powers your package manager GUI is the APT system.

Today, we are going to take a look at some familiar commands, and dive into some less or more frequently used APT commands, and shed some light on this brilliantly designed system.

Full article here:
Understanding APT, APT-Cache and Their Frequently Used Commands (Tecmint)

If your MCE compatible remote stopped working in Ubuntu 14.04 or another newer release of Linux, check for this weird problem!

Note: The issue described below is not the same one that is affecting many users of recent versions of Ubuntu. For a solution to that problem, see Make LIRC work in Ubuntu 18.04, so that you can use your infrared remote in Kodi.

If you have found this page you have probably already come across several other pages that try to tell you how to get the MCE USB remote working in Ubuntu. Maybe you are a Kodi user and you came across this thread, and you tried everything but nothing would work – in fact, when you ran the ir-keytable program (which you’ve almost certainly already installed if you’ve found any other pages on this subject) in test mode, you may have found that on the keys that work at all, you got strange combinations of square brackets and letters instead of the expected output. Well, before you give up, and especially if you’re installing Ubuntu (or some other *buntu variant) on new hardware, here are two things to check.

First, if you are using a USB infrared receiver, try a different USB port. In our case, this made the difference between getting no response at all out of the thing and the aforementioned cryptic square brackets/letters.

But also, try running sudo ir-keytable one more time, and look to see if maybe it’s finding more than one IR device (even if you are sure you only have one). For example, when we ran it, we were seeing this (and I hate to say it, but it took far too long to dawn on me that we were seeing TWO devices there):

$ sudo ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event4) with:
	Driver ite-cir, table rc-rc6-mce
	Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC RC-5-SZ other 
	Enabled protocols: RC-6 
	Name: ITE8704 CIR transceiver
	bus: 25, vendor/product: 1283:0000, version: 0x0000
	Repeat delay = 500 ms, repeat period = 125 ms
Found /sys/class/rc/rc1/ (/dev/input/event10) with:
	Driver mceusb, table rc-rc6-mce
	Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC RC-5-SZ other 
	Enabled protocols: RC-6 
	Name: Media Center Ed. eHome Infrared 
	bus: 3, vendor/product: 1784:0008, version: 0x0101
	Repeat delay = 500 ms, repeat period = 125 ms

The real IR device is the “Media Center Ed. eHome Infrared”, so what’s the “ITE8704 CIR transceiver”? We have no idea – maybe there’s some vestigial circuitry for an IR receiver in the computer, and it’s detected during startup, but there no actual IR receiver there? In any case, once we realized what the problem was, we found the solution in a post in the Kodi forum:

edit : “/etc/modprob.d/blacklist.conf” and add the line:

blacklist ite_cir

And reboot

The prevents the operating system from seeing the non-existent IR receiver, and only lets it see the real one. We then reinstalled lirc (which we had removed because so many pages had said it wasn’t necessary) and all of a sudden our remote came back to life, with all the buttons working in Kodi again.  If you have a similar situation, you can try blacklisting the driver for the non-existent or non-functional device in a similar manner.  And if that isn’t the problem, perhaps one of the links mentioned above can help.  That’s Linux for you sometimes – the solution to a problem takes about 30 seconds to implement, but finding it takes HOURS.  🙁

Link: EasyEngine – An Auto Installer Script For Managing WordPress-Nginx Websites On Ubuntu, Debian

EasyEngine (ee) is a Linux shell-script to install and manage wordpress-nginx websites in one go. Using EasyEngine, you can install Nginx, PHP, MySQL, Postfix, phpMyAdmin and their dependencies in one shot easily without the help of a System administrator. It makes very easy to install and manage wordpress-nginx websites, and you don’t have to manually install each packages and memorize all commands. Everything will be done automatically on the background. EasyEngine will work on Ubuntu LTS versions such as Ubuntu 12.04/14.04, and Debian 6/7 version. Unfortunately, there is no support for RPM based systems like CentOS, and there is no future plan to make it work on RPM based systems right now.

Full article here:
EasyEngine – An Auto Installer Script For Managing WordPress-Nginx Websites On Ubuntu, Debian (Unixmen)

Link: How to Turn Off Shutdown Confirmation Dialog Box in Ubuntu

To shut down or restart your Ubuntu machine, you click the Power button on the top panel and select the shutdown option which in turn opens another confirmation dialog box where you have to confirm your action of shutting down or restarting your Ubuntu machine. This same confirmation dialog box will also appear whenever you try to log out or lock your Ubuntu machine.

Of course, this feature is there to save you from the unnecessary shutting down and restarting of your Ubuntu machine. But if you have been using Ubuntu for a long time, then accidentally pressing the Shutdown button is pretty rare. That said, apart from being useful, this feature is kind of annoying, as sometimes we may forget to confirm our action due to things like ignorance or workload which in turn leads to unnecessary power consumption. Here is an easy way to turn off the Shutdown and Restart confirmation dialog box in Ubuntu 14.04.

Full article here:
How to Turn Off Shutdown Confirmation Dialog Box in Ubuntu (Make Tech Easier)