Please read the following thread about the current changes
Software Used with openSUSE
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
ISOMount is a bash script (works with openSUSE 12.1 & 12.2) written to be launched from the KDE or GNOME desktop to allow the mounting of any ISO file, thus allowing you to be able read any file from within. When you first start ISOMount, you will see a screen like this: ISOMount creates a new local folder in your home area called mnt ...
Updated 26-Mar-2013 at 18:16 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