Subscribe to RSS Feed

archived-LawSchoolBlog

Changes are a-comin’!

Aug 18th, 2009 by Vitali Berditchevski

My life and this blog are undergoing some massive changes. On the life front, I am moving the last of my stuff to London today and will be living there starting Friday. It’s scary, exciting and something new, so I’m really looking forward to it.

As for the blog, I feel like it has served its purpose. I originally wanted to use it to track (and have the world track) my LSAT studying and law school application process. With that behind me, I have been struggling to find a niche for the blog. I can’t really write about substantive legal issues because it is called “Law SCHOOL blog” (emphasis on “school” in my mind), and now that I’m in, there’s not that much to write about. I found myself spending more time on other people’s blogs (such as LawIsCool) than mine and I don’t like it.

With that in mind, this blog will be re-branded in the next week or so. The redone blog will give me greater flexibility to write about real legal issues as well as the everyday hapennings of law school.

Stay tuned!

Continue Reading »
0 Comments

O-Week!

Aug 7th, 2009 by Vitali Berditchevski

Got details for Orientation Week 2009 (aptly titled “Lawst at Sea”) in my email today. Looks like a ton of fun, basically a week of getting to know people and…*drum roll* drinking.

I also got my DSL service and blackberry. I’ll be moving to London after next weekend (so, week of August 17th).

Continue Reading »
0 Comments

Ordering a cell phone

Jul 30th, 2009 by Vitali Berditchevski

So I picked the cell phone and plan I was going to get and decided to get a Blackberry with a $15 email plan. Everything set, I sit down at the computer only to find that the $15 plan has mysteriously disappeared. I call the retailer whose website I was going through and find out that Bell “arbitrarily” pulled the plan this morning and nobody knows what’s going on. Leave it to Bell to pull something like this with no warning.

EDIT: The plan came back and I ordered my Blackberry this evening. Thanks to Bell for having a shred of common sense.

Continue Reading »
1 Comment

Major Geekage

Jul 27th, 2009 by Vitali Berditchevski

Note: Not for the faint of heart. If you have no idea what I’m talking about after the third line, you may want to stop reading. This has almost nothing to do with law school. I get side-tracked too sometimes. I’m writing this partly to remeber what I did to set the system up in case it crashes and I have to start over. Also, it might help some people.
————————————-

Who knew that setting up a phone would take almost two months and a heck of a lot of effort? But wait…this is no ordinary phone. This phone (with Toronto local area code 416) could be used anywhere in the world, it will tell you the weather, wake you up, wake you up by telling you the weather, make a suggestion on what to wear, cook breakfast…you get the idea (it can’t actually cook breakfast, but with some screativity, it can tell you what to wear).

The coolest thing is that the whole system costs $50 per YEAR (the cost of the phone number) and the price of an old computer (or a netbook in my case). You get unlimited incoming and outgoing calls local (416/647/905) calls and dirt cheap long distance if you so desire. Because this works over the internet, you can be in India, and 416 will still be local to you. In my case, I will be in London, and 416 will be local to me.

Hardware Requirements

  • Old computer, laptop or netbook (500MHz+, 512MB RAM, 2GB HDD is the minimum). I got a netbook to minimize power use
  • SD card in the case of a small HDD (if you have a large hard drive, you don’t need it…unless…keep reading)
  • VoIP ATA (connects your phone to the internet. I use a Linksys PAP2, $60 brand new). Alternatively, you can use a ZAP card, but that’s not what I’m doing.
  • A phone (yes, any old phone)
  • Router (obviously!)
  • An internet connection (or else you phone will not work!)

Software Requirements

These will be installed one by one:

  • GNU/Linux (Ubuntu 9.04 Server Edition is what I’m using)
  • Asterisk 1.4x
  • FreePBX 2.5.x
  • Apache, PHP, MySQL

Installing Linux

The first time I did this, I installed Linux to the 2GB solid state hard drive in my old eeepc 2G Surf netbook. However, by the time I installed all the above software, I used up 90% of the disk. I figure this is no good. I went out and bought a 4GB SD card, and when it came time to partition the disk, I chose the manual option and mounted “/” to “/dev/sdb0″ instead “/dev/sda0″. This ensured that Linux is installed on the network card, not the hard disk. I’m using the hard disk as swap space.

