Nvidia launches second generation of portable gadget Tegra processors Qualcomm ships its first dual-core Snapdragon chips Announced at the Computex 2010 trade show in Taiwan, the third generation Snapdragon chip sets has two application processor cores running at up to 1.2 gigahertz. The names for the new Snapdragon chip sets are the Mobile Station Modem …
New Web Note
Additional References http://paulbradley.tv/38/ BASH – GNU Project BASH reference manual TAR – GNU Project MIME::Lite Module
Starter Reference for Ubuntu Users
Here is a blog post I have referred to a number of times recently in my adventures with Ubuntu. Synaptic? deb? sudo? apt? Damn! I still remember when I first installed Ubuntu (my first encounter with Linux). But God bless Google, Ubuntu Forums, a few other resources and Blogs. Things became easier than I thought. …
Using git. A few git tutorials from around the internets
You may wish to check the git tutorial or Jeff Garzik’s Git tutorial before reading further. There’s also a very comprehensive guide to advanced git usage (“branch wizardry and git grandmastery” ; ) called Git Magic available; despite the name it also addresses Basic Trickery for the beginner’s needs. See also “Git – SVN Crash …
Continue reading “Using git. A few git tutorials from around the internets”
How to add a user to the sudoers list
How to add a user to the sudoers list Believe it or not, this is a fairly common question and in all reality the answer is quite simple. Adding a user to the sudoers list on a fully installed Linux system such as Debian is only possible via the command visudo. Users in the sudoers …