Previously, the lowest resolution in which you could watch YouTube videos on your desktop PC was 240p. Now we have the option to watch it in 144p.
And everyone thought the trend was to go HD >.>
Lost my job as System Administrator at a call center. The reason for this purely personal for my ex-boss and her family. So I’m not going to touch those details. This blog post will be about the things I did and learnt there.
The maintenance job
When I was hired, the network and Windows domain was already setup by the previous SA. I had to do the maintenance: checking if all PCs were operational and were able to make calls through them.
Setting up an Apache server
I had setup an Apache server so that foreign clients could access the local files. Of course, the directory had to be password protected.
The proper port had to be configured in the router so as requests on port 80 would be redirected to the Apache server.
Setting up DynDNS
The company was using Emtel wimax 2 mbps connection. The IP address was dynamic. Negotiating with Emtel to get a fixed IP was taking a long time. So I resorted to DynDNS. It did the job kinda well.
Adding more PCs to the existing domain.
As the company grew, i has to add new PCs to the domain.
Had to create users on the Windows 2003 server. Then configure the Windows 7 clients to have a static IP with the DNS pointing to the server.
Shared planning spreadsheet
The agents were sharing a piece of paper to record their meetings. So i made a shared excel document which everyone could open at the same time to write in their datas.
Moving recordings to new Hard-Drive
Space was not enough on the Hard-Drive to store recordings of call. I had to migrate the recording to a new drive while keeping the network path the same. I did the transition during the night using RDP (Remote Desktop Protocol) so as the operation would run as smoothly as possible.
Plans i had in mind for the future
I was planning to write a VoIP program which would be using a database rather than the caller agents have to manually copy/paste the numbers to be dialed from an Excel sheet to a VoIP app. The recordings audio files would have been stored in the database. The operation manager could “validate” calls and hence the recordings would have been available on the internet automatically. But unfortunately i lost the job.
Anyways, i might have done tiny jobs but i learnt lots of things. Learning is what’s important in life. 😉
Had a long time obsession with code versioning systems. Back in college times, I had seen the MyBB team work using SVN and Redmine. It was amazed by the workflow and issue tracking system: how each bug was reported and a developer would submit a patch to solve the issue.
I had started to read about SVN but then everyone on the web started switching to Git. It made me kinda sad everyone was bashing SVN. Then i started looking into Git systems.
Setting up of the Git server
– Making sure SSH server (openSHH) is installed.
– Created a new user “git” on my laptop
– Disallowed access to shell for the user “git” as it could be dangerous.
– Created a link to the TickVen.git folder inside the home directory of user git so that i won’t have to share the real path to the project with the public (security! 😉 )
– Opened port 22 on my router
– Done 🙂
I’m soo happy to be able to have done this. Now collaborative coding with my team mates would be hopefully much better and enjoyable. No need to go through the pain of manually merging codes. 😉
Ministers say they have injected lots of money in draining systems. Money is not everything! In that case each country would have only a Finance minister who has the job of only injecting money.
But money controls the world. Inject money into project X in-front of the media then steal it from the back stage instead of planning and coordinating the projects..
Ministers allow commercial projects to be built upon ponds and marshy lands. Are there “land” left on our island where water can be absorbed? Our lands are being sold.
e.g. La Patinoire at Curepipe. There was a pond there. But they built an artificial river there that has concrete bottom.
Water are made to be evacuated quickly when it rains while in summer we crave for water. -_-
While natural calamities do happen, we must do our best to confront them.
Finally made the switch today. The switch was not as easy as 1,2,3.
Firstly, Kubuntu’s USB disk creator doesn’t burn openSUSE’s .iso to pendrives directly. Had to buy a DVD then install from it.
WiFi
Once installed, connecting to my wireless router was a bit tricky. When opening the network widget in the taskbar, it doesn’t detect the networks automatically
Had to go to YaST control panel then enable networking from there.
Postgresql
Getting postgresql was a bit of a pain to get it working. It is not as automatic as in Kubuntu. Had to follow this guide to get it working:Â http://sourceforge.net/projects/epgsql/files/
Then had to uncomment some lines in postgresql.conf such as port number etc.
Now, as i got postgres working, i need to continue working on my project. Later will have time to post more about the system itself. Hope i didn’t make the wring decision by the switch *fingerscrossed* 🙂