Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread Klaus Singvogel
R. Ramesh wrote: > I want to make sure > that my current kernel version does not have any limitation to support 64bit > ext4. Please consult the Kernel Wiki regarding Ext4: https://ext4.wiki.kernel.org/index.php/Main_Page You will notice that Linux 2.6.28 was the first suppored kernel wi

Re: web server for development

2020-01-09 Thread Tixy
On Thu, 2020-01-09 at 06:16 +, Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. Do your pages use any serv

Re: Print Settings issue

2020-01-09 Thread Klaus Singvogel
kaye n wrote: > The built-in Xsane scanner seemed to work at first, but now when I open it, > I get: > > Error during CMS conversion: > Could not open scanner ICM profile. https://www.google.com/search?q=scanner+ICM+profile VG, Klaus. -- Klaus Singvogel GnuPG-Key-ID: 1024R/5068792D 199

Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread Tixy
On Thu, 2020-01-09 at 09:02 +0100, Klaus Singvogel wrote: > R. Ramesh wrote: > > I want to make sure > > that my current kernel version does not have any limitation to support 64bit > > ext4. > > Please consult the Kernel Wiki regarding Ext4: > > https://ext4.wiki.kernel.org/index.php/Main_

Re: apple mini

2020-01-09 Thread Andy Smith
Hello, On Thu, Jan 09, 2020 at 12:11:54PM +1300, Ben Caradoc-Davies wrote: > If you need to protect against an attacker willing to examine your HDD with > magnetic force microscopy, there is no substitute for physical destruction > of the media. Even then it's unnecessary! No has ever recovered u

Re: apple mini

2020-01-09 Thread Rick Thomas
On Wed, Jan 8, 2020, at 6:57 PM, ghe wrote: > > > > On Jan 8, 2020, at 07:46 PM, Michael Stone wrote: > > > >> If you need to protect against an attacker willing to examine your HDD > >> with magnetic force microscopy, there is no substitute for physical > >> destruction of the media. > >

Re: Print Settings issue

2020-01-09 Thread kaye n
On Thu, Jan 9, 2020 at 4:17 PM Klaus Singvogel wrote: > kaye n wrote: > > The built-in Xsane scanner seemed to work at first, but now when I open > it, > > I get: > > > > Error during CMS conversion: > > Could not open scanner ICM profile. > > https://www.google.com/search?q=scanner+ICM+profile >

Re: apple mini

2020-01-09 Thread Michael Stone
On Thu, Jan 09, 2020 at 10:11:15AM +, Andy Smith wrote: Hello, On Thu, Jan 09, 2020 at 12:11:54PM +1300, Ben Caradoc-Davies wrote: If you need to protect against an attacker willing to examine your HDD with magnetic force microscopy, there is no substitute for physical destruction of the me

Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread Reco
Hi. On Wed, Jan 08, 2020 at 06:08:16PM -0600, R. Ramesh wrote: > Before I get the source and build and update e2fsprogs and then the > file system, I want to make sure that my current kernel version does > not have any limitation to support 64bit ext4. You kernel should support the featur

Re: apple mini

2020-01-09 Thread Michael Stone
On Thu, Jan 09, 2020 at 09:22:09AM +0200, Andrei POPESCU wrote: On Jo, 09 ian 20, 17:03:57, Ben Caradoc-Davies wrote: On 09/01/2020 16:45, David Wright wrote: > No, don't mix degaussers and disks. If you want to reuse them, they're > likely too damaged. If you're concerned about data recovery, t

Re: apple mini

2020-01-09 Thread Jonathan Dowland
On Wed, Jan 08, 2020 at 09:39:59PM -0500, Michael Stone wrote: With a large block size dd will be limited by disk bandwidth for this use case. cp may hit the disk bandwidth limit or may not, depending on various factors which may not be obvious. Plus, dd is well understood for this purpose, and

Re: web server for development

2020-01-09 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 06:16:51AM +, Russell L. Harris wrote: > For development of a web pages, I installed Apache2 on another machine > in the LAN so that I can FTP web pages from the development machine to > the web server and view the pages from the development machine. > > But the install

Re: apple mini

2020-01-09 Thread John Hasler
Jonathan writes: > Yes. `dd` is a funny tool, since it's very "un-UNIXy" in some ways > (weird command line foo=bar syntax). That's because it is older than Unix. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: No sound with Pulseaudio

2020-01-09 Thread Yoann LE BARS
Hello everybody out there! My apologies for having been silent so long, I have had some other obligations. Anyway. Le 06/01/2020 à 11:44, Selim T. Erdoğan a écrit : > Try "systemctl stop timidity.service" Well, I have done this and it seems Timidity has indeed stopped: # lsof

Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread Tixy
On Thu, 2020-01-09 at 14:35 +0300, Reco wrote: > On Wed, Jan 08, 2020 at 06:08:16PM -0600, R. Ramesh wrote: > > Before I get the source and build and update e2fsprogs and then the > > file system, I want to make sure that my current kernel version does > > not have any limitation to support 64bit e

