Be aware that you need to follow and understand how to direct all openSUSE installation actions to the external hard drive. Failure to follow all instructions may cause modifications to your internal hard drive, defeating the purpose of this written procedure and modifying your main OS installation. Please read through this procedure more than once to insure full understanding before trying this on your PC. This write up is written to assist in installing openSUSE, ...
Updated 17-Nov-2013 at 20:44 by jdmcdaniel3
SCREENSHOTS: SysdCmd is a bash script intended to be used in openSUSE and tested with openSUSE version 12.3. I have included all of the features I feel openSUSE users will likely want in a bash script intended to help you learn how to use and work with systemd. SysdCmd will install the following standard openSUSE packages: systemd-ui, systemd-analyze and graphviz all of which will require root user access. The ...
Updated 19-May-2013 at 14:37 by jdmcdaniel3
SCREENSHOTS - MAIN MENU: I have written a new tool to Setup and Configure Samba which should work on all present supported versions of openSUSE and specifically to work with the new openSUSE 12.3 release. S.A.C.T. supports the complete and automatic configuration of Samba for use by anyone not familiar with just how to setup Samba ...
Updated 27-May-2013 at 11:41 by jdmcdaniel3
I have found out that in openSUSE 12.1/12.2 and now 12.3, some startup scripts do not operate due to the usage of systemd. systemd really speeds up system startup by running the many startup processes in parallel and avoids the usage of shell scripts altogether. That is is good for speed, but not good if you are in need of running something in openSUSE as root when the system is restarted. In my case I was trying to run some VirtualBox mount commands in a VM running openSUSE 12.1/12.2/12.3 and ...
Updated 28-Jul-2013 at 15:26 by jdmcdaniel3
Here is a small test I found on the internet with a few modifications. If you dare, take the test and then run my bash script to see how you did. 1. How Many Exit Codes are there? A. 10 B. 0-255 C. 45 D. 2 2. How do you view an exit code after you complete a command? A. exit code list B. echo exit C. echo $ecode D. echo $? 3. What exit code generally suggests the command was successful? ...
Updated 26-Mar-2013 at 18:25 by jdmcdaniel3