1,545 reputation
714
bio website
location
age
visits member for 2 years, 4 months
seen May 21 at 9:12
stats profile views 105

Dec
27
comment How to create a user with root privileges in bash?
For 12.04 (Precise) and newer: The default group for root privileges is sudo but admin will work too. However, new installs won't have the admin group created at all.
Jun
12
comment What Can Be Done To Secure Ubuntu Server?
#9: No, ramdom passowrds are bad, the key is in the length, ie. "D0g....................." is stronger than "PrXyc.N(n4k77#L!eVdAfp9". Explanation at explainxkcd.com/2011/08/10/password-strength
May
3
comment Can I use linux safely and sell on ebay?
Add-ons on the Mozilla sites are verified but read the add-ons's terms of service and privacy police if it provides a service (eg password sync).
Apr
14
comment Are there any specific reasons for not including Google Earth to the partner repository?
GE was the only one that wasn't in Google own repository. It's now there but it has over 25 dependencies including build-essentials which made me think that it even isn't a proper package.
Jan
10
comment Netbook Remix 10.04 to 10.10 upgrade using alternate iso
By accepting your own answer as the best answer; there should be a green accept link/icon on the left hand side of the question.
Oct
31
comment Screen brighness control doesn't work on a Samsung Netbook NN150Plus
Note for moderators: This question has already been asked in question 67262. While, the HW isn't exactly the same, it's caused by the same bug and thus has the same workarounds.
Oct
31
comment Samsung N135 Brightness won't stop cycling after 11.10 upgrade
Note for moderators: This question has already been asked in question 67262. While, the HW isn't exactly the same, it's caused by the same bug and thus has the same workarounds.
Oct
29
comment How can I play encrypted DVD movies?
Sorry for the delay but I had major issues with internet. The Ubuntu Community Documentation [1] states: "Legal Warning: Check with your local laws to make sure usage of libdvdcss2 would be legal in your area." For example, VLC's website [2] says that using libcss is legal in France but "In the USA, you should check out the US Copyright Office decision [3] that allows circumvention in some cases." [1]: help.ubuntu.com/community/RestrictedFormats/PlayingDVDs [2]: videolan.org/legal.html [3]: copyright.gov/1201
Sep
12
comment How good are the open-source Nvidia drivers (Nouveau)?
I guess that the 3D has been enabled in Oneiric then. Good news!
Jun
25
comment What could be a reason for `.bash_profile` and `.bashrc` not to execute the exports?
Please be advised that setting ld_library_path in .profile, /etc/profile or /etc/environment doesn't work due to bug 366728 ( bugs.launchpad.net/bugs/366728 )
Jun
25
comment How can I integrate Dropbox with PCManFM?
Not sure if Ask Ubuntu is the best place to ask support for Dropbox - use their forums instead!
Jun
25
comment Install Ubuntu One on *ubuntu
@Oxwivi: That control panel has a GUI...
Jun
24
comment Is there a folder in my home directory where I should put my scripts so they are available from any directory?
You don't have to hardcode your username, the following works too: PATH="$HOME/bin:$PATH"
Jun
24
comment How to work on *.php pages without LAMP
Mysql isn't usng rc.d anymore but uses upstart instead!
Jun
3
comment How do i install Libreoffice 3.4?
The v.3.4 has just become stable today. It will be added to the PPA soon (that PPa is for stable releases, so betas won't be added to it).
Jun
3
comment How do i install Libreoffice 3.4?
The repository can be enabled with one command which takes care of the signing key too: sudo add-apt-repository ppa:libreoffice/ppa
May
13
comment My system takes too long to boot is there a fix?
Please answer your own question and accept it - I see that you've solved your issue at ubuntuforums.org/showthread.php?p=10782711. Btw there's already a bug report at bugs.launchpad.net/bugs/781591
May
9
comment SMART failure predicted on Harddisk after ubuntu installation on my laptop
Looks like a bug if you didn't get the error message in Maverick.
May
4
comment how to stop apache2, mysql from starting automatically as computer starts?
@Rahul: You get the error as both the echo and the update-rc.d need to be run with sudo.
May
4
comment how to stop apache2, mysql from starting automatically as computer starts?
The echo command will need sudo too.