Advantages of using an SD card:
In my case, the advantage was clear: more memory. For those with bigger hard drivers, please consider the fact that an SD card:

  • Makes no noise
  • Makes no heat
  • Has no moving parts
  • Much more energy efficient

In any case, decide on what you need. If you do decide to install on an SD card, you may have to switch a setting in the BIOS and make your SD card slot the first boot priority. Do this if you get a GRUB error after installation.

Linux should be installed while the computer is plugged into the router with an ethernet cable. Wireless will not work and internet access is nice to have during the installation.

If installing the server edition of ubuntu, make sure to install the OpenSSH server, but do not install anything else.

After Ubuntu is successfully installed, it is a good idea to switch over the wireless (if you will be using it):

sudo nano /etc/rc.local

In that file, before “exit 0″, put in the following:

sudo iwconfig wlan0 essid “Your-Wireless-Network-Name”
sudo iwconfig wlan0 key s:YourWEPkey
sudo dhclient

If you are secured with WPA, search the internet on how to set it up under Ubuntu. If you are not secured, you suck and people will steal your internet connection. Take out the second line (the one that has the word “key” in it). But you should really secure your network. In case you are using a hex key, change the second line to “sudo iwconfig wlan0 key YourKey” (no need for “s:”).

Unplug the ethernet cable, reboot the computer and watch it connect.

Installing everything else

At this point, you can stop trying to type on a tiny netbook keyboard (or unplug the monitor from your old PC). Find out your server’s IP address (check the router config page) and use PUttY (google it, download it) to connect to your server. You now have a nice terminal window to work with on a full-size keyboard in a comfortable chair, instead of on the floor under a desk or wherever your server is.

The hard part of installing the software is actually done for us by some very nice people in the Ubuntu community. A script has been put together that will install Apache, PHP, MySQL, Asterisk, FreePBX, Zaptel drivers, and libpri. It can be found here: https://wiki.ubuntu.com/AsteriskScriptOnHardy. Make sure to follow the instructions.

Setting up your phone to be a phone, not just a heap of metal

Now, you must set up your phone system to function as a phone. I will not walk your through this because every setup is different. I am using a company called vbuzzer and it offers a lot of walkthroughs for setting up the phone systems. The walkthough for “trixbox one user” works great ;-) . The idea however is as follows:

call comes in -> asterisk decides which phone to send it to -> phone recieves it and rings
a number is dialed on a phone -> asterisk decides which phone company to use -> call is made

In my case everything is simple: I have one phone company and one phone (extension). All incoming calls go to my extension and all outgoing calls use vbuzzer. Poke around the freepbx pages, paying particular attention to extensions, trunks, outbound routers and inbound routes. Have fun!

Next Steps

Do the following (trust me):

cd ~
sudo apt-get install flite0-dev alien
wget https://sourceforge.net/project/showfiles.php?group_id=215136
tar -xzvf asterisk-flite-0.5.tar.gz
unlink asterisk-flite-0.5.tar.gz
cd asterisk-flite*
make
sudo make install
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/8/i386.newkey/asterisk-curl-1.4.22-2.fc8.i386.rpm
sudo alien -i asterisk-curl-*.rpm
unlink asterisk-curl-*.rpm
sudo apt-get clean
sudo amportal restart

This giver asterisk two basic tools that you can use in telephony: curl (download info from the web on the fly) and flite (a text-to-speech engine for interacting with the callers).

The next thing to start doing is reading this site. It offers all kinds of cool things that you can do with your spiffy new phone system. Look at “caller ID superfecta” (provides name caller ID, something that VoIP comanies don’t), “worldwide weather” (weather), “hotel style wakeup calls”, and anything else that looks interesting. If you have specific questions about your setup, don’t ask me, head over to the forums (freepbx forums, pbxinaflash forums, etc.).

A Note

