Monday, May 5, 2025

Introducing Soundtoys SpaceBlender

 

 

05-05-2025 Monday 17:59  Samuel F Campbell

 


C# Harmonic Minor Scale 
CAPOs 
Stereo Plugs



Gamming Software 




Guitar Amplifiers - Desktop Wallpaper 




Microphones 🎤 and etc...




Artist and his original completed work sample.



Just Me!
https://www.bandlab.com/revisions/5e717865-f32e-f011-8b3d-000d3aa44618?sharedKey=SozAqoSMO0KBFOcfA6Wf0w



Artist and his work on dispadisplay.


Hand Drawing 

Hand Drawing 

Playing music with 🧡 friends.





https://youtu.be/rLiwSTSn5qE





Thursday, April 3, 2025

DELL PRECISION T3400 Linux Mint Xfce ~ Samuel F Campbell

 DELL PRECISION T3400 Linux Mint Xfce ~ Samuel F Campbell

 

::::: Wen 04-29-2026 ::::: 11:32 AM 

 

XXXXXXPrecision-WorkStation-T3400:~$ neofetch
             ...-:::::-...                 samuel-Precision-WorkStation- 
          .-MMMMMMMMMMMMMMM-.              ------------------------------------ 
      .-MMMM`..-:::::::-..`MMMM-.          OS: Linux Mint 22.3 x86_64 
    .:MMMM.:MMMMMMMMMMMMMMM:.MMMM:.        Host: Precision WorkStation T3400 
   -MMM-M---MMMMMMMMMMMMMMMMMMM.MMM-       Kernel: 6.8.0-110-generic 
 `:MMM:MM`  :MMMM:....::-...-MMMM:MMM:`    Uptime: 1 day, 19 hours, 4 mins 
 :MMM:MMM`  :MM:`  ``    ``  `:MMM:MMM:    Packages: 2758 (dpkg), 19 (flatpak) 
.MMM.MMMM`  :MM.  -MM.  .MM-  `MMMM.MMM.   Shell: bash 5.2.21 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM-MMM:   Resolution: 1920x1080 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM:MMM:   DE: Xfce 4.18 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM-MMM:   WM: Xfwm4 
.MMM.MMMM`  :MM:--:MM:--:MM:  `MMMM.MMM.   WM Theme: Mint-Y-Aqua 
 :MMM:MMM-  `-MMMMMMMMMMMM-`  -MMM-MMM:    Theme: HighContrast [GTK2/3] 
  :MMM:MMM:`                `:MMM:MMM:     Icons: Mint-Y-Sand [GTK2/3] 
   .MMM.MMMM:--------------:MMMM.MMM.      Terminal: xfce4-terminal 
     '-MMMM.-MMMMMMMMMMMMMMM-.MMMM-'       Terminal Font: Monospace 12 
       '.-MMMM``--:::::--``MMMM-.'         CPU: Intel Core 2 Duo E8500 (2) @ 3. 
            '-MMMMMMMMMMMMM-'              GPU: NVIDIA Quadro FX 3700 
               ``-:::::-``                 Memory: 2787MiB / 3847MiB 

                                                                   
                                                                   


XXXXXXPrecision-WorkStation-T3400:~
 

 My Linux Commands List:

openssh Secure shaell (SSH) client, for secure access to remote machines 

This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group.

Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel.

This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.

In some countries it may be illegal to use any encryption at all without a special permit.

ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes.

 ~$ sudo apt install iproute2

 ~$ sudo apt install iproute2-doc 

sudo apt update && sudo apt upgrade 

neofetch
py -V 
Python 3.12.3 
sudo systemctl restart sshd.service 
sudo systemctl status sshd 
ls .ssh 
sudo apt full-upgrade

pwd

sudo apt install quake2 game-data-packager

sudo apt autoremove && sudo apt autoclean 

 sudo apt update && sudo apt upgrade 

 sudo apt-get install -f  The command sudo apt-get install -f (or its long-form equivalent --fix-broken) is used to fix broken dependencies on a Linux system. It attempts to resolve inconsistencies in the package database that typically occur when a package was only partially installed or when its required dependencies are missing. [1, 2, 3, 4]

