Hiển thị các bài đăng có nhãn Stretch. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Stretch. Hiển thị tất cả bài đăng

Thứ Hai, 24 tháng 9, 2018

Debian 9 (Stretch) Indian repository

Debian Indian repository can speed up the download speed while upgrade and installation of new packages. Indian users get the advantage of local Debian repository. Here is the Indian repository of Debian 9 (Stretch).

Add to sources.list

Open the sources.list using your favorite text editor,

su
leafpad /etc/apt/sources.list

Delete or comment out the existing repository details in the file. Copy and paste the following content into the file.

deb http://debianmirror.nkn.in/debian/ stretch main
deb-src http://debianmirror.nkn.in/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

deb http://debianmirror.nkn.in/debian/ stretch-updates main
deb-src http://debianmirror.nkn.in/debian/ stretch-updates main


Save and close the file.

Apply following commands to update the repository information.

apt update
apt upgrade

Thứ Năm, 7 tháng 12, 2017

Install MATE Desktop Environment in Debian and Ubuntu

The MATE Desktop environment is the fork of GNOME 2. GNOME 2 was seized after the arrival of GNOME 3. Linux users still love GNOME 2 classic desktop due to its simplicity. MATE desktop provide more shining classical desktop and give the same GNOME 2 experience. MATE desktop can install on various Linux distributions. Here is the instructions to install MATE desktop minimal in Debian and Ubuntu. Minimal version of the MATE desktop provide core of the desktop without all default applications.

Ubuntu 16.04 LTS
Apply following commands one by one;

sudo su
apt-add-repository ppa:ubuntu-mate-dev/xenial-mate
apt-get update
apt-get install mate-desktop-environment-core


Log out and choose the MATE desktop.

MATE desktop in Ubuntu

Debian
su
apt-get install mate-desktop-environment-core
apt-get install mate-themes

Log out and select MATE desktop.
MATE minimal installation in Debian 9
References
https://mate-desktop.org/
https://www.tecmint.com/install-mate-desktop-in-ubuntu-fedora/

Thứ Năm, 22 tháng 6, 2017

Install Debian 9 Stretch (Screenshots)

Debian 9, release name 'Stretch' released on June 17, 2017. ISO images are available at https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
Here I am used Debian 9 with XFCE Desktop.

Download and burn the iso file in a CD/DVD/pen drive. Change the boot option of the PC and boot into Debin DVD.
Graphical install is good for newbies.

Select your language.

Choose your country. 

Here is the keyboard selection. American English keyboard is popular.

You can choose a different host name.

If you don't know the domain, leave it blank.

Enter root password and write down in a paper and keep it secret!!

Enter a new username.


Password for the username.

Partition of hard disk.

Partition section, be careful. If you devote one PC for Linux, choose 'Use entire disk' option. This will erase all your hard disk including your default operating system.

All files in one partition ideal for Linux newbies. 




If select Yes, all packages download from the Internet. It takes a lot of time to finish the installation.







With this step, installation finished.

Log in using the normal username and password created at the time of installation. You can't log in using root username.

Select "Use default config".
Debian 9 Linux installation video