Re: Hotel wifi network - how to connect / ssh between 2 laptops

2024-03-22 Thread bruce
Or... You might talk with the front desk/data person. If a group came in for a meeting and wanted to do what you describe, they might have an additional solution for you to use! Might be worth checking out. good luck On Fri, Mar 22, 2024 at 12:45 PM Thomas Cameron wrote: > > On 3/22/24 11:09,

Re: running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
ian Truter wrote: > > I think this is what you are looking for, if I follow what you posted: > > https://unix.stackexchange.com/questions/23291/how-to-ssh-to-remote-server-using-a-private-key > > On Fri, Feb 2, 2024 at 11:02 AM bruce wrote: >> >> Hi. >> >>

running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
Hi. Doing some research and thought I'd ask here as well. A potential use case has a user fetching projects from "Github" and running tests with the project on the tgtTestServer The tgtTestServer can have the shell script to fetch/test the Github project. However, I'm wondering what might be

Re: github cloning from cmdline

2024-01-15 Thread bruce
epo changes to the remote github site/app etc... (ps -- so all it took was to have the correct ssh-keygen cmd!!) -- was pretty sure it was something subtle/simple. anything I should test?? thanks! On Mon, Jan 15, 2024 at 7:50 AM bruce wrote: > > Hi Sam. > > Ok, so you di

Re: github cloning from cmdline

2024-01-15 Thread bruce
On Mon, Jan 15, 2024 at 1:23 AM Samuel Sieb wrote: > > On 1/14/24 21:50, bruce wrote: > > [snip lots of stuff] > You're doing way too many unnecessary things. > I noticed that I was using an rsa key, so I decided to follow the steps > to add a new ed25519 key. > > >

Re: github cloning from cmdline

2024-01-15 Thread bruce
On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton wrote: > > On Mon, Jan 15, 2024 at 12:52 AM bruce wrote: > > > > [...] > > > > before cloning a repos, test to make sure things work... > > > > ssh -vT g...@github.com > > this should return success

Re: github cloning from cmdline

2024-01-14 Thread bruce
Hi Samuel. Yeah, trying to clone using cmdline/ssh I can clone using https. The steps I've tried don't seem to connect. login as foo eval `ssh-agent -s` ssh-add ~/.ssh/id_ed25519_g Enter passphrase for /home/crawl_user/.ssh/id_ed25519_g: the perms for chmod 700 /home/foo/.ssh chmod 600

Re: github cloning from cmdline

2024-01-14 Thread bruce
. But none of the tutorials I've seen indicate you need to use a keyring.. thanks On Sun, Jan 14, 2024 at 3:54 AM Jeffrey Walton wrote: > > On Sun, Jan 14, 2024 at 3:07 AM bruce wrote: > > > > hi sorry for the typo.. > > > > the file paths matched in my actual

Re: github cloning from cmdline

2024-01-14 Thread bruce
hi sorry for the typo.. the file paths matched in my actual test... the passphrase issue is throwing me On Sun, Jan 14, 2024 at 2:49 AM wrote: > > Hi > > On Sun, 14 Jan 2024 02:27:55 -0500 bruce wrote: > > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/githu

github cloning from cmdline

2024-01-13 Thread bruce
Hi. I'm trying to test using SSH key to clone a test repository from the cmdline.. I'm screwing up something in following the different sires/examples to try to setup the SSH key to connect to "Github" for a user/repository. It appears that the "ssh -vT g...@github.com" cmd seems to always

a bit off topic -- software development checklist!

2024-01-12 Thread bruce
Hey. A bit off topic, but I'll ask anyway. For those of you who dabble in developing/managing software teams, do you have any "fav" open source proj management webapps you use? I'm looking for a reasonable/good app I could use for a personal project that might have a small team . I'm looking for

Re: package/mod install issue

2023-12-28 Thread bruce
Hi Barry. I had tested on both, with same results... my bad.. pretty sure it's user err somewhere On Thu, Dec 28, 2023 at 7:17 AM Barry Scott wrote: > > > > > On 28 Dec 2023, at 11:18, bruce wrote: > > > > Hi, > > > > Working with a test DO process, to i

package/mod install issue

