Using vim, nano or your favourite command line text editor, open/etc/grub.d/00_header. In the example below we are using Vim. vim/etc/grub.d/00_header Search for “set gfxmode=${GRUB_GFXMODE}” and below that line add setgfxpayload=keep Save and close the file. Reboot your system a...
DNS Server = 8.8.8.8 and 8.8.4.4 On Ubuntu server, in order to set static IP address we need to add IP configuration to the /etc/network/interfaces file. So open the /etc/network/interfaces file using a command line text editor (You can use vim or nano on Ubuntu Server). vim /etc...
The command line text editor used in this guide is 'nano'. The different *ubuntus use different graphical text editors. Where these have been used in commands you will have to modify the command. Ubuntu uses gedit. Kubuntu uses kate. Lubuntu uses leafpad. Xubuntu uses leafpad or mousepad de...
There you could do a search for "text editor". I prefer to edit my documents on the command line with emacs or jed. There would although be vi, but i hate it. Just use the package manager to install some try them for a while and if you don't like them uninstall them. You could...
I selected Nano, as that is my preferred text editor. You may see something like: # Edit this file to introduce tasks to be run by cron. # # Each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command ...
Then, open a new configuration file in Apache’ssites-availabledirectory using your preferred command-line editor. Here, we’ll usenano: sudonano/etc/apache2/sites-available/your_domain.conf Copy This will create a new blank file. Add in the following bare-bones configuration with...
In this section, we will see how to create a private Samba share that requires the client to enter username and password in order to gain access. The main Samba configuration file is located at:/etc/samba/smb.conf. You can edit it in terminal with a command line text editor likenano. ...
process is very simple and straightforward. Run this command –“sudo apt-get install cream” in the terminal to get it installed in your machine. To run this application, you will need to press Alt + F2 simultaneously. “Cream” looks and feels like the Windows based text editor –‘...
Let’s create the plugin file now. This tutorial will use nano, invoked with the commandnano, as the command line text editor for all files. You are also free to use any other text editor of your choice, such asPico,Vim, orEmacs. ...
In this tutorial, we will learn five different ways to create a new file on Ubuntu from both command line and GUI. Creating a new file with nano nanois a very minimalistic and user-friendly text editor that allows us to create new files and edit existent ones. ...