Merge pull request #1 from LINUXexpert-org/copyright-coffey-labs

Change the copyright holder to Coffey Labs
This commit is contained in:
LINUXexpert.org
2026-08-30 01:28:37 -07:00
committed by GitHub
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# backup.sh - Backup directory to compressed tar archive # backup.sh - Backup directory to compressed tar archive
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# disk_cleanup.sh - Show disk usage and optionally clean temporary files # disk_cleanup.sh - Show disk usage and optionally clean temporary files
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# log_inspect.sh - Search or tail system log files # log_inspect.sh - Search or tail system log files
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# log_rotate.sh - Compress and remove old log files # log_rotate.sh - Compress and remove old log files
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# network_info.sh - Show network interfaces, routes, open ports, firewall rules # network_info.sh - Show network interfaces, routes, open ports, firewall rules
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# process_monitor.sh - Show top processes and allow killing by name or PID # process_monitor.sh - Show top processes and allow killing by name or PID
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# restore.sh - Restore files from a backup archive # restore.sh - Restore files from a backup archive
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -2,7 +2,7 @@
# rsync_magic.sh - A smart, feature-rich rsync wrapper for safe and powerful file synchronization. # rsync_magic.sh - A smart, feature-rich rsync wrapper for safe and powerful file synchronization.
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# security_audit.sh - Check for common security issues (permissions, open ports) # security_audit.sh - Check for common security issues (permissions, open ports)
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# service_manager.sh - Start/stop/restart and manage system services # service_manager.sh - Start/stop/restart and manage system services
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# sys_monitor.sh - System resource monitoring script # sys_monitor.sh - System resource monitoring script
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# update_system.sh - Apply system package updates # update_system.sh - Apply system package updates
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# user_manage.sh - User and Group Management Script # user_manage.sh - User and Group Management Script
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (C) 2025 LINUXexpert.org # Copyright (C) 2025 Coffey Labs
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the