Re: Seeking advice on router.

2016-08-20 Thread Sylvia Sánchez
Hi Tim! Just for your information, many of your emails got identified as Spam by Gmail. I don't know why but I thought you would be interested to know. Cheers, Sylvia On 20 August 2016 at 18:29, Tim wrote: > Allegedly, on or about 20 August 2016, Erik P. Olsen sent: > > I have a linksys rout

Re: IFCONFIG

2016-08-20 Thread Angelo Moreschini
OK, I understand .. I didn't remember that I have also a wireless connection Thank you to all Angelo On Sat, Aug 20, 2016 at 1:54 PM, François Patte < francois.pa...@mi.parisdescartes.fr> wrote: > Le 20/08/2016 12:09, Angelo Moreschini a écrit : > > Hi, > > > > in order to use the ssh servi

Re: keycode

2016-08-20 Thread cs
On 20Aug2016 14:55, Tom Horsley wrote: On Sat, 20 Aug 2016 20:47:43 +0200 Patrick Dupre wrote: What are the recommendations ? I seem to have luck putting .sh files in the directory /etc/X11/xinit/xinitrc.d/ Of course, those files will run for all users (which isn't a problem if there is only

Re: Seeking advice on router.

2016-08-20 Thread Matthew Miller
On Sat, Aug 20, 2016 at 05:44:02PM +0200, Erik P. Olsen wrote: > I have a linksys router model WRT160NL but the range is too short. I > experience many situations where the connection is dropped when the > distance from the router is more than 25 feet. What is the recommended > router when it comes

Re: keycode

2016-08-20 Thread Tom Horsley
On Sat, 20 Aug 2016 20:47:43 +0200 Patrick Dupre wrote: > What are the recommendations ? I seem to have luck putting .sh files in the directory /etc/X11/xinit/xinitrc.d/ Of course, those files will run for all users (which isn't a problem if there is only one user :-). Be sure to make it an exe

Re: keycode

2016-08-20 Thread Patrick Dupre
Thank. I created a file ~/.Xmodemap and put in .xinitrc [[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap but it seems that .xinitrc is not executed when I login (I read this recommendation somewhere). What are the recommendations ? Thank ==

Re: Seeking advice on router.

2016-08-20 Thread Fred Smith
On Sun, Aug 21, 2016 at 01:59:19AM +0930, Tim wrote: > Allegedly, on or about 20 August 2016, Erik P. Olsen sent: > > I have a linksys router model WRT160NL but the range is too short. I > > experience many situations where the connection is dropped when the > > distance from the router is more tha

Re: Seeking advice on router.

2016-08-20 Thread Tim
Allegedly, on or about 20 August 2016, Erik P. Olsen sent: > I have a linksys router model WRT160NL but the range is too short. I > experience many situations where the connection is dropped when the > distance from the router is more than 25 feet. What is the recommended > router when it comes to

Re: Recommended cases and HDDs for home server

2016-08-20 Thread Tim
Allegedly, on or about 19 August 2016, Mark Haney sent: > The external reusable dust filters are awesome (I have 3 cats and a > large python running around my house) and I've been incredibly pleased > with it. Hmm, that sounds like long term planning for a YouTube clip. I think that any compute

Re: Seeking advice on router.

2016-08-20 Thread Tom Horsley
I doubt there is a good answer since so much depends on what the signal has to get through. I just got a new ASUS RT-AC5300 and it seems to work well for me with pretty strong signals all around the house. http://tomhorsley.com/hardware/rt-ac5300/rt-ac5300.html It may be possible to put DD-WRT on

Re: encrypted partitions

2016-08-20 Thread Tim
Allegedly, on or about 20 August 2016, Patrick Dupre sent: > On a laptop, I would like to setup 2 encrypted partitions with the > same passphrase (this is easy). Now, when I boot the laptop, I would > like to have to provide the passphrase only one time. Is it possible? It did that with LVM, when

Re: alpine

2016-08-20 Thread Tim
Allegedly, on or about 20 August 2016, Patrick Dupre sent: > On a fresh installation fc24, alpine complains with: > [Incomplete maildomain "myserveur"] > I found: > http://phr3ak.z80.hu/2013/08/08/error-incomplete-maildomain-pine-alpine/ > recommending to add myserveur in the /etc/hosts file. > >

Re: encrypted partitions

2016-08-20 Thread Bruno Wolff III
On Sat, Aug 20, 2016 at 13:03:55 +0200, Patrick Dupre wrote: On a laptop, I would like to setup 2 encrypted partitions with the same passphrase (this is easy). Now, when I boot the laptop, I would like to have to provide the passphrase only one time. Is it possible? That is how it works now

Seeking advice on router.

2016-08-20 Thread Erik P. Olsen
I have a linksys router model WRT160NL but the range is too short. I experience many situations where the connection is dropped when the distance from the router is more than 25 feet. What is the recommended router when it comes to signal strength? I would prefer one which can be flashed with dd-wr

Re: IFCONFIG

2016-08-20 Thread Tim
Allegedly, on or about 20 August 2016, Angelo Moreschini sent: > enp4s0: flags=4099 mtu 1500 > ether 60:02:92:2d:2a:1f txqueuelen 1000 (Ethernet) Going by the device name, enp4s0 would be wired ethernet, but not in use (because it had no assigned addresses, that string of hex would be the MAC), d

Re: keycode

2016-08-20 Thread Tom Horsley
On Sat, 20 Aug 2016 13:51:47 +0200 Patrick Dupre wrote: > I would like to change the behavior of some keys, I always used to use xmodmap for that, but there may be a more "modern" tool to do it these days. This only works inside X. If you want it changed in the console you'd need a different tool

keycode

2016-08-20 Thread Patrick Dupre
Hello, I would like to change the behavior of some keys, For example, I would like that the keycode 115 in uppper case (shift) return the keysym End. Is there a tool to set this change ? If not what is the best way ? Thank.

encrypted partitions

2016-08-20 Thread Patrick Dupre
Hello, On a laptop, I would like to setup 2 encrypted partitions with the same passphrase (this is easy). Now, when I boot the laptop, I would like to have to provide the passphrase only one time. Is it possible? Thank. ===

alpine

2016-08-20 Thread Patrick Dupre
Hello, On a fresh installation fc24, alpine complains with: [Incomplete maildomain "myserveur"] I found: http://phr3ak.z80.hu/2013/08/08/error-incomplete-maildomain-pine-alpine/ recommending to add myserveur in the /etc/hosts file. I did so and restarted sendmail, but I still get the same error.

Re: IFCONFIG

2016-08-20 Thread François Patte
Le 20/08/2016 12:09, Angelo Moreschini a écrit : > Hi, > > in order to use the ssh services, I looked for the internet address of > my computer, and the ifconfig command gave the following output that I > have difficulty 'to interpret : > > --- > > [angelo_dev@localhost ~]$ sudo ifconfig

Re: IFCONFIG

2016-08-20 Thread Hossein Aghaie
hi enp4s0 is wire NIC and wlp3s0 is wireless NIC On Sat, Aug 20, 2016 at 2:39 PM, Angelo Moreschini < mrangelo.fed...@gmail.com> wrote: > Hi, > > in order to use the ssh services, I looked for the internet address of my > computer, and the ifconfig command gave the following output that I have

Re: IFCONFIG

2016-08-20 Thread Jon Ingason
Den 2016-08-20 kl. 12:09, skrev Angelo Moreschini: > Hi, > > in order to use the ssh services, I looked for the internet address of > my computer, and the ifconfig command gave the following output that I > have difficulty 'to interpret : > > --- > > [angelo_dev@localhost ~]$ sudo ifconf

IFCONFIG

2016-08-20 Thread Angelo Moreschini
Hi, in order to use the ssh services, I looked for the internet address of my computer, and the ifconfig command gave the following output that I have difficulty 'to interpret : --- [angelo_dev@localhost ~]$ sudo ifconfig enp4s0: flags=4099 mtu 1500 ether 60:02:92:2d:2a:1f txqueuelen 1