2023-12-28 Thread bruce
Hi, Working with a test DO process, to install a package/module install npm . . . Failed to restart ssh.service: Transaction contains conflicting jobs 'stop' and 'restart' for ssh.service. Probably contradicting requirement dependencies configured. See system logs and 'systemctl status

Re: might be off topic -- using digitalocean to test

2023-12-17 Thread bruce
/duplicate a droplet, then the whole idea of cloud instances that you can manage/trac is sort of out the window! On Sun, Dec 17, 2023 at 4:21 PM Cameron Simpson wrote: > > On 16Dec2023 18:56, bruce wrote: > >Does anyone have digitalocean (DO) experience creating > >droplets/sna

might be off topic -- using digitalocean to test

2023-12-16 Thread bruce
Hi. Does anyone have digitalocean (DO) experience creating droplets/snapshots/cloning etc. I'm thinking of doing tests with the platform. Wanted to ask specific questions. The questions have more to do with actual steps to "clone" a given "droplet" than Fedora itself. thanks --

ssh access sshKey/password

2023-12-13 Thread bruce
Hi. I know.. list is really only for fedora! But I was hoping I might find someone who could point me in a direction to figure out what's going on. This is a digitalocean/ubuntu issue for setting up/testing SSH access. Since this is a test, I'm more than willing to grant root access to figure

Re: way off topic...

2023-11-03 Thread bruce
Hi Fred. Is it ok to reply to your email? Don't want to offend any that might want to keep the list "fedora" only? thanks -bruce On Fri, Nov 3, 2023 at 6:55 AM Frederic Muller wrote: > > On 03/11/2023 17:34, bruce wrote: > > please.. no flames.. > > > > we

way off topic...

2023-11-03 Thread bruce
please.. no flames.. we all know.. the list is FEDORA only... (got it... ) no flames.. (this is a last resort!) However, doing a test of a digitalocean installation/install of ubuntu "23.10". The goal is to get a running Apache webserver. In fedora, trivial!! In ubuntu, at least with the

Re: ssh new cloud instance / new user

2023-10-30 Thread bruce
I prefer not to allow root to login using passwd or ssh On Mon, Oct 30, 2023 at 11:19 PM Samuel Sieb wrote: > > On 10/30/23 13:57, bruce wrote: > > Hi. > > > > Lost my old notes. Laying out how to setup test cloud instance to be > > able to have testUserA and roo

ssh new cloud instance / new user

2023-10-30 Thread bruce
Hi. Lost my old notes. Laying out how to setup test cloud instance to be able to have testUserA and root testUserA will login/access via ssh testUSerA will create private/pub key, with /home/testUserA/.ssh on the CloudInstance (D1) ssh will allow testUserA ssh will not allow root access root

Re: monitoring of fed/web severs

2023-10-01 Thread bruce
Hi Peter.. Was your email directed to me specifically regarding my needs/questions? Or to the list in general? Thanks -bruce On Sun, Oct 1, 2023 at 3:59 AM Peter Boy wrote: > > > > > > Am 01.10.2023 um 01:08 schrieb bruce : > > > > Hi. > > > >

monitoring of fed/web severs

2023-09-30 Thread bruce
Hi. To all you sys admin -- real or just good! I'm doing some thought/research prep to figure out what's required to monitor remote (cloud) web servers, and the services running on the instance. Ie, what apps/services should be used -3rd party apps running/pointed to the box -what should be

Off topic -- but a slow list day

2023-08-02 Thread bruce
Hi. Doing some research on email list providers?. Most seem to charge based on emails sent, as well as the size of the contact/email list. Does anyone have any experience dealing with any of these providers? And, if you do, does anyone have any pointers to "cheap" providers for unlimited

dev system for building test android apps -- prob off topic!

2023-07-25 Thread bruce
Hi. Probably OFF TOPIC!! Thinking of testing out building/creating a couple of test android mobile apps. Looking over different docs/sites/forums, it appears the dev/text system needs to be somewhat hefty! So, thought I'd ask here for thoughts if anyone has done this. What did you use in terms

sysadmin/mentor !!

2023-07-06 Thread bruce
for this. I've scanned numerous sites, etc. .. but still would feel better if I've got someone I can discuss prior to deploying, or ping if something happens. If you're interested, ping and we can talk. And yeah, I expect that there might be a fee! thanks -bruce badoug...@gmail.com

