Page 1 of 1

I was going to open a "Main" thread

PostPosted: Thu Dec 06, 2012 7:31 pm
by TheeMahn
Let me rant; First time here in my home, and I hope my last. I probably know things well beyond the scope of this post. When most think, damn I do not like this theme etc. I can see things well beyond the call of my natural duty. I have ripped into their O/S unlike most perhaps any. I have watched the plague and introduction into what I do as a programmer, holy $#!% as a distro writer. Lets start here, a buddy asks me to search for a song called "Bricks and Mortor", ladies & gentlemen let us Analise the url:
http://www.google.com/search?client=ubuntu&channel=fs&q=bricks+and+mortar&ie=utf-8&oe=utf-8


Damn, results dependent based on a channel, subcategorizing? Please note the "Ubuntu" in the url.

I have started re-writing their software-center, why the hell would I do so? Linux Mint has been rendered incapable, put a [space] in your name Linux[SPACE]Mint. because of changes "they" make. I do not think it is wrong for developers to make money for writing their programs. I do however have an issue for them to charge a dime to allow them to do so. It is so tied into the system, effects LSB (the core of the OS). Canonical needs to wake up and remember the entire reason they are here is Debian, I could continue. I have wanted to deter to even try to do so. I have seen issues pressed across me I tend to rethink situations. I grant you I am perceived as eccentric, I suppose ripped of a few points in IQ I would fall into the sheep family.

Please do not ask me to drop code for what they are intending to do it is open source, however how many programmers actually read their source? Do not think for one second I will not put a world of hurt on them. I have thought about re-writing Ubiquity in the past and let it go.

You can rest assured I will not hide it away in a deb on a server, I will openly show you what you are installing.

This is a Rant section of the Forum Right?
Some Guy, that worked for Canonical, Matt I believe his first name. Slammed me for picking up Ultamatix, was Automatix. How many of you ladies and gents miss that? He shut his mouth, sure errors to roll through, fixed shut thy mouth. We are not done, I have stepped many a time to the plate and soly think of my users, my heart is there, I evidently can not posess a real life. My GF calls my computer my Wife. Real issues reside there.


Explosive, more violent, more violent
All consuming throbbing straight to the circle
Explosive, move on reaction
I slow it down, I slow it
Down, down, down, down, down

Obviously lyrics who sings that? Did you know I used to in the past first to guess, gets Ultimate Edition before even the admin?

Re: I was going to open a "Main" thread

PostPosted: Thu Dec 06, 2012 8:51 pm
by Micro
lol. The wife said she new the lyrics but wouldnt reveal. She just said not to "push it." Guess I'm the fool for not getting that one. lol

Re: I was going to open a "Main" thread

PostPosted: Sat Dec 08, 2012 12:23 pm
by BBOSAK2143
Am there on that point with my "ole lady" and am just in school for an AAS in BIT which is probably only an 1/8 of what you got!!!! She tells me: "The whole world could explode and you would still be at that computer!" I don't even get to enjoy nice days anymore with all the studying! You are there though TheeMahn have the knowledge, know what to do with it and have performed incredible feats!!! Am sure I am not the only one that realizes this and I am waiting the day your name is hailed for your dedication and excellence! You deserve it a million times over! I dare anyone to try and surpass what you have done! Bet will never happen! You have turned Linux around making it a much more respectable Operating system! Am sure many others will start to realize this fact real soon and kiss the other rejects goodbye! Thanks for your dedication and hope all is always the best it can be for you! Love Ultimate and am looking forward to your completion of RepoMaster! Guarantee that is going to wake people up!!!!!

Re: I was going to open a "Main" thread

PostPosted: Mon Dec 10, 2012 11:55 am
by TexasMike
You are called "Thee Mhann" by the users of your OS - yes it is your OS after you work your magic. I cannot ever say enough good things about Ultimate Edition and it's creator.
It has been my primary OS since "Fiesty Fawn".

BTW - I finally got a good DL of 3.5x64, and it runs just great in Gnome, but has various issues with Cinnamin, Unity, and the KDE desktops.
Got it running on 2 PCs with no big issues. Compiz worked for me from the start, right out of the box and before any Video Driver was selected and installed.

Thanks for what you do, Sir! You make Linux an honest replacement for MS-anything. :vil2_pipe

Re: I was going to open a "Main" thread

PostPosted: Tue Dec 25, 2012 2:30 am
by TheeMahn
Code: Select all
#!/bin/bash
# REPOMASTER - Auto build, repository management script
# Script via TheeMahn <[email protected]>
#
# This script will extract, build all debs in each subfolder
# as well as lintian each resulting deb recording any
# error result to a seperate log and move resulting deb
# to then .debs/ if no errors.  Eventually will not move
# any with warnings (does so now). The script will eventually fix all errors
# without human intervention. Who makes errors? Not computers.
# The scipt now implements -f or fix switch still not 100% and
# why you do not have it beyond copywrite.
#
# Beyond that, if that was not enough, will publish your repository online.
# It will GPG key sign your debs generate you a release file and dists,
# auto assign each prospective deb accordingly via architecture,
# rsyncing it to your server of choice. I wrote this program to lose a few
# of my jobs, so I can program & be more attentive to our forums.
#
# Future version varibles, do not trust the programmer.
# All we care about is compliance. (this feature is not implemented
# yet): Another 1 % of errors gone. The goal is 100% we are
# at about 90% off the rip. Just in permission rights.
# the below 3 line do nothing currently. Funny, what I use to build
# this program is this program.
#
#PACKAGE=(cat ultimate-edition-nautilus-scripts-1.7_all/DEBIAN/control|grep 'Package: ')
#PVERSION=(cat ultimate-edition-nautilus-scripts-1.7_all/DEBIAN/control|grep 'Version: ')
#PARCH=(cat ultimate-edition-nautilus-scripts-1.7_all/DEBIAN/control|grep 'Architecture: ')
#
# Eventually we will pipe the above info out in the following format
# mkdir $PACKAGE-$PVERSION_$PARCH/  I did not write the manual, however this
# software will write a manual for you & that is the tip of the iceburg.
#
# The largest task at hand currently is version control. I do not want to extract, nor
# build ultamatix-1.8.0-6_all.deb, ultamatix-1.8.0-7_all.deb, ultamatix-1.8.0-8_all.deb
# ultamatix-1.8.9_all.deb, ultamatix-1.9.0_all.deb, ultamatix-1.9.1_all.deb,
# ultamatix-1.9.2_all.deb, ultamatix-1.9.3_all.deb... Before we even extract and waste my
# time or yours. I want to delete all, but version 1.9.3. Completely opposite when I began
# this project. Clean it up in the end, was my mode of thinking. Perhaps a -s or --scan
# switch is evident. Natuarally with a prompt before we even begin constructing your
# repository. A thorn in my side as a Repository manager. The whole point in me writing
# it initially.
#
# A future version will impement a service to automatically fix / prompt you in any
# error and autofix prior to entering your system. Ultimately, a bulletproof O/S.
# Ultimate Edition will be the first on the planet to utilize this feature.
# I wonder why?  Who is writting it?  Does that mean Ubuntu is screwed or fall behind?
# No, no O/S left behind, however they will pay me. End user fret not.
#
# I will be paid, but not by you. Once you see the code I have written you will
# understand I deserve it ;)  Largest script I have ever seen by one guy. The
# Internet is large & I have them all.
#
# What started as a simple script, has became quite complicated.
#
# We begin - first we grab all subfolders.  If you do not wish to
# have a certain deb compiled or built please rename the folder begining
# with a period, which makes it hidden to this script.
#
# 12/25/2012: Service feature is implemented, howevever not bulletproof. Once set to stone
# I can take a minimal install a 50 mb download.  Install this program as a service
# and request a few gig of programs and they will roll into the O/S perfected.