Support Requests - CLICK TO READ BEFORE POSTING



Posted by: valtam
01-21-2017, 08:43 AM
Forum: Tutorials
- No Replies

IMPORTANT: Only resort to this method if there are no 64bit hardware drivers for your peripheral.

For: Printers, Scanners, Webcams, Game controllers etc.

Peripherals - https://en.wikipedia.org/wiki/Peripheral

Scenario:

You have a label printer, the hardware vendor only provides 32bit drivers but you are using Linux Lite 3.x 64bit.

Code:
sudo dpkg --add-architecture i386

Code:
sudo apt-get update

Code:
sudo apt-get install libc6:i386 libstdc++6:i386

Install your hardware vendor 32bit debian packages.

Done.



Posted by: tomt
01-21-2017, 01:42 AM
Forum: Security & Bug Fixes
- No Replies


If using seamonkey, needs update.



https://security.gentoo.org/glsa/201701-35



Posted by: tomt
01-21-2017, 01:10 AM
Forum: Security & Bug Fixes
- Replies (1)

Those who may be using Clam-av might want to check this out. Personally I prefer Sophos but to each his own of course.

https://www.av-test.org/en/news/news-sin...-the-test/

http://alantsui.hk/antivirus-for-free-li...16-review/

http://www.networkworld.com/article/2989...lware.html



Posted by: f23948
01-21-2017, 12:44 AM
Forum: On Topic
- No Replies

I would like to know why it's not showing temperature like numbers?
[Image: SBWFKu9.png]



Posted by: f23948
01-20-2017, 11:01 PM
Forum: On Topic
- Replies (3)

i heard Linux doesn't need defrag? i would like to know if i am correct?



Posted by: valtam
01-20-2017, 07:49 AM
Forum: Tutorials
- Replies (2)

What is Tor?

Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.

This installs the Tor service, not to be confused with the Tor Web Browser. The Tor Web Browser is a quick and easy way to browse the Internet safely, the Tor service installs directly to your system, allowing you to run a variety of applications through the Tor network. See - https://trac.torproject.org/projects/tor...icprograms for how to run programs through Tor.

Edit your sources list:

Code:
sudo leafpad /etc/apt/sources.list


Add the following to the bottom of the file, save and close:

Code:
deb http://deb.torproject.org/torproject.org xenial main deb-src http://deb.torproject.org/torproject.org xenial main

Open a terminal, run the following 2 commands separately:

Code:
gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89

Code:
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -

Update and install:

Code:
sudo apt-get update sudo apt-get install tor deb.torproject.org-keyring

Check the service is running:

Code:
ps aux | grep /tor

Your output should be similar to:

Code:
jerry@z800:~$ ps aux | grep /tor debian-+  3835  0.1  0.2  81756 36032 ?        Ss  20:20  0:01 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 jerry    11132  0.0  0.0  14224  1004 pts/2    S+  20:36  0:00 grep /tor jerry@z800:~$


Open Firefox (other browsers instructions will be similar)

Open menu Edit > Preferences > Advanced > Network > Settings.
Select Manual proxy configuration.
Enter SOCKS Host: 127.0.0.1 and Port: 9050 and select SOCKS v5 and clear all text in No proxy for: text box.
Press OK.

[Image: PzQw3yJ.png]

In Firefox:

about:config

Search for:

remote_dns

double click 'network.proxy.socks_remote_dns' and change to 'true'.

Done.



Posted by: f23948
01-20-2017, 03:29 AM
Forum: On Topic
- Replies (3)

I would like to know can i play website online games like addictinggames.com even i am using video card open source?
[Image: pAqMrWG.png]



Posted by: bitsnpcs
01-19-2017, 11:52 PM
Forum: Tutorials
- No Replies

Hello,
I recently tested a software named Dukto, I uninstalled (total uninstall option) using Install/Remove Software (Synaptic).
When reading my updates log after removal I noticed updates to the keys of the uninstalled program, as the keys remained.
In this link Nitin Venkatesh answered a question about key removal, that I wished to share as it may save someone time searching it out.

To find the keys -

Code:
sudo apt-key list

Reading down the results I found the key for the project creator, 8 characters.

Code:
sudo apt-key del

After the word del 1 space then paste the 8 characters

Repeating
Code:
sudo apt-key list

Shows the key is removed.



Posted by: f23948
01-19-2017, 11:32 PM
Forum: On Topic
- Replies (6)

i would like to know why it says "N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension"

