ces are with vanilla filesystems only. LUKS
obviously has specific requirements. Perhaps you could try
having a root partition that is unencrypted?
--
Joel Roth
ear the bottom). The
> > > > former is so that Grub includes it in any new grub.cfg that you
> > > > create.
> > > Good to know.
> > Edit:, never mind. Tried that, it still booted straight to the UEFI BIOS
> > menu after entering my password. At this point, I'm seriously
> > considering slapping rEFInd on it and pray that it picks up on
> > everything automatically and fix the situation. But so should Grub have,
> > besides the fact that I can't even be entirely sure Grub is to blame and
> > not something else.
--
Joel Roth
d it
hard to parse out what she wants/needs from her description.
I don't blame her; certainly she writes as clearly as she
knows how. Usually someone (in this case Gareth) gets
what she wants. At least it's never dull ;-)
> > Cheers
>
>
--
Joel Roth
ble people here than
myself, but a naive search for "wifi adapter client host
mode linux" brings up this page.
https://woshub.com/create-wi-fi-access-point-hotspot-linux/
Most wifi adapters can operate as an access point, which is
indicated by AP and AP/VLAN appearing in the output of `iw list`.
Hope this helps
--
Joel Roth
ts and stuff that you never think
>about until the stats tell you!
>
> What do we have on that area?
A basic search finds this web tool:
https://www.usingenglish.com/resources/text-statistics/
Otherwise, I think you'll have to write your own -- or
hire someone (like me :^) to write one for you.
--
Joel Roth
> procmail: Match on "^Message-ID: \/.*"
> procmail: Assigning "LASTFOLDER= echo "whoami" > test.txt"
> Subject: test
> Folder: echo "whoami" > test.txt
> 1824
> procmail: Executing " echo "whoami" > test.txt"
>
> but nothung happens.
> Am I missing something ?
> Regards
> Cédric
Are you sure that procmail is running the command in a shell?
Could it be trying to execute a program named 'echo'.
You might try creating a shell script you can call.
--
Joel Roth
o my attention. As part of developing new perl
releases, the entire of CPAN is checked to make sure new
features do not break existing code.
> - error handling (exceptions?)
Of course this can be improved. The basic behaviors
are sufficient, tho.
> - sometimes too rigid ways of method call
l cpanminus
Please note that when installing via cpanminus to a
unprivileged directory, such as $HOME/perl5,
you must also include it in your environment.
see 'man local::lib'.
--
Joel Roth
io.service
1.
https://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio-while-running-a-game-under-wine
I've not tested this myself.
cheers,
--
Joel Roth
target various alsa devices.
Once you've found the HDMI device that works, you
can set it as the default device.
--
Joel Roth
d.
cheers
>
> --
> Ottavio Caruso
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
--
Joel Roth
On Sat, Jun 25, 2022 at 09:45:58AM -0400, Greg Wooledge wrote:
> On Fri, Jun 24, 2022 at 07:42:25PM -1000, Joel Roth wrote:
> > I list the files first:
> >
> > ls some-pattern
> >
> > then add a pipe to rm:
> >
> > ls some-pattern | rm
> >
some-pattern | rm
or
ls some-pattern | rm -rf
I know the OP said they weren't asking advice, but I can't
help putting in my two bits :-)
cheers,
> With every good wish, as ever,
>
--
Joel Roth
ges were needed, etc.?
Using magicfilter with lprng lets you print a variety of
file types.
--
Joel Roth
anybody read signatures any more?
>
> https://charlescurley.com
> https://charlescurley.com/blog/
>
--
Joel Roth
de
> -Be smart, Be wise, Support opensource development
--
Joel Roth
laptops years ago,
found that they didn't offer me much over community
supported Thinkpads.
--
Joel Roth
han gitlab. You can use PHP, python or perl
with a mysql database if you like. And the admin answers
emails.
Speaking as a satisfied (mostly dormant) user.
--
Joel Roth
On Wed, Apr 28, 2021 at 06:21:27PM +, Rodolfo Medina wrote:
> Joel Roth writes:
>
> > I don't think there is a problem with ecasound.
> > For comparison, you can try
> >
> > aplay -D test.wav
> >
> > You get the device name from aplay -L.
&g
Format: s16_le,
> ... channels 3, srate 48000, interleaved (locked params).
> ERROR: Connecting chainsetup failed: "Enabling chainsetup: AUDIOIO-ALSA:
> ... Channel count 2 is out of range!"
>
Hi Rodolfo,
I don't think there is a problem with ecasound.
For comparison, you can try
aplay -D test.wav
You get the device name from aplay -L.
Please also show the output from
cat /proc/asound/cards
With your ecasound examples, the -a argument is not necessary, and
selecting channels is not its purpose.
cheers
> Please help...
>
> Rodolfo
>
--
Joel Roth
--
--- Begin Message ---
On Wed, Apr 28, 2021 at 07:37:27AM +, Rodolfo Medina wrote:
> Joel Roth writes:
>
> > On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote:
> >>
> >> ecasound -i:libsndfile,audiofile -o alsa
> >
> > that should be -i:
On Tue, Apr 27, 2021 at 10:22:11AM -1000, Joel Roth wrote:
>
> ecasound -i:libsndfile,audiofile -o alsa
that should be -i:sndfile
--
Joel Roth
If the extension doesn't match the file format, you can
specify the file type, e.g.
ecasound -i:libsndfile,audiofile,aiff -o alsa
cheers
--
Joel Roth
g to take me quite a while to test.
Joel
quot;. This happened about one in five mount attempts both before and after the
kernel update, regardless of whether or not the share mounted. Since it did
appear before the update when mounting always worked, I am assuming it is not
relevant.)
Thanks,
Joel Davies
ing started.
>
> -dsr-
Another list for this purpose:
Blinux-list mailing list
blinux-l...@redhat.com
https://listman.redhat.com/mailman/listinfo/blinux-list
--
Joel Roth
ping the bug might just get fixed...
>
> Any suggestions? I looked at the hdajackretask app, but no idea where I
> would
> even start there.
Do you have pulseaudio running on your system?
It is a layer above ALSA, and could be related to your
issue.
> Thanks in advance,
> Brendon
>
>
>
--
Joel Roth
ing multiple perl versions.
have fun,
> I suppose this could even be a general question when you consider other
> things like python, php, nodejs and others, all of which have their own
> module systems. Feels like there’s a need for a sort of meta-module system
> that works wit
(I hope no one gets upset about double posting debian and ubuntu users
lists.)
Questions about zoom -- www.zoom.us
Anyone using it?
Issues?
Known reasons they don't put it in the general repositories?
On Mon, Nov 04, 2019, Charles Curley wrote:
> On Mon, 4 Nov 2019 06:01:54 -1000
> Joel Roth wrote:
>
> > These days I use rsync with the --link-dest option to make
> > complete Time-Machine(tm) style backups using hardlinks to
> > avoid file duplication in the common
it's considered kosher. It takes around 10% of
CPU on my i5 system.
> Whoever read till the end Im thankful and ready to hear your opinion.
> Cheers
> Konstantin
--
Joel Roth
.. that USED to post to .aspx.
>
>
>
> While I would prefer the answer to be python-ish,
> it does to Have to be python.
>
>
> Thank you!
>
>
>
--
Joel Roth
"Welcome to the World Heat Bank, where we store your waste
energy and return it with interest."
hose who are friendly with perl, Email::Filter or
Email::Filter::Rules provides a less cryptic alternative to
procmail. I use Email::Filter with Net::IMAP::Client so that
I run one filter process per mail check, rather than one
process per mail when triggering the filter from a .forward
file.
--
Joe
ast=0 and brightness=100, the result is
totally white. Similarly, when contrast=0 and brightness=-100, the result is
totally black.
As the range of values for the arguments are -100 to +100, adding the '%'
symbol is no different than leaving it off.
>
> mick
> --
> Key ID4BFEBB31
>
--
Joel Roth
having uefi seems to go better these days
(at least if installing onto recent hardware). Due to varying levels of
vendor write as around CSM (compatibility BIOS/system mode) breaking dual
BIOS/eufi media installers.
-Joel
On Sat., 12 Jan. 2019, 09:48 MENGUAL Jean-Philippe Hi,
>
> My purp
On Fri, Nov 30, 2018 at 08:39:55PM -0600, David Wright wrote:
> On Fri 30 Nov 2018 at 11:23:57 (-1000), Joel Roth wrote:
> > On Fri, Nov 30, 2018 Cindy-Sue Causey wrote:
> > > Cliff's Notes Version Part I: Flaky USB connections are an important
> > > factor!
point (and not the intended
partition) was when the partition was not mounted. Once an
I/O error occurs, at least in my system, no further read or
write operations to the mount point will succeed.
with regards
--
Joel Roth
Am not sure recommending 100FX ; the 1000 Base optics are around the
same price and likely a better bet; your application isn't looking at
throughput, but you do want some of the newer resiliency features on
1000 Base (EAM etc).
On Thu, 8 Nov 2018 at 00:06, Michelle Konzack
wrote:
>
> Good day
On Tue, 11 Sep 2018 at 17:22, Igor Cicimov wrote:
>
>
> On Tue, 11 Sep 2018 11:45 am Joel Brunetti wrote:
>
>> Hey Team,
>>
>> I'm having trouble booting a previously bootable system.
>> This system has been in use since very shortly before the Stret
s is despite
/etc/default/grub containing "GRUB_ENABLE_CRYPTODISK=y". I tried restoring
/boot/grub/grub.cfg from a snapshot that does include those modules and
then grub-install to both drives again but to no avail.
I'm really at a loss and could really use some help in restoring my system.
Thanks,
Joel
On Fri, Aug 17, 2018 at 12:12:22AM +, Glenn English wrote:
> On Thu, Aug 16, 2018 at 11:09 PM, Joel Roth wrote:
>
> > Unmute and adjust signal levels
> >
> > alsamixer -c 2
>
> Comes up in curses with the RME selected and a single slider: DDS
> Samp.
On Thu, Aug 16, 2018 at 06:50:10PM +, Glenn English wrote:
> On Thu, Aug 16, 2018 at 2:42 AM, Joel Roth wrote:
>
> > cat /proc/asound/cards
>
> root@sbox:~# cat /proc/asound/cards
> 0 [Intel ]: HDA-Intel - HDA Intel
> HDA Intel at 0xfb
ure the 'phones are plugged in. Looks OK,
> but I think I remember hearing small clicks when I plugged them in
> before. All quiet now. Even if I'm remembering correctly, the lack of
> clicks could be due to having something set wrong.
>
> I really think there's something I haven't done, but I can't figure
> out what. Anybody have any ideas?
>
> --
> Glenn English
cat /proc/asound/cards
--
Joel Roth
Huh? Intel cards are numerous and cheap - they come in PCIe / NGFF form
factors (like the easily available ath) - get a PCIe/USB to MiniPCIe
converter card for a few pennies off Aliexpress and you are in business.
On 14 August 2018 at 08:33, Michael Stone wrote:
> On Wed, Aug 08, 2018 at 08:12:3
Basically find one that uses the ath9k Chipset. They are easily the best
supported Wifi Interface.
If you need Wireless AC then ath10k based products are useable too.
The Intel ranges are OK as clients, but are not really very Opensource.
Ath9k has the best Fully Opensource impementation out of a
ple
> websites for connectivity, and if none were found, to issue a reboot
> command.
What Joe says here.
I had ten or twenty lines of moderately careful code in a two
hundred-line perl script I used to update my dyndns.com domain name
back before dyn.com decided they had to kick all the freeloaders like
me off.
Resolution to *some* domain name really ought to be part of an ISP's
basic package, but the Internet got taken over by the poachers.
--
Joel Rees
http://reiisi.blogspot.jp/p/novels-i-am-writing.html
wikipedia.org/wiki/Mbox
I converted to Maildir for better compatibility with the mu
indexing programs (package maildir-utils).
cheers,
--
Joel Roth
LaTex document
> then try and unfathom LibreOffice methods.
I'm a dinosaur, too, but the bar to using LibreOffice calc
seems pretty low, basically one 5 minute youtube tutorial.
cheers
--
Joel Roth
or groups of tracks or entire
projects. I'm the biased author ;-)
For hardware or software questions you cannot answer by
reading the docs or doing a web search, I'll refer you to
the many experts on the Linux Audio Users mailing list
(LAU).
cheers,
--
Joel Roth
vel of
abstraction.
Hope this helps,
> I hope I was clear enough...
> Thanks for any help.
>
> Rodolfo
>
--
Joel Roth
eBPF makes dtrace less interesting.
On 21 February 2018 at 08:27, Weaver wrote:
> Of interest to some?
>
> https://www.theregister.co.uk/2018/02/19/oracle_open_
> sources_dtrace_changes_licence_to_gpl/
>
> Cheers!
>
> --
> `The difference between friendship and love is how much you can hurt
> ea
Works fine for txt, although as it rasterizes things it's not going to be
optimized for size.
On 18 January 2018 at 10:33, Ben Caradoc-Davies wrote:
> On 18/01/18 10:15, Joel Wirāmu Pauling wrote:
>
>> **cough** $convert
>> imagemagick
>> $convert somefile.whatev
**cough** $convert
imagemagick
$convert somefile.whatever somefile.pdf
---
On 18 January 2018 at 09:04, wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Wed, Jan 17, 2018 at 06:21:31PM +, Brian wrote:
> > On Wed 10 Jan 2018 at 21:01:13 +0100, to...@tuxteam.de wrote:
>
> [..
The reason Redhat dropped btrfs support is because it currently has no
native cryptographic function. And from the various threads I've read on
the topic there is no easy answer to the problem.
On 1 January 2018 at 06:44, Sven Hartge wrote:
> David Christensen wrote:
> > On 12/30/17 14:38, Matt
o sound from the speakers. The system works with the onboard Nvidia
> >sound, no problems.
> >
> >I assume the problem is a missing linux driver for the Xonar but I have
> >seen claims that Xonar works out of the box on linux systems.
> >
> >Does anyone have this working?
> >
> >I am using Debian Stretch.
> >
> >
> >
>
--
Joel Roth
include packages relevant for utility use and I think it's
fair that the net installer focus on minimizing its own
requirements. Equally, rsync is small, useful, and
comprehensible, IMO a good target for teaching the command
line literacy.
cheers
--
Joel Roth
I'm dropping in late to say that running 'vimtutor' in a
terminal is an easy way to interactively get to know how vim
works.
--
Joel Roth
ed from and what has to be done to make all
> the parts form a coherent whole.
I wonder if you will now begin to recognize why the forced universal
upgrade to systemd was a thoroughly ill-conceived bit of social
engineering.
--
Joel Rees
http://reiisi.blogspot.com
rselves, we end up being
able to do less.
Getting depressed at the real world is also not going to help us do what
we can. And that's the way the world has been for as long as I've been
alive, and, near as I can tell, for as far back as we have history.
> best
> - -- t
And I'll echo t
patches. And if the patches are useful, they should be willing
to help their customers keep their firewalls and other infrastructure
equipment up-to-date.
We may not support GRSecurity's questionable methods, but we may
well decide we should boycott the companies who induced GRSecurity's
stance.
If yo
On Tue, Jul 25, 2017 at 2:40 PM, solitone wrote:
> On Tuesday, 25 July 2017 14:25:59 CEST Joel Rees wrote:
>> Can you boot without the Mac OS partition?
>
> I'm using grub to boot debian.
>
> To boot MacOS, I need to press the option key (⌥) to start up to Apple's
, and /etc. But in case I need to
> reinstall from scratch I think I need more.
>
> What's the best approach?
> --
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁Sent from my brain using neurons fueled by glucose.
> ⢿⡄⠘⠷⠚⠋⠀
> ⠈⠳⣄
>
--
Joel Rees
One of these days I'll get someone to pay me
to
> like that.)
>
I think there are two things going on here.
One is that many devs get huge displays to make it easier to code, and
then forget what the ordinary-sized displays are like. So they get careless
about the constraints imposed by ordinary-sized screens.
Another is that many devs are
27;s sure indication that everything is getting too big -- the companies,
of course, but also the projects, the software, ...
... and the egos.
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be able to lea
n look it up on the Internet. Just put Sam's Photofact into
> your browser!
>
> (I remember it as Photofacts, just like rhkramer, but the 'net
> has it as singular.)
Well, a couple of filing cabinets full would be plural, wouldn't it?
--
Joel Rees
One of these days I'
On Thu, Jul 20, 2017 at 8:04 AM, Doug wrote:
>
> On 07/19/2017 05:44 PM, Joel Rees wrote:
>>
>>
>> This is another aspect of "closed source" gratis technology that is
>> often swept under the rug.
>>
>> It used to be, for instance, that a TV in
tions". A society must be able to survive having
> alternatives past capitalism.
>
> [...]
Again, just for the record, politics itself may be off topic, but we
have to give each other a little leeway where politics intersects
with the license which allows us to cooperate peacefully
ust misses paralleling a thread on
misc@openbsd:
https://marc.info/?l=openbsd-misc&m=149984510728808&w=2
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be able to leap wide instruction sets with a
a
problem upgrading system perl, it's a bug. If reported, the
Debian perl team will investigate it thoroughly.
Problems are most likely with an unintended mix of system
perl, perl installed by root in /usr/local, or unprivileged
perl installed in $HOME.
Which perl is picked up by a sheba
ead has erupted on
>> a Debian Mailing List -- to let everyone know that Conservancy also
>> organizes a GPL copyright aggregation project for Debian contributors as
>> well, see: https://sfconservancy.org/copyleft-compliance/#debian and
>> https://sfconservancy.org/news/2015/aug/17/de
I am willing to name and shame Intel here. If our civilization
survives the next two decades, our children will remember Intel's
processors with the same phrase that Ralph Nader made popular
relative to the auto industry. Who can compete when Intel refuses
to pay the price of making CPUs tha
On Mon, Jul 10, 2017 at 11:52 PM, Václav Ovsík wrote:
> Lately I found this:
> https://github.com/systemd/systemd/issues/1291
> so no nice solution unfortunately :(.
> --
> Zito
>
I want to show that to Poettering's manager.
--
Joel Rees
One of these days I'll get
J attend ton appel
Envoyé de mon iPhone
> Le 4 juil. 2017 à 12:15, Jade Sovansi a écrit :
>
> Je ne mords pas tu sais. Bon, sauf si t le demande…
> http://bit.ly/2sHRIiy
backup of your /home partition? I usually find
myself using cp -p or tar to copy the files from the old /home to the
new one, instead of keeping an old /home around.)
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I
tandard bit of circuit, package it in a standard-looking package,
and label it with the name and package numbering of any company
of choice. This has been easy for a long time.
> So keep your eyes open and think twice before you buy something and use it
-
> this is my advise
--
Joel Rees
On
On Sun, Jul 9, 2017 at 7:53 PM, Thomas Schmitt wrote:
> Hi,
>
[...]
>
> Joel Rees wrote:
>> (1) These messages may be a sort of generator for phishing targets.
>
> You mean that those who hit the "Smack Sender" button of their mail
> app show up as flot
ssume something like the second possibility.
https://en.wikipedia.org/wiki/Steganography
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be able to leap wide instruction sets with a single #ifdef,
ru
roid
build environment first.
I've been looking at this page for a while,
https://www.linux.com/learn/how-get-open-source-android
But the information there is old and getting older.
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best o
ate fizzled.
Check the date again, check who owns doas, check the last change
to the source tree.
What is missing?
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be able to leap wide instruction sets with
n't. No root no logins
> no user.
Exactly.
Installing a real debian will require first jailbreaking the device,
then getting access to the drivers that the manufacturer provides
and customizing them for Debian, then cross-compiling a lot of stuff ...
It isn't easy, and that's w
ot to overwrite them during an upgrade.
hth
> I’m aware of chef, puppet, and other configuration managment programs,
> but I thought for simple cases it is too much overhead.
>
>
> [Debian GNU/Linux FAQ] https://www.debian.org/doc/manuals/debian-faq
>
> [section 11.7]
> https://www.debian.org/doc/manuals/debian-faq/ch-customizing.en.html#s-interconffiles
>
--
Joel Roth
Ale
>
A quick look on the web doesn't tell me one way or the other, but it seems
to be one of those NIH additions to the project.
Here's the opendesktop manpage:
https://www.freedesktop.org/software/systemd/man/systemd-resolved.service.html
My memory of the history
of the thing is
d/10periodic ;;
>> *) echo -e "\n\t\"$@\" Unknown\n\tUsage: $0 \n\t\tWhere: e
>> = Enable\n\t\t\td = Disable\n\t\t\ts = Status" >&2 && exit 1
>> esac
>>
>> =
ote that the log messages were confusing. Even now, the bootup
messages say eth0 is not configured and isn't coming up, but the
bridge is functioning.
--
Joel Rees
One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be
> Personally would leave it on, because I like to have it in case that I
> become lazy with my daily routine and because I like to look at various
> things and understand how they work. But if OP does not need it, it is
> safe to remove/purge it.
>
>
>
--
Joel Rees
One
conflict, with help from the
people on the wordpress list.
And if you have questions they can't answer, we may be able to help
you here. Or we may send you to the mysql list.
(I personally have found that shying away from signing onto new
mailing lists has caused me more trouble than keeping t
se to first
> upgrade into Jessie. Or, depending on your settings, configurations,
> services your computer provides even do a full install of stretch.
You can also segment an upgrade into two, more digestible
pieces.
apt-get upgrade
apt-get dist-upgrade
--
Joel Roth
alking rescue CD, based on debian testing,
that includes only command line stuff, AFAIK.
http://iavit.org/~bats/
(You may easily find and remove the speech module
from the kernel.)
I don't see the package list, but the author writes that he is
open to additional suggestions.
hth
--
Joel Roth
On Wed, Jun 14, 2017 at 9:39 AM, Dan Ritter wrote:
> On Wed, Jun 14, 2017 at 07:40:49AM +0900, Joel Rees wrote:
>> (Now that I'm awake...)
>>
>> On Wed, Jun 14, 2017 at 2:18 AM, Joel Rees wrote:
>> > On Tue, Jun 13, 2017 at 9:26 PM, Dan Ritter wrote:
>&
(Now that I'm awake...)
On Wed, Jun 14, 2017 at 2:18 AM, Joel Rees wrote:
> On Tue, Jun 13, 2017 at 9:26 PM, Dan Ritter wrote:
>> On Tue, Jun 13, 2017 at 11:55:11AM +0900, Joel Rees wrote:
>>> On Tue, Jun 13, 2017 at 9:30 AM, Dan Ritter wrote:
>>> > On Mo
On Tue, Jun 13, 2017 at 9:26 PM, Dan Ritter wrote:
> On Tue, Jun 13, 2017 at 11:55:11AM +0900, Joel Rees wrote:
>> On Tue, Jun 13, 2017 at 9:30 AM, Dan Ritter wrote:
>> > On Mon, Jun 12, 2017 at 11:50:00AM +0900, Joel Rees wrote:
>> >> (famous last words)
>> &
On Tue, Jun 13, 2017 at 9:30 AM, Dan Ritter wrote:
> On Mon, Jun 12, 2017 at 11:50:00AM +0900, Joel Rees wrote:
>> (famous last words)
>>
>> On Sat, Jun 10, 2017 at 3:53 PM, Joel Rees wrote:
>> > I now have connection for both the wireless and the netbook that is
(famous last words)
On Sat, Jun 10, 2017 at 3:53 PM, Joel Rees wrote:
> I now have connection for both the wireless and the netbook that is acting
> as the AP. I took out the bridge entirely, quit trying to play with
> port forwarding,
> just used dead simple setup. dnsmasq was the
On Sun, Jun 11, 2017 at 4:57 PM, Joe wrote:
> On Sat, 10 Jun 2017 10:57:47 +0900
> Joel Rees wrote:
>
>> Experimenting from the command line, I find myself puzzled about the
>> arguments for ifconfig.
>>
>> Reading the manual, it would appear that the ar
have debugged network problems on a UNIX computer that spoke Japanese,
> knowing none myself and reading even less. AND I succeeded. I felt very
> proud not just of myself but of UNIX. (Japanese Macbook withMac-OSX)
>
> Lisi
>
I like Macs, too.
--
Joel Rees
One of these days I
On Sun, Jun 11, 2017 at 11:09 AM, Andy Smith wrote:
> Hi Joel,
>
> On Sun, Jun 11, 2017 at 07:55:50AM +0900, Joel Rees wrote:
>> # If the address to be assigned is given first, which I think everyone
>> # pretty much does:
>>
>> myadm@mycomp:~$ env LANG=en_U
erk
On Sun, Jun 11, 2017 at 7:55 AM, Joel Rees wrote:
> [...]
> Which is confusing to my middle-aged brain. So I could suggest editing
> the man page, something along the lines of the following
>
> -
> [...]
>
{add}
> NOTES
>
with unintended results which affect the security state
of the host.
{...}
-
--
Joel Rees
randomly ranting:
http://reiisi.blogspot.com
Sorry, again,
On Sat, Jun 10, 2017 at 11:36 PM, Joel Rees wrote:
> On Sat, Jun 10, 2017 at 8:16 PM, Pascal Hambourg
> wrote:
>> Le 10/06/2017 à 12:13, Joel Rees a écrit :
>>>
>>> On Sat, Jun 10, 2017 at 3:52 PM, Pascal Hambourg
>>> wrote:
>>>
On Sat, Jun 10, 2017 at 8:16 PM, Pascal Hambourg wrote:
> Le 10/06/2017 à 12:13, Joel Rees a écrit :
>>
>> On Sat, Jun 10, 2017 at 3:52 PM, Pascal Hambourg
>> wrote:
>>>
>>> Le 10/06/2017 à 03:57, Joel Rees a écrit :
>>>>
>>
1 - 100 of 1759 matches
Mail list logo