Re: questions on iptables

2022-12-24 Thread Piperみかこ
Thanks John. The following rules seem to work for me now. sudo /usr/sbin/iptables -F sudo /usr/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT sudo /usr/sbin/iptables -A INPUT -p icmp -j ACCEPT sudo /usr/sbin/iptables -A INPUT -i lo -j ACCEPT sudo /usr/sbin/iptables -A INPUT

Re: questions on iptables

2022-12-24 Thread John Conover
John Conover writes: > =?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes: > > > > sudo /usr/sbin/iptables -F > > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > > public IP > > sudo /usr/sbin/iptables -A INPUT -p tcp --dpor

Re: questions on iptables

2022-12-24 Thread John Conover
=?UTF-8?B?UGlwZXLjgb/jgYvjgZM=?= writes: > > sudo /usr/sbin/iptables -F > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > public IP > sudo /usr/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT > sudo /usr/sbin/ipt

Re: questions on iptables

2022-12-24 Thread Piperみかこ
Hello I have a server box who has public IP in the DC. My requirements, 1. allow access to ssh and http port on the server from external. 2. allow access to any services from the server to external. The #1 can be done by my rules already set. But #2 doesn't work. for instance, when rsync connect

Re: questions on iptables

2022-12-24 Thread Dan Ritter
Piperみかこ wrote: > Hello, > > I have setup the following iptables on linux server, > > sudo /usr/sbin/iptables -F > sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT > sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server > public IP > sudo /usr/sbin/iptables -A INPUT -p tc

Re: questions on iptables

2022-12-24 Thread jeremy ardley
On 25/12/22 10:14, Piperみかこ wrote: Hello, I have setup the following iptables on linux server, sudo /usr/sbin/iptables -F sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT  # my server public IP sudo /usr/sbin/iptables -A INPUT

questions on iptables

2022-12-24 Thread Piperみかこ
Hello, I have setup the following iptables on linux server, sudo /usr/sbin/iptables -F sudo /usr/sbin/iptables -A INPUT -s 127.0.0.1 -j ACCEPT sudo /usr/sbin/iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT # my server public IP sudo /usr/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT sudo /usr/sb

Re: apt-get under Kali Linux reports wrong data rate.

2022-12-24 Thread Jeffrey Walton
On Sat, Dec 24, 2022 at 2:27 PM Mark <196...@protonmail.com> wrote: > > I have no idea who to report this issue to. For Kali issues, see https://www.kali.org/community/ Jeff

Re: apt-get under Kali Linux reports wrong data rate.

2022-12-24 Thread Greg Wooledge
On Sat, Dec 24, 2022 at 07:08:20PM +, Mark wrote: > I have no idea who to report this issue to. > > Under latest build of Kali Linux i have noticed the download speed with > apt-get commands, it shows K Bits/s and should in fact be K bits/s > The difference between Bytes & Bits is important.

apt-get under Kali Linux reports wrong data rate.

2022-12-24 Thread Mark
Dear People I have no idea who to report this issue to. Under latest build of Kali Linux i have noticed the download speed with apt-get commands, it shows K Bits/s and should in fact be K bits/s The difference between Bytes & Bits is important. N.B small b not capital B! KIDS! Please pass on t

Re: Dell CMOS Setup -> System Configuration -> SATA Operation -> RAID On vs AHCI

2022-12-24 Thread David Christensen
On 12/24/22 02:39, Andrew M.A. Cater wrote: On Fri, Dec 23, 2022 at 07:29:01PM -0800, David Christensen wrote: debian-user: I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian installed on it EUFI, GPT, and Secure Boot. I use it for maintenance/ trouble-shooting on newer computers

Re: Dell CMOS Setup -> System Configuration -> SATA Operation -> RAID On vs AHCI

2022-12-24 Thread David Christensen
On 12/24/22 01:21, Jeffrey Walton wrote: On Sat, Dec 24, 2022 at 3:59 AM David Christensen wrote: On 12/23/22 23:16, Jeffrey Walton wrote: On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote: [...] When I boot the flash drive in a Dell Precision 3630 Tower that has Windows 11 Pro install

Re: xfce install

2022-12-24 Thread Greg Wooledge
On Sat, Dec 24, 2022 at 12:21:44PM -0500, rhkra...@gmail.com wrote: > On Saturday, December 24, 2022 09:44:49 AM Nicolas George wrote: > > Before asking for help about a command-line, type: > > > > unset LC_ALL > > export LC_MESSAGES=C > > > > … and re-run the command. > > That sounds like good

Re: xfce install

2022-12-24 Thread rhkramer
On Saturday, December 24, 2022 09:44:49 AM Nicolas George wrote: > Before asking for help about a command-line, type: > > unset LC_ALL > export LC_MESSAGES=C > > … and re-run the command. That sounds like good advice, but then the "user" (the person asking for help) needs to know how to restore