The command sudo aa-status in Linux reports the current status of the AppArmor Mandatory Access Control (MAC) system. When run with sudo (as root), it displays detailed information about which security profiles are loaded into the kernel and how they are acting on running processes. [1, 2, 3]
Primary Effects of sudo aa-status
  • Checks AppArmor Status: Confirms if the AppArmor kernel module is loaded and active.
  • Lists Profiles: Shows the total number of loaded AppArmor profiles, organized by their mode:
    • Enforce mode: Profiles that actively block violations and log them.
    • Complain mode: Profiles that only log violations but do not block action (learning mode).
  • Shows Confined Processes: Lists specific process IDs (PIDs) currently protected by AppArmor, showing whether they are enforced or in complain mode. [1, 2, 3, 4]

XXXXXXXPrecision-WorkStation-T3400:~$ sudo aa-status
apparmor module is loaded.
126 profiles are loaded.
25 profiles are in enforce mode.
Typical Output Structure
Running sudo aa-status will output something similar to this:
text
apparmor module is loaded.
110 profiles are loaded.
102 profiles are in enforce mode.
8 profiles are in complain mode.
Out of 129 processes running: 13 processes have profiles defined.
Use code with caution.
Useful Related Commands
  • sudo aa-enforce <profile>: Switches a profile to enforcement mode (blocks violations).
  • sudo aa-complain <profile>: Switches a profile to complain mode (logs only).
  • sudo aa-disable <profile>: Disables a profile, allowing the application to run unconfined. [1, 2]
If the command is not found, you may need to install it with:
sudo apt install apparmor-utils. [1]

 

XXXXXXXPrecision-WorkStation-T3400:~$ sudo aa-status
apparmor module is loaded.
126 profiles are loaded.
25 profiles are in enforce mode.
   /usr/bin/man
   /usr/lib/NetworkManager/nm-dhcp-client.action
   /usr/lib/NetworkManager/nm-dhcp-helper
   /usr/lib/connman/scripts/dhclient-script
   /usr/lib/cups/backend/cups-pdf
   /usr/lib/lightdm/lightdm-guest-session
   /usr/lib/lightdm/lightdm-guest-session//chromium
   /usr/sbin/cups-browsed
   /usr/sbin/cupsd
   /usr/sbin/cupsd//third_party
   /{,usr/}sbin/dhclient
   libreoffice-senddoc
   libreoffice-soffice//gpg
   libreoffice-xpdfimport
   lsb_release
   man_filter
   man_groff
   nvidia_modprobe
   nvidia_modprobe//kmod
   plasmashell
   plasmashell//QtWebEngineProcess
   rsyslogd
   tcpdump
   unix-chkpwd
   unprivileged_userns
11 profiles are in complain mode.
   ioq3ded
   ioquake3
   ioquake3//popup
   libreoffice-oosplash
   libreoffice-soffice
   transmission-cli
   transmission-daemon
   transmission-gtk
   transmission-qt
   unreal
   ut99
0 profiles are in prompt mode.
0 profiles are in kill mode.
90 profiles are in unconfined mode.
   1password
   Discord
   MongoDB Compass
   QtWebEngineProcess
   balena-etcher
   brave
   buildah
   cam
   ch-checkns
   ch-run
   chrome
   crun
   devhelp
   element-desktop
   epiphany
   evolution
   firefox
   flatpak
   foliate
   geary
   github-desktop
   goldendict
   ipa_verify
   kchmviewer
   keybase
   lc-compliance
   libcamerify
   linux-sandbox
   loupe
   lxc-attach
   lxc-create
   lxc-destroy
   lxc-execute
   lxc-stop
   lxc-unshare
   lxc-usernsexec
   mint-chromium
   mmdebstrap
   msedge
   notepadqq
   obsidian
   opam
   opera
   pageedit
   podman
   polypane
   privacybrowser
   qcam
   qmapshack
   qutebrowser
   rootlesskit
   rpm
   rssguard
   runc
   sbuild
   sbuild-abort
   sbuild-adduser
   sbuild-apt
   sbuild-checkpackages
   sbuild-clean
   sbuild-createchroot
   sbuild-destroychroot
   sbuild-distupgrade
   sbuild-hold
   sbuild-shell
   sbuild-unhold
   sbuild-update
   sbuild-upgrade
   scide
   signal-desktop
   slack
   slirp4netns
   steam
   stress-ng
   surfshark
   systemd-coredump
   thunderbird
   toybox
   trinity
   tup
   tuxedo-control-center
   userbindmount
   uwsgi-core
   vdens
   virtiofsd
   vivaldi-bin
   vpnns
   vscode
   wike
   wpcom
