How to fix Viber not starting in Xubuntu 22.04 LTS

Fix Viber (v20) not starting on Xubuntu 22.04 LTS by installing 5 missing packages.

Subscribe to continue reading

Subscribe to get access to the rest of this post and other subscriber-only content.

Unifi Controller 5 on Ubuntu 16.04 LTS

UniFi Controller is server application to manage UniFi Access Points by Ubiquiti Networks.

  • Download Controller 5 from Ubiquiti site
  • Install

    sudo gdebi unifi_sysvinit_all.deb
    

  • Start unifi service
    service unifi status
    
  • visit
    http://localhost:8443
    

Under the hood

  • compatible with Java 6, 7 & 8
  • MogoDB included
  • uses 8443, 8080, 8880, 8843, 27117, 3478, 8881, 8882

Some service that might uses the above ports

  • LXD – 8443
  • Apache2/httpd or Nginx – 8080

Make sure they are not running or not using the port before starting the unifi service.

Other resources

Deluge: ‘PreferencesManager’ object has no attribute ‘do_config_set_func’

Deluge is a torrent client. Some days ago I updated it to latest version (1.3.12) on my ArchLinux and the Scheduler plugin was not working as it should.

I found the following error in the log

AttributeError: 'PreferencesManager' object has no attribute 'do_config_set_func'

In the forum title Scheduler locked in slow mode, the reply stated

Yes sorry I make a mistake in 1.3.12 when fixing another issue. Here is the fix applied for next release: http://git.deluge-torrent.org/deluge/commit/?h=1.3-stable&id=cdf301601fe71bd697f3796cf0a5656d437d140e
Continue reading “Deluge: ‘PreferencesManager’ object has no attribute ‘do_config_set_func’”

Mac screen sharing and Remmina on Linux

I have a Mac mini (Yosemite) and a laptop with Xubuntu 14.04. I needed to remote control my macmini from my laptop (in same network).

First, I setup the mac according to the knowledge base.

Second, I configured Remmina (1.2) for remote access.
Continue reading “Mac screen sharing and Remmina on Linux”

Thunderbird and OpenLDAP

I setup OpenLDAP according to the archlinux wiki and this page

The server was up, search ok and I was ready to setup thunderbird to use the LDAP. 

I setup thunderbird and then no entry in the view. I thought it was some fault on the configuration. I tried JXplorer, ldapaddrbook, apache directory studio and couldn’t find the problem. 

I stumble upon this page via google and I stop scratching my head and pulling my hair. 

This is a thunderbird-bug – not an OpenLDAP issue:

ldap-address-book gets synchronized but you do not see any entries in the overview

but it is there when you start typing in an address of a ldap-reciepient…so it’s there but you have to start searching by typing in some letters

plz consult the mozilla-people for further infos and bug-cleanup as this is a third-party application developed by them

[workaround] Thunar file manager crash on moving files

Current workaround is as follow

  1. Open Thunar
  2. Go to Edit > Preferences…
  3. On Display tab, check or uncheck Show file size in binary format at least one time (and choose what you like before you press close)

We can see the update on fix at the following location

Thunar 1.64, 1.65, & 1.66 crash when moving files – https://bugzilla.xfce.org/show_bug.cgi?id=11450