As of the 22nd of March, 2011, I have graduated from Clover Park Technical College with an Associate Degree in Computer Networking and Information Systems Security.
To further educate myself, gain experience, and also make use of my spare time while searching for employment, I am continuing my internship in the Information Technology department on campus. I hope that one of the employers who have posted job openings, of which I have applied for, will contact me soon for an interview. The best positions I could hope for, would be Linux administration, Windows administration, entry-level database administration, and network administration.
As a side note, if you are reading this and work for, or manage an Information Technology company or department that is currently hiring for positions mentioned above, please contact me using the email address in my “About Me” page. I am immediately available for hire, and can work any day of the week. I would prefer morning, or evening hours, but will work graveyard hours on a temporary basis.
Here’s to hoping that this blog post pays off!
This is a tutorial on how to install and protect Ubuntu with Untangle, while both run as virtual machines within XenServer. This setup allows you to protect one virtual machine with a second virtual machine on the same physical system. The biggest advantages to this setup include a lower cost of energy, lower cost of hardware and smaller physical footprint.
The image below shows Ubuntu and Untangle being displayed using the XenCenter Management Console. Untangle is blocking Ubuntu from accessing Facebook.
Click on the image to enarge it.
What you will need:
Instructions:
After installing, Ubuntu will load to its desktop and Untangle to its initial startup screen. Finish the Untangle setup and close the browser window. You should now see the options menu at the bottom of the screen. We are going to need to use the terminal to change the screen resolution.
Fixing the screen resolution:
In Untangle, open the terminal and enter the root password you created during the install. Enter the following into the terminal:
cd /etc/X11
cp xorg.conf xorg.conf.bak
editor xorg.confEnter or change what is shown below:
Section “Monitor”
Identifier “Configured Monitor”
HorizSync 40.00 – 150.00
VertRefresh 60.0
VendorName “Generic”
ModelName “Generic”
EndSectionSection “Screen”
Identifier “Default Screen”
Device “Configured Video Device”
Monitor “Configured Monitor”
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
In Ubuntu, open the terminal and enter the root password you created during the install. Enter the following into the terminal:
sudo passwd root
sudo X -configure
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
cd /
sudo gedit xorg.conf.newEdit the monitor section to be:
Section “Monitor”
Identifier “Monitor0″
HorizSync 40.00 – 150.00
VertRefresh 60.0
VendorName “Generic”
ModelName “Generic”
EndSectionClick on: File > Save As > Folder (/etc/X11) | xorg.conf
Log off and sign in
The resolution should now be 1152×864 in Ubuntu and 1024×768 in Untangle.
You have accomplished:
I have no idea what I want to do with my life. I have a few ideas of careers to pursue, but I do not yet have a solid choice for what I want to do.
My plans for a career path started out in Information Technology. At the start of college, I began focusing on becoming a Systems Analyst to work my way up to managing Information Technology. But lately, I have lost the drive. I have hit a roadblock. It is possible that photography might be the career path I choose, I don’t know. One thing I do know for sure, is that I bounce around way too much between career choices.
I have a decent knowledge of electronics and a more in-depth knowledge of computers. Programming, not really. Not as far as application coding goes. But I can work my way around html, css and php, it just takes a bit of work. I know quite a bit about home networking and building/setting up computer systems. One thing that is limiting my progress in IT is certifications. I have not bothered to study and certify myself in CompTIA A+, Linux+ and Network+. As far as what I have seen with the tests, the A+ should be a breeze for me, Linux+ would be a slight stretch, but not by much, and with how in-depth the terminology and understanding of enterprise networking systems is, the Network+ certification would probably be the hardest. Also, the tests are not free. It is kind of useless to certify myself and not have a reason to use the certifications. Not to mention, to find a job that would take me in with just the certifications and not much of an IT background, would be close to impossible.
Right now I am having fun with photography. Although I lack the required funds for multiple lenses and a full frame body, plus accessories, I am trying to make the most with what I have. I enjoy going out and taking photographs, and I just may continue to do so. When I have a few more dollars to spend on a couple zoom lenses, I will be able to start putting myself out into the community for a chance at starting my own business. Even if photography does not end up being my main career, it will definitely be a hobby if not a secondary form of income later on.
If you have any thoughts on what I should do or any experiences of your own, please let me know.