By Geetu R. Vaswani, on February 9th, 2019%
Ubuntu Linux installed on a Lenovo laptop randomly disables wireless networks altogether. Subsequently, it does not show any wireless networks too in Network Manager.
To resolve this issue, did the following:
$ sudo lshw -class network <enter>
Below is the result.
Notice the logical name wlp2s0b1 and the driver brcmsmac
*-network description: . . . → Read More: How to restart wifi after Suspend/Resume Ubuntu Linux
By Geetu R. Vaswani, on February 9th, 2019%
To install Xubuntu after you have install Ubuntu 18.10 with the default Gnome desktop, make sure to take a backup of your data and then open a terminal window and run the following commands:
$ sudo apt-get install xubuntu-desktop <enter>$ sudo apt-get purge whoopsie orage gigolo catfish snap* parole* <enter>$ sudo . . . → Read More: Install XFCE desktop and remove Gnome desktop on Ubuntu 18.10
By Geetu R. Vaswani, on February 9th, 2019%
If you find your Linux computer is slow in starting up applications, you can install the preload package. It makes a small, discernible difference when launching applications.
To install, open a terminal window and run the following command:
$ sudo apt-get install preload <enter>
. . . → Read More: Speed up application startup time in Ubuntu
By Geetu R. Vaswani, on February 6th, 2019%
To remove a broken package, open a terminal window and enter following command:
$ sudo dpkg –remove package-name <enter>
where package-name is the broken package to be removed.
By Geetu R. Vaswani, on January 19th, 2019%
To synchronize Google Calendar with Thunderbird Lightning, open Thunderbird and install an add-on named “Provider for Google Calendar” by Philipp Kewisch. Follow the instructions after the install to grant permissions to your Google Calendar and synchronize.
By Geetu R. Vaswani, on September 19th, 2018% If you have insynchq.com Google Drive sync Application, you will find that upon start, it displays the icon in the app indicator area of the desktop menu bar. However, upon clicking the insync icon, it does nothing.
To overcome this, open a Linux terminal, and enter the following command: To stop insync: $ insync stop . . . → Read More: How to enable the Insync Google Drive application menu in app indicators on XFCE
By Geetu R. Vaswani, on September 15th, 2018% Never could understand why getting Google to give a Google Drive client for Linux is so hard. However, there are several solutions to this and the Gnome 3+ Desktop Environment offers a good way to access Google Online Accounts.
If you use XFCE desktop with Xubuntu, it makes no sense to download the whole Gnome . . . → Read More: How to use Google Drive in Linux with XFCE desktop or Xubuntu 18.04 LTS
By Geetu R. Vaswani, on July 26th, 2018% Downloaded virtual box .deb file for Ubuntu installation. Received error about unsandboxed installation.
The solution to the error is to provide the _apt user the rights to write into the folder as shown below:
$ sudo chown -Rv _apt:root /var/cache/apt/archives/partial/ <enter> $ sudo chmod -Rv 700 /var/cache/apt/archives/partial/ <enter>
By Geetu R. Vaswani, on July 6th, 2018% Unfortunately, upon installation of Dropbox, the indicator does not show the menu it normally does as on the Gnome desktop in Ubuntu 18.04 LTS.
To overcome this issue, open a terminal window and enter:
$ dbus-launch dropbox start -i& <enter>
Upon doing so, Dropbox starts and the indicator icon upon clicking will show the Dropbox . . . → Read More: Install Dropbox and get the indicator in the panel in Xubuntu 18.04 LTS
By Geetu R. Vaswani, on June 29th, 2018% After a long while, upgraded from Xubuntu 16.04 LTS to Xubuntu 18.04 LTS and was in for a surprise. No encrypted home folder. Support for this was dropped as ecryptfs-utils was no more maintained by it’s maintainer.
However, fret not. Encrypted home folders can still be created as below. Make sure you take a backup . . . → Read More: How to add user with encrypted home folder in Xubuntu 18.04 LTS or Ubuntu 18.10
|
|
|