Search found 13 matches

by tyler2016
2019/03/27 13:19:10
Forum: CentOS 7 - Software Support
Topic: CentOS errata : bug and security fixes
Replies: 4
Views: 6477

Re: CentOS errata : bug and security fixes

There are security updates, but there is no easy way to install just the security related updates. A standard yum update will install all types of updates, including security related.
by tyler2016
2019/03/27 12:59:03
Forum: CentOS 7 - General Support
Topic: Share the same desktop between Linux and Windows
Replies: 2
Views: 631

Re: Share the same desktop between Linux and Windows

The best you can probably do is run one OS in the other with something like Virtual Box's seemless mode. Using the Virtual Box shared folder function, you can probably set the default download directory on the Windows VM and *nix box to the same directory. You can probably do something similar with ...
by tyler2016
2019/03/27 12:53:03
Forum: CentOS 6 - Software Support
Topic: using sssd for windows ad integration
Replies: 4
Views: 2556

Re: using sssd for windows ad integration

Have you tried to update it to ensure you are not encountering a bug that has been fixed?

Code: Select all

# yum update 'sssd*'
by tyler2016
2019/03/11 11:11:11
Forum: CentOS 6 - Networking Support
Topic: Network backup brings network term sessions to a crawl
Replies: 4
Views: 4390

Re: Network backup brings network term sessions to a crawl

It might not have anything to do with the servers themselves. Do you control the network infrastructure? I would check or ask to have checked the network connection between the buildings. Are there any QoS rules configured on any network devices between the two? Are you connected to the problem serv...
by tyler2016
2019/03/11 11:04:59
Forum: CentOS 7 - Networking Support
Topic: Enable Ping on all Ports Simultaneously
Replies: 5
Views: 1739

Re: Enable Ping on all Ports Simultaneously

It's almost always a bad idea to have multiple interfaces with ip addresses that are in the same subnet as each other. Oh, and Eth1 is not the same thing as eth1. Almost everything in linux is case sensitive. Have you considered setting up bonding https://www.serverlab.ca/tutorials/linux/administra...
by tyler2016
2019/03/11 10:51:29
Forum: CentOS 6 - Networking Support
Topic: Device eth0 doesnt exist but network is up!
Replies: 3
Views: 5302

Re: Device eth0 doesnt exist but network is up!

Where is your script setting the $net_interface variable? Can you post the output of the command it is using? What are you trying to do by getting that interface's IP address?
by tyler2016
2019/02/25 16:26:58
Forum: CentOS 7 - General Support
Topic: Language use in centos 7
Replies: 8
Views: 2110

Re: Language use in centos 7

What research have you done so far? Is this paper homework for a class? If so, what class? What kind of depth do you need?
by tyler2016
2019/02/25 16:06:48
Forum: CentOS 6 - General Support
Topic: Change the partitions size
Replies: 5
Views: 2830

Re: Change the partitions size

How about you move your data to the other partion and create symlinks where your data was on the small partition Here is what you MIGHT be able to do if you can't just use the other partition, I haven't resized a root disk outside of LVM, so will someone look over my steps and verify that I didn't m...
by tyler2016
2019/02/25 15:15:08
Forum: CentOS 6 - Security Support
Topic: How to set default permissions
Replies: 2
Views: 21943

Re: How to set default permissions

I see you are setting the owner to root for everything? Are you logging in as root via FTP or some other user? I really hope you aren't logging in as root over plain FTP. What about the process that is suppose to be creating the invoices? If it is running as say, www, and the directory is owned by r...
by tyler2016
2019/02/22 19:06:04
Forum: CentOS 7 - Security Support
Topic: IPtables rules
Replies: 8
Views: 4249

Re: IPtables rules

The usual trick of manipulating firewall rules remotely is to add a crontab entry that reboots the machine in say 10 minutes time. Do your rule changes and if they lock you out then the cron entry kicks in and reboots the box and reverts to the saved rules. If they work then you save them and remov...