SlideShare a Scribd company logo
1 of 13
Download to read offline
Ubuntu Boot Camp 2013
The Freedom Is Yours!!
Ubuntu Boot Camp 2013
The Unity Desktop

Unity Desktop – 8 Things To Help You Master It
7. The HUD:
The HUD (Heads Up Display) is a new, alternative way of accessing
application menus.
Instead of clicking the menu, press the Alt key and start typing a menu
item’s name. You can search for and activate menu options without
touching the mouse.
8.Keyboard Shortcuts Cheat Sheet
Unity has a lot of keyboard shortcuts, but you don’t need to remember
them. Press and hold the Super (Windows) key and you’ll see a
keyboard shortcuts cheat sheet.
When you press and hold the Super key, you’ll also see numbers over
the application icons on the launcher. Use these numbers in combination
with the Super key to switch to or launch applications.
For example, if the Firefox icon is in second place, we can press Super-2
to launch or switch to Firefox.
Ubuntu Boot Camp 2013
Navigating the File System & Your Home Folder

File Management
The Home Folder is used to store the files and work of each individual user.
This is the most important folder on the system, and can be compared to
“My Documents” in Windows. Each user has a separate home folder.
Ubuntu Boot Camp 2013
Navigating the File System & Your Home Folder

File Management
Desktop:The Desktop folder is inside the Home folder and contains files
that visually appear on the desktop as icons.
If a file is dragged onto the desktop, it will appear in the Desktop folder. As
well, removing a file from this folder will remove it from the desktop
Documents: Documents can be saved in this folder in order to keep the
Home folder organized.
Downloads: When downloading files from email or a web browser, this is
the default folder in which they will be saved.
Pictures: When downloading from your camera, this is the default location
where the photos will be stored
Ubuntu Boot Camp 2013
Navigating the File System & Your Home Folder

File Management
Protected System Files: The core files required to operate are protected
and have limited file permissions. Root owns them and therefore other users
are unable to delete them or change them. However you can copy them
Ubuntu Boot Camp 2013
Connecting to the Internet or Network

Network Connections
Network Connections: If your device is not auto detected, then you
can launch this utility from the Dash to manually install the device,
especially USB modems.
As well, you can click on the network icon in the indicator panel to see
a list of available connections
Ubuntu Boot Camp 2013
Included Software

Software Bundled with Ubuntu 12.04
Libre Office Suite

Firefox Web Browser

Brasero CD Burner

Rhythm Box Music Player

Fspot Photo Manager


Software which should be added to Ubuntu 12.04
MS Fonts & Ubuntu Restricted Extras

GIMP Image Editor

VLC media player

Virtual Box

Wine

Adobe Flash Player

Ubuntu Boot Camp 2013
How to Add, Remove & Update Applications

Ubuntu Software Center vs Apt-get
Ubuntu Software Center..is great to use as it has the correct version
of the software application for your Ubuntu release.
Software Sources As long as you have enabled the partner sources
under the 'other' tab, you will be able to download the packages listed
in the Software Center (Edit > Software Sources). Once you change
the sources though, it is advised to update the package repository
Ubuntu Boot Camp 2013
How to Add, Remove & Update Applications

Ubuntu Software Center vs Apt-get
APT(Advance Packaging Tool) is a command line tool which allows
you to easily install or remove packages. Basic commands include:
apt-get install {package name}
apt-get remove {package name}
apt-get –purge remove {package}
apt-get update
Ubuntu Boot Camp 2013
Using the Command Line -Tips & Tricks

Use the tab key to auto complete your file names



Use the up & down arrows to show recently used commands



Files in the Home Directory are capitalized such as Documents & Desktop



History will show a list of recently used commands



Uname -a will quickly tell you what type of OS is installed (i386 or AMD64)


Ubuntu Boot Camp 2013
Basic Commands

1. Create a text file with gedit
2. Type in the following...this is my first command line exercise in Ubuntu
3. Save it to your desktop & name practice.txt
We will use this file to practice our commands today
ls: Lists the files in the current directory.
EG: ls
You can type ls -l to see all the file information including permissions and owner
EG: ls -l /var/cache/apt/archives
less: allows you to view/display a file contents
EG: less ~/Desktop/practice.txt
gedit: opens the text editor like notepad, so you may modify files.
EG: gedit ~/Desktop/practice.txt (now add another line of text then save)
Ubuntu Boot Camp 2013
Basic Commands

