Showing posts with label 04. Show all posts
Showing posts with label 04. Show all posts
Thursday, July 6, 2017
Disable touchpad in Ubuntu 11 04 Natty Narwhal
Disable touchpad in Ubuntu 11 04 Natty Narwhal
One of the most irritating things I have experienced in Ubuntu 11.04 was the inability to disable touchpad. Though my laptop has a hardware button to toggle touchpad, it never worked in Ubuntu. When I was typing something, in most occasions an accidental touch of the touchpad caused the cursor to move somewhere else and part of the typed text ended up in nowhere.
But later I found this amazing little program called touchpad-indicator which can REALLY toggle touchpad status in Ubuntu. To install it use the following commands on terminal.
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator![]() |
| figure 1 |
![]() |
| figure 2 |
Hope this will be helpful !
Saturday, June 10, 2017
Disable Apport Error Report Dialog in Ubuntu 12 04
Disable Apport Error Report Dialog in Ubuntu 12 04
In fresh Ubuntu 12.04 installation, it keeps popping up annoying apport error report dialog on every log-in even after sending the error report. This simple tutorial will show you how to disable this dialog in Ubuntu.

Open up terminal from the dash home or press Ctrl+Alt+T, edit �/etc/default/apport� file with this command:
sudo gedit /etc/default/apport
Set enable=0:
enable=0
Save the file, and done!
Saturday, June 3, 2017
Digikam 5 4 0 is Released and Available PPA For Ubuntu 16 04 Ubuntu 16 10
Digikam 5 4 0 is Released and Available PPA For Ubuntu 16 04 Ubuntu 16 10

digiKam is an open source project that provides users with a dedicated photo management solution, specifically designed to be deployed on KDE desktop environments. It includes image editor and organizer components, which can be easily extended through a built-in and powerful plugin architecture.
Features at a glance
Key features include red eyes correction, brightness, contrast, gamma, hue, saturation and luminosity correction, color balance, color inversion, color auto-correction, ratio cropping, free cropping, black & white and tonality converter using curves adjustments, rotation, and flipping.
With this tool, you will be able to import pictures, organize your photo collection, view images, edit and enhance photos, create slideshows and calendars, print and share your photo creations using social web services, email images, and much more.
Read more the ReleaseAnnounce
How to Install Digikam 5.4.0 on Ubuntu Derivative System :
To Install/Update Digikam 5.4.0 on Ubuntu 16.10 Yakkety Yak, Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 18.1, Linux Mint 18 Sarah, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:You can update your system with unsupported packages from this untrusted PPA by adding ppa:philip5/extra to your systems Software Sources
sudo add-apt-repository ppa:philip5/extra
Like this :

Update repository and install digikam package :
sudo apt-get update
sudo apt-get install digikam5
to remove digikam, do :
sudo apt-get remove digikam
Saturday, May 27, 2017
Disable Directory Listing in Apache on Ubuntu 14 04 but should work in other versions as well
Disable Directory Listing in Apache on Ubuntu 14 04 but should work in other versions as well
If you are a newbie to setting up a web server on Ubuntu by yourself, you might have encountered this as I do:

This is called Directory Listing in Apache server settings. And this is turned on by default.
To check if you have this problem, try to visit a directory in your apache server location with a browser, such as : localhost/someFolder
If you see something similar to the above photo, you got this problem as well.
While it might not be a huge security problem to your site, it certainly makes you not comfortable, and it is also not a very pleasant experience for users to crash into your directory like this.
However, it is actually very easy to turn it off in Ubuntu, here is how.
1. Open Nautilus (Ubuntus default file explorer,) as root in terminal using this command:
sudo nautilus
2. Then, navigate to /etc/apache2
3. From there, you will find a file named :
apache2.conf
4. Open apache2.conf with your favorite text editor.
5. Find this line: ( there are actually two lines of these, ones under <Directory /var/www/>, and another one is under <Directory /srv/>, for now, we will work on the former one since thats where our website is in.)
Options Indexes FollowSymLinks
6. Remove Indexes from this line, so that it will look like this
Options FollowSymLinks
7. Save the file, open a terminal then restart apache.
sudo service apache2 restart
And we are done, try to visit a directory under your web var/www in a browser, and you will get a 403 forbidden error.
digiKam 5 1 0 released Install on Ubuntu 16 04
digiKam 5 1 0 released Install on Ubuntu 16 04
digiKam 5.1.0 just recently released, introduces a new huge bugs triage and some fixes following first feedback from end-users. This release update internal Libraw to last public and pre-release version 0.18.0.
This permits digiKam to support new lead RAW cameras as:
- Canon 80D, 1300D, 1DX MkII
- Fujifilm X-Pro2, X70, X-E2S
- HTC One A9 and M9
- Leica M and X-U
- Nikon D5
- Olympus Pen F, SH-3
- Panasonic DMC-GX80/85, DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100
- PhaseOne IQ150, IQ180 IR, IQ3
- Samsung Galaxy S7
- Sony ILCA-68, ILCE-6300, RX1R II, RX10 III
Additional Changes and Improvements made in this release
- A consolidation of Mysql database interface has been continued
- Some optimizations have been introduced to speed-up startup operation, especially to delay the scan from new items after the main interface initialization
- Also the option to enable or disable the scan for new items at startup is back in Setup/Miscs dialog page
Install digiKam 5.1.0 on Ubuntu 16.04 and Ubuntu 15.10
sudo apt-add-repository ppa:philip5/extra
sudo apt-get update
sudo apt-get install digikam5
How to remove digiKam 5.1.0 from Ubuntu 16.04 and Ubuntu 15.10
sudo apt remove digikam5
sudo apt autoremove
Friday, May 12, 2017
Digikam 5 3 0 PPA is Available For Ubuntu 16 04 and Ubuntu 16 10 Yakkety Yak
Digikam 5 3 0 PPA is Available For Ubuntu 16 04 and Ubuntu 16 10 Yakkety Yak

DigiKam is an open source project that provides users with a dedicated photo management solution, specifically designed to be deployed on KDE desktop environments. It includes image editor and organizer components, which can be easily extended through a built-in and powerful plugin architecture.
Features at a glance
Key features include red eyes correction, brightness, contrast, gamma, hue, saturation and luminosity correction, color balance, color inversion, color auto-correction, ratio cropping, free cropping, black & white and tonality converter using curves adjustments, rotation, and flipping.
With this tool, you will be able to import pictures, organize your photo collection, view images, edit and enhance photos, create slideshows and calendars, print and share your photo creations using social web services, email images, and much more.

Changelog Since Digikam 5.2.0 :
After a 3rd release 5.2.0 published more than one month ago, the digiKam team is proud to announce the new release 5.3.0 of digiKam Software Collection. This version introduces an important common solution to deploy the application under Linux using AppImage bundle.
AppImage is an open-source project dedicated to provide a simple way to distribute portable software as compressed binary file, that standard user can run as well, without to install special dependencies. All is included into the bundle, as last Qt5 and KF5 frameworks. AppImage use Fuse file-system, which is de-compressed into a temporary directory to start the application. You dont need to install digiKam on your system to be able to use it. Better, you can use the official digiKam from your Linux distribution in parallel, and test the new version without any conflict with one used in production. This permit to quickly test a new release without to wait an official package dedicated for your Linux box. Another AppImage advantage is to be able to provide quickly a pre-release bundle to test last patches applied to source code, outside the releases plan.
The bundle include main 3rd-party libraries used by digiKam as Lensfun, OpenCV, and Exiv2. All are optimized for digiKam, and without extra or experimental configurations which can crash the application in special cases.

The simple way to use the digiKam AppImage is to download the right file for your system (32 bits or 64 bits), to make it executable, and to run it. See AppImage documentation if you need more information about.
With the continuous help of Wolfgang Scheffner, The digiKam handbook have been updated again and is available on-line at digiKam. All help are welcome to contribute on user manual, by writing sections, proof-reading, translating, etc.
For furher information, take a look into the list of more than 40 files currently closed in Bugzilla. A special thanks to Maik Qualmaan who improve code everywhere.
digiKam software collection source code tarball, Linux 32/64 bits AppImage bundles, MacOS package, and Windows 32/64 bits installers can be downloaded from this repository
Install/Update DigiKam 5.3.0 on Ubuntu via PPA
Because it is available via PPA, installing DigiKam 5.1.0 on Ubuntu 16.04 Xenial Xerus, ubuntu 16.10 yakkety Yak and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the vlc package. Like this:
sudo add-apt-repository ppa:philip5/extra
sudo apt-get update
sudo apt-get install digikam5
After installation is completed, open terminal and follow this command :
sudo digikam5
See the release Announce
Subscribe to:
Posts (Atom)