waaaayy off topic -- Nothing to do with fedora. --but.. reactjs

2023-06-29 Thread bruce
Hey. Drowning on an issue. It's regarding reactjs. Thought I'd ask if the group might have someone they can point me to. I'm keeping this short, but feel free to ping me offline for more information. thanks -bruce ___ users mailing list -- users

Re: Asking for thoughts/comments on a laptop/specs

2023-06-28 Thread bruce
Hey Tom, Thanks for the input! On Wed, Jun 28, 2023 at 9:01 AM Tom Horsley wrote: > > On Wed, 28 Jun 2023 07:45:32 -0400 > bruce wrote: > > > Looking at/over a couple of laptops and thought I'd ask the list for input. > > I just watched a video about the "f

Asking for thoughts/comments on a laptop/specs

2023-06-28 Thread bruce
Looking at/over a couple of laptops and thought I'd ask the list for input. The laptop(s) are HP.. The initial url for the box is https://www.hp.com/us-en/shop/pdp/hp-laptop-17z-cp300-799v0av-1 17" hp amd ryzen5 6core/12thread 8G 128G SSD $400 would probably add 16G for +$60 +1tb for $50 (as

ide editor??

2023-05-23 Thread bruce
Hi. Curious to know what IDE/editors you guys use for developing code (and why if you care to expound). Are there any you prefer for linux vs windows? just curious... thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

Re: hp - windows media creation tool

2023-04-29 Thread bruce
na Jernberg wrote: >> >> -- Forwarded message - >> From: bruce >> Date: Fri, Apr 28, 2023 at 7:38 PM >> Subject: Re: hp - windows media creation tool >> To: Luna Jernberg >> >> >> Hi Luna, >> >> Thanks for the reply. I wasn't s

hp - windows media creation tool

2023-04-28 Thread bruce
Hey. Looking over hp's laptops. They come with windows 11. I was wondering if the hp - windows mediacreationtool actually works to copy the windows OS to a usb so I can restore if required. Thought I'd ask the list if anyone has used this tool to copy/restore windows after installing fedora.

scrolling issue

2023-04-22 Thread bruce
Hi. I've done something wrong. In test terminals, I can no longer seem to have unlimited scrolling. I run a test script, that should generate lots of line/output. For some reason, the output seems to only display the latest X lines (havent counted them). But it appears less than 50. I've looked

setting up wpa2 wireless

2023-04-07 Thread bruce
Hi. looking to setup/test wifi/wpa2 for uverse Configured the uverse device. Using the basic default settings with a diff test network name/password On the test client. I've manually set the ip address. I'm looking at different sites to see how/if I need to do anything for the "routes" any

Re: curious -- looking for thoughts/opinions

2023-03-22 Thread bruce
Hi George. The laptop in question would be one of the AMD 5 ryzen 6/10 core systems from the hp site. I'd add mem/1TB internal drive as well. thanks for your comments! On Wed, Mar 22, 2023 at 10:05 AM George N. White III wrote: > > > > On Tue, Mar 21, 2023 at 10:21 PM bruce wro

Re: curious -- looking for thoughts/opinions

2023-03-22 Thread bruce
tested some of this in the past with a cheap cloud instance to see how well the basic process works. Of course there would be all the rest of the stuff. security stuff. user dirs/stuff thanks On Wed, Mar 22, 2023, 12:44 AM Tim via users wrote: > On Tue, 2023-03-21 at 21:21 -0400, Bruce wr

curious -- looking for thoughts/opinions

