Skip to content

PHPCodez

Search
  • PHP
  • Magento
  • Javascript
  • HTML
  • My SQL
  • Functions
  • WordPress
  • Plugins
  • Joomla
  • Linux
  • jQuery
  • Profile
  • comments

Tag Archives: Linux

Linux

Command to restart apache – ubuntu Linux

April 30, 2011 Pramod T P Leave a comment

sudo /etc/init.d/apache2 restart

ApacheLinuxUbuntu
Linux

Command to install apache – Ubuntu linux

April 30, 2011 Pramod T P Leave a comment

sudo apt-get install apache2

ApacheLinuxUbuntu
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

Posts navigation

← Previous 1 … 14 15 16 Next →

Beginners' Guide

Recent Posts

  • Upstream sent too big header while reading response
  • Navigate to a Folder from Any Location by Typing a Letter – Linux
  • Magento 2 Admin Content Deployment
  • React vs next JS
  • Disable CAPTCHA Magento 2 Admin Login
  • Difference Between composer.json and composer.lock Files
  • Magento 2 Regenerate URL Rewrites Manually For Categories
  • Magento 2 Regenerate URL Rewrites Manually for Products
  • composer self downgrade

Recent Comments

  • beats solo 4 on allow_url_include
  • Hairstyles on php end of line
  • penipu on cgi.force_redirect
  • lumi777 link alternatif on cgi.force_redirect
  • Beauty Fashion on mysqldump create table if not exists

Categories

  • .htaccess (32)
  • Ajax (4)
  • Apache (43)
  • AWS (11)
  • Cookie (4)
  • Database Model (9)
  • Design Pattern (9)
  • Filter (27)
  • General (187)
  • HTML (5)
  • IP.Board (1)
  • Javascript (99)
  • Jetty (3)
  • Joomla (17)
  • jQuery (63)
  • JSON (3)
  • JSP (1)
  • Linux (125)
  • Magento (371)
  • My SQL (74)
  • nginx (4)
  • OOPs (12)
  • Payment Gateway (1)
  • PHP (1,005)
  • Plugins (11)
  • Prototype (1)
  • session (5)
  • Socialengine (1)
  • SQL (69)
  • SVN (17)
  • Uncategorized (11)
  • Vbulletin (11)
  • Wordpress (89)
Proudly powered by WordPress