29 processes have profiles defined.
3 processes are in enforce mode.
   /usr/sbin/cups-browsed (94470) 
   /usr/sbin/cupsd (94468) 
   /usr/sbin/rsyslogd (736) rsyslogd
2 processes are in complain mode.
   /usr/lib/libreoffice/program/oosplash (7722) libreoffice-oosplash
   /usr/lib/libreoffice/program/soffice.bin (7737) libreoffice-soffice
0 processes are in prompt mode.
0 processes are in kill mode.
24 processes are unconfined but have a profile defined.
   /usr/lib/firefox/firefox-bin (8745) firefox
   /usr/lib/firefox/crashhelper (8750) firefox
   /usr/lib/firefox/firefox-bin (8797) firefox
   /usr/lib/firefox/firefox-bin (8803) firefox
   /usr/lib/firefox/firefox-bin (8845) firefox
   /usr/lib/firefox/firefox-bin (8861) firefox
   /usr/lib/firefox/firefox-bin (8887) firefox
   /usr/lib/firefox/firefox-bin (8976) firefox
   /usr/lib/firefox/firefox-bin (9051) firefox
   /usr/lib/firefox/firefox-bin (9270) firefox
   /usr/lib/firefox/firefox-bin (9489) firefox
   /usr/lib/firefox/firefox-bin (9514) firefox
   /usr/lib/firefox/firefox-bin (10896) firefox
   /usr/lib/firefox/firefox-bin (36953) firefox
   /usr/lib/firefox/firefox-bin (36983) firefox
   /usr/lib/firefox/firefox-bin (36990) firefox
   /usr/lib/firefox/firefox-bin (36998) firefox
   /usr/lib/firefox/firefox-bin (37746) firefox
   /usr/lib/firefox/firefox-bin (37753) firefox
   /usr/lib/firefox/firefox-bin (114097) firefox
   /usr/lib/firefox/firefox-bin (116821) firefox
   /usr/lib/firefox/firefox-bin (117292) firefox
   /usr/lib/firefox/firefox-bin (117331) firefox
   /usr/lib/firefox/firefox-bin (117493) firefox
0 processes are in mixed mode.
XXXXXXXPrecision-WorkStation-T3400:~$ 

 

::::::: Mon 04-28-2025  09:55 ::::::::::


WineHQ - 

Lutris -

STEAM -     



BattelNet.exc  -

:::::::::::::::


System Software Updater

  Not all changes and updates succeeded. For further details of the failure, please expand the 'Details' panel below.

An error occurred 

Trying to recover from package failure.

The following details are provoded:

 E: linux-headers-6.8.0-57-generic: installed linux-headers-6.8.0-57-generic package post-installation script subprocess returned error exit status 11
E: linux-headers-generic: dependency problems - leaving unconfigured
E: linux-generic: dependency problems - leaving unconfigured
E: linux-image-6.8.0-57-generic: installed linux-image-6.8.0-57-generic package post-installation script subprocess returned error exit status 11

linux_filesystem

Wednesday, March 19, 2025

Acer Aspire 3 A315-32 series

 


Acer Aspire 3  A315-32 series
MODEL NO : N17Q2
19.V       (2.37A)
ACER Incorporated
Product of Acer INC.
Made in China
MFG Date: 2018/09/03
Bluetooth 

No Power Chord Solved:











----------------------------------------------------



1TB TOSHIBA MQO4ABF100 (JU001J)      disk hard drive



----------------

