Tuesday, March 30, 2010

Linux File Permissions

Three types of access:
  • Read - Denoted as r, files with read access can be displayed to the user.
  • Write - Denoted as w, files with write access can be modified by the user.
  • Execute - Denoted as x, files with execute access can be executed as programs by the user.

Three types of user group:
  • User - The owner of the file.
  • Group - Other files which are in the same folder or group.
  • World - Everyone else.

Monday, March 29, 2010

Smallville Season 9 Episode 11

Taylor Swift - You Belong with Me

How to join network workgroup in ubuntu

Code:
sudo gedit /etc/samba/smb.conf
Code:
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = workgroup
change what workgroup = to what you want it to be.

Thursday, March 25, 2010

delete orders feature in magento admin

http://www.magentocommerce.com/extension/873/delete-orders/

Monday, March 22, 2010

Manually Add Product Manufacturer in magento

1. Add manufacturer_id in catalog_product_entity_int (using script)
2. Update the catalogsearch_fulltext (using script)

FORMAT
[SKU] [MANUFACTURER] Enabled None [BRAND] [NAME] [PRICE]

3. Update catalog_product_flat_1 (admin panel)
- manufacturer
- manufacturer_value
4. Update Product Attributes (admin panel)

Tuesday, March 16, 2010

my backpack

http://riagudito.backpackit.com/

Monday, March 15, 2010

america 3d

http://www.vpike.com/

Tuesday, March 9, 2010

unclean shutdown in ubuntu

example unclean shutdown for /dev/sda2
- run

root ~ # fsck /dev/sda2
fsck 1.38 (30-Jun-2005)
e2fsck 1.38 (30-Jun-2005)
/dev/sda2 have system errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
/lost+found not found. Create? y
.
.
.
.
.
/dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda2: ***** REBOOT LINUX *****

root ~ # init 6

-----------blue graphic error screen appears\
devian login: username
password:

ria@devian:~$ init 0

-----------turn on your computer

Hurray! its working!

Wednesday, March 3, 2010

Partitioning and Formatting Second Hard Drive - (ext3)

http://www.idevelopment.info/data/Unix/Linux/LINUX_PartitioningandFormattingSecondHardDrive_ext3.shtml

Tuesday, March 2, 2010

MAGENTO: How to display additional information in catalog product list



Std Package: getStdPkgQty() ?>


Minimum Order: getMinimumOrder() ?>