This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
day_1_2_and_3 [2013/05/31 09:15] sandeep |
day_1_2_and_3 [2018/03/24 11:13] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | =====Presentations===== | ||
| + | |||
| + | - {{:sesion1.pdf|}} | ||
| + | - {{:session_distro.pdf|}} | ||
| + | |||
| =====Tasks===== | =====Tasks===== | ||
| ====Day 2 Tasks==== | ====Day 2 Tasks==== | ||
| === 1.2 Day 2 === | === 1.2 Day 2 === | ||
| + | | ||
| Desktop Environments like Gnome, gnome-shell, KDE. | Desktop Environments like Gnome, gnome-shell, KDE. | ||
| Basic Administration | Basic Administration | ||
| File system hierarchy( /etc, /proc etc..) | File system hierarchy( /etc, /proc etc..) | ||
| User management ( user, superuser) | User management ( user, superuser) | ||
| + | process management | ||
| + | | ||
| | | ||
| Package Management | Package Management | ||
| Line 16: | Line 23: | ||
| Install Any Gnu/Linux OS using Virtual Box. | Install Any Gnu/Linux OS using Virtual Box. | ||
| + | Imagine a new user being created on a GNU/Linux computer. Please explain the file system in context to this user and how can he utilise the filesystem and suggest a best way of organising his files in pre-existing folders in the operating system. | ||
| + | Experiment with different file systems(ext3,ext4,reiserfs,xfs) | ||
| + | Practise following commands using various options: | ||
| + | ps, cat, diff, ls, top, htop etc.. | ||
| + | Create 4 partitions in a pendrive using following tools and commands | ||
| + | -fdisk | ||
| + | -gparted | ||
| + | -cfisk | ||
| + | Install following packages: | ||
| + | vlc, gftp, gimp, filezilla using apt-get | ||
| + | What is the command to change the date stamp of a file. | ||
| + | Imagine a new user being created on a GNU/Linux computer. Please explain the file system in context to this user and how can he utilise the filesystem and suggest a best way of organising his files in pre-existing folders in the operating system. | ||
| + | Change the boot timing in Grub | ||
| + | Change default entry in Grub2(Clue: /etc/grub.d) | ||
| + | Make a USB device as a bootable installation media | ||
| + | Restore Grub2 | ||
| - | + | ||
| == Advanced == | == Advanced == | ||
| Line 42: | Line 65: | ||
| == References == | == References == | ||
| - | Installing packages using the apt-get reference [[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php]] | + | Installing packages using the apt-get reference http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php |
| - | Basic Linux commands refereces [[http://www.comptechdoc.org/os/linux/usersguide/linux_ugbasics.html]] | + | Basic Linux commands refereces http://www.comptechdoc.org/os/linux/usersguide/linux_ugbasics.html |
| + | Complete Overview of the File system http://tldp.org/LDP/intro-linux/html/sect_03_01.html | ||