2023-03-21 Thread bruce
Hi. Looking at getting another laptop. Any thoughts on completely transferring as well as updating the data on the current drive to the new laptop. Assume I might be dealing with a diff flavor of linux. I'm not sure what the new laptop will have. I don't want bleeding edge fedora.. (unless I

production env linux??

2023-01-10 Thread bruce
hey... just curious.. no flames.. for you guys who are sysadmins. what linux do you run in production? any reasons why you use the flavor you use/? thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: off topic -- react/linux/apache dev env setup

2023-01-10 Thread bruce
irtual host's document root. > > On Tue, 10 Jan 2023 09:38:15 -0500 > bruce wrote: > > > Hi. > > Somewhat off topic, but the list appears to be slow! > > > > I'm looking to setup a test github app for a marketing page. The app > > is react, and I'm looking

off topic -- react/linux/apache dev env setup

2023-01-10 Thread bruce
Hi. Somewhat off topic, but the list appears to be slow! I'm looking to setup a test github app for a marketing page. The app is react, and I'm looking to be able to deploy to a test apache env. Anyone who''s done this willing to share off-post pointers on how to do this, what issues might

Re: old system -centos 6 -- trying to fix a disk/partition/vol issue

2022-12-20 Thread bruce
/data is viewable.. At some point, I'll do a reboot to see if the box reboots again. Thanks! On Tue, Dec 20, 2022 at 3:33 AM Peter Boy wrote: > > > > > Am 20.12.2022 um 05:01 schrieb bruce : > > > > Hi. > > > > I know. centos6 is dead/buried/reincarnated. >

old system -centos 6 -- trying to fix a disk/partition/vol issue

2022-12-19 Thread bruce
Hi. I know. centos6 is dead/buried/reincarnated. However, I have a very old box that I haven't touched in a bit. I had created a /media/TestDir using part of the drive. As I recall, it had been working. However, when I turned it on earlier, something happened, (i think the cat hit the cord!). I

Setting up a stable/secure test web server/webapp on a cloud server.

2022-12-16 Thread bruce
Hi. As a pure test, I'm thinking of putting together a test app on a cloud server. I've seen a bunch of blogs/vids/etc.. But I'm concerned about the security aspects of the test server. So, are there any solid/serious best practices that the list can recommend? In looking over Centos/Ubuntu,

test

2021-12-21 Thread bruce
is list still operational? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines:

Re: good/best source for replacement mem/drive

2021-11-06 Thread bruce
everything.. except has 2 4G stick/no IDE On Sat, Nov 6, 2021 at 12:07 AM Tim via users wrote: > > On Fri, 2021-11-05 at 11:25 -0400, bruce wrote: > > anyone have opinions/thoughts on using the USB to LAN > > connectors, as opposed to the onboard LAN interface/port? > > Why wo

good/best source for replacement mem/drive

2021-11-05 Thread bruce
Hi. Thinking of upgrading a laptop. Any opinions on good/best online to get 8G mem sticks as well as 1G internal hard drive. Laptop will already have 256 SSD. Also, anyone have opinions/thoughts on using the USB to LAN connectors, as opposed to the onboard LAN interface/port? thanks

restoring the screen/apps/menus on powering back up

2021-09-13 Thread bruce
Hi. Wondering if there's a solution/process to being able to restore a laptop to the state it had prior to powering down. I run Gnome. Say I have multiple workspaces. Each workspace has a number of "term" windows, and some gedit processes. The Gedit processes might be running/editing different

Re: Honest Questions -- Trying to decide on version of linux/os

2021-05-20 Thread bruce
Thanks for all the comments! A number of things to consider. An additional question? Are there any resources/services/people you might know of who do remote sys admin stuff for the small dev/project operation? Thanks On Thu, May 20, 2021 at 12:21 PM Gordon Messmer wrote: > > On 5/20/21 3:18

Honest Questions -- Trying to decide on version of linux/os

2021-05-19 Thread bruce
Hi. In the middle of trying to figure out a dev platform. So, looking at a blank slate to figure out what version of OS should have on the "work" laptop. Project work will be on the laptop as well as cloud VM.. At the same time (if it matters), looking to to have a new laptop -- 12-16G,

drive layout

2021-04-25 Thread bruce
Hi. Doing some research into how devs are using their dev systems in terms of the actual layout/partition of the drives. I've seen plenty of articles, figured I'd ask here as well. If you have an interested, I'd appreciate your thoughts. 1) How is your drive/system laid out regarding your

Re: M2 on laptop

2021-04-09 Thread bruce
Hi guys!! Thanks for the information helping the OP with his/her/their issue. I'm not trying to take over the thread, but I'm going to run into a similar situation. I'm thinking of getting a laptop (hp/lenovo/dell) that would have windows installed on the SSD. I'm thinking of getting an

Trying to see if Firefox pem/certs can be used for the "curl" cmd

2021-01-26 Thread bruce
Hi. This is a bit off-topic. But I thought I might throw it out here. Curl has the ability to use certs from the Browser. Trying to research and figure out how to accomplish this. Various sites discuss, but haven't seen a step by step process. So before I start testing thought I'd ask here

off topic -- older centos -- ff sound issue

2020-10-27 Thread bruce
Hi. Feel free to disregard as you see fit. Trying to debug/resolve a sound issue. The base OS is an older Centos 7. It's running FF 78. - pulseaudio is running. Sound works with the Chrome browser. However, can't seem to figure out why sound is not working with FF! The FF app isn't appearing in

Re: curl/timeout issue -- OFF TOPIC!

2020-09-25 Thread bruce
OS attacks that shut down the site a while back. So even though my tests weren't that extensive, they triggered the firewall/load balancer. While the IP of AWS are recognied and has some leeway, the IP addresses from Digital Ocean dont get the same love. thanks On Fri, Sep 25, 2020 at 7:55 AM br

Re: curl/timeout issue -- OFF TOPIC!

2020-09-25 Thread bruce
ot;, 1k)= 1 write(2, ".", 1.)= 1 write(2, "e", 1e)= 1 write(2, "d", 1d)= 1 write(2, "u", 1u)= 1 write(2, ":", 1:)=