pwd: shows the current working directory
cd: Allows user to change directories. When opening a terminal, a user will be in their
home directory. As a shortcut , substitute ~ in place of the home directory eg:
home/user1/Desktop is the same as ~/Desktop
EG: cd ~/Documents
mv: Moves a file to a different location or renames a file.
EG: move ~/Desktop/practice.txt ~/Documents/practice.txt
EG: move ~/Documents/practice.txt ~/Desktop/practice2.txt
cp: Makes a copy of a file
EG: cp ~/Desktop/practice2.txt ~/Documents
rm: Removes or deletes a file or an empty directory
EG: rm ~/Desktop/practice.txt (it does not work on directories that contain files)
Thank you !

More Related Content

What's hot

Recover Deleted Trash Files From Mac!
Recover Deleted Trash Files From Mac!Recover Deleted Trash Files From Mac!
Recover Deleted Trash Files From Mac!Recover Trash Mac
 
How to Install Ubuntu as Dual
How to  Install Ubuntu as DualHow to  Install Ubuntu as Dual
How to Install Ubuntu as DualKanchilug
 
Windows xp™
Windows xp™Windows xp™
Windows xp™Kamitoh
 
Getting started with ubuntu 13.10
Getting started with ubuntu 13.10Getting started with ubuntu 13.10
Getting started with ubuntu 13.10faustoco
 
Dual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuDual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuRavi Malik
 
Nccp Presentation Ubuntu
Nccp Presentation UbuntuNccp Presentation Ubuntu
Nccp Presentation Ubuntuinternscpu
 
Sudo & su commands
Sudo & su commandsSudo & su commands
Sudo & su commandsMeenu Chopra
 
Windows
WindowsWindows
WindowsNICT
 
Intro to Linux 101 ver 1.1
Intro to Linux 101 ver 1.1Intro to Linux 101 ver 1.1
Intro to Linux 101 ver 1.1linuxed
 
Ubuntu Workshop Kit - Study Material
Ubuntu Workshop Kit - Study MaterialUbuntu Workshop Kit - Study Material
Ubuntu Workshop Kit - Study MaterialNAILBITER
 
Activity4_ Integrity
Activity4_ IntegrityActivity4_ Integrity
Activity4_ Integritygaleabby
 
Get to know linux - First steps with Ubuntu
Get to know linux - First steps with UbuntuGet to know linux - First steps with Ubuntu
Get to know linux - First steps with UbuntuMaja Kraljič
 
My project (amira)print
My project (amira)printMy project (amira)print
My project (amira)printmirzkiebiadnes
 
Derivative of Ubuntu
Derivative of UbuntuDerivative of Ubuntu
Derivative of Ubuntuguestbcc6c9
 
Advantage Audio (Part II): Audacity
Advantage Audio (Part II): AudacityAdvantage Audio (Part II): Audacity
Advantage Audio (Part II): AudacityNorbert Herrmann
 

What's hot (18)

Hardware
HardwareHardware
Hardware
 
Recover Deleted Trash Files From Mac!
Recover Deleted Trash Files From Mac!Recover Deleted Trash Files From Mac!
Recover Deleted Trash Files From Mac!
 
How to Install Ubuntu as Dual
How to  Install Ubuntu as DualHow to  Install Ubuntu as Dual
How to Install Ubuntu as Dual
 
Windows xp™
Windows xp™Windows xp™
Windows xp™
 
Getting started with ubuntu 13.10
Getting started with ubuntu 13.10Getting started with ubuntu 13.10
Getting started with ubuntu 13.10
 
Dual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntuDual Booting Win7 and ubuntu
Dual Booting Win7 and ubuntu
 
Mush Ubuntu
Mush UbuntuMush Ubuntu
Mush Ubuntu
 
Nccp Presentation Ubuntu
Nccp Presentation UbuntuNccp Presentation Ubuntu
Nccp Presentation Ubuntu
 
Sudo & su commands
Sudo & su commandsSudo & su commands
Sudo & su commands
 
Windows
WindowsWindows
Windows
 
Intro to Linux 101 ver 1.1
Intro to Linux 101 ver 1.1Intro to Linux 101 ver 1.1
Intro to Linux 101 ver 1.1
 
Ubuntu Workshop Kit - Study Material
Ubuntu Workshop Kit - Study MaterialUbuntu Workshop Kit - Study Material
Ubuntu Workshop Kit - Study Material
 
Activity4_ Integrity
Activity4_ IntegrityActivity4_ Integrity
Activity4_ Integrity
 
Get to know linux - First steps with Ubuntu
Get to know linux - First steps with UbuntuGet to know linux - First steps with Ubuntu
Get to know linux - First steps with Ubuntu
 
Ubuntu root access
Ubuntu root accessUbuntu root access
Ubuntu root access
 
