RSS

Author Archives: aurichie

iOS 6.1.3 released

iOS 6.1.3 is available now directly from your device using Software Update, or you can obtain it using iTunes sync. The changes are:

  • Fixes a bug that could allow someone to bypass the passcode and access the Phone app.
  • Improvements to Maps in Japan.

Not very exciting but the passcode bypass fix is a big one for me.

 
Leave a comment

Posted by on March 19, 2013 in Apple, iOS

 

Tags: , , , ,

How to grant a user account access to sudo on CentOS

By default, new user accounts do not have access to use sudo command on a CentOS system. You have to manually add the users or their user group to the ‘/etc/sudoers file’. I do this as follows:

  1. nano -w /etc/sudoers
  2. Scroll down to the section ## Allow root to run any commands anywhere
  3. Below the root entry line I enter: blogchampion ALL=(ALL) ALL
  4. Save

User ‘blogchampion’ now has access to use the sudo command.

You can also add all users within a particular user group to have sudo permissions. I do this as follows:

  1. nano -w /etc/sudoers
  2. Scroll down to the section ## Allows people in group wheel to run all commands
  3. Below the %wheel entry line I enter: %bloguser ALL=(ALL) ALL

Now all users belonging to the bloguser user group have access to use the sudo command.

You probably also want to force users to use the root password when using sudo. See the post How to make CentOS ask for the root password with sudo for instructions.

 
Leave a comment

Posted by on March 19, 2013 in How to, Linux

 

Tags: , , ,

How to make CentOS ask for the root password with sudo

When you add a user to the ‘/etc/sudoers’ file, by default that account will be prompted for their user account password when using sudo. But it is far better to force the use of the separate root password for these requests. You can accomplish quite simply by adding a rule to the /etc/sudoers file.

  1. nano – w /etc/sudoers
  2. Scroll down to the section “# Defaults specification” and below that line enter: Defaults    rootpw
  3. Save the file.

Now when a user account tries to use the sudo command, they will be prompted for the root password.

 
Leave a comment

Posted by on March 19, 2013 in How to, Linux

 

Tags: , , ,

My links to Buenos Aires, Argentina

Here is a link dump from my ancient old bookmarks file relating to restaurants, groups, services and people that I have encountered during my many business visits to Buenos Aires, Argentina. I have many more links to add, and I will try to update this post in the near future to be a lot more comprehensive.  Read the rest of this entry »

 
Leave a comment

Posted by on February 23, 2013 in Travel

 

Tags: ,

iTunes could not copy “track” to the iPod because the file could not be converted

I have an iPod Nano I was trying to load up with some favourite tracks from artists I like. The Nano only has 16GB of storage, and I’m using about a third of that space already to manage podcasts. So I’m using the iTunes option to “Convert higher bit rate songs to 128 kbps” AAC to get as many songs on the device as possible.

This worked well for all but three of the tracks in my library where I was presented with the cryptic error message:

iTunes could not copy “Crazy Little Thing Called Love” to the iPod because the file could not be converted

Read the rest of this entry »

 
Leave a comment

Posted by on January 24, 2013 in Apple, How to, iTunes

 

Tags: , , , ,

 
Follow

Get every new post delivered to your Inbox.