curl/timeout issue -- OFF TOPIC!

2020-09-23 Thread bruce
Hi. List has been rather sparse today. I have a curl issue that I thought I'd toss out. Yes it's off topic, and yes I've posted to the curl list as well. The basic url operates within the browser the curl cmd generates a timeout (7) error. curl --verbose -L 'https://www.saddleback.edu/' -H

Re: javascript/firefox -- really off topic issue/question

2020-09-04 Thread bruce
> On 2020-09-02 17:12, bruce wrote: > >> Hi Jeremy. > >> > >> Doing a "view source" only shows the static source. To get the dynamic > >> gnerated content from the avascript you need to dive into the > >> Developers Tools/Inspector tab. >

Re: javascript/firefox -- really off topic issue/question

2020-09-02 Thread bruce
Hi Jeremy. Doing a "view source" only shows the static source. To get the dynamic gnerated content from the avascript you need to dive into the Developers Tools/Inspector tab. On Wed, Sep 2, 2020 at 6:26 AM Jeremy Nicoll - ml fedora wrote: > > On 2020-09-02 10:50, bruce

javascript/firefox -- really off topic issue/question

2020-09-02 Thread bruce
Hi. A few weeks ago someone posted an off-topic thread about scraping javascript/dynamic sites. Sorry to say, I've got a similar off-topic post. If this is unacceptable, let me know and I'll delete the thread. I'm dealing with the results of a url/site that has javascript. I had thought I could

Re: ssh: Permission denied

2020-07-15 Thread bruce
geoffry.. can you post the current sshd_config file.. I forget exactly what the file has for the diff attributes On Wed, Jul 15, 2020 at 2:52 PM Geoffrey Leach wrote: > > This resolves the problem with root login, thanks. > > The problem with non-root login getting Permission denied remains. >

rsync question

2020-07-12 Thread bruce
assume /home/test/user1/foo /var/www/html a user is in the "/" dir how can this user copy/rsync "foo" dir to get /var/www/html/foo i know you could cd to /home/test/user1 and do rsync -vv -aR foo/ /var/www/html/ which would get /var/www/html/foo but doing an rsync to a specific target

Re: rsync question?

2020-06-24 Thread bruce
ea of using localhost was also looked at! On Wed, Jun 24, 2020 at 2:01 AM Tim via users wrote: > > On Tue, 2020-06-23 at 11:08 -0400, bruce wrote: > > I'm looking to copy from sourceDir to targetDir where the entire > > targetDir (parents) doesn't exist. So I'm trying to rsync and

Re: rsync question?

2020-06-23 Thread bruce
11) at main.c(664) [Receiver=3.1.3] I can't seem to determine why the "mkdir" within the rsync isn't working but the mkdir when run alone does. hmm... thanks On Tue, Jun 23, 2020 at 11:17 AM Jamie Fargen wrote: > > Bruce- > > Try rsync -av /home/test/.config/composer/ /hom

