Search found 110 matches

by billwest
2022/07/01 00:58:51
Forum: User Comments
Topic: Finishing up
Replies: 0
Views: 8803

Finishing up

I've been a Linux user for many years now, initially in my teaching career at technical college, starting with early RedHat, then on to Fedora, until I discovered Centos, from version 3 onwards. I picked up a good skills set. During, and after I quit teaching, I devoted time and energy looking after...
by billwest
2021/02/25 00:26:49
Forum: CentOS 7 - Software Support
Topic: need remote control cross-platform software
Replies: 2
Views: 758

Re: need remote control cross-platform software

Have you considered using VNC?
by billwest
2020/07/27 01:00:23
Forum: CentOS 7 - Networking Support
Topic: Windows shares
Replies: 1
Views: 490

Re: Windows shares

cifs-utils installed?
by billwest
2020/07/15 00:38:11
Forum: CentOS 7 - General Support
Topic: How to increase swap space in CentOS 7
Replies: 5
Views: 1518

Re: How to increase swap space in CentOS 7

Do you have space in the machine to add a small 2nd drive, and put a SWAP partition on it?
by billwest
2019/11/05 12:48:52
Forum: CentOS 6 - Security Support
Topic: root user.
Replies: 23
Views: 72613

Re: root user.

You might want to use

su - "username"

not sudo,

if your intention is log use anther user's login/environment.

Simply using:

su -

with place you in root's shell.

"exit" to get out.
by billwest
2019/11/05 12:46:17
Forum: CentOS 6 - Security Support
Topic: Why these ports are open?
Replies: 10
Views: 34116

Re: Why these ports are open?

So you ran nmap on the server you are testing?

Because:

-A INPUT -i lo -j ACCEPT

will accept anything on localhost.
by billwest
2019/11/05 12:41:11
Forum: CentOS 6 - General Support
Topic: Logout a SSH user.
Replies: 6
Views: 2721

Re: Logout a SSH user.

When I see users with the same name (could be me), I prefer to go about logging one off in a longwinded way.

Commands I use:

who
who am i
ps -A | grep bash

All of this should get you the users' bash PIDs.

Then kill -9 'relevant PID'.

Works for me.
by billwest
2019/06/05 09:37:00
Forum: CentOS 7 - General Support
Topic: Erratic sshd start
Replies: 9
Views: 2254

Re: Erratic sshd start

Seems the problem is solved - I disabled sshd.socket.
by billwest
2019/05/29 12:03:31
Forum: CentOS 7 - General Support
Topic: Erratic sshd start
Replies: 9
Views: 2254

Re: Erratic sshd start

Log files duly inspected in great detail.
All they revealed was "Deprecated option RSAAuthentication".

So I commented out the relevant entry for that in sshd_config.
I also set "UseDNS no".

So far so good.
by billwest
2019/05/28 00:56:40
Forum: CentOS 7 - General Support
Topic: Erratic sshd start
Replies: 9
Views: 2254

Re: Erratic sshd start

Yesterday, after more than an hour, I still could not ssh to the server.
I have tried this with firewall on and off, no difference.