Submitted by anto on Sat, 04/23/2016 - 03:05
I had this particular case of adding a git repository to multiple servers - one, GitHub, and the other running GitLab.
The code was already being pushed to my GitLab server, when a client wanted the code to be pushed to the development branch of a project in his GitHub account.
This is what I did to get it working:
(Ref.: http://stackoverflow.com/questions/849308/pull-push-from-multiple-remote...)
Submitted by admin on Sat, 04/09/2016 - 10:28
To install Epson CX5500 scanner driver in Ubuntu, they have made a utility called "iscan" / "ImageScan! for Linux".
You can download the latest version from some of Epson's global sites (Use the steps towards the end of this article to see how I navigated through their numerous archives).
Submitted by admin on Mon, 10/05/2015 - 06:04
This is how I normally set up my local Drupal development machines after a fresh Ubuntu 14.04 LTS (desktop/MATE edition) install.
1. Install required packages
From Terminal, execute the following command to update the repository information and to get the system up-to-date:
sudo apt-get update
sudo apt-get upgrade
Next, install some basic necessities:
Submitted by anto on Tue, 07/21/2015 - 06:54
The Sony Ericsson Xperia Arc S LT18i, an excellent phone of its times, is still a pretty decent phone to live with with all that Sony goodness in it.
The only sadness is that the item is out of support - both on the software as well as hardware sides, primarily because Sony and Ericsson parted ways.
Submitted by admin on Sat, 07/18/2015 - 13:12
The Motorola XT1068, or the Moto G 2nd generation (2014) as it is more commonly known, is a wonderful Android device that brought a lot of Google goodness - both in design and performance - in a very fairly priced Android phone for the masses.
And this phone has been seeing very fast OS update cycles - almost as quick as Google's own Nexus series. And for this reason, this phone has found quite a lot of love in the fan circles, which results is a lot of great user-generated documentation for all kinds of user scenarios.
Submitted by admin on Sun, 04/12/2015 - 18:59
Here is the procedure that I normally follow for installing and configuring a fresh Ubuntu 14.04 server to host multiple Drupal websites:
Login as root, and run the following commands:
apt-get update
apt-get upgrade
apt-get autoremove
shutdown -r now
Add a new user to host the Drupal websites:
adduser USERNAME
Grant sudo permissions.:
sudo usermod -a -G sudo USERNAME
Then login as that user, and run the rest of the steps listed below.
Install latest git from official PPA:
Submitted by admin on Thu, 03/05/2015 - 19:33
This documentary is such an important message to the whole of India.
Why then, my dear Government, are we trying to hide it from the eyes and ears of our public?
This crime charge is not just upon those rapists. It is also upon the way we failed, as a society, to educate them into men who knew how to treat women.
Let us not be afraid to face our worst crimes.
Let us watch, listen, ponder, share and teach ourselves the history of this crime and every other.
Submitted by admin on Mon, 01/12/2015 - 05:01
Dear people who have been laid off,
I know this layoff has come as a big shock to your lives. Some of you seem to have crossed even 10 years at TCS. Some of you trusted them so much.
But when companies have grown so huge, it is quite difficult for the decision makers so high in the pyramid to think about the people so way below them personally. For them it's more of just a profit-loss decision that they have to take, even though they know they will have to face much pressure from the people who have been affected.
Well, this is quite the reality elsewhere.
Submitted by admin on Mon, 11/10/2014 - 16:43
Though this fix was tested on an MSI X320 running Ubuntu 14.04, it should work fine on most other Poulsbo based devices. Please let me know your device make, model, if it did / did not work for you.
Just run this command in Terminal:
sudo echo "options snd-hda-intel position_fix=1" >> /etc/modprobe.d/alsa-base.conf
Then restart for the settings to apply.
Submitted by anto on Mon, 11/10/2014 - 04:03
NOTE: Though this was originally tested on an MSI X320 laptop running fresh Ubuntu 14.04, it should work fine for other Ubuntu/LinuxMint versions as well.
If you used this fix on some other model/make, please let me know the result, and your laptop model/make using the Comments box below. Thanks!
Step 1:
First, run the following commands in Terminal to add the necessary blacklist lines:
Pages