This article is about tips for using Facebook features on your computer under Ubuntu. Ubuntu provides several software packages making the use of customizable Facebook (do apt-cache search facebookto convince you). Massive download of photos Uploading photos via the Java applet The Facebook site offers an import page containing a Java applet. This applet may […]
Continue reading…
Tutorials
How to Install Shotwell Photo Manager
Shotwell Shotwell is the default photo manager for Ubuntu. Its easy handling is adapted not to put off users preferring simplicity. Designed for GNOME language Vala and available under GNU / Linux open source license (LGPL v2.1 ). Its development is currently very fast and its functionalities evolve very quickly, quickly making this page obsolete. Its main […]
Continue reading…
How to create a plex media server with Amazon Unlimited storage
This tutorial describes the steps needed to create a remote (or local) Plex media server, along with unlimited Amazon cloud storage while encrypting file integrity. Prerequisites Have the administrative rights . Have an Internet connection configured and activated. A server / vps with FUSE (I use hetnzer online and ovh kimsufi), note to OpenVZ VPS, […]
Continue reading…
How to show Hidden Files and Folders in Ubuntu
Introduction The hidden elements are elements that are not visible by default when the user views the contents of a folder. This ability to hide items to protect files from accidental manipulations and reduce the display of folders in which they are stored. The hidden elements are identified in the previous point name. A file […]
Continue reading…
Ubuntu Sudo: How to Perform administrative tasks
Every computer needs a system administrator. This person is responsible for the initial configuration and maintenance of your equipment and your Ubuntu operating system: creating user accounts, installing programs, configuration of equipment, etc. The administrator is a person with a user account with additional privileges. In Ubuntu, the fulfillment of privileged work (or administrative tasks) […]
Continue reading…
How to Create ISO from DVD in Ubuntu
To create ISO from DVD in in order to make a backup of the original films or content of the DVD, you can either use Brasero or K3B or a custom script available on this page. Other alternatives are DVD95, k9copy. It is also possible to combine the use of dvdbackup who can make a backup of […]
Continue reading…
How to Install fonts on Ubuntu (Google Fonts, Adobe Fonts and Microsoft Fonts)
One of the most frustrating challenges new users of Ubuntu may encounter is installing fonts on their newly found operating system. Fonts enable us to interact well with out PC and many users have different opinion when it comes to font usage on out PC. This tutorial shows you how to install fonts on Ubuntu. How […]
Continue reading…
How to Install a Samsung Printer on Ubuntu
Installation of deposit Prerequisites Have the administrative rights . Have a configured and enabled Internet connection. Installation Change your sources of updates to include the deposit following: deb debian extra http://www.bchemnet.com/suldr/ Add the authentication key : sudo wget -O – http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add – Note: As of May 14, 2016, the authentication key […]
Continue reading…
How to Install F-Spot Picture Manager for Ubuntu
F-Spot The project is dead F-Spot was removed from deposits official since Ubuntu 16.04. See this report bug . F-Spot is a manager of personal photos, single-user (we must take precautions before moving his collection of photos ), for GNOME . It is written in C # and using Mono and Gtk #. JPEG, GIF, PNG, […]
Continue reading…
How to Create a new service with systemd
This tutorial (create a new service with systemd) describes the steps to follow to turn a program into a systemd service that can be started automatically during system startup. For our example, we will create a service to start the daemon Deluge start ( deluged ), but it can be applied to any program. Prerequisites […]
Continue reading…