My project (amira)print
My project (amira)printMy project (amira)print
My project (amira)print
 
Derivative of Ubuntu
Derivative of UbuntuDerivative of Ubuntu
Derivative of Ubuntu
 
Advantage Audio (Part II): Audacity
Advantage Audio (Part II): AudacityAdvantage Audio (Part II): Audacity
Advantage Audio (Part II): Audacity
 

Similar to Day 3 ubuntu boot camp

www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdf
www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdfwww3.ntu.edu.sg-How to install Ubuntu and Get Started.pdf
www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdfssuseraa78bd1
 
ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx
 ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx
ITC 3001, Personal Computer Fundamentals 1 Course Lea.docxMARRY7
 
Windows 2000
Windows 2000Windows 2000
Windows 2000ihsanarn
 
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windowsVeerendra Singh
 
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answer
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answerComputer Education Class 6 (PTB) Chapter2, 3 and 4 question answer
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answerFaB6 Design
 
Ubuntu Practice and Configuration
Ubuntu Practice and ConfigurationUbuntu Practice and Configuration
Ubuntu Practice and ConfigurationManoj Sahu
 
I Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on LinuxI Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on LinuxSagar Kumar
 
Learning The Computer[1]
Learning The Computer[1]Learning The Computer[1]
Learning The Computer[1]dmworsley
 
Care & Feeding Of Your Computer
Care & Feeding Of Your ComputerCare & Feeding Of Your Computer
Care & Feeding Of Your ComputerDon Hazelwood
 
Windows 7- Introduction and Features
Windows 7- Introduction and FeaturesWindows 7- Introduction and Features
Windows 7- Introduction and FeaturesRajashri Bhairamadgi
 

Similar to Day 3 ubuntu boot camp (20)

www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdf
www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdfwww3.ntu.edu.sg-How to install Ubuntu and Get Started.pdf
www3.ntu.edu.sg-How to install Ubuntu and Get Started.pdf
 
ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx
 ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx
ITC 3001, Personal Computer Fundamentals 1 Course Lea.docx
 
Linux workshop
Linux workshopLinux workshop
Linux workshop
 
Open_suse
Open_suseOpen_suse
Open_suse
 
How ubuntu works???
How ubuntu works???How ubuntu works???
How ubuntu works???
 
Windows 2000
Windows 2000Windows 2000
Windows 2000
 
Unit3
Unit3Unit3
Unit3
 
Dspace Installation Manual in Ubuntu 14.04 Alongwith Windows
Dspace Installation Manual in Ubuntu 14.04 Alongwith WindowsDspace Installation Manual in Ubuntu 14.04 Alongwith Windows
Dspace Installation Manual in Ubuntu 14.04 Alongwith Windows
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows
1.0 QuickBooks Fundementals : Day 02 Windows :2.1 windows
 
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answer
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answerComputer Education Class 6 (PTB) Chapter2, 3 and 4 question answer
Computer Education Class 6 (PTB) Chapter2, 3 and 4 question answer
 
Module 2 b_win 7
Module 2 b_win 7Module 2 b_win 7
Module 2 b_win 7
 
Ubuntu Practice and Configuration
Ubuntu Practice and ConfigurationUbuntu Practice and Configuration
Ubuntu Practice and Configuration
 
linux
linuxlinux
linux
 
I Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on LinuxI Am Linux-Introductory Module on Linux
I Am Linux-Introductory Module on Linux
 
Ubuntu for extreme beginners
Ubuntu for extreme beginnersUbuntu for extreme beginners
Ubuntu for extreme beginners
 
Learning The Computer[1]
Learning The Computer[1]Learning The Computer[1]
Learning The Computer[1]
 
Care & Feeding Of Your Computer
Care & Feeding Of Your ComputerCare & Feeding Of Your Computer
Care & Feeding Of Your Computer
 
Introduction to Ubuntu
Introduction to UbuntuIntroduction to Ubuntu
Introduction to Ubuntu
 
Windows 7- Introduction and Features
Windows 7- Introduction and FeaturesWindows 7- Introduction and Features
Windows 7- Introduction and Features
 