Re: Self hosting solution for Christmas

2022-12-24 Thread Alexander V. Makartsev
On 24.12.2022 13:03, Andre Rodier wrote: Hello everyone, Here my present for Christmas: a new version of HomeBox, the self hosted email solution. Feel free to drop comments, create issues, update the docs, etc. I released this quickly before going on vacation, so you may find some issues. H

Re: xfce install

2022-12-24 Thread Nicolas George
Greg Wooledge (12022-12-24): > Neither of these cases matches the OP's error text, so it's entirely > unclear what command the OP actually ran, or what it did, or failed to do. It could be a translation back to English. Which brings me to another piece of advice: Before asking for help about a co

Re: xfce install

2022-12-24 Thread Greg Wooledge
On Sat, Dec 24, 2022 at 03:11:05PM +0100, Nicolas George wrote: > steef van duin (12022-12-24): > > i am wrestling with a fresh 11.6-black-screen installation to get a > > xfce-desktop going. > > > > allthough I think I used from the commandline the most appropriate commands > > by apt i keep gre

Re: xfce install

2022-12-24 Thread Nicolas George
steef van duin (12022-12-24): > i am wrestling with a fresh 11.6-black-screen installation to get a > xfce-desktop going. > > allthough I think I used from the commandline the most appropriate commands > by apt i keep gretting the response 'cannot find xfce4'   when i do btw sudo > apt-get instal

Re: xfce install

2022-12-24 Thread Brad Rogers
On Sat, 24 Dec 2022 14:24:03 +0100 steef van duin wrote: Hello steef, >gretting the response 'cannot find xfce4'   when i You don't say what installation medium you used or what method of installation, but if you used either CD or DVD it might be that you still have the installation disk(s) se

Re: xfce install

2022-12-24 Thread Peter Ehlert
On 12/24/22 05:24, steef van duin wrote: hi folks i am wrestling with a fresh 11.6-black-screen installation to get  a xfce-desktop going. allthough I think I used from the commandline the most appropriate commands by apt i keep gretting the response 'cannot find xfce4'   when i do btw sudo

xfce install

2022-12-24 Thread steef van duin
hi folks i am wrestling with a fresh 11.6-black-screen installation to get a xfce-desktop going. allthough I think I used from the commandline the most appropriate commands by apt i keep gretting the response 'cannot find xfce4'   when i do btw sudo apt-get install xfce4. anhybody a solution f

SDDM display manager, two monitors out of order

2022-12-24 Thread Teemu Likonen
I have two monitors side by side and they work nicely on my KDE Plasma desktop session. However, in SDDM display manager (login screen) the monitors are in wrong order. Below is a picture of the two situations. Arrows in the picture show how the mouse cursor travels from screen to screen. You need

Re: colorscheme in vi

2022-12-24 Thread Max Nikulin
On 24/12/2022 03:49, Pierre Frenkiel wrote: if I put in .vimrc "colorscheme white" or any unknown color (qwert for example) I get a message "cannot find colorscheme xxx", but I have  black on white characters with vim. I am curious what is the output of :colorscheme (without argument) when you

Re: Dell CMOS Setup -> System Configuration -> SATA Operation -> RAID On vs AHCI

2022-12-24 Thread Andrew M.A. Cater
On Fri, Dec 23, 2022 at 07:29:01PM -0800, David Christensen wrote: > debian-user: > > I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian installed > on it EUFI, GPT, and Secure Boot. I use it for maintenance/ > trouble-shooting on newer computers. > > > When I boot the flash drive

Re: Dell CMOS Setup -> System Configuration -> SATA Operation -> RAID On vs AHCI

2022-12-24 Thread Jeffrey Walton
On Sat, Dec 24, 2022 at 3:59 AM David Christensen wrote: > On 12/23/22 23:16, Jeffrey Walton wrote: > > On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote: > >> [...] > >> When I boot the flash drive in a Dell Precision 3630 Tower that has > >> Windows 11 Pro installed on the internal NVMe d

Re: Dell CMOS Setup -> System Configuration -> SATA Operation -> RAID On vs AHCI

2022-12-24 Thread David Christensen
On 12/23/22 23:16, Jeffrey Walton wrote: On Fri, Dec 23, 2022 at 10:29 PM David Christensen wrote: debian-user: I have a SanDisk Ultra Fit USB 3.0 16 GB flash drive with Debian installed on it EUFI, GPT, and Secure Boot. I use it for maintenance/ trouble-shooting on newer computers. When I

Self hosting solution for Christmas

2022-12-24 Thread Andre Rodier
Hello everyone, Here my present for Christmas: a new version of HomeBox, the self hosted email solution. Feel free to drop comments, create issues, update the docs, etc. I released this quickly before going on vacation, so you may find some issues. However, this is mostly stable, and the code