Some Background Online Git Hosting vs. Local Bare Repos So you work very well using Git in your own PC and looking to get a couple of people in your local network to join with you in the project? There are couple of options available to you here: you either can initialize a bare Git repository for your project in ...
“Ghost” is the newest player in the field where blogging platforms compete. It’s creator John O’Nolan’s blog post explains why he saw the need for a new platform. Basically, he created Ghost because his ex-favorite blogging platform WordPress is no longer just a blogging platform. He still loves WordPress as a platform on which advanced websites can be created, including blogs, ...
Today at work, I had to create a SQL query that’d insert some rows to a MySQL table. The rows are not user generated, they are dynamically created through several SQL queries. The results of the queries should be entered to a separate table, unless if they’re already inserted. Imagine there’s a table called “library_lending”, which looks like the following. ...
I bought my current smartphone Sony Xperia P on 1st December 2012 (Thanks Facebook Timeline!). Since then I have made a good use of it. It helps me to read mail, check-in to places, take photos, send and receive text messages, make calls and everything that a smartphone would do. However, I have noticed that I have never used some ...
Remember the time I wrote about how Mobitel won’t tell me the correct details about Plum Switch, instead their Matara branch, twitter account and customer care told me different things? Well, sadly, that time of the year has come again! Without any ado, here’s the email I sent to info@mobitel.lk: “Hi, I converted my prepaid voice connection into a postpaid one ...
In the world of Android, there are many devices for us to choose from. Google develops the core OS and then various device manufacturers take that, modify that to fit their various phones and tablets, (and phablets), and then release it to the market, leaving customers with large number of choices. Having a huge and diverse market like this ...
Are you a heavy Internet user with multiple devices, who can’t use a wireless router because you’re often moving or residing in some other place than where your fixed Internet connection is? Do you have to buy and maintain several mobile Internet connection because you can’t use a single connection for multiple devices at the same time? Plum Switch ...
“Facebook Home” – Facebook’s “New Home on Android”. Facebook announced “Facebook Home” their “new home on Android” on 4th April. No one productive will use it. What is Facebook’s “new home on Android”? Simply put, it’s a home screen replacement for Android devices, in which updates from Facebook dominates rather than your apps. This is the promotional video Facebook ...
Most of us really don’t know what happened to our hard earned money at the end of the month. Do you really want to learn where your money goes hiding? I didn’t know either. But now I do, and I can now make decisions before making another expense, and I can know how much money I’ve got in bank and pocket ...
The Plum Switch (http://www.plum-mobile.com/models/switch) is a great mobile phone + USB dongle + WiFI hotspot and Mobitel sells it here in Sri Lanka. I wanted to buy one and contacted @MobitelSriLanka in Twitter. After a long conversation I found out that it is network unlocked and available for 9,990LKR. However, just to double check, I called Mobitel Customer Care and ...
We, the members of Team|RCMweb did another live webcast of Rahula College‘s cricket bigmatch. The big match was played in Moratuwa De Soysa Stadium, with Pannipitiya Dharmapala College. The match ended in a draw. This time, Team|RCMweb collaborated with Dharmapala Web TV (The web TV unit of Dharmapala College), and Event Media (The video production team.). The match was webcasted parallel ...
Although both Ubuntu and Android are OSs using the Linux kernel, most of the software developed for managing Android devices from PCs, are either for Windows or for MacOS. There doesn’t exist any application for Ubuntu – that I know of – that can manage media, text messages, and other content in an Android device. Even the ways of sharing ...
Last 11th, we – senior members of Team|RCMweb – conducted a seminar on ICT for Grade 10, 11, and 12 students of Rahula College. It was an idea of Udith. Although it’s been several years since he left the school, the genuine love he has for the school hasn’t faded away at least a bit. He is greatly concerned that ...
I ordered a Bluetooth Keyboard with Touchpad from eBay, so that I can connect it to my Sony Xperia P through the USB On-The-Go cable I bought recently. The main reason I wanted a keyboard with a touchpad, is that I can only connect one device to my Sony Xperia P through the USB OTG cable. Due to that reason, I ...
My Sony Xperia P supports the technology called “USB OTG“, which stands for “USB On-The-Go”. This technology allows devices to act as hosts and connect to other devices through USB cables. Since the moment I got to know that my phone has the ability, I wanted to give it a try, so I ordered a cable from eBay. This is ...
Google have made a doodle for Sri Lankan Independence Day, which is a good thing. But seems like some of the Sri Lankans I saw in several social networks are disappointed about the fact that the doodle is limited to only Sri Lanka. The fact that we should understand is that Google has been making country specific doodles since a ...
When we started developing software systems at Sanmark Solutions, we always felt the need to have a proper issue tracking system. So I read about, downloaded, installed and tested many of the well reputed issue tracking systems such as BugZilla, MantisBT and few others. But finally WebIssues was the solution! BugZilla didn’t want to run with our favorite Apache+MySQL+PHP setup, ...
Earlier, I blogged about how to clone a Git repository from Windows to Linux through a local network. Now, I think it’s necessary that I should write something about the other way around, which is cloning a Git repository in a shared directory of a Linux machine to a machine using Windows. This is how to do it: Step ...
Working on a project at Sanmark Solutions, I encountered a situation where I needed to clone a Git repository placed in a shared directory in a Windows machine into a working directory in a Linux machine. First I tried to do it with SSH, but I wasn’t successful. I guess that’s because I am not much experienced with that protocol. ...