Re: rsync question?

2020-06-23 Thread bruce
On Tue, Jun 23, 2020 at 11:17 AM Jamie Fargen wrote: > > Bruce- > > Try rsync -av /home/test/.config/composer/ /home/webdev/composer/ Hi Jamie... I don't want to use this as the sourceDir >> "/home/test/.config/composer/" It's got other dirs/files.. which is w

rsync question?

2020-06-23 Thread bruce
Hey. I've got a test scenario. I'm looking to copy from sourceDir to targetDir where the entire targetDir (parents) doesn't exist. So I'm trying to rsync and create the dir path at the same time. I've tried to play with variations of the following and I'm missing something.. rsync -aq

Re: waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
ate it all! On Fri, Jun 12, 2020 at 11:40 AM Tim via users wrote: > > On Fri, 2020-06-12 at 09:54 -0400, bruce wrote: > > The TLDR; -- Trying to set up the vhost block to be able to access a > > test site built on an app called "open social" from/basedon Drupal. > &g

Re: waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
On Fri, Jun 12, 2020 at 8:21 AM Tim via users wrote: > > On Fri, 2020-06-12 at 05:00 -0400, bruce wrote: > > I've got a topic that's way off topic. It's dealing with > > apache/vhost. > > I'm screwing something up. Wondered if I can post it here. > > You may

waaaay off topic -- apache/vhost

2020-06-12 Thread bruce
Hi. I've got a topic that's way off topic. It's dealing with apache/vhost. I'm screwing something up. Wondered if I can post it here. thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: running browser as user different than root

2020-06-01 Thread bruce
values. I suppose I can "safely" delete the added item with no damage! thanks On Mon, Jun 1, 2020 at 6:46 AM Roberto Ragusa wrote: > > On 2020-06-01 12:31, bruce wrote: > > Hi Roberto > > > > Thanks for the reply. > > > > On Mon, Jun 1, 2020 at 4:38

Re: running browser as user different than root

2020-06-01 Thread bruce
Hi Roberto Thanks for the reply. On Mon, Jun 1, 2020 at 4:38 AM Roberto Ragusa wrote: > > On 2020-06-01 05:35, bruce wrote: > > > However, if I fire up a term as another user, and then from the > > cmdline, fire up chromium, I get an err msg > > > > No pro

running browser as user different than root

2020-05-31 Thread bruce
Hi. Trying to understand/figure out some things. I've logged in as root I can start a browser -- FF, or chromium, no issue. (I know.. I shouldn't. but I can. However, if I fire up a term as another user, and then from the cmdline, fire up chromium, I get an err msg No protocol specified

Re: Captcha's are out of control

2020-05-15 Thread bruce
Hey Bob! I'm not going to rant in all caps that this is off topic!! ) While this has nothing to do with tech at all, it is a break from the horror of the daily newscasts. And yeah, captchas are a royal/unnecessary pain. If your site is getting hit by crawlers, and you have data you really don't

Re: F32 Upgrade error: more space needed on the / filesystem... --live-root ?

2020-05-13 Thread bruce
To Ed Greshko (and everyone else who helps) The help/comments you guys provide is great! As a casual user, can't tell you the number of times I've tried to deal with problem X and recall something that someone has said about another issue that's given me that "aha" thought to further

Re: xargs + grep+grep

2020-05-12 Thread bruce
On Tue, May 12, 2020 at 4:50 PM wrote: > > > Hi > > On Tue, 12 May 2020 16:31:44 -0400 bruce wrote: > > find /home -type f ! -path "*/csvn/*" ! -path "*/Android*/*" -name > > "*.*"-print0 | xargs -0 grep 'repos' | xargs -0 grep

xargs + grep+grep

2020-05-12 Thread bruce
Hi. simple issue that I'm not quite seeing. find /home -type f ! -path "*/csvn/*" ! -path "*/Android*/*" -name "*.*"-print0 | xargs -0 grep 'repos' | xargs -0 grep 'github' So, I start at the top of the dir, I skip a few of the child dirs, and I want to find files containing "repos" and

[389-users] Re: anonymous queries on second suffix subtrees

