Skip to main content

Posts

Showing posts with the label ubuntu

How to Install Git and Configure Repositories on GitHub on Ubuntu

Here are the steps on how to install Git and configure repositories on GitHub on Ubuntu:    1).  Install Git. You can install Git using the following command: sudo apt-get install git-all      This will install the latest version of Git on your system.      2).  Configure Git. Once Git is installed, you need to configure it. This includes setting your name and email address, which will be used to identify you in Git. You can do this by running the following command:      git config --global user.name "Your Name"      git config --global user.email "youremail@example.com" 3)  Create a GitHub account. In order to use GitHub, you need to create an account. You can do this by visiting the GitHub website: https://github.com/ and clicking on the "Sign up" button.       4)  Create a

Sublime-Text-4 How-to-install-it-via-official-repository

Sublime Text 4 was officially released. Here’s how to install it in Ubuntu 21.04, Ubuntu 20.04 , Ubuntu 18.04 via apt repository. Sublime Text 4 (Build 4107) feature multi-select tabs. Press and hold  Ctrl  (or  Shift ), then you can select tabs to view them side by side. And now it supports for auto-switching between dark and light themes to follow system appearance. Other release highlights include: Context-aware auto complete ARM64 support for Linux and macOS (Apple Silicon) Python 3.8 support for plugins Built-in TypeScript, JSX and TSX support GPU rendering, disabled by default in Windows and Linux. Wayland support for Linux. There are also tons of other changes, see the  announcement  for details. How to Install Sublime Text 4 in Ubuntu: Open terminal from system application menu, then run following commands one by one to install Sublime Text 4 from its official apt repository.