Success of udev rule depends on if user has local or NIS account

2020-01-09 Thread Christoph Pleger
Hello, I wrote the following udev rule: ACTION=="add", SUBSYSTEM=="block", ATTRS{removable}=="1", PROGRAM="/lib/udev/foreground-user", RESULT!="root",MODE="0600", OWNER="$result" The goal of this rule is to give a user who attaches a USB storage device while being logged on in the graph

Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread Reco
On Thu, Jan 09, 2020 at 05:06:29PM +, Tixy wrote: > On Thu, 2020-01-09 at 14:35 +0300, Reco wrote: > > On Wed, Jan 08, 2020 at 06:08:16PM -0600, R. Ramesh wrote: > > > Before I get the source and build and update e2fsprogs and then the > > > file system, I want to make sure that my current kern

Re: Success of udev rule depends on if user has local or NIS account

2020-01-09 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 05:56:53PM +0100, Christoph Pleger wrote: > Does anybody know what happened in newer kernels that makes OWNER="$result" > fail for NIS accounts? At a guess, it's bug #878625 again. Does it start working again if you install nscd, or one of its alternatives? Or if you over

Re: web server for development

2020-01-09 Thread Greg Wooledge
On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote: > But I do have a web hosting account with Hostgator which provides > shared hosting; and I am not aware of a mechanism other than FTP to > get web content from here to that remote server. If a web/storage provider doesn't offer at

Re: web server for development

2020-01-09 Thread Dan Ritter
Greg Wooledge wrote: > On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote: > > But I do have a web hosting account with Hostgator which provides > > shared hosting; and I am not aware of a mechanism other than FTP to > > get web content from here to that remote server. > > If a web

Re: Print Settings issue

2020-01-09 Thread kaye n
Hey Doug McGarrett You're using a different distro so I'm not sure if I can help you, but I would just like everyone to know that I think I've got it. I am now able to print over wifi, and scan with both Xsane and Image Scan over wifi. If you search for your printer here, http://download.ebz.eps

Re: web server for development

2020-01-09 Thread Russell L. Harris
On Thu, Jan 09, 2020 at 01:40:49PM -0500, Dan Ritter wrote: Greg Wooledge wrote: If a web/storage provider doesn't offer at *least* SFTP access in 2020, it's time to find a new provider. https://www.hostgator.com/help/article/secure-ftp-sftp-and-ftps TL;DR: they support SFTP, which is appropr

iptables DROP before PREROUTING

2020-01-09 Thread Jim Popovitch
Hello! Is there a way to have iptables DROP before PREROUTING. Consider this bit of rules on a home firewall, where 24.126.xx.yy is my home external IP address. - iptables -P INPUT DROP iptables -P OUTPUT ACCEPT iptables -A INPUT -i lo -j ACCEPT iptables -A OUTPUT -o lo -j ACCEPT iptabl

Re: iptables DROP before PREROUTING

2020-01-09 Thread Reco
Hi. On Thu, Jan 09, 2020 at 02:46:25PM -0500, Jim Popovitch wrote: > Is there a way to have iptables DROP before PREROUTING. What you meant is "before PREROUTING in nat". It's an important bit, see below. > What I want to do is prevent 23.132.208.0/24 from accessing a service > (port 123

Re: web server for development

2020-01-09 Thread Russell L. Harris
In this message, I respond to several suggestions: On Thu, Jan 09, 2020 at 08:37:12AM -0500, Greg Wooledge & others wrote: One way would be: https://httpd.apache.org/docs/2.4/mod/mod_userdir.html I thank you for the link. More as an alternative to apache on an another host: - using the buil

Re: iptables DROP before PREROUTING

2020-01-09 Thread Alexander V. Makartsev
On 10.01.2020 00:46, Jim Popovitch wrote: > Hello! > > Is there a way to have iptables DROP before PREROUTING. > > Consider this bit of rules on a home firewall, where 24.126.xx.yy is my > home external IP address. > > - > iptables -P INPUT DROP > iptables -P OUTPUT ACCEPT > iptables -A INP

Re: No sound with Pulseaudio

2020-01-09 Thread Georgi Naplatanov
On 1/9/20 6:56 PM, Yoann LE BARS wrote: > > Hello everybody out there! > > My apologies for having been silent so long, I have had some other > obligations. Anyway. > > Le 06/01/2020 à 11:44, Selim T. Erdoğan a écrit : >> Try "systemctl stop timidity.service" > > Well, I have done t