2020-05-05 Thread Mc Laughlin David Bruce (ID BD)
l, Archive & Directories group CH-8092 Zürich Tel.: +41 44 632 3531 e-mail: david.mclaugh...@id.ethz.ch<mailto:david.mclaugh...@id.ethz.ch> From: Mark Reynolds Sent: 30 April 2020 4:21 PM To: Mc Laughlin David Bruce (ID BD); General discussion list for the 3

modifications to sshd_config for security/hardening

2020-05-01 Thread bruce
Hi. Looking through lots of online sites for making changes/mods to sshd_config files to harden/secure the process. Would it be cool to post the changes here for comment? Also, anyone have suggestions as well? thanks ___ users mailing list --

[389-users] anonymous queries on second suffix subtrees

2020-04-30 Thread Mc Laughlin David Bruce (ID BD)
Hello, 389ers. I am migrating a whitepages server from OpenLDAP to 389-DS. My instance has a root suffix with two subtrees (for staff and students). Anonymous queries of the two root suffix subtrees return the expected results. The instance also has a second suffix of "o=psi,c=ch" with three

Things to monitor/scan for security on a Fed VM

2020-04-24 Thread bruce
Hi/Morning. This is a continuation of my looking to nail down what should be Monitored/Scanned to secure a Fed server/VM. I've looked over a number of Monitor apps (Solarwinds/Nagios/Zabbix/etc). Can't really find a good list of the things that should be monitored, so I've compiled the following

Re: system monitoring/security - possibly off topic

2020-04-22 Thread bruce
. . . Hey Mauricio, researching Security Onion, never hear of "zeek' > >>> zeek? Security Onion? > I'm putting together a list of scanning tools that would run on the "client" server, but I'm tying to wrap my head around how all of the resulting data would be aggregated, and displayed by

Re: system monitoring/security - possibly off topic

2020-04-21 Thread bruce
make sense? Thoughts/comments welcome On Tue, Apr 21, 2020 at 9:49 AM Ed Greshko wrote: > On 2020-04-21 21:33, bruce wrote: > > Not willing to step on toes. Is asking for opinions on tools to do > system/security monitoring off topic? Been doing research, thought I

system monitoring/security - possibly off topic

2020-04-21 Thread bruce
Hey. Not willing to step on toes. Is asking for opinions on tools to do system/security monitoring off topic? Been doing research, thought I'd ask here as well - if it's acceptable? thanks ___ users mailing list -- users@lists.fedoraproject.org To

Re: Unable to hibernate Fedora 31 using swap file

2020-04-18 Thread bruce
This whole thread is why this email list is a great example of how this thing called the net can actually be a great resource for weird tech stuff, and for helping others! Does the list sometimes veer off to snarky stuff.. very rarely. OJ to all! On Sat, Apr 18, 2020 at 8:08 AM Patrick

Re: how to view files over the Internet?

2020-04-17 Thread bruce
Hey. I know I'm coming into this late. Does your client have a "budget"? Is he able/willing to allow users to access/view the docs via browser? I'm fairly certain there are paid services that will get you what you're looking for at a "reasonable" cost. You didn't say how many people (or how many

Re: rsync error... can i ask for help here?? (not threading!)

2020-04-17 Thread bruce
On Fri, Apr 17, 2020 at 5:16 PM Garry T. Williams wrote: > On Friday, April 17, 2020 4:59:51 PM EDT Samuel Sieb wrote: > > On 4/17/20 1:42 PM, Garry T. Williams wrote: > > [snip] > > > > My mail client (kmail) shows his messages properly threaded. > > > > Are they properly threaded or just

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
at 1:46 PM bruce wrote: > Francis... > > echo rsync -avz /home/test/cat/ > test@192.168.125.133:/home/test/cat > | cat -A > rsync -avz M-BM- /home/test/cat/ test@192.168.125.133:/home/test/cat$ > > vs > > echo rsync -avz /home/test/cat/ test@192.168.

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
@192.168.125.133:/home/test/cat$ this works!! On Fri, Apr 17, 2020 at 1:36 PM wrote: > > On Fri, 17 Apr 2020 13:13:37 -0400 Jonathan Billings wrote: > > On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote: > > I don't know if anyone else noticed, but did you see this? > > >

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
at doesn't.. and added spaces between the initial dir and the "test,," to get the same "look"... when i run the cmd that doesn't work.. it still doesn't work... I'm wondering if there's some weird char being inserted.. On Fri, Apr 17, 2020 at 1:24 PM bruce wrote: >

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
systems.. files.. etc.. no clue what my issue was.. which means I can't solve the issue!! which is in and off itself a pain now! On Fri, Apr 17, 2020 at 1:14 PM Jonathan Billings wrote: > On Fri, Apr 17, 2020 at 11:54:07AM -0400, bruce wrote: > > > > rsync -avz /home

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hi Francis.. rsync -vvv -avz /home/test/cat \ > test@192.168.125.133:/home/test/cat \ > >& /tmp/log test@192.168.125.133's password: [test@foo cat]$ [test@foo cat]$ grep ssh /tmp/log cmd[0]=ssh cmd[1]=-l cmd[2]=test cmd[3]=192.168.125.133 cmd[4]=rsync cmd[5]=--server

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
doh... never mind... didn't know you could do ssh like that! ssh test@192.168.125.133 pwd test@192.168.125.133's password: /home/test lord! On Fri, Apr 17, 2020 at 12:51 PM bruce wrote: > > > On Fri, Apr 17, 2020 at 12:39 PM C. Linus Hicks > wrote: > >> Again,

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
be running for >>> ssh test@192.168.125.133 pwd > -Original Message- > From: bruce > Sent: Apr 17, 2020 12:13 PM > To: Community support for Fedora users > Subject: Re: rsync error... can i ask for help here?? > > Hi Roger, > > what does ssh test@192.168.1

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
Roger.. Just noticed the perms were missing the "w" for the group/oter.. for grins.. I changed chmod 777 /home/test.. re-ran the rsync.. no diff On Fri, Apr 17, 2020 at 12:44 PM bruce wrote: > Hi Roger > > local > ls -ld /home/test > drwxrwxrwx 33 test test 409

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
> On Fri, Apr 17, 2020 at 11:14 AM bruce wrote: > >> Hi Roger, >> >> what does ssh test@192.168.125.133 pwd return? >> >> Yeah, I had started to question if basic ssh was the issue! >> >> ssh test@192.168.125.133 >> test@192.168.125.133

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
pwd return? > > On Fri, Apr 17, 2020 at 10:55 AM bruce wrote: > > > > rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat > > test@192.168.125.133's password: > > sending incremental file list > > rsync: change_dir "/home/test/cat/ /home/

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
; > Also, you probably don't want to copy the directory into a directory of > the same name, so your command would probably more appropriately be one of > these: > > rsync -avz /home/test/cat/ test@192.168.125.133:cat > > rsync -avz /home/test/cat test@192.168.125.133: > > > -

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
est/cat/ test@192.168.125.133:cat > > rsync -avz /home/test/cat test@192.168.125.133: > > > -Original Message- > From: bruce > Sent: Apr 17, 2020 11:28 AM > To: Community support for Fedora users > Subject: Re: rsync error... can i ask for help here?? > &

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
hey six... rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] [test@foo cat]$ echo $? 23 On Fri, Apr 17, 2020 at 11:29 AM sixpack13 wrote: > On 17.04.20 16:41, bruce wrote: > > Hey group. > > > > I've got

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
by the way from the remote VM.. back to the local.. this works.. rsync -avz test@192.168.1.45:/home/test/cat /home/test/cat On Fri, Apr 17, 2020 at 11:29 AM sixpack13 wrote: > On 17.04.20 16:41, bruce wrote: > > Hey group. > > > > I've got an rsync error that I

Re: rsync error... can i ask for help here??

2020-04-17 Thread bruce
> Am 2020-04-17 16:41, schrieb bruce: > > > I've got an rsync error that I can't seem to resolve. Did the > > google/testing etc.. no dice so far. Even did the irc centos chat... > > what a clusterphk. > > Please state the nature of your rsync emergency. > __

rsync error... can i ask for help here??

2020-04-17 Thread bruce
Hey group. I've got an rsync error that I can't seem to resolve. Did the google/testing etc.. no dice so far. Even did the irc centos chat... what a clusterphk. Is it ok to ask here? thanks ___ users mailing list -- users@lists.fedoraproject.org To

  1   2   3   4   5   6   >