Last updated: 10-05-2014 23:20
<< Back | HOME | Next >> |
Tends to be a high performance machine used for a specific task instead of a general set of tasks.
Offers services to other machines on the network: it offers a clearly distinct set of characteristics or functionality from other machines.
Routine everyday computer tasks.
Migrating to a new system is no trivial matter, it needs to be evaluated through a study that analyses both the costs and the beneficial features that we expect to obtain. Also, migration can be done in full or in part, with a certain degree of coexistence with former systems.
Once we start migrating to GNU/Linux, we will start to notice the advantages the system brings to our organisation:
![]() |
One of the first things that we will find is that we are not lacking support for any type of service we want. If anything, there will be differences in the way of doing things.
In the migration process, we need to consider how we want to migrate and if we want to migrate totally or partially, coexisting with other services or equipment that has a different operating system.
We can migrate various elements, whether the services we offer, the machines that offer the services or the clients who access the services.
Elements that can be migrated include:
Consider the following case studies:
Migration within an organisation (even a small one) has several difficulties: we will have different work environments and heterogeneous software, and, once more, users who are resistant to change.
Basic required process for a migration from a Windows server that shares files and a printer to a SAMBA server in a GNU/Linux system.
sudo apt-get install samba, samba-common, smbclient, smbfs
Regarding the use of GNU/Linux as a SAMBA client, it is fairly simple. Through the use of client commands for occasional use of the file system:
$ smbmount //host/carpeta /mnt/windows
/mnt/windows
$ smbumount /mnt/windows
$ smbclient -L host
![]() |
A company has a mix of personnel in differing roles, some using Microsoft Windows, some with Apple Mac and the remainder with a flavour of GNU/Linux. The Senior Management decided to impose Micorsoft Office365 on the cmpany for mail, calendar and file sharing services. The Linux users now have a problem as the Office365 browser client is poor. Propose solutions that the GNU/Linux users can use for interoperability.
You have downloaded a mix of 100 files from a shared drive. The files are a mix of Microsoft Office Word, Excel and Powerpoint that were created by a previous employee who has now left the company. Propose a method to convert the files to Open Document Format so you can work on the files using LibreOffice while preserving the original files as they were for safekeeping.
<< Back | HOME | Next >> |