W3cyberlearnings - w3cyberlearnings.com - w3cyberlearnings - Recent changes [en]

General Information:
Latest News:
Category:PHP How To 10 Aug 2013 | 02:51 am
Created page with "PHP How to" New page PHP How to
Template:PHP 10 Aug 2013 | 02:51 am
Created page with "Category:PHP How To" New page [[Category:PHP How To]]
Php How to get a file extension 10 Aug 2013 | 02:51 am
Example 1: ← Older revision Revision as of 21:51, 9 August 2013 Line 17: Line 17: ?> ?> − + </pre> {{PHP}} {{PHP}}
Php How to get a file extension 10 Aug 2013 | 02:51 am
Created page with "==How to get a file extension in PHP== * You want to get a file extension by using PHP scripting language. ==Syntax== <pre> $ext = pathinfo($filename, PATHINFO_EXTENSION); </..." N...
Linux How to change to another user after you login 6 Aug 2013 | 11:45 pm
Created page with "==How to change to another user == *You have two accounts, and you want to change to another account after you login to your main account. *You can use '''su''' command line ..." N...
Linux How to create multiple folders 6 Aug 2013 | 07:43 pm
Example: ← Older revision Revision as of 14:43, 6 August 2013 Line 8: Line 8: $ls $ls $mkdir ae_e{1..3} $mkdir ae_e{1..3} + $ls + </pre> + ==Example 2== + *Crea...
Linux How to create multiple folders 6 Aug 2013 | 07:39 pm
Created page with "==How to create multiple folder== * You want to create multiple folder in Linux/Unix operating system. * You can use the '''mkdir''' command ==Example== * Create folder:ae_e1..." N...
Linux How to unlock user account 6 Aug 2013 | 07:35 pm
unlock user account: ← Older revision Revision as of 14:35, 6 August 2013 Line 8: Line 8: passwd: password expiry information changed. passwd: password expiry information changed. </pr...
Linux How to remove or delete file 6 Aug 2013 | 07:35 pm
Example 2: ← Older revision Revision as of 14:35, 6 August 2013 Line 29: Line 29: $ls $ls </pre> </pre> − [[Category:Linux_How_to]] + {{Linux How To}} [[Category:rm]] [...
Linux How to lock user account 6 Aug 2013 | 07:34 pm
Lock user account: ← Older revision Revision as of 14:34, 6 August 2013 Line 9: Line 9: passwd: password expiry information changed. passwd: password expiry information changed. </pre>...