TrueType Fonts (ttf) have become indispensable to style the text in a document, and it is compatible with the other Operating system also. Suppose you have prepared a presentation for a meeting, and used some unique font that only tunes with your current OS, this would be the worst choice. The most convenient one is to use the TrueType fonts since it can be printed clearly and due to the … [Read more...]
How to Copy and Move Files & Directories in Ubuntu
Have you ever wondered how cinched it can be to copy and move Files & Directories in Ubuntu? In this era of technology, people don't want to write commands rather they prefer GUI for that. But, there are certain times when GUI fails to load. At that instant, if you know how to play with the command-line Interface, then it is fabulous. Through this tutorial, you will learn to Copy and Move … [Read more...]
How to Install Google Chrome and Customize it in Ubuntu
Ubuntu comes with only a single browser, i.e. Firefox. As Google Chrome is a closed software, that's why it is not available in Ubuntu repository. However, Chrome can be downloaded from dl.google.com, this website provides the service of downloading it from the Google repository. Go through this article to find how to install Google Chrome and customize it in Ubuntu (14.04): Need to Install: In … [Read more...]
How to Install and Configure SSH (Secure SHell) in Ubuntu
SSH means Secure SHell, an effective network protocol for the purpose of remote administration. As its name implies, it transfers data to or from the remote system securely, i.e. in an encrypted form. Therefore, the one who may be sniffing to the activity going on in your system may not be able to get the information, what is being transferred. SSH is one of the protocols to remotely access the … [Read more...]
How to Install MySQL in Ubuntu using Terminal
MySQL has gathered a tremendous audience due its ease of use to handle the databases. It is often referred to as Relational Database Management System (RDBMS). The reason behind its popularity is that it is compatible with almost every platform like BSDi, FreeBSD, Microsoft Windows, Oracle Solaris, Linux, etc. MySQL operates as a client-server software, there can be numerous clients which can … [Read more...]
How to Install MySQL Workbench on Ubuntu
MySQL Workbench is a marvelous visual tool launched for the developers of databases, creators and Database Administrators (DBA's). This is available for operating systems like Linux, Mac Os and Windows. I have installed it on Ubuntu 14.04. There are basically three most important part of MySql Workbench: Sql Developer: With the use of this, you can create and manage the databases. Data … [Read more...]
How to Use SED Command in Ubuntu
Do you want to use SED commands in Ubuntu?. Great, but first you must understand the concept of SED. Basically SED is a stream editor, where stream refers to a file. It performs editing operation of a text on a file. It is a very powerful tool which is used to transform text. SED goes through the input stream line by line, places it in stack pattern and then executes the command one by one. … [Read more...]
How to Install and Configure Apache Web Server in Ubuntu
Have you ever thought of maintaining your websites with your own web server? So why not Apache, see how to install and configure Apache Web Server. It is used widely for the purpose of running various servers, especially in Ubuntu, as it is pretty much cost effective as compared to using it with any web hosting provider services. Apache is an open source web server based on HTTPD, here the … [Read more...]
How to Install and Configure Wine on Ubuntu
If you wonder to run some programs in Ubuntu, that you can easily access on Windows, then Wine is the solution to your imagination! Wine allows you to enjoy the experience of applications originally meant for Windows system only, in a Unix-like operating system. You can feel the comfort of using Windows applications in your Unix-like system, in my case it's Ubuntu 14.04. Here's the brief … [Read more...]
How to Install and Use PuTTY to Connect to a Remote Computer
PuTTY is extremely useful for the purpose of remotely handling the server, that a user wants, such as Ubuntu, CentOS, Windows, etc. It is able to do so, with the help of Telnet, SSH, Rlogin, Raw socket protocols. In fact, it behaves like a client to establish a connection with the server, that you wish to access. For an instance, you want to connect to a remote computer, suppose Ubuntu through … [Read more...]
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- Next Page »