Geek or Nerd, which are you?

Cool infographic. Geek or Nerd, Which are you?

See next page for the full infographic.

read more

Clean Your Apps Permissions. mypermissions.org

I always find it hard to remember which apps have access to my social networks.

Found something handy today,  mypermissions.org helps you with that. It provides you with direct links to you app permissions pages. For now it covers the main 8 social network seen in the picture above.

If you like the page and want to reminded to come back often, don’t forget to set a reminder at ifttt.

RM 1 Burger King French Chicken Coupon

From 19 December 2011 till 8 January 2012 enjoy BK’s French Chicken burger at RM 1 when used together with any value meal. Just print the coupon and present  it at your nearest BK.

Source: Delirium

How to install Google Music Manager on Fedora 16

I’ve been using Google’s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google’s Music Manager. I’m running Fedora 16 now and here’s I got Google Music Manager running on it.

1. Get into your home downloads directory.
# cd ~/Downloads
2. Download the Google Music Manager rpm.
64bit:
# wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm
32bit:
# wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm

3. Satisfy the dependencies. Install the qt-x11 package.
# sudo yum install qt-x11
4. Install the Google Music Manager package.
# sudo yum localinstall google-musicmanager-beta_current_x86_64.rpm

Possible error; make sure you have qt-x11 installed.
[danesh@pandora ~]$ google-musicmanager
/usr/bin/google-musicmanager: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory

How to get Hard Disk Details on Linux

Here’s a quick way to find out more about your hard disk. You can get the serial number, part number, firmware level, size and much more. Just see the sample below.
hdparm -I [device]
hdparm -I /dev/sda
[danesh@pandora Movies]$ sudo hdparm -I /dev/sda

/dev/sda:
ATA device, with non-removable media
Model Number: WDC WD2500JS-75NCB3
Serial Number: WD-WCANKF265386
Firmware Revision: 10.02E04
Standards:
Supported: 7 6 5 4
Likely used: 8
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
--
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 488281250
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 238418 MBytes
device size with M = 1000*1000: 250000 MBytes (250 GB)
cache/buffer size = 8192 KBytes
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 16 Current = 16
Recommended acoustic management value: 128, current value: 128
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* Host Protected Area feature set
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
Power-Up In Standby feature set
* SET_FEATURES required to spinup after power up
SET_MAX security extension
* Automatic Acoustic Management feature set
* 48-bit Address feature set
* Device Configuration Overlay feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Native Command Queueing (NCQ)
* Host-initiated interface power management
* Phy event counters
DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
* SMART Command Transport (SCT) feature set
* SCT Long Sector Access (AC1)
* SCT LBA Segment Access (AC2)
* SCT Error Recovery Control (AC3)
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
unknown 206[12] (vendor specific)
Security:
Master password revision code = 65534
supported
not enabled
not locked
frozen
not expired: security count
not supported: enhanced erase
Checksum: correct

Hope it comes in handy for you. Know a better way? Please share

Page 1 of 15912345»102030...Last »
© 2008-2009 The Danesh Project
Powered by Wordpress and made by Guerrilla. Best viewed in Mozilla Firefox