challahar

Firstboot – Time Zone Module Release 0.3

My plan for Release 0.3 is to file a bug report to bugzilla to inform them that scdate is not performing when my script calls on it. I mention in detail in my release 0.2 what I believe the problem to be within /usr/lib/python2.7/site-packages/scdate/core/timezoneBackend.py: #from slip.util.files import linkorcopyfile def bool(val): if val: return “true” return […]

Firstboot – Time Zone Module Release 0.2

My Firstboot – Timezone module has been packaged and posted to the following weblink:

Firstboot – Time Zone Module Release 0.1

For my class project I am working on Firstboot – Time Zone Module. The requirements for this assignment is learning to script in python and packaging. At the moment I am in the script part of my project. I’m not very verse in python and is completely new to the language. I had some difficulties […]

GIT

This week in class we learned GIT! The objective of the lab is to add our public key to a branch and upload it back to the professor to merge it to his master branch. I will use git clone to clone a repository into a newly created directory on my own computer. [root@challahar ~]# […]

Koji

For this lab my first problem was that I kept saying “Kioji” and not “Koji” like it was an anime character or something. Other than my friends correcting me and laughing, it wasn’t bad working with “Koji” *yeah I said it correctly* I only had a little problem with koji because I liked to skip […]

Mock

When starting to use mock I followed the instructions that was given to add myself to the mock group: [root@challahar ~]# usermod -aG mock challahar This is my mock result for httptunneling: [challahar@challahar SRPMS]$ mock -r fedora-15-x86_64 httptunnel-3.0.5-1.fc15.src.rpm INFO: mock.py version 1.1.18 starting… State Changed: init plugins INFO: selinux enabled State Changed: start INFO: Start(httptunnel-3.0.5-1.fc15.src.rpm) […]

RPM Build

When I first started to create RPM packages, I was and slightly still am a bit lost. I had no clue what I was doing when starting. The first set of commands we’re pretty straight forward and easy enough to understand what it was doing. However when creating the spec file that was mess. After […]

Building From Source

The programs that I choose to build from source is nettle, http tunneling and smalltalk. Nettle Steps: Step 1. wget http://ftp.lysator.liu.se/pub/security/lsh/nettle-2.1.tar.gz Step 2. tar xvzf nettle-2.1.tar.gz Step 3. cd nettle-2.1 Step 4. ./configure Step 5. time make real 0m14.072s user 0m9.779s sys 0m2.994s Http Tunneling Steps: Step 1. wget http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz Step 2. tar xvzf httptunnel-3.0.5.tar.gz […]

Getting Started

Hello, My name is Celeste Allahar. I am currently a semester 6th student at Seneca College. I am excited to be working on the Raspberry PI Project as well as working with the open source community, where I will get a better insight on how the community works together. Week 1 Communication Lab 1. Sign […]