Showing posts with label support. Show all posts
Showing posts with label support. Show all posts

Wednesday, June 28, 2017

Posted by beni in , , , , , | June 28, 2017

7zip and zip support in Ubuntu


Once I downloaded a 7z file and it wouldnt open. First I thought that the archive was corrupted so I downloaded it from another mirror and I got the same error.
Then I realised that Ubuntu doesnt come with support for .zip and .7z archives allthough Linux Mint does have support for .zip and .7z by default.

To open .zip and .7z archives in Ubuntu open terminal and type:

For .zip

sudo apt-get install unrar-free 
For .7z
sudo apt-get install p7zip-full 
These small things are annoying for beginners. Ill add them to my installscript for the next version of Ubuntu.

Friday, May 26, 2017

Posted by beni in , , , , , , , , , | May 26, 2017

5k Fans Reached on Facebook Thanks for all your support


Post by Ten_sports.

Sunday, April 23, 2017

Posted by beni in , , , , , , , , , | April 23, 2017

A New Battery Monitor for Ubuntu with Clever Notifications Support


Im not really happy with my laptops battery performance, and hence the need for reliable battery indicator apps. From simple widgets to full-fledged apps, there are quite a few to choose from. Battery Monitor is the latest entrant. Use the following PPA to install Battery Monitor in Ubuntu and other Debian based distros.


Battery Monitor for Ubuntu 16.04 LTS

What makes Battery Monitor different from a whole host of similar apps is its clever integration with Ubuntu notifications. It will notify user about charging, discharging, not charging and critically low battery states. Installation is pretty straight forward. Fire up your Terminal and do as following.

sudo add-apt-repository ppa:maateen/battery-monitor -y
sudo apt-get update
sudo apt-get install battery-monitor -y

After installation, there are two ways to start Battery Monitor immediately. Either run battery-monitor in your Terminal itself OR hit ALT + F2 and run battery-monitor. I prefer the later. A few more screenshots.




Project homepage. Do share your thoughts.

Search