Linux Operations and Administration by Ahmad Alrjoub [email protected] Chapter Four Creating and Editing Files with Text Editors Objectives

Total Page:16

File Type:pdf, Size:1020Kb

Linux Operations and Administration by Ahmad Alrjoub Ahmadrj@Ksu.Edu.Sa Chapter Four Creating and Editing Files with Text Editors Objectives Linux Operations and Administration By Ahmad AlRjoub [email protected] Chapter Four Creating and Editing Files with Text Editors Objectives • Describe key features of GUI and command-line text editors available in Linux • Use the vim editor to create and edit text files Linux Operations and Administration 2 Text Editors in Linux • Text editor – Program used to create and edit plain text files – Not same as word processor – Main purpose: to create a file to be used by another program, for example: • Hypertext Markup Language (HTML) for a Web browser • Source code that a compiler can process • Shell script – Text file containing a sequence of commands Linux Operations and Administration 3 Text Editors in Linux (cont’d.) • Two types of text editors: – Command-line editors – GUI editors Linux Operations and Administration 4 GUI Text Editors in Linux • Linux GUI text editors – Similar to Notepad in Windows • Advantage: – Select and edit text quickly with the mouse • Widely used GUI text editors: – KWrite – Gedit Linux Operations and Administration 5 KWrite: A GUI Text Editor for KDE • Also called programmer’s editor for the K Desktop Environment • To start: – Type kwrite at a command prompt • Opens a new empty file in Kwrite – Use Kickoff Application Launcher button • Advanced features: – Syntax highlighting to display text in different colors and fonts for programming languages – Bookmarks are markers placed on certain lines to help navigate through a text file Linux Operations and Administration 6 KWrite: A GUI Text Editor for KDE (cont’d.) Figure 4-1 KDE’s KWrite text editor ©Cengage Learning 2013 Linux Operations and Administration 7 KWrite: A GUI Text Editor for KDE (cont’d.) • Activity 4-1: Exploring the KWrite Text Editor – Explore features of the KWrite text editor Linux Operations and Administration 8 Gedit: A GUI Text Editor for GNOME • GUI text editor included with GNOME • To start – Open a terminal window, type gedit, and press Enter • Syntax highlighting options – Plain text – Sources – Scripts – Others – Markup – Scientific Linux Operations and Administration 9 Gedit: A GUI Text Editor for GNOME (cont’d.) Figure 4-2 GNOME’s gedit text editor ©Cengage Learning 2013 Linux Operations and Administration 10 Gedit: A GUI Text Editor for GNOME (cont’d.) • Activity 4-2: Exploring the Gedit Text Editor – Learn features of the Gedit text editor Linux Operations and Administration 11 Getting Started with the Vim Editor • vi command-line text editor – Included with most versions of UNIX and Linux – Learning curve – Knowing how to use it is crucial • vi has evolved into many different forms • vim – Stands for “vi improved” – vi command is now linked to the vim command Linux Operations and Administration 12 Getting Started with the Vim Editor (cont’d.) • Modular editor – Runs in different operational modes – Command mode • Use key combinations as commands instead of typing text – Insert mode • Typed text is displayed onscreen – Extend mode • Used for more advanced commands, such as saving files, exiting vim, or searching and replacing text Linux Operations and Administration 13 Starting Vim • Type vim and press Enter • Type vim filename and press Enter – If the file doesn’t exist, vim creates an empty file with this filename • Figure 4-3 – Window displayed after you start vim – Tilde (~) • Represents blank or empty lines in the file Linux Operations and Administration 14 Starting Vim (cont’d.) Figure 4-3 The vim text editor ©Cengage Learning 2013 Linux Operations and Administration 15 Command Mode • Command mode – Chosen automatically when starting vim • Table 4-1 – Advanced navigational commands in vim Linux Operations and Administration 16 Table 4-1 Advanced vim navigational commands Linux Operations and Administration 17 Table 4-1 Advanced vim navigational commands (continued ) Linux Operations and Administration 18 Command Mode (cont’d.) • Activity 4-3: Using Vim in Command Mode – Use navigational commands in vim Linux Operations and Administration 19 Insert Mode • Must be in insert mode to type text • Change to insert mode with one of the commands in Table 4-2 • vim editor displays -- INSERT -- at the lower left – To indicate insert mode • Press the Esc key to change back to command mode Linux Operations and Administration 20 Insert Mode (cont’d.) Table 4-2 Commands for entering insert mode Linux Operations and Administration 21 Insert Mode (cont’d.) Figure 4-4 The vim editor in insert mode ©Cengage Learning 2013 Linux Operations and Administration 22 Modifying Text • Modify text using the keyboard instead of the mouse • Table 4-3 – Commands for modifying text in vim – Must be in command mode • Activity 4-4: Using Vim in Insert Mode – Change to insert mode and modify text in vim Linux Operations and Administration 23 Modifying Text (cont’d.) Table 4-3 Commands for modifying text Linux Operations and Administration 24 Deleting Text • Table 4-4 – Lists commands for deleting text in vim Linux Operations and Administration 25 Deleting Text (cont’d.) Table 4-4 Commands for deleting text Linux Operations and Administration 26 Cut, Yank, and Paste • Cut text – Store text in a buffer • Paste text – Move from buffer to cursor location • Yank (copy) text – Keep in current location and copy to buffer • Table 4-5 – Commands used to yank and paste text in vim Linux Operations and Administration 27 Cut, Yank, and Paste (cont’d.) Table 4-5 Commands for yanking and pasting text Linux Operations and Administration 28 Undo Commands • Undo changes – Type u – Keep typing u until you have reached your oldest change • Activity 4-5: Modifying Text in Vim – Delete, cut, copy, and paste text in vim Linux Operations and Administration 29 Extended Mode • Offers advanced features – Save and quit – Search and replace – Customization options • Enter extended mode – Type the : symbol • Table 4-6 – Describes commands for saving files and exiting vim Linux Operations and Administration 30 Extended Mode (cont’d.) Table 4-6 Extended mode commands for saving and exiting Linux Operations and Administration 31 Extended Mode (cont’d.) Table 4-7 Extended mode commands to search for and replace text Linux Operations and Administration 32 Useful Commands • Table 4-8 – Commands for extended mode • Activity 4-6: Using Vim in Extended Mode – Use vim commands in extended mode Linux Operations and Administration 33 Useful Commands (cont’d.) Table 4-8 Additional extended mode commands Linux Operations and Administration 34 Summary • Linux GUI text editors – Easy to use – Comparable with Windows Notepad • vim text editor – Available with every major distribution of UNIX and Linux – Operates in several different modes • Insert mode • Command mode • Extended mode Linux Operations and Administration 35 Summary (cont’d.) – Command-line text editor – Use a variety of keys and key combinations in vim to perform operations Linux Operations and Administration 36.
Recommended publications
  • KDE 2.0 Development, Which Is Directly Supported
    23 8911 CH18 10/16/00 1:44 PM Page 401 The KDevelop IDE: The CHAPTER Integrated Development Environment for KDE by Ralf Nolden 18 IN THIS CHAPTER • General Issues 402 • Creating KDE 2.0 Applications 409 • Getting Started with the KDE 2.0 API 413 • The Classbrowser and Your Project 416 • The File Viewers—The Windows to Your Project Files 419 • The KDevelop Debugger 421 • KDevelop 2.0—A Preview 425 23 8911 CH18 10/16/00 1:44 PM Page 402 Developer Tools and Support 402 PART IV Although developing applications under UNIX systems can be a lot of fun, until now the pro- grammer was lacking a comfortable environment that takes away the usual standard activities that have to be done over and over in the process of programming. The KDevelop IDE closes this gap and makes it a joy to work within a complete, integrated development environment, combining the use of the GNU standard development tools such as the g++ compiler and the gdb debugger with the advantages of a GUI-based environment that automates all standard actions and allows the developer to concentrate on the work of writing software instead of managing command-line tools. It also offers direct and quick access to source files and docu- mentation. KDevelop primarily aims to provide the best means to rapidly set up and write KDE software; it also supports extended features such as GUI designing and translation in con- junction with other tools available especially for KDE development. The KDevelop IDE itself is published under the GNU Public License (GPL), like KDE, and is therefore publicly avail- able at no cost—including its source code—and it may be used both for free and for commer- cial development.
    [Show full text]
  • Catalogo De Apliciones Para Gnu/Linux
    Universidad Luterana Salvadoreña SOFTWARE LIBRE SOFTWARE LIBRE CATALOGO DE APLICIONES PARA GNU/LINUX AUTORES: RUBEN ERNESTO MEJIA CORTEZ MARVIN FERNANDO RAMIREZ DAVID ARMANDO CORNEJO SOFTWARE LIBRE INDICE Contenido Pagina Introducción .........................................................................................1 Objetivos ...............................................................................................2 Que es software libre ? ..........................................................................3 Editores de texto ....................................................................................6 Exploradores ..........................................................................................17 Correo Electrónico .................................................................................28 Editores de audio ...................................................................................40 Reproductores de audio ........................................................................51 Ofimática .................................................................................................61 Reproductores multimedia ......................................................................67 Editores de video .....................................................................................76 Compresores ...........................................................................................87 Creadores de CD'S ..................................................................................96
    [Show full text]
  • The Kate Handbook
    The Kate Handbook Anders Lund Seth Rothberg Dominik Haumann T.C. Hollingsworth The Kate Handbook 2 Contents 1 Introduction 10 2 The Fundamentals 11 2.1 Starting Kate . 11 2.1.1 From the Menu . 11 2.1.2 From the Command Line . 11 2.1.2.1 Command Line Options . 12 2.1.3 Drag and Drop . 13 2.2 Working with Kate . 13 2.2.1 Quick Start . 13 2.2.2 Shortcuts . 13 2.3 Working With the KateMDI . 14 2.3.1 Overview . 14 2.3.1.1 The Main Window . 14 2.3.2 The Editor area . 14 2.4 Using Sessions . 15 2.5 Getting Help . 15 2.5.1 With Kate . 15 2.5.2 With Your Text Files . 16 2.5.3 Articles on Kate . 16 3 Working with the Kate Editor 17 4 Working with Plugins 18 4.1 Kate Application Plugins . 18 4.2 External Tools . 19 4.2.1 Configuring External Tools . 19 4.2.2 Variable Expansion . 20 4.2.3 List of Default Tools . 22 4.3 Backtrace Browser Plugin . 25 4.3.1 Using the Backtrace Browser Plugin . 25 4.3.2 Configuration . 26 4.4 Build Plugin . 26 The Kate Handbook 4.4.1 Introduction . 26 4.4.2 Using the Build Plugin . 26 4.4.2.1 Target Settings tab . 27 4.4.2.2 Output tab . 28 4.4.3 Menu Structure . 28 4.4.4 Thanks and Acknowledgments . 28 4.5 Close Except/Like Plugin . 28 4.5.1 Introduction . 28 4.5.2 Using the Close Except/Like Plugin .
    [Show full text]
  • How to Check Your C Development Environment
    DIL/NetPC ADNP/1520 – microHOWTO How to check your C Development Environment The ADNP/1520 is powered by a 32-bit x86 microcontroller. The IA-32 microcontroller architecture and the ADNP/1520 default Linux operating system allows you to use the native GCC tool chain of a Linux-based PC for C/C++ software development. • 1. Step: Setup a Ethernet link between the ADNP/1520 and a PC system. Use a valid IP address for your PC. • 2. Step: Booting up the ADNP/1520 and use a Telnet console session. Login with administrator rights (user name: root, no password necessary). Change to the directory /home/gast within the ADNP/1520 Linux file system. • 3. Step: Use a text editor program (i.e. KWrite) on your Linux-based PC and write a simple “Hello World” program in C. Save your source code as hello.c. • 4. Step: Use the GCC of your PC Linux to build an executable file of your “Hello World”. Run the new executable on your PC. Use the following commands: gcc –o hello hello.c strip hello ./hello This command lines assumes, that hello.c is the file name of your “Hello World” C source file. The executable name is hello. The optional strip command produces a very small binary. SSV EMBEDDED SYSTEMS 2004, mHT1520A-10.doc, Rev. 1.00. 1 DIL/NetPC ADNP/1520 – microHOWTO • 5. Step: Transfer the executable with the help of a FTP session from the PC to the ADNP/1520. If you use a Linux distribution (i.e. a SuSE PC Linux) with KDE on your PC, it is possible to use the file manager Konqueror for this task.
    [Show full text]
  • Fedora 14 User Guide
    Fedora 14 User Guide Using Fedora 14 for common desktop computing tasks Fedora Documentation Project User Guide Fedora 14 User Guide Using Fedora 14 for common desktop computing tasks Edition 1.0 Author Fedora Documentation Project [email protected] Copyright © 2010 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https://fedoraproject.org/wiki/ Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Operating Systems II
    Operating Systems II Vimalkumar Velayudhan April 11, 2007 Vimalkumar Velayudhan Operating Systems II Linux distribution A Linux distribution is = The Linux kernel(OS) + Application software Popular ones are Company/Organization Commercial Version Open Source Version Redhat Redhat Enterprise Linux Fedora Core Novell SuSE Linux Enterprise openSuSE Debian - Debian GNU/Linux Mandriva Mandriva Corporate Desktop/Server Mandriva Linux Vimalkumar Velayudhan Operating Systems II Which One to Choose? If one requires technical support, the commercial versions are the best option Open Source versions are freely available for download and are often distributed with IT magazines like Linux For You1 and Digit2 For a new Linux user my recommendations are openSuSE or Ubuntu Linux 1http://www.linuxforu.com 2http://www.thinkdigit.com Vimalkumar Velayudhan Operating Systems II Installation Basic requirements Intel pentium systems I, II, III or IV (can even run on older ones) Minimum 256 MB RAM for a Graphic User Interface (KDE or GNOME) A hard disk - 5 - 10GB hard disk space Notes Linux can be installed along with Windows systems (Multiboot) Requires partitioning of the hard disk and formatting to ext2 or ext3 lesystems Linux can also read and write data on the windows partitions Vimalkumar Velayudhan Operating Systems II Live Linux Distributions Also known as Live CD's3 Does not require any installation onto hard disk Can run directly from the CD Can be used for learning and to try out new distributions Atleast 256 - 512MB RAM is required Some examples include Ubuntu, Knoppix and Slax Live CD's with Bioinformatics software pre-installed are also available. Examples include VLinux4, BioKnoppix, Vigyaan CD.
    [Show full text]
  • KDE E.V. Quarterly Report 2008Q1/Q2
    KDE e.V. Quarterly Report Q1/2008 & Q2/2008 .init() home for KDE e.V. to call its own but a tremendous asset in Claudia who Dear KDE e.V. member, has rapidly made herself at home in our community providing much needed logistical support and business The first two quarters of 2008 were very busy ones for development effort while diving head-first into the KDE participants. Both the technology project and KDE e.V. community by joining our events and tradeshow teams. We were bustling with activity. are happy to welcome Claudia into our community and our team. The obvious stand-out moment was when KDE 4.0 was released at an immensely successful release event held in In short, the first half of 2008 was busy and full of pleasant Mountain View, California - where Google served as our surprises and achievements. KDE e.V. found ways to be hosts and numerous locations around the world tuned in more efficient and increase our pace to keep up with the to join us live over the Internet. Besides creating new technology project's own escalation. Looking forward to community bonds and bringing together developers from the second half of the year with Akademy 2008 just around various projects and companies in and outside of the KDE the corner, it's safe to say that things aren't about to slow project, it also spawned what will be an annual KDE down, either. Americas event at the beginning of each year. To our membership and partners: thank you for helping Work to ensure Akademy 2008 went off successfully was making the start of 2008 such a positive and productive also in high gear as KDE 4.1 was being readied for release.
    [Show full text]
  • Getting Started with Ubuntu and Kubuntu
    Getting Started With Ubuntu and Kubuntu IN THIS PART Chapter 1 The Ubuntu Linux Project Chapter 2 Installing Ubuntu and Kubuntu Chapter 3 Installing Ubuntu and Kubuntu on Special-Purpose Systems COPYRIGHTED MATERIAL 94208c01.indd 1 3/16/09 11:43:23 PM 94208c01.indd 2 3/16/09 11:43:24 PM The Ubuntu Linux Project ersonal computers and their operating systems have come a long way since the late 1970s, when the first home computer hit the market. At IN THIS cHAPTER that time, you could only toggle in a program by flipping switches on the P Introducing Ubuntu Linux front of the machine, and the machine could then run that program and only that program until you manually loaded another, at which time the first program Choosing Ubuntu was kicked off the system. Today’s personal computers provide powerful graph- ics and a rich user interface that make it easy to select and run a wide variety of Reviewing hardware and software concurrently. software requirements The first home computer users were a community of interested people who just Using Ubuntu CDs wanted to do something with these early machines. They formed computer clubs and published newsletters to share their interests and knowledge ​— ​and often the Getting help with Ubuntu Linux software that they wrote for and used on their machines. Sensing opportunities and a growing market, thousands of computer companies sprang up to write and Getting more information sell specific applications for the computer systems of the day. This software ranged about Ubuntu from applications such as word processors, spreadsheets, and games to operating systems that made it easier to manage, load, and execute different programs.
    [Show full text]
  • KDE 2.0 Development
    00 8911 FM 10/16/00 2:09 PM Page i KDE 2.0 Development David Sweet, et al. 201 West 103rd St., Indianapolis, Indiana, 46290 USA 00 8911 FM 10/16/00 2:09 PM Page ii KDE 2.0 Development ASSOCIATE PUBLISHER Michael Stephens Copyright © 2001 by Sams Publishing This material may be distributed only subject to the terms and conditions set ACQUISITIONS EDITOR forth in the Open Publication License, v1.0 or later (the latest version is Shelley Johnston presently available at http://www.opencontent.org/openpub/). DEVELOPMENT EDITOR Distribution of the work or derivative of the work in any standard (paper) book Heather Goodell form is prohibited unless prior permission is obtained from the copyright holder. MANAGING EDITOR No patent liability is assumed with respect to the use of the information con- Matt Purcell tained herein. Although every precaution has been taken in the preparation of PROJECT EDITOR this book, the publisher and author assume no responsibility for errors or omis- Christina Smith sions. Neither is any liability assumed for damages resulting from the use of the information contained herein. COPY EDITOR International Standard Book Number: 0-672-31891-1 Barbara Hacha Kim Cofer Library of Congress Catalog Card Number: 99-067972 Printed in the United States of America INDEXER Erika Millen First Printing: October 2000 PROOFREADER 03 02 01 00 4 3 2 1 Candice Hightower Trademarks TECHNICAL EDITOR Kurt Granroth All terms mentioned in this book that are known to be trademarks or service Matthias Ettrich marks have been appropriately capitalized. Sams Publishing cannot attest to Kurt Wall the accuracy of this information.
    [Show full text]
  • The Konqueror Handbook
    The Konqueror Handbook Pamela Roberts Developers: The KDE Team The Konqueror Handbook 2 Contents 1 Overview 6 2 Konqueror Basics7 2.1 Starting Konqueror . .7 2.2 The Parts of Konqueror . .8 2.3 Tooltips and What’s This? . .9 2.4 Left and Middle Mouse Button Actions . .9 2.5 Right Mouse Button Menus . 10 2.6 Viewing Help, Man and Info Pages . 11 3 Konqueror the File Manager 12 3.1 Folders and Paths . 12 3.2 View Modes . 12 3.2.1 File Tip Info . 13 3.2.2 File Previews . 13 3.2.3 Information in the View . 14 3.3 Folder View Properties . 14 3.3.1 The View Properties Dialog . 15 3.4 Navigation . 15 3.4.1 Finding Files and Folders . 16 3.4.2 Removable Devices . 16 3.5 Deleting Files and Folders . 17 3.6 Moving and Copying . 17 3.6.1 Using Drag ’n Drop . 18 3.6.2 Duplicate File or Folder Names . 18 3.7 Selecting Items in the View . 19 3.7.1 Selecting Items Using the Mouse . 19 3.7.2 Selecting Items Using the Keyboard . 19 3.7.3 Selecting Items Using the Menu . 20 3.8 Create New . 20 3.9 Changing Names and Permissions . 21 3.9.1 Copy and Rename . 21 3.10 Configuring File Associations . 22 3.11 At the Command Line . 22 The Konqueror Handbook 4 Konqueror the Web Browser 23 4.1 Connecting to the Internet . 23 4.2 Surfing and Searching . 24 4.3 Tabbed Browsing . 25 4.4 Web Shortcuts .
    [Show full text]
  • Internal Server Manual
    Banco de Portugal’s Microdata Research Laboratory BPLIM: Internal Server Manual March 8, 2021 Contents 1 Access to the Internal Server 2 2 Important guidelines 5 2.1 Keep your home area tidy ............................... 5 2.2 Using the Terminal ................................... 5 3 Statistical software 6 3.1 Stata .......................................... 6 3.2 ‘batch’ mode: an example using Stata ......................... 9 3.3 R ............................................ 11 3.4 Python ......................................... 12 3.5 Julia .......................................... 13 3.6 Updates to the commands and packages list ...................... 13 4 Allowed outputs 13 5 Remove outputs 13 6 User’s Home folder 14 7 Scientific Support 14 8 Appendix 14 8.1 Basic ‘shell’ commands on Linux ........................... 14 8.2 Using the ‘vi’ file editor ................................ 16 1 8.3 Add information to the PATH ............................. 17 8.4 Frequently Asked Questions .............................. 17 8.5 Git ........................................... 17 8.6 Singularity ....................................... 18 8.7 Jupyter Lab ...................................... 18 1 Access to the Internal Server Upon access approval, a user will be able to connect to the Internal Server through remote desktop connection, which is installed on the desktop with a shortcut icon “bplim-int”. One can also obtain direct access to the project folder under “pxxx_name”, where “name” is the name of the user(s). 1. To access the server, click on the shortcut “bplim-int”, then enter the password.1 or 2. Select the “Kickoff Application Launcher” menu (in the lower, or upper, left corner): 3. Then you should: a. Click on the “Applications” button b. Select “BPLIM” and click on your project (i.e., “pxxx_name”). At this stage, you 1The password is the same as the one that you use to access the internal network at the Banco de Portugal.
    [Show full text]