Code:
___@___-HP-Compaq-dc7800-Small-Form-Factor:~$ sudo apt-get install clamav [sudo] password for ___: Reading package lists... Done Building dependency tree      Reading state information... Done The following packages were automatically installed and are no longer required:   efibootmgr libefivar0 Use 'sudo apt autoremove' to remove them. The following additional packages will be installed:   clamav-base clamav-freshclam libclamav7 libcurl3 libllvm3.6v5 Suggested packages:   clamav-docs libclamunrar7 The following NEW packages will be installed:   clamav clamav-base clamav-freshclam libclamav7 libcurl3 libllvm3.6v5 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 10.3 MB of archives. After this operation, 40.5 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav-base all 0.99.2+dfsg-0ubuntu0.16.04.1 [58.4 kB] Get:2 http://us.archive.ubuntu.com/ubuntu xenial/main i386 libllvm3.6v5 i386 1:3.6.2-3ubuntu2 [8,992 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 libclamav7 i386 0.99.2+dfsg-0ubuntu0.16.04.1 [831 kB] Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav-freshclam i386 0.99.2+dfsg-0ubuntu0.16.04.1 [120 kB] Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 libcurl3 i386 7.47.0-1ubuntu2.2 [208 kB] Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav i386 0.99.2+dfsg-0ubuntu0.16.04.1 [102 kB] Fetched 10.3 MB in 18s (547 kB/s)                                              N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension Preconfiguring packages ... Selecting previously unselected package clamav-base. (Reading database ... 201263 files and directories currently installed.) Preparing to unpack .../clamav-base_0.99.2+dfsg-0ubuntu0.16.04.1_all.deb ... Unpacking clamav-base (0.99.2+dfsg-0ubuntu0.16.04.1) ... Selecting previously unselected package libllvm3.6v5:i386. Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_i386.deb ... Unpacking libllvm3.6v5:i386 (1:3.6.2-3ubuntu2) ... Selecting previously unselected package libclamav7. Preparing to unpack .../libclamav7_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ... Unpacking libclamav7 (0.99.2+dfsg-0ubuntu0.16.04.1) ... Selecting previously unselected package clamav-freshclam. Preparing to unpack .../clamav-freshclam_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ... Unpacking clamav-freshclam (0.99.2+dfsg-0ubuntu0.16.04.1) ... Selecting previously unselected package libcurl3:i386. Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.2_i386.deb ... Unpacking libcurl3:i386 (7.47.0-1ubuntu2.2) ... Selecting previously unselected package clamav. Preparing to unpack .../clamav_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ... Unpacking clamav (0.99.2+dfsg-0ubuntu0.16.04.1) ... Processing triggers for libc-bin (2.23-0ubuntu5) ... Processing triggers for systemd (229-4ubuntu13) ... Processing triggers for ureadahead (0.100.0-19) ... ureadahead will be reprofiled on next reboot Processing triggers for man-db (2.7.5-1) ... Setting up clamav-base (0.99.2+dfsg-0ubuntu0.16.04.1) ... Setting up libllvm3.6v5:i386 (1:3.6.2-3ubuntu2) ... Setting up libclamav7 (0.99.2+dfsg-0ubuntu0.16.04.1) ... Setting up clamav-freshclam (0.99.2+dfsg-0ubuntu0.16.04.1) ... Setting up libcurl3:i386 (7.47.0-1ubuntu2.2) ... Setting up clamav (0.99.2+dfsg-0ubuntu0.16.04.1) ... Processing triggers for libc-bin (2.23-0ubuntu5) ... Processing triggers for systemd (229-4ubuntu13) ... Processing triggers for ureadahead (0.100.0-19) ... N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension ___@___-HP-Compaq-dc7800-Small-Form-Factor:~$



Posted by: hughparker1
01-19-2017, 09:26 PM
Forum: Installing Linux Lite
- Replies (3)

I have a multi-boot setup on an old DELL Vostro 1520 (BIOS setup) with Linux Lite 3.0 in charge of grub, which works well. 

I would like to upgrade from 3.0 to 3.2 but have a couple of questions before I do this...

I read on the Release Announcement page that the Lite Upgrade won't do: New Grub config (potential to ruin peoples existing multi-boot setups)

Does this mean that if the upgraded Linux Lite is NOT in charge of grub menu it won't boot?  (so same behavior as 3.0)

Would I need to do a fresh install of 3.2 to get the NEW  multi boot with other distros functionality?

I'm guessing fresh install is the answer but I'm not entirely sure so any advice would be appreciated.