One thing that always bothered me was that the FireFox title bar uses a lot of space. This is even worse when your display isn't the biggest.
A few days back I found a handy Firefox add-on: Hide Caption Titlebar Plus. I will put the tabs on the same level as the close/max/min buttons.
Before:
![[Image: UMikEEN.png]](http://i.imgur.com/UMikEEN.png)
After:
![]()
It also comes with a lot of options for how the window buttons behave for example only closing the active tab when clinking the close button or the tab size.
The totals for torrent downloads should be over 200k. Seems the most significant bit didn't rollover from 1 to a 2.
One thing I’ve always liked about WindowsOS is the simplicity of plug-and-play capability with external devices, e.g. an additional monitor.
[size=1em]In fact, the only real reason I have WindowsOS dual-booted with Linux [see set-up (1) in sig] is for this plug-and-play capability. I like to play videos or TV programmes on my laptop through the 26" (66cm) monitor of our Samsung TV (type LE26B450), so that viewing can be shared easily with all the family. And WindowsOS does this so easily, automatically & instantly resizing and finding the optimal screen resolution without any messing around with settings etc.
[/size][size=1em]With Linux Lite & Linux Mint, and some other distros, I found this to be a bit of a pain to set up.
[/size][size=1em]However, I’ve just discovered a distro that has WindowsOS–like plug-and-play simplicity with our Samsung TV monitor, and wondered if this capability (for additional monitors in general) could be packaged into future releases of LL? [/size][size=1em]Details are as follows: it involves set-up (2) in signature, which is a 10” Samsung NP-N145 netbook running with PCLinuxOS (a.k.a. PCLOS). This netbook doesn't have HDMI output, so I used an ESYNIC VGA to HDMI Converter to play laptop videos & programmes through the TV monitor via an HDMI cable. It worked: instant plug-and-play, hooray!!![/size]
[size=1em]
Please could we have this capability built into future releases of LL?[/size][size=1em]
The only additional thing you need to do is go to the VLC player toolbar and change the audio setting so that the sound plays through the TV and not through the netbook (just 2 clicks away).
[/size][size=1em]I purchased the VGA to HDMI converter from Amazon for £12.95:[/size][size=1em] https://www.amazon.co.uk/gp/product/B00PAGKZP4/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1[/size][size=1em]
Hope this is useful to someone[/size]
[size=1em]Cheers[/size][size=1em]
Mike[/size]
Apologies for posting this here. Not sure where else to post
A popup of pettocus.info has started doing the rounds on android phones.It appears to be a redirecting malware. It gave a false virus infection warning requiring immediate updating of android. If this link was clicked presume some code was downloaded to the phones phishing etc.
In a family members case, it is unlikely that the phone has been previously backed up so all stored data address books photos etc are only on the phone and would be st if doing a factory had reset so.
QUESTION. If the phone date is now backed up to an externally plugged in hard drive or usb of sufficient space. and then the backed up data were to be scanned on my LL laptop, what could/should I use to vigorously scan it to ensure it is clean and will not recontaminate a freshly reset phone?
Thanks
I'm running 32bit Linux Lite on a 10-year-old laptop. Not sure why I chose the 32bit installation - it was some time ago and not important for my purposes back then - but I'm now trying to get more performance out of the machine.
I've just upgraded the RAM from 2 to 4GB, and am now wondering whether I should upgrade the OS to the 64bit version, which poses a couple of questions:
- Is a 64bit upgrade likely to make much difference to performance (for example to better exploit the RAM upgrade)?
- Is there an easy way of upgrading, rather than starting from scratch? (as a relative Linux novice I'd rather take an easy option)
Any thoughts / advice?
Here is a quick tutorial on how to configure x11vnc (VNC Server) for remote access/control to your Linux Lite 3.x PC via VNC client. (please consider adding it to Lite Manual)
A 30 seconds setup:
- Start by installing x11vnc. From Terminal:
sudo apt install -y x11vnc![[Image: sDhaq0S.png]](http://i.imgur.com/sDhaq0S.png)
- Next, let’s create a directory to store a file that will contain the password used for VNC authentication:
sudo mkdir /etc/x11vnc- And… well, create an encrypted password file and save it in /etc/x11vnc/. You will be prompted to type and verify the password:
sudo x11vnc --storepasswd /etc/x11vnc/vncpwd![[Image: 9fPza4M.png]](http://i.imgur.com/9fPza4M.png)
- Now we will create the systemd service file for the x11vnc service:
gksu leafpad /lib/systemd/system/x11vnc.serviceCopy & paste the code below into leafpad:
Quote:[Unit]
Description=VNC Server for X11
Requires=display-manager.service
After=display-manager.service
[Service]
Type=forking
ExecStart=/usr/bin/x11vnc -dontdisconnect -auth guess -forever -shared -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -bg -o /var/log/x11vnc.log
ExecStop=/usr/bin/killall x11vnc
Restart=on-failure
Restart-sec=5
[Install]
WantedBy=multi-user.target
![[Image: PrMxssx.png]](http://i.imgur.com/PrMxssx.png)
Save changes and close leafpad. Then copy /lib/systemd/system/x11vnc.service to /etc/systemd/system/
sudo cp /lib/systemd/system/x11vnc.service /etc/systemd/system/- Next, let’s edit /lib/systemd/system/graphical.target
gksu leafpad /lib/systemd/system/graphical.targetUpdate graphical.target file content as shown below:
Quote:# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Graphical Interface
Documentation=manystemd.special(7)
Requires=multi-user.target
Wants=display-manager.service x11vnc.service
Conflicts=rescue.service rescue.target
After=multi-user.target rescue.service rescue.target display-manager.service
AllowIsolate=yes
![[Image: ZHnHcHn.png]](http://i.imgur.com/ZHnHcHn.png)
Save changes and close leafpad. Then copy /lib/systemd/system/graphical.target to /etc/systemd/system/
sudo cp /lib/systemd/system/graphical.target /etc/systemd/system/- Reload services and enable the x11vnc service at boot time:
sudo systemctl daemon-reload
sudo systemctl enable graphical.target- Finally, either reboot Linux Lite or manually start x11vnc service:
Reboot:
sudo reboot nowor start x11vnc without rebooting:
sudo systemctl start x11vnc.serviceAdd Firewall Rule to allow VNC traffic IN
Open Firewall Configuration, select the Rules tab and add a firewall rule as shown below
![[Image: lxTE0qx.png]](http://i.imgur.com/lxTE0qx.png)
Remotely accessing/controlling Linux Lite 3.x
From a client computer in your network, using a VNC client of your choice (Remmina, Ultra VNC, TightVNC, Chicken VNC, VNC Viewer, Screen Sharing, (you name it) enter the IP address of your Linux Lite box or its hostname (if there is local DNS resolution available in your network) and enjoy your hard work

![[Image: opbzeWn.png]](http://i.imgur.com/opbzeWn.png)
![[Image: 89DbNR3.jpg]](http://i.imgur.com/89DbNR3.jpg)
For additional details on x11vnc configuration options such as file transfers, etc. read on x11vnc manual:
~ $ man x11vnc
This was the output today, from the terminal, when I typed get-iplayer.
I have version 2.94.
How do I fix it [img alt=:?:]https://forums.linuxmint.com/images/smilies/icon_question.gif[/img]
Mike
mike@LMC-G750JS ~ $ get-iplayer
get_iplayer v2.94, Copyright (C) 2008-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use --conditions for details.
INFO: Getting tv Index Feeds (this may take a few minutes)
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcalba/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcfour/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcnews/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/ni_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/scotland_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcone/programmes/schedules/wales_hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcparliament/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbcthree/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/england/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/hd/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/ni/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/scotland/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/bbctwo/programmes/schedules/wales/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbbc/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/cbeebies/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/last_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/this_week.xml
WARNING: Failed to download programme schedule http://www.bbc.co.uk/s4c/programmes/schedules/this_week.xmlAnyone else having this problem [img alt=:?:]https://forums.linuxmint.com/images/smilies/icon_question.gif[/img]
How can it be resolved [img alt=:?:]https://forums.linuxmint.com/images/smilies/icon_question.gif[/img]
I have installedlatest linux lite yesterday and now i cant connect to internet.i tried using useb tethering but no luck.please help.
Sent from my Redmi Note 3 using Tapatalk
Interested to hear the communities thoughts on this application. One application that handles both email and all the popular messaging apps.
![[Image: Rambox-Messaging-Emailing-App.png]](https://www.fossmint.com/wp-content/uploads/2017/03/Rambox-Messaging-Emailing-App.png)
![[Image: Rambox.png]](https://www.fossmint.com/wp-content/uploads/2017/03/Rambox.png)
Rambox is a free messaging and emailing app created using Electron which is composed of various popular web applications to provide users with the ability to add as many web services as are supported in the same place and to use multiple accounts by way of duplicate apps.
Rambox is available for Linux, Windows, and Mac and at the moment, supports 73 web services including WhatsApp, Messenger, Viber, Telegram, Google Hangouts, Gmail, etc., and users are welcome to manually add services that aren’t bundled in the latest shipment.
It has a simple bright interface with a tabs bar at the top of its UI to which added apps can be aligned either to the left or to the right. It comes with a handful of customization options including show notifications, mute all sounds, display read counter.
Features in Rambox
Unity notifications for added web services with desktop notification support
Account synchronization across multiple computers
Master password
Menu access from the system tray
Ability to manually add services of your choice
Proxy configuration support to bypass network censorship
Notification count on icons of individual services
Support for the addition of custom code
Reorder icons in the tab bar and group services into two
Long term support (as far back as Ubuntu 12.04)
Linux Lite Updates couldn't fetch the package cache information lists.
Cannot check for updates!


ystemd.special(7)![[Image: xctfqQq.png]](http://i.imgur.com/xctfqQq.png)