Recently uploaded

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Day 3 ubuntu boot camp

  • 1. Ubuntu Boot Camp 2013 The Freedom Is Yours!!
  • 2. Ubuntu Boot Camp 2013 The Unity Desktop Unity Desktop – 8 Things To Help You Master It 7. The HUD: The HUD (Heads Up Display) is a new, alternative way of accessing application menus. Instead of clicking the menu, press the Alt key and start typing a menu item’s name. You can search for and activate menu options without touching the mouse. 8.Keyboard Shortcuts Cheat Sheet Unity has a lot of keyboard shortcuts, but you don’t need to remember them. Press and hold the Super (Windows) key and you’ll see a keyboard shortcuts cheat sheet. When you press and hold the Super key, you’ll also see numbers over the application icons on the launcher. Use these numbers in combination with the Super key to switch to or launch applications. For example, if the Firefox icon is in second place, we can press Super-2 to launch or switch to Firefox.
  • 3. Ubuntu Boot Camp 2013 Navigating the File System & Your Home Folder File Management The Home Folder is used to store the files and work of each individual user. This is the most important folder on the system, and can be compared to “My Documents” in Windows. Each user has a separate home folder.
  • 4. Ubuntu Boot Camp 2013 Navigating the File System & Your Home Folder File Management Desktop:The Desktop folder is inside the Home folder and contains files that visually appear on the desktop as icons. If a file is dragged onto the desktop, it will appear in the Desktop folder. As well, removing a file from this folder will remove it from the desktop Documents: Documents can be saved in this folder in order to keep the Home folder organized. Downloads: When downloading files from email or a web browser, this is the default folder in which they will be saved. Pictures: When downloading from your camera, this is the default location where the photos will be stored
  • 5. Ubuntu Boot Camp 2013 Navigating the File System & Your Home Folder File Management Protected System Files: The core files required to operate are protected and have limited file permissions. Root owns them and therefore other users are unable to delete them or change them. However you can copy them
  • 6. Ubuntu Boot Camp 2013 Connecting to the Internet or Network Network Connections Network Connections: If your device is not auto detected, then you can launch this utility from the Dash to manually install the device, especially USB modems. As well, you can click on the network icon in the indicator panel to see a list of available connections
  • 7. Ubuntu Boot Camp 2013 Included Software Software Bundled with Ubuntu 12.04 Libre Office Suite  Firefox Web Browser  Brasero CD Burner  Rhythm Box Music Player  Fspot Photo Manager  Software which should be added to Ubuntu 12.04 MS Fonts & Ubuntu Restricted Extras  GIMP Image Editor  VLC media player  Virtual Box  Wine  Adobe Flash Player 
  • 8. Ubuntu Boot Camp 2013 How to Add, Remove & Update Applications Ubuntu Software Center vs Apt-get Ubuntu Software Center..is great to use as it has the correct version of the software application for your Ubuntu release. Software Sources As long as you have enabled the partner sources under the 'other' tab, you will be able to download the packages listed in the Software Center (Edit > Software Sources). Once you change the sources though, it is advised to update the package repository
  • 9. Ubuntu Boot Camp 2013 How to Add, Remove & Update Applications Ubuntu Software Center vs Apt-get APT(Advance Packaging Tool) is a command line tool which allows you to easily install or remove packages. Basic commands include: apt-get install {package name} apt-get remove {package name} apt-get –purge remove {package} apt-get update
  • 10. Ubuntu Boot Camp 2013 Using the Command Line -Tips & Tricks Use the tab key to auto complete your file names  Use the up & down arrows to show recently used commands  Files in the Home Directory are capitalized such as Documents & Desktop  History will show a list of recently used commands  Uname -a will quickly tell you what type of OS is installed (i386 or AMD64) 
  • 11. Ubuntu Boot Camp 2013 Basic Commands 1. Create a text file with gedit 2. Type in the following...this is my first command line exercise in Ubuntu 3. Save it to your desktop & name practice.txt We will use this file to practice our commands today ls: Lists the files in the current directory. EG: ls You can type ls -l to see all the file information including permissions and owner EG: ls -l /var/cache/apt/archives less: allows you to view/display a file contents EG: less ~/Desktop/practice.txt gedit: opens the text editor like notepad, so you may modify files. EG: gedit ~/Desktop/practice.txt (now add another line of text then save)
  • 12. Ubuntu Boot Camp 2013 Basic Commands pwd: shows the current working directory cd: Allows user to change directories. When opening a terminal, a user will be in their home directory. As a shortcut , substitute ~ in place of the home directory eg: home/user1/Desktop is the same as ~/Desktop EG: cd ~/Documents mv: Moves a file to a different location or renames a file. EG: move ~/Desktop/practice.txt ~/Documents/practice.txt EG: move ~/Documents/practice.txt ~/Desktop/practice2.txt cp: Makes a copy of a file EG: cp ~/Desktop/practice2.txt ~/Documents rm: Removes or deletes a file or an empty directory EG: rm ~/Desktop/practice.txt (it does not work on directories that contain files)