If your computer is not “hot off the press” and contains no “weird” hardware, you can avoid all the hard work of installing Linux and all the software by downloading a copy of PBXinAflash. This is a full operating system with all the software pre-installed. However, you can’t do cool geeky stuff like installing to an SD card, you lose all the knowledge you can going by doing it all yourself, and if you have weird hardware (or a netbook), it simply won’t work.

Thanks for reading and have fun!

Continue Reading »
3 Comments

Noticed by Amicus Curiae

Jul 22nd, 2009 by Vitali Berditchevski

Sorry for the lack of updates over the last month, but there realy hasn’t been any moviement on the law school front. My apartment in London is now basically set up and I’m continually moving (non-critical, non-expensive) stuff in there. My goal is to be living in London full-time by mid-August.

I have also been asked to write a short column for Amicus Curiae, the UWO Law student newspaper, regarding issues such as why I chose law generally and Western specifically. This comes after the editor of that paper noticed my posts on this blog as well as on LawIsCool.

Hopefully the next update will take less than a month as things start moving at a slightly faster pace.

Continue Reading »
2 Comments

Got my tuition bill

Jun 27th, 2009 by Vitali Berditchevski

The tuition bill for Western for the year came in yesterday afternoon. I owe a little under $14,100. Not too bad, considering that UofT tuition is over $22,000 this year and most American schools are above $30,000. Paying that off next week and then I’ll be a registered UWO student!

Continue Reading »
4 Comments

Back to life, back to reality

Jun 24th, 2009 by Vitali Berditchevski

After a nice and relaxing vacation, I am back. I am happy to say that I have now read both books that were recommended by UWO for incoming law students. One contained general background information while the other had more specific tips for surviving law school (including how to prepare legal documents, do research, prepare for a moot, etc.).

I still haven’t recieved my tuition bill, which is a little odd. Hopefully that comes in soon, I want to be finished with paperwork ASAP.

I am also looking for contributors to lawschoolinfo.ca. If you’re interested, contact me (see the About page for info). Thanks.

Continue Reading »
1 Comment

LawSchoolinfo.ca goes live!

Jun 14th, 2009 by Vitali Berditchevski

LawSchoolinfo.ca went live yesterday! Although the content is not entirely finished, a substantial amount answering the most common questions is now available. The rest will be finished when I get back from vacation. Please check it out and let me know what you think. If another law student is willing to help me with the site, I would welcome that too. To contact me, check the “About” page.

http://www.lawschoolinfo.ca

Continue Reading »
0 Comments

Convocation tomorrow!

Jun 9th, 2009 by Vitali Berditchevski

Tomorrow at 5:00PM it all comes to a head: I get the diploma that I spent four years working toward. A shiny BBA to hang on my wall.

I also attended an honours ceremony yesterday where students on the honours list (including myself) were presented with certificates of accomplishment. I was pleased to find out that I am one of only 15 students in my Management program (about 230 people) to graduate with High Distinction.

With some luck, I will be able to replicate these successes in law school. For now however, I’m just happy to be done undergrad.

Continue Reading »
0 Comments

Recent Life Updates

Jun 3rd, 2009 by Vitali Berditchevski

Sorry for the lack of updates for a while. Last couple of weeks have been crazy between my job, planning for vacation, and pre-convocation stuff.

I got the letter in the mail a couple of days ago informing me that I am, in fact, graduating (with high distinction). Along with it came the letter informing me that I have been named to the Dean’s Honours List. This was a complete surprise and I’m very happy about it. Convocation is next Wednesday (June 10) at 5PM and if you’re bored, you can watch the webcast.

On Friday, I picked up the keys to my apartment in London and took another tour of Western. It is a beautiful campus and it will take me a while until I can find my way around it. Not much else new on the law school front.

I am also diligently working toward launching the website mentioned in my previous entry. I have about 60% of the content written up. The site will also feature a discussion forum for pre-law students. Target launch date is early or mid-July.

Lastly, I will be away from most social networking activities (including this blog) probably until the end of June. I am gone for four days this weekend, Convocation next week, and I’m in the Dominican the week after. I’ll be back home on June 23rd.

Continue Reading »
1 Comment

Twitter-er

    Twitter

    Follow Us!