Acer attempting to Boot Recovery Mode:

PC/Device needs to be repaired 

F1 To enter Recovery Environment - As long as I was in that environment the system would stsy on until it finished the selected  tasks. 






Acer Rebooting attempt: 




Acer trying to flash Linux 21.3 Live Session / Full Installation 


So Acer ASPIRE 3 A351-32 SERIES MODEL NO: N17Q2 19.V with a                                                                1TB TOSHIBA MQO4ABF100 (JU001J) disk hard drive, has been giving me issues for over two weeks. Given to me with the Blue Screen of death keeps popping up and shutting down the system. Forcing a hard crash shut down. Some how I Had the machine up and running on a Linux live flash drive twice. The second time I tokk the back cover off and preformed CMOS/BIOS and reset waited and rebooted as long as the machine had the Linux Live session running there was no issues could watch movies and leave my place with music playing for days with no shutdown issues. So went ahead and ran the Linux Mint 21 Xfce full instalation wiping the whole disk. At the the end of the tour of the new system it just stoped instead of requesting removal of the instalation media and reboot message I was used to seeing. Instead i saw something about if the install did not compleate or reboot to try F2 or F12 to access the system. So I removed the installation media flashdrive and the mach8ine went black. Haven't seen the screen after that. Took the TOSHIBIA 1TB hard drive out and could not find the drive showing on any windows or linux machine I tried until tonight.  The host machine: Precision WorkStation T3400 Linux Mint 21.3 x86_64, Xfce 4.18, Kernel: 5.15.0-91-generic. With the use of Disk Application; gnome-disk-utility 46.0 UDisks 2.10.1 (built against 2.10.1)   I completed a hard line, down load linuxmint-22.1-xfce-64bit.iso into the host downloads folder. 

------------------

I'm about to use the Gnome Disk Utility to create an image to make the 1TB a bootable hard drive for the Acer.    

