by ray | Jul 7, 2018 | Linux / Ubuntu
How can I flush the DNS on Ubuntu 17.04? You may use this command: sudo systemd-resolve –flush-caches To verify that flush was sucessfull, use: sudo systemd-resolve –statistics
by ray | Jul 2, 2018 | Linux / Ubuntu, IT / Tech News
The popular cross-platform Sublime Text editor finally offers official Linux apt repository to make it easy to install and receive update in Ubuntu. Sublime Text is a proprietary source code editor with a Python API. It supports many programming languages and markup...
by ray | Jul 2, 2018 | Linux / Ubuntu, IT / Tech News
Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace stretch with the actual distribution you are using: deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main i.e.deb...
by ray | Jun 14, 2018 | Linux / Ubuntu
You need to install your graphics drivers. On your login page, press CTRL+ALT+F2 Enter your credentials and use the below commands (if you’re using Nvidia graphics card) sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install...
by ray | Jun 14, 2018 | Linux / Ubuntu
Brief: This article explains the difference between apt and apt-getcommands of Linux. It also lists some of the most commonly used apt commands that replace the older apt-get commands. One of the noticeable new features of Ubuntu 16.04 was the ‘introduction’ of apt...
by ray | Jun 14, 2018 | Linux / Ubuntu, Microsoft Windows
Starting with the Windows 10 Creators Update, anyone who installs the Bash environment will get Ubuntu 16.04 (Xenial). But, if you’ve previously installed Bash in the Anniversary Update, you’ll be stuck with Ubuntu 14.04 (Trusty) until you manually upgrade. Ubuntu...