Pramod T P

Search
Skip to content
  • Home
  • PHP
  • WordPress
  • Linux
  • Magento
  • My SQL
  • Profile
  • comments

Monthly Archives: April 2011

Linux

Command to install lamp – ubuntu Linux

April 30, 2011 Pramod T P Leave a comment
sudo  tasksel
lampLinuxUbuntu
Linux

Linux command to find out virtual memory PAGESIZE

April 30, 2011 Pramod T P Leave a comment

getconf PAGESIZE

OR

getconf PAGE_SIZE

Linux
Linux

Linux command to check memory usage

April 30, 2011 Pramod T P Leave a comment

free -m

Linux
Linux

How to move a directory / folder

April 30, 2011 Pramod T P Leave a comment

mv source_dir des_dir

Linux
Linux

How to copy a directory / folder

April 30, 2011 Pramod T P Leave a comment

cp -r source_dir sest_dir

Linux
Linux

How to remove/delete a directory / folder

April 30, 2011 Pramod T P Leave a comment
rmdir dirName
rm -r dirName
rm -ir dirName
Linux
Linux

How to create a directory / folder

April 30, 2011 Pramod T P Leave a comment

mkdir dirName

Linux
Linux

How to change permissions for a file/folder in Linux?

April 30, 2011 Pramod T P Leave a comment
It can be done with the help of CHMOD command

chmod [OPTION] MODE  FILE/DIR-NAME.
eg : chmod -R 777 file/fir-name
Linux
My SQL

Linux command to export a database – MySQL

April 30, 2011 Pramod T P Leave a comment
mysqldump -u USERNAME -p DATABASE-NAME > test.sql
LinuxMySQL
Linux, My SQL

Linux command to import a database – MySQL

April 30, 2011 Pramod T P Leave a comment

mysql -u USERNAME -p -h localhost DATABSENAME < sql-file-name.sql

LinuxMySQL

Posts navigation

← Previous 1 2 3 … 12 Next →

Zend | Magento Certified PHP | eCommerce Architect

For Latest Updates
Visit phpcodez.com

Categories

Recent Posts

  • Regular expression
  • preg_match
  • Redirect root domain to a subdomain .htaccess
  • Redirect root domain to a subfolder .htaccess
  • Force SSL htaccess
April 2011
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Mar   May »

Recent Comments

togel online's avatartogel online on How to terminate the current s…
business funding's avatarbusiness funding on compare two strings – ja…
unsecured loans uk's avatarunsecured loans uk on Function to add an element int…
treating back pain's avatartreating back pain on Submit HTML form to pop up pag…
Pura Cleanse's avatarPura Cleanse on Add the block "Based on y…
  • RSS - Posts
Create a free website or blog at WordPress.com.
Pramod T P
Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Pramod T P
    • Already have a WordPress.com account? Log in now.
    • Pramod T P
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...