Micheal  Block

Micheal Block

1621657535

Sublime Text 4 Has Finally Arrived, Here’s How to Install it on Linux

Sublime Text 4 brings refreshed UI and some new major features. Packages and package repositories are provided for most of the major Linux distributions.

Sublime Text is certainly one of the most popular code editors out there and for good reason. Above all, it is lightning fast. Sublime Text is a cross-platform text editor developed for individuals who are looking for an effective yet minimalist tool for shuffling code around.

While being a lightweight text editor, it provides powerful IDE-like features, and the ability to customize every aspect of the editor itself, letting users code and refactor with speed and efficiency.

Sublime Text 4 brings some new major features that will significantly improve your workflow and a countless number of minor improvements across the board.

What’s new in Sublime Text 4

  • Refreshed UI
  • Tab Multi-Select
  • Context-Aware Auto Complete
  • Superpowered Syntax Highlighting
  • GPU Rendering
  • TypeScript, JSX and TSX Support

#linux #sublime-text

What is GEEK

Buddha Community

Sublime Text 4 Has Finally Arrived, Here’s How to Install it on Linux
Micheal  Block

Micheal Block

1621657535

Sublime Text 4 Has Finally Arrived, Here’s How to Install it on Linux

Sublime Text 4 brings refreshed UI and some new major features. Packages and package repositories are provided for most of the major Linux distributions.

Sublime Text is certainly one of the most popular code editors out there and for good reason. Above all, it is lightning fast. Sublime Text is a cross-platform text editor developed for individuals who are looking for an effective yet minimalist tool for shuffling code around.

While being a lightweight text editor, it provides powerful IDE-like features, and the ability to customize every aspect of the editor itself, letting users code and refactor with speed and efficiency.

Sublime Text 4 brings some new major features that will significantly improve your workflow and a countless number of minor improvements across the board.

What’s new in Sublime Text 4

  • Refreshed UI
  • Tab Multi-Select
  • Context-Aware Auto Complete
  • Superpowered Syntax Highlighting
  • GPU Rendering
  • TypeScript, JSX and TSX Support

#linux #sublime-text

Chet  Lubowitz

Chet Lubowitz

1595855400

How to install PgAdmin 4 on CentOS 8

pgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQLpgAdmin4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database.

In this tutorial, we are going to show you how to install pgAdmin4 in Server Mode as a web application using httpd and Wsgi module on CentOS 8.

Install pgAdmin4 on CentOS 8

**01-**To install pgAdmin4 on CentOS 8 we need to add an external repository, so execute the following command:

$ sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm

02- After we add the pgAdmin4 repository, let’s use the below command to install pgAdmin4 as server mode:

$ sudo dnf install pgadmin4-web

03- Before proceeding with the configuration of pgAdmin4, we need to install policycoreutils tool:

$ dnf install policycoreutils-python-utils  

04- Once we done installing pgAdmin4, we need to configure the pgAdmin4 by setting up the initial pgAdmin user account

#databases #linux #ubuntu #install pgadmin4 #install pgadmin4 centos #pgadmin #pgadmin 4 install #pgadmin 4 install centos #pgadmin4 #pgadmin4 install centos

Mitchel  Carter

Mitchel Carter

1621657128

Sublime Text 4 Has Finally Arrived - What’s New in Sublime Text 4

The first stable release of Sublime Text 4 has finally arrived! We’ve worked hard on providing improvements without losing focus on what makes Sublime Text great. There are some new major features that we hope will significantly improve your workflow and a countless number of minor improvements across the board.

A huge thanks goes out to all the beta testers on discord and all the contributors to our packages.

Download Sublime Text 4

#sublime-text #developer

Servo Node

Servo Node

1621611746

How To Install A Device Driver On Linux- 2 Methods › Servo Node

Itching your head due to missing device driver on your machine? Looking for how to install a device drive on a Linux system? Just switched to a new OS, but hardware is not working well? Check out this article to learn how you can install a missing device drive on your Linux system.

Installing and configuring a driver on a Linux based machine is quite daunting for those who just switched to Linux from Windows/Mac, or trying the new OS with dual boot. The widely used windows and Mac operating system often makes it a user-friendly experience when it comes to install device drivers, but in case of a Linux OS, the user might find some of their hardware is not working. Well, this would not be an issue anymore.

Is it challenging to install a device driver on Linux?
For Windows and Mac OS users, it’s really an easy approach to install any device driver as the OS detects those automatically. Also, the users can download the missing ones from the internet, and just click on a simple wizard to have the driver installed.

However, in case of a Linux platform, the process is not enough simple. One of the most common reason is, Linux is an open-source OS and a number of variations available. So, there can’t be a single method that can suit all Linux platforms, and every of the distribution has its own way regarding how to install a device driver on system.

In addition, most of the default Linux drivers are open-source and integrated in the system, and this makes the installation of missing drivers quite complicated, if not included already with OS. Still, most of the useful drivers are automatically detected with popular Linux distros.

Another reason why installing a device driver on a Linux can be complicated is license policies which technically vary among Linux distributions. Such as Fedora restricts to include drivers which are legally prohibited or violate cyber laws. Even Ubuntu asks its users to prevent using closed hardware.

Means, installing a device driver on a Linux can be a bit challenging, but still here mentioned 2 approaches can be helpful.

Two Methods To Find Drivers & Install on Linux
Approach 1: Using Built-in Interface
Approach 2: Using Command Line

#install linux driver #linux driver install #how to install linux driver

Servo Node

Servo Node

1623125702

Install VLC Media Player On Ubuntu/Debian Linux › Servo Node

VLC (Video LAN Client) is a well known and widely used open source media player that can run various audio-visual files easily. It’s compatible to run almost all mostly used multi-media formats like .vob, .mp4, .mpg, and so on. Even the media player can be used to stream videos from online or local networks as well.

Although, there’s a number of open-source media players available when it comes to present industry, still the VLC is widely used and is must-have application on Linux distributions as well. While speaking about its versions, the latest version of VLC Media Player is 3.0.14. Check Here For Older Versions.

Best Features Of VLC Player 3.0
Uses a hardware decoding system by default to play 4K and 8K video contents.
10bits and HDR support
360 video and 3D audio support
Audio pass through support for HD audio codecs
Allows to stream videos through Chromecast enabled devices
Browsing or local network media streaming support

How to install VLC Media Player On Linux Distros
Since the VLC Media Player is lashed with all latest features and support, you might love to install the app on your Linux platform. So, here we tell you how to install it on Ubuntu, Debian, and Linux Mint distributions.

In order to install VLC Media Player on specified Linux distros, we have 2 approaches, which are discussed below:

Approach 1: Using VLC PPA Repository

sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

Approach 2: Using Snap Store

For Ubuntu Users

sudo apt update
sudo apt install snapd
sudo snap install vlc

For Debian Users

sudo apt update
sudo apt install snapd
sudo snap install core
sudo snap install vlc

https://servonode.com/install-vlc-media-player-on-ubuntu-debian-linux

#install vlc on ubuntu #install vlc on debian #install vlc on linux mint #how to install vlc in linux