Re: Anti-malware for my personal Debian workstation?

2020-02-23 Thread Ivan Jurišić
My choice is ClamAV. Easy for use and configure. Dana 2020-02-23 09:47, l0f...@tuta.io je napisao(la): Hi, I understand the pro of having a Linux antivirus on a Linux server, especially a mail or file server. However I'm writing to you here for a personal Linux workstation (Debian 10) and I

Re: FOSS-compatible smartwatch?

2020-02-12 Thread Ivan Jurišić
Dana 2020-02-12 12:35, Carl Fink je napisao(la): On 2/11/20 11:27 PM, der.hans wrote: Have you seen GadgetBridge? "Gadgetbridge is an Android (4.4+) application which will allow you to use your Pebble, Mi Band, Amazfit Bip and HPlus device (and more) without the vendor's closed source applica

Re: gathering system information

2016-06-02 Thread Ivan Jurišić
Try get information with inxi package: apt-get install inxi inxi -F Dana 02.06.2016 08:06, kamaraju kusumanchi je napisao(la): > I am planning to develop a script that gathers all the _relevant_ > system information for common configuration tasks such as sound, > graphics, wireless, network, p

Re: recommended ftp clients for Debian

2015-02-25 Thread Ivan Jurišić
I using Krusader (http://www.krusader.org/) , work well with FTP. On 02/24/2015 03:11 PM, Lisi Reisz wrote: Yes, I know I can STFW. I have in fact done so. But I am after personal experience. I want a simple ftp client, for putting not getting, that is easy and pleasant to use. GUI based. F

Debian WIKI Forbidden for my VPN

2014-03-14 Thread Ivan Jurišić
help about this problem? Regards, Ivan Jurišić -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/6781204.XlbzVfkGaP@pc-ivan

Re: Disable ipv6.......

2014-01-02 Thread Ivan Jurišić
1/2014 08:22, Charlie je napisao(la): > On Thu, 02 Jan 2014 07:58:24 +0100 Ivan Jurišić sent: > >> Try this: 1. open file /etc/default/grub nano /etc/default/grub 2 add >> "ipv6.disable=1" in variable GRUB_CMDLINE_LINUX_DEFAULT, example: >> GRUB_CMDLINE_LINUX_DEFAUL

Re: Disable ipv6.......

2014-01-01 Thread Ivan Jurišić
Try this: 1. open file /etc/default/grub nano /etc/default/grub 2 add "ipv6.disable=1" in variable GRUB_CMDLINE_LINUX_DEFAULT, example: GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1" 3. last step, update grup and reboot PC: update-grub reboot Dana 02/01/2014 07:47, Charlie je na