Model: TOSHIBA MQO4ABF100 (JU001J)
Serial Number: xxxxxxxxx
Assessment: Disk is OK, 189 bad sectors (22 degrees C / 72 degrees F
 
 
This dose not look Good at all!  There's no way to repair bad sectors. 
The HDD controller should relocate detected weak sectors and mark them as bad so they are no longer used. If you have an abundance of bad sectors, then the disk is at high risk of failure and should be replaced soon.
 
 With 189 bad sectors on a 1TB disk, while not necessarily a catastrophic failure, it's a warning sign and warrants attention. Consider backing up data, running disk checks, and potentially preparing for a replacement if the issue persists or worsens.
 
Bad sectors are areas on a hard drive (HDD) or solid-state drive (SSD) that are damaged and cannot reliably store or retrieve data. 

Bad sectors can lead to data loss, errors, slowdowns, and even crashes. 
 
Don't ignore it: Ignoring bad sectors can lead to further data loss and system instability.
 
Reformatting the drive doesn't repair bad sectors.
 
 
 SMART DISK & Self-Test
Updated: 2hours and 27 minutes ago           Self-test Result: Last self-test was aborted 
Temperature:  22 0 C / 72 0 F                              Self-assessment:  Threshold not exceeded
Power On:  5 days and 16 hours           Overall Assessment: Disk is OK, 189 bad sectors 
 
 
ID|    Attribute             | Value  | Normalized  |Threshold  |Worst  |Type     |Updates |Assment |
1 Read Error Rate                         | 0                | 100                              | 50                          | 100             | Pre-Fail       |Online           | OK                  |
2 Threshold Performance             | N/A            |  100                             | 50                          |  100            |  Pre-Fail       | Offline          | OK                  | 
3 Spinup Time                                 |1 second    |  100                             | 1                            |  100            |  Pre-Fail       | Online          | Ok                   | 
4 Relocated Sector Count              | 2057          |  100                             | 0                             |  100            | Old-Age      | Online          | OK                  |
5 Start/Stop Count                          |189 sectors|  100                             | 50                           |  100            | Pre-Fail       | Online          | OK                  |
7 Seek Error Rate                           |0                   | 100                             | 50                           |  100            | Pre-Fail        |Online          | OK                  |
8 Seek Timer Performance          |N/A               | 100                             | 50                           | 100             | Pre-Fail        | Offline         | OK                  |
9 Power-On Hours                         |5 Days and 16 Hours     |  100        | 0                             | 100             |  Old-Age      | Online         | OK      _______|
10 Spinup Retry Count                  |0                    | 141                              | 30                          | 100            | Prefail          |  Online         | OK                   |
12 Power Cycle Count                    | 520              | 100                              | 0                             |  100           |Old-Age         | Online          | OK                  | 
191 G-sense Error Rate                | 34                  | 100                               |0                            |  100            | Old-Age        |  Online         | OK                  |
192 Power Off Retract Count       | 91                  | 100                               | 0                           |  100            | Old-Age        |  Online         | OK                  |
193 Load /Unload Cycle Count     | 2407             | 100                               | 0                           |  100            | Old-Age       |   Online         | OK                  |
194 Temperature                            |22° C / 72° F | 100                               | 0                           |  100             | Old-Age      |   Online          |OK                   |
196 Rellocation Count                    |189                | 100                               | 0                           |  100             | Old-Age       |  Online          |OK                   |
197 Current Pending 
             Sector Count.        | 0 sector   |  100                    | 0                    |  100       | Old-Age   | Online    |OK           |
198 Uncorrectable 
            Sector Count.          | 0 sector  | 100                      | 0                    | 100        | Old-Age   | Online     | OK         | 
199 UDMA CRC 
                  Error Rate         | 0              | 200                      | 0                     | 253       |Old-Age       | Online   | OK         |
220 Disk Shift                     | N/A          | 100                      | 0                     | 100       | Old-Age      | Online   | OK         |
222 Load Hours | 4 days and 13 hours| 100                   | 0                     | 100       | Old-Age     | Online   | OK         |
223 Load/Unload 
                      Retry Count  | 0                | 100                      |  0                    |  100       | Old-Age   |  Online  | OK         |
224 Load Friction              | NA            |  100                     |   0                   | 100        | Old-Age   |  Online  | OK         |
226 Load-in Time |277 milliseconds |  100                      |  0                    | 100        | Old-Age   |  Online  | OK        |
240 Head Flying Hours     | N/A          |   100.                    |  1                    | 100        | Pre-Fail   |  Online  | OK        |

 ●




 
 
 
 
 
 Reformatting the drive doesn't repair bad sectors.
 Formatting a hard drive will erase all data and create a new file system, but it won't fix the underlying physical or logical corruption that might be causing the issue, potentially making data recovery more difficult. 
 
 hard line, down load linuxmint-22.1-xfce-64bit.iso
 

 Installed Rosary Application: 

 

Study Christianity

 

 

 

 

Read the Bible and other Christian texts. This projects goal is to allow each person to study the bible and come to their own conclusion about their faith.


About Flathub: The Linux App Store

Whether you're a user looking for apps or a developer looking to reach more users, Flathub is the best choice for apps on Linux.

Users

All the apps you want — From big names you'd expect to fresh indie developers, Flathub has thousands of apps to meet your needs.

Transparent safety — Clearly see when an app is verified as coming from its developer, what permissions it requires, and whether or not it's open source and auditable

Tastefully curated — Discover interesting, quality apps across Flathub with our staff curation that showcases the best on offer

Apps for you where you are — Whether you're on a Steam Deck, a powerful Linux workstation, a Raspberry Pi, or the rare Linux phone; Flathub has apps for you

Developers

Reach millions of users — Flathub comes out of the box on multiple Linux distros, is on the rest, and has over a million active users

Independent & transparent — We're a grassroots open source community stewarding the best of what the ecosystem has to offer

Clear docs & guidance — Extensive documentation, thousands of public app manifests, and a large community means you're always able to get help

Native app store integration — Forget web downloads; Flathub delivers apps and automatic updates to users in their native app store client where they'd expect

 

 
 
 
 
 
 
 
 
 
 
 
 
 
 

04:12 03-28-2025 ~ Samuel F Campbell


Rosary Application & Rosary Music: install completed, Successful