Re: iptables DROP before PREROUTING

2020-01-09 Thread Jim Popovitch
On Fri, 2020-01-10 at 01:52 +0500, Alexander V. Makartsev wrote: > > The answer to your question, I believe, should look like this: > "iptables -I FORWARD -s 23.132.208.0/24 -j DROP" Thanks! That is what I am looking for. To be clear, I'm doing something much more complex, but the underlying iss

Re: Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread R. Ramesh
On Thu, Jan 09, 2020 at 05:06:29PM +, Tixy wrote: > On Thu, 2020-01-09 at 14:35 +0300, Reco wrote: > > On Wed, Jan 08, 2020 at 06:08:16PM -0600, R. Ramesh wrote: > > > Before I get the source and build and update e2fsprogs and then the > > > file system, I want to make sure that my current ker

Re: 64bit ext4 and kernel version compatibility

2020-01-09 Thread R. Ramesh
On 1/9/20 2:02 AM, Klaus Singvogel wrote: R. Ramesh wrote: I want to make sure that my current kernel version does not have any limitation to support 64bit ext4. Please consult the Kernel Wiki regarding Ext4: https://ext4.wiki.kernel.org/index.php/Main_Page You will notice that Linux

RE: Para Empleados en el 2020

2020-01-09 Thread Sandra Munguia Reyes
Te mando un saludo grande, les dejo un comunicado para los encargados de los comunicados en la Organización. COMUNICACIÓN INTERNA e IDENTIDAD CORPORATIVA al estilo DISNEY Ciudad de México / 24 de Enero 2020 Monterrey, N.L. / 31 de Enero 2020 Guadalajara, Jal. / 07 de Febrero 2020 CONOCE EL PR

Re: web server for development

2020-01-09 Thread Nate Bargmann
* On 2020 09 Jan 14:29 -0600, Russell L. Harris wrote: > But now it seems that my first concern should be with FTP to the > server of Hostgator. And in the case of a remote shared server, I > question whether rsync is an option. I would ask if their Web host supports Secure FTP, which is FTP usin

after installing viber, nowhere to be found?

2020-01-09 Thread kaye n
Hello friends, My system is: Host: laptop Kernel: 4.19.0-6-amd64 x86_64 bits: 64 Desktop: Xfce 4.12.4 Distro: Debian GNU/Linux 10 (buster) Following the instructions on this web page: https://snapcraft.io/install/viber-unofficial/debian I installed viber with these commands: sudo apt update sudo

Re: after installing viber, nowhere to be found?

2020-01-09 Thread ghe
> On Jan 9, 2020, at 10:28 PM, kaye n wrote: > > Hello friends, > > My system is: > Host: laptop > Kernel: 4.19.0-6-amd64 x86_64 > bits: 64 > Desktop: Xfce 4.12.4 > Distro: Debian GNU/Linux 10 (buster) > > Following the instructions on this web page: > https://snapcraft.io/install/viber-

Re: after installing viber, nowhere to be found?

2020-01-09 Thread kaye n
On Fri, Jan 10, 2020 at 1:45 PM ghe wrote: > > > > On Jan 9, 2020, at 10:28 PM, kaye n wrote: > > > > Hello friends, > > > > My system is: > > Host: laptop > > Kernel: 4.19.0-6-amd64 x86_64 > > bits: 64 > > Desktop: Xfce 4.12.4 > > Distro: Debian GNU/Linux 10 (buster) > > > > Following the instr

p7zip-full seems to be a built-in app for debian, but cannot be opened?

2020-01-09 Thread kaye n
Hello friends! Searching for p7zip-full in synaptic, I can see that it is installed. However I can't find it anywhere. In the terminal: kaye@laptop:~$ sudo whereis p7zip [sudo] password for kaye: p7zip: /usr/bin/p7zip /usr/lib/p7zip /usr/share/man/man1/p7zip.1.gz but is that the full version?

Re: after installing viber, nowhere to be found?

2020-01-09 Thread ghe
> On Jan 9, 2020, at 10:57 PM, kaye n wrote: > > Here it is. > > kaye@laptop:~$ sudo whereis viber > [sudo] password for kaye: > viber: It's not on the machine. That explains q lot. A new install might be in order. Try aptitude or maybe synaptic -- something that talks a little more than

Re: p7zip-full seems to be a built-in app for debian, but cannot be opened?

2020-01-09 Thread tomas
On Fri, Jan 10, 2020 at 02:15:21PM +0800, kaye n wrote: > Hello friends! > > Searching for p7zip-full in synaptic, I can see that it is installed. > > However I can't find it anywhere. > > In the terminal: > > kaye@laptop:~$ sudo whereis p7zip > [sudo] password for kaye: > p7zip: /usr/bin/p7zip