Wednesday, February 22, 2023
Links to books and other resources related to the Argenteum Astrum, Ordo Templi Orientis, Vipassana Meditation, and other Spiritual disciplines
Wednesday, March 25, 2020
Free Netflix Grab App
Altogether, I highly recommend it. You can download it at the following website: https://freegrabapp.com/product/free-netflix-download/.
Friday, June 28, 2019
PureMineral Gold Ormus
Now for Sale
Thought by some to be the Elixir of Life that the alchemists spoke of in their writings, we source our Ormus from the finest available organic ingredients, each procured from reputable sources throughout the world.
All of our Ormus products contain high quality 24-karat monoatomic colloidal gold made by EnerGold (200 ppm), as well as Super Silver colloidal silver (20 ppm).
We hand produce our Ormus starting two days prior to the full moon because of the dip that occurs in the earth’s magnetic field which causes Ormus to be pulled up from the earth more readily. After we finish the Ormus we store it in a special pyramid-shaped structure surrounded by quartz crystals. We also shield the final product from harmful radiation and electromagnetic fields by using heavy duty aluminum foil and EMF protection bags provided by Mission Darkness.
Monday, January 29, 2018
Inner Worlds, Outer Worlds - An Excellent Film about Spirituality
"There is one vibratory field that connects all things. It has been called Akasha, Logos, the primordial OM, the music of the spheres, the Higgs field, dark energy, and a thousand other names throughout history. The vibratory field is at the root of all true spiritual experience and scientific investigation. It is the same field of energy that saints, Buddhas, yogis, mystics, priests, shamans and seers, have observed by looking within themselves. Many of history's monumental thinkers, such a Pythagoras, Kepler, Leonardo DaVinci, Tesla, and Einstein, have come to the threshold of this great mystery. It is the common link between all religions, all sciences, and the link between our inner worlds and our outer worlds." (from http://www.imdb.com/)
- "Maya"
- "The Hindrances"
Thursday, July 30, 2015
Useful Vipassana Meditation Resources
- Download or stream all 11 of Goenka's official 10-day dhamma discourses (Available in more than 40 languages). Additional audio files, including discourses from the 3-day and Sattipatthana courses, are available at http://www.pariyatti.org. Harder to find recordings can be purchased from http://www.sourcevipassana.ca/sngaudio as well. (Note: In order to listen to these files you may have to login using the old student username and password.)
- Time and log each of your hourly sittings using your iPhone with Sati:


- Calculate how many calories you burn while meditating:
- Document your food intake, biomarkers, and exercise with CRON-o-Meter (Linux, Windows, Mac, iPhone, Android):

More to come after I sort through my bookmarks!
Tuesday, July 28, 2015
Repairing a Windows 7 installation that won't boot:
Monday, July 27, 2015
Harden Security and Misc. Tasks for Ubuntu 15+
Remove Misc. Lenses from the Unity Dash:
Note: You may not want to do this if you're new to Ubuntu 14+
sudo apt-get autoremove unity-lens-music unity-lens-photos unity-lens-videoInstall Unity Tweak Tools:sudo apt-get install unity-tweak-tool |
| Install Ubuntu Tweak: http://ubuntu-tweak.com/ |
Install Preload:
Predicts applications and loads them into memory based on the ones you run the most.
sudo apt-get install preloadEnable the firewall:sudo ufw enable |
Secure shared memory space:
sudo gedit /etc/fstabAdd the following line:
none /run/shm tmpfs rw,noexec,nosuid,nodev 0 0Deny "su" to everyone except administrators:
sudo dpkg-statoverride --update --add root sudo 4750 /bin/suSecure your Home directory:
chmod 0700 /home/usernameDisable guest account access:
echo allow-guest=false | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.confMisc. other security tools
Friday, July 10, 2015
17 Things To Do After Installing Ubuntu 14.04
gsettings set com.canonical.Unity always-show-menus true2) Install Privacy Indicator:
"The goal of Privacy Indicator is to make it easy it change settings that influence the user’s privacy or the automatic collection of data and to delete automatically collected data."
http://www.florian-diesch.de/software/indicator-privacy/or
http://www.florian-diesch.de/software/indicator-privacy/dist/indicator-privacy_0.05_all.deb3) Install Unity Folders:
"Easy way to organize your apps, files, folders, chrome web apps, links and shell scripts. Tested on Ubuntu 14.04"
http://unity-folders.exceptionfound.com/or
http://unity-folders.exceptionfound.com/unity-launcher-folders_1.0.3_all.deb4) Install System Load Indicator:
"A system load monitor capable of displaying graphs for CPU, ram, and swap space use, plus network traffic."
https://apps.ubuntu.com/cat/applications/precise/indicator-multiload/5) Install Laptop Mode Tools (if applicable):
"Laptop mode is a Linux kernel feature that allows your laptop to save considerable power, by allowing the hard drive to spin down for longer periods of time."
sudo apt-get install laptop-mode-tools6) Install Bleachbit:
"Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk."
sudo apt-get install bleachbit7) Install codecs and enable DVD playback:
sudo apt-get install gstreamer0.10-plugins-ugly gxine libdvdread4 icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 gstreamer1.0-libav8) Enable playing encrypted DVDs:
sudo /usr/share/doc/libdvdread4/./install-css.sh9) Install Flash plugin on browser:
sudo apt-get install flashplugin-installer10) Install Preload:
"Speeds up application load time by monitoring the software that is loaded and used day to day, the software used most often, and cache them in memory."
sudo apt-get install preload11) Swappiness:
"Swappiness is a Linux kernel parameter that controls the relative weight given to swapping out runtime memory."
sudo gedit /etc/sysctl.confAdd the following lines:
#Use workable swap level
vm.swappiness=10#Improve cache management
vm.vfs_cache_pressure=5012) Re-enable Ctl-Alt-Backspace:
sudo gedit /etc/default/keyboardReplace XKBOPTIONS="" with this line:
XKBOPTIONS="terminate:ctrl_alt_bksp"13) Block connections to Ubuntu's Ad server
sudo iptables -A OUTPUT -d 91.189.92.11 -j DROP14) Install extra archive utilities:
sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller15) Install GNOME Music player:
sudo apt-get install gnome-music16) Install rkhunter and chkrootkit:
sudo apt-get install rkhunter chkrootkitRun and update rkhunter using the following commands:
sudo rkhunter --updatesudo rkhunter -c -l Desktop/rkhunterlog.txtRun chkrootkit by simply running:
sudo chkrootkit17) Install Aptik:
"Aptik is an open source package that simplify backup and restore of PPAs, Applications and Packages after a fresh installation or upgradation of Debian based Ubuntu, Linux Mint and other Ubuntu derivatives."
http://www.teejeetech.in/
or
http://dl.dropbox.com/u/67740416/linux/aptik-latest-i386.deb?dl=1Sunday, June 8, 2014
Dell Inspiron 1501 Wireless Fix on Linux
The following commands will get wireless working on an Dell Inspiron laptop 1501:
sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
sudo apt-get install b43-fwcutter firmware-b43-installerIf the latter two are already installed, add "
--reinstall" at the end of the second command.Finally, reboot the machine and use Fn-F2 if the wifi light doesn't automatically illuminate.
Thursday, May 1, 2014
Steps for installing MonoDevelop 4 on Linux Mint 16
sudo apt-get purge mono-runtime monodevelop
sudo apt-get update
sudo apt-get remove libmono-profiler mono-jay
sudo apt-get autoremove
sudo apt-get install mono-runtime mono-complete
sudo apt-get install mono-devel mono-gmcs
sudo apt-get install build-essential autoconf
automake bison flex gtk-sharp2-gapi boo gdb valac
libfontconfig1-dev libcairo2-dev libpango1.0-dev
libfreetype6-dev libexif-dev libtiff4-dev libgif-dev
zlib1g-dev libatk1.0-dev libjpeg8-dev libjpeg-turbo8-dev
libglib2.0-dev libgtk2.0-dev libglade2-dev libart-2.0-dev
libgnomevfs2-dev libgnome-desktop-dev libgnome2-dev
libgnomecanvas2-dev libgnomeui-dev libgnomeprint2.2-dev
libgnomeprintui2.2-dev libpanel-applet-4-dev
libnautilus-extension-dev librsvg2-dev libgtkhtml3.14-dev
libgtksourceview2.0-dev libgtksourceview2.0-dev libvte-dev
libwnck-dev libnspr4-dev libnss3-dev libwebkit-dev
libvala-0.18-dev libexif-dev libjpeg-dev libpng-dev
libtiff-def
sudo apt-get install mono-utils mono-winforms-a11y
mono-vbnc mono-tools-gui mono-runtime-sgen mono-gac
mono-csharp-shell mono-addins-utils mono-3-opt
sudo nano directhex-monoxide-saucy.list
sudo add-apt-repository ppa:directhex/monoxide
sudo apt-get update && sudo
apt-get dist-upgrade
sudo add-apt-repository
ppa:ermshiperete/monodevelop
sudo add-apt repository
ppa:ermshiperete/monodevelop-beta
sudo apt-get install monodevelop-4.0
#An alternative installation method that uses a different repository
sudo add-apt-repository
ppa:keks9n/monodevelop-latest
sudo apt-get install monodevelop-latest
sudo apt-get update && sudo
apt-get dist-upgrade
sudo apt-get install monodevelop-latest
#Build packages from sources
#Build libgdiplus:
cd libgdiplus
./autogen.sh --prefix=/usr/local
make
make install
sudo apt-get build-dep mono
sudo apt-get install mono-gmcs
git clone https://github.com/mono/mono.git
cd mono
./autogen.sh –prefix=/usr/local
make -j5 2>&1 | tee build.log
sudo make install
sudo apt-get remove mono-gmcs
git clone https://github.com/mono/mono-addins.git
cd mono-addins
./autogen.sh --prefix=/usr/local
make -j5 2>&1 | tee build.log
sudo make install
sudo git clone -b gtk-sharp-2-12-branch
https://github.com/mono/gtk-sharp.git
cd gtk-sharp/
sudo ./bootstrap-2.12 --prefix=/usr/local
make -j5 2>&1 | tee build.log
sudo make install
sudo git clone git://github.com/mono/xsp.git
sudo ./autogen.sh --prefix=/usr/local
sudo make -j5 2>&1 | tee build.log
sudo make install
#Build MonoDevelop
sudo git clone git://github.com/mono/monodevelop
sudo ./configure
sudo make
sudo checkinstall
Portions of the above were derived from the following websites:
Saturday, November 24, 2012
BugZilla Resources & Information
Linux Distribution:
Upgrading Virtual Bugzilla Server:
- How to upgrade Virtual Bugzilla Server from version 1.x to version 2.x: http://almworks.com/vbs/
upgrading.html
- How to upgrade Virtual Bugzilla Server from version 3.2.2 or earlier to version 3.4: http://almworks.com/vbs/
upgrading34.html
- Notes On Upgrading From a Previous Version: http://www.bugzilla.org/
releases/4.0.2/release-notes. html#v40_upgrading
Required Modules for Linux (Ubuntu shown):
- Required: apache2 mysql-server libappconfig-perl libdate-calc-perl libtemplate-perl libmime-perl build-essential libdatetime-timezone-perl libdatetime-perl libemail-send-perl libemail-mime-perl libemail-mime-modifier-perl libdbi-perl libdbd-mysql-perl libcgi-pm-perl
-
Optional: apache2-mpm-prefork libapache2-mod-perl2 libapache2-mod-perl2-dev libchart-perl libxml-perl libxml-twig-perl perlmagick libgd-graph-perl libtemplate-plugin-gd-perl libsoap-lite-perl libhtml-scrubber-perl libjson-rpc-perl libdaemon-generic-perl libtheschwartz-perl libtest-taint-perl libauthen-radius-perl libfile-slurp-perl libencode-detect-perl libmodule-build-perl
-
Even More Optional: libtemplate-perl-doc bzr
Bugzilla Configuration:
BugZilla Email Configuration:
- Bugzilla:Windows_Gmail: http://wiki.mozilla.org/
Bugzilla:Windows_Gmail - Glob sendmail: http://glob.com.au/sendmail/
- How to install and setup Apache, MySQL and PHP in Windows: http://www.simplehelp.net/
2008/08/25/how-to-install-and- setup-apache-mysql-and-php-in- windows/ - Configuring other mail clients (Gmail): http://mail.google.com/
support/bin/answer.py?hl=en& answer=13287
Security:
SSH/SFTP:
- Chrooted SSH/SFTP Tutorial (Debian Lenny): http://www.howtoforge.com/
chrooted-ssh-sftp-tutorial- debian-lenny
IIS Related:
- Configure and Test a PERL Script with IIS 4.0, 5.0, 5.1, and 6.0: http://support.microsoft.com/
default.aspx?scid=kb;en-us; 245225 - How to Use Perl with Microsoft Personal Web Server: http://support.microsoft.com/
default.aspx?scid=kb;en-us; 231998 - 2.2.4.2. Microsoft Internet Information Services: http://www.bugzilla.org/docs/
2.18/html/configuration.html - Installing Bugzilla on Microsoft Windows with IIS: https://wiki.mozilla.org/
Bugzilla:Win32Install
How-To:
- Find files on your computer with find: http://www.debuntu.org/how-to-
find-files-on-your-computer- with-find
Troubleshooting:
- install mod_perl2 fails: http://ubuntuforums.org/
showthread.php?t=513110 - Missing or Misconfigured libgdbm.so: http://perl.apache.org/docs/1.
0/guide/install.html#toc_ Missing_or_Misconfigured_ libgdbm_so - Bug in Requirements.pm (code): https://bug678772.bugzilla.
mozilla.org/attachment.cgi?id= 552915
Sunday, November 30, 2008
Mozilla Tweaks (Partial List)
+ Greasemonkey Add-on for Firefox:
- Step 1: Use Firefox to navigate to the Greasemonkey Add-on page;
- Step 2: Click the Add to Firefox button, assuming you are using a compatible version (as of this writing, versions 1.5 to 3.0.* are supported);
- Step 3: Restart Firefox and ensure Greasemonkey is enabled by glancing at the lower right corner of the Firefox window. If it has been installed correctly there will be a smiling monkey there to greet you;
- Step 4: Find user scripts to install at the following website: userscripts.org.
Now, if you use Gmail and like to organize using labels (or wish there was a way to organize using a folder-like structure), go to userscripts.org and install Folders4Gmail, a script allowing folder-like organization using the label interface.
Some other Greasemonkey scripts I found useful follow:
+ YousableTubeFix - Enhances YouTube
"Removes ads and unwanted sections (configurable), allows downloading and resizing videos, displays all comments on video page, expands the description, can prevent autoplay and autodownload, adds a HD (High Definition) select, etc..."
+ Script Updater
"Regularly checks us.o for updates for all of your scripts."
Other Firefox Add-ons that I found useful/interesting:
+ Download Statusbar
"View and manage downloads from a tidy statusbar - without the download window getting in the way of your web browsing."
+ GooglePreview
"A Mozilla Firefox browser extension that inserts preview images (thumbnails) of web sites and popularity ranks into the Google and Yahoo search results pages. Thumbnails are created and provided by GooglePreview servers."
+ IE Tab
"Embedding Internet Explorer in tabs of Mozilla/Firefox"
+ Microsoft.NET Framework Assistant
Add-in for Firefox that allows publishing and installation of ClickOnce applications. Included in the Microsoft .NET Framework 3.5 Service Pack 1 update.
+ Firefox Showcase
"Showcase provides a new way to manage your Firefox tabs and windows by showing them as thumbnails in a single window, tab or sidebar. Includes a find bar that will filter the thumbnails, and the capability to select the thumbnails in the same way you would select files in your system."
+ Download Statusbar
"View and manage downloads from a tidy statusbar - without the download window getting in the way of your web browsing."
+ PDF Downloader
"PDF Download by Nitro PDF Software is the leading tool for handling and viewing Web-based PDF files and is enjoyed by millions of Firefox and Flock users every day. The browser extension removes the pain often experienced when encountering PDF files online, and now lets you quickly convert your Web pages into high-quality PDFs that are ideal for archiving, printing and sharing."
+ Toolbar Buttons
"Toolbar Buttons is the single biggest button pack for Firefox, Thunderbird or Sunbird there is. You will find buttons that enable hidden functionality or is too many clicks away, but some of the best buttons are those unique to the extension, a number that is ever increasing."
+ Xoopit
"Browse all your email and web photos and videos in one spot. Photo and YouTube links sent to you are automatically collected, saving you the hassle of going to these sites."
More coming soon (direct links below)... Enjoy!
Chris
P.S. Here are the direct links to the extensions if you wish to skip obtaining them from their respective websites:
Direct link for Download Statusbar v0.9.6.3: https://addons.mozilla.org/en-US/firefox/downloads/file/30823/download_statusbar-0.9.6.3-fx.xpi
Direct link for GooglePreview v3.16: https://addons.mozilla.org/en-US/firefox/downloads/file/41521/googlepreview-3.16-fx.xpi
Direct link for IE Tab v1.5.20080823: https://addons.mozilla.org/en-US/firefox/downloads/file/36071/ie_tab-1.5.20080823-fx-win.xpi
Direct link for Microsoft .NET Framework 3.5 Service Pack 1 (Full Package): http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
Direct link for Firefox Showcase v0.9.4.9: https://addons.mozilla.org/en-US/firefox/downloads/file/26752/firefox_showcase-0.9.4.9-fx.xpi
Direct link for Download Statusbar v0.9.6.3: https://addons.mozilla.org/en-US/firefox/downloads/file/30823/download_statusbar-0.9.6.3-fx.xpi
Direct link for PDF Download v2.0.0.0: https://addons.mozilla.org/en-US/firefox/downloads/file/34070/pdf_download-2.0.0.0-fx.xpi
Direct link for Toolbar Buttons v0.6.0.4: http://codefisher.org/download/toolbar_buttons/toolbar-buttons-0.6.0.4.xpi
Direct link for Xoopit for Gmail v1.0.11406: https://addons.mozilla.org/en-US/firefox/downloads/file/40714/xoopit_for_gmail-1.0.11406-fx.xpi
Thursday, August 7, 2008
Sutra on the Full Awareness of Breathing
2: Breathing in a short breath, I know I am breathing in a short breath. Breathing out a short breath, I know I am breathing out a short breath;
3: Breathing in I am aware of my whole body. Breathing out, I am aware of my whole body;
4: I am breathing in and making my whole body calm and at peace. I am breathing out and making my whole body calm and at peace;
5: I am breathing in and feeling joyful. I am breathing out and feeling joyful;
6: I am breathing in and feeling happy. I am breathing out and feeling happy;
7: I am breathing in and am aware of the activities of the mind in me. I am breathing out and am aware of the activities of the mind in me;
8: I am breathing in and making the activities of the mind in me calm and at peace. I am breathing out and making the activities of the mind in me calm and at peace;
9: I am breathing in and am aware of my mind. I am breathing out and aware of my mind;
10: I am breathing in and making my mind happy and at peace. I am breathing out and making my mind happy and at peace;
11: I am breathing in and concentrating my mind. I am breathing out and concentrating my mind;
12: I am breathing in and liberating my mind. I am breathing out and liberating my mind;
13: I am breathing in and observing the impermanent nature of all dharmas. I am breathing out and observing the impermanent nature of all dharmas;
14: I am breathing in and observing the fading of all dharmas. I am breathing out and observing the fading of all dharmas;
15: I am breathing in and contemplating liberation. I am breathing out and contemplating liberation;
16: I am breathing in and contemplating letting go. I am breathing out and contemplating letting go.
- from "Old Path White Clouds" by Thich Nhat Hanh
Friday, June 6, 2008
Subversion Hosting Websites
Sites that Offer Subversion Hosting
berlios.de: free hosting for open-source projects
http://www.berlios.de/
ObjectWeb: open source middleware
http://www.objectweb.org/
CollabNet: commercial software development collaboration platform, with Subversion integration
http://www.collab.net/subversion/
CVSDude: free and commercial Subversion hosting
http://cvsdude.com/
SourceHosting.net: commercial Subversion hosting
http://www.sourcehosting.net/
wush.net: commercial Subversion hosting
http://www.wush.net/
hosted-projects.com: commercial Subversion hosting
http://www.hosted-projects.com/
ProjectLocker: commercial Subversion hosting
http://www.projectlocker.com/
Gna!: free hosting for Projects under a GPL-compatible license
https://gna.org/index.php
http://www.projxpert.com/: professional software project hosting site
http://www.projxpert.com/
DevGuard.com: commercial Subversion hosting
http://www.devguard.com/
AVLUX Solutions: commercial Subversion hosting
http://www.avlux.net/
GeekISP: commercial Subversion hosting
http://www.geekisp.com/
TextDrive: commercial Subversion hosting
http://textdrive.com/
Labyrinth Data Services: commercial Subversion hosting
http://www.labyrinthdata.net.au/
SourceForge.net: no-charge hosting for open-source projects
http://sourceforge.net/
hosted-projects.com: commercial Subversion hosting
http://www.hosted-projects.com
google.com: free Subversion hosting for open source projects
http://code.google.com/hosting/
myVersionControl.com: Subversion Hosting and Project Management
http://www.myversioncontrol.com/
Versionshelf.com: commercial Subversion hosting with free service for students and teachers
http://www.versionshelf.com/
Assembla: "... free workspaces with unlimited team size and integrated tools like wiki, discussion, alerts, Subversion, Trac,..." [and more]
http://www.assembla.com/
Code Spaces: free and commercial Subversion hosting
http://www.CodeSpaces.com/
Beanstalk: hosted Subversion management and integration service
http://www.beanstalkapp.com/
8svn: pay-as-you-go subversion hosting
http://www.8svn.com/
Springloops: hosted Subversion dedicated to web developers
http://www.springloops.com/
Weble: commercial Subversion hosting
http://www.weble.be/
SSHControl.com: Subversion, Git, and Mercurial hosting over SSH
http://sshcontrol.com/
XP-Dev.com: free Subversion hosting
http://xp-dev.com/
This awesome list adapted from the original article at http://subversion.tigris.org/links.html. Personally I'm using assembla.com's free hosting package, and TortoiseSVN as the UI for the repository. Setting up this combination was by far the easiest of many other operations performed this week (setup time being max 30 min.).
Chris
Saturday, April 5, 2008
Required file 'alink.dll with IAlink3' could not be found
After reinstalling Visual Studio and attempting to open and build a new project on my Vista system, I encountered the following error:
"Required file 'alink.dll with IAlink3' could not be found"
So that time may be saved in the future for the next who encounters this error, the following steps will solve this problem:
1. Explore the Visual Studio installation source and go to the "\WCU\dotNetFramework\dotNetMSP\x86" directory;
2. Install the updates in this order: Windows6.0-KB110806-x86.msu, Windows6.0-KB929300-x86.msu, Windows6.0-kb930264-x86.msu (if the last item is not in the directory as some have noted, it can be downloaded here);
3. Reboot your system and build the affected solution.
It's the little things about software development that make coding a profession only for the patient...
Wednesday, November 21, 2007
Could not load file or assembly 'System.Data.DataSetExtensions, Version=2.0.0.0
All that was required was to change the "2.0.0.0" to "3.5.0.0" in the web.config file and all was well. It look as though Visual Studio 2008 doesn't automatically change a lot of the references during a project upgrade. If only most of the errors I came across were this easy to solve...
Saturday, November 10, 2007
Welcome!
Having said that...
The issue is, for me, wanting to write when the fever takes over and consumes the pages… I prefer to write when I’m fully aware of what is being written, and really delve deep into the text as if we all were sitting adjacent.
The damned feeling that something great needs to be done hovers right out of arms length.
I guess it lies in the inherent gap in language, where all these enigmatic words/feelings/desires lay waiting patiently by, especially when all of the texts and words slide through the cracks in the floor.










