Posts

Network design management ( 19 Sep. 2012 )

Different password relating commands were discussed All commands are in slides ( 1 &2 ) Click here for slides

B.P. ( 19 Sep. 2012 )

Nine knowledge Areas 1)       Process modeling 2)       Process analysis 3)       Process design 4)       Process measurement 5)       Process transformation 6)       Business Process management 7)       Enterprise process management 8)   Process organization 9)   ..

Linux O.S. ( 18 Sep. 2012 )

Today’s topic is Understanding to Linux terminal Terminal/shell prompt / Linux prompt is command line of linux To open terminal in gui in suse press    Ctrl + alt + f7 To go to first terminal Ctrl + alt + f1 To go to 2 nd   terminal Ctrl + alt + f2 . . . To go to 6 th   terminal Ctrl + alt + f6 Root is super user in linux or like windows admin. /root is home directory of root user “   #   “ this sign Shows user is normal user “   >   “ this sign Shows user is normal user “    ~    ” this sign represents user’s home directory To delete Linux                                    rm –rf /directory name in which linux is To check computer name            ...

Network design management ( 18 Sep. 2012 )

NVRAM             Startup configuration is saved in it. NVRAM (nonvolatile RAM), is used to store the router's startup configuration file. It does not lose data when power is switched off. So the contents of the startup configuration file are maintained even when you switch off or restart the router.   Routers Modes Ø   User   Mode – router > Ø   Privileged Exec Mode -- Router # Ø   Global configuration   Mode – Router (config) # Ø   Interface Mode -- router (Config-if)# Ø   Software used for labs “ Cisco packet tracer ” Diffrent commands like IP assigning , configuration , saving configuration were discussed  Ø   All commands are in slides

B.P. ( 18 Sep. 2012 )

Types of processes         Core process /primary process         Non-core process/ support process/secondary process         Management process

Database Administration ( 17 Sep. 2012 )

Following commands were discussed Drop user ahmed         to delete ahmed user Creat user ahmed identified by abc1234 default users temporary tablespace temp quota 100m on users                              to assign 100mb of tablespace to user ahmed Grant creat session session to ahmed Grant creat table to ahmed Grant unlimited tablespace to ahmed Create role enduser Grant create session enduser Grant create table enduser Grant enduser to ahmed Grant dba to ahmed Select * from user_resource_limits; Alter user student identified by abc12334 Alter user student account lock;                      to lock student user Alter user student account unlock;       ...