You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Ubuntu on this laptop is quite simple.
However there are few things to remember.
Instalation along Windows Boot Manager
To proceed the instalation you have to prepare bootable USB drive with Ubuntu on it.
There are plenty of tutorials about it along with official Ubuntu tutorial, so I will skip this step.\
Not working backlight button (Zenbook UX550GE Ubuntu 18.04 LTS)
After instalation you can adjust yours keyboard backlight only via settings (Settings->Power->Keyboard Backlight) but the key is not responding.
For now I was able to create bash script which controlls backlight in a similar way it's done in Windows for that laptop. Thing left to do is to assign executing this script to the button which I'm currently working on.
Where to store your bash scripts? How execute bash script without sudo?
Storing your bash scrpits
One of better ways to store scripts created by yourself is to create bin folder in your home direcotry and add it to path where bash is looking for scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wi-Fi connections are not enabled by default on Ubuntu Server. You will need to enable it manually. You can do it during installation (this didn't work for me) and after.
Here are steps I needed to do to enable Wi-Fi on my Ubuntu Server. You may need wired connections at first to download some packages or provide them using e.g. USB drive.
I am not and expert in this field so if you find something that can be improved in the Gist let me know :)
1. Download rfkill and unblock Wi-Fi
In my case I needed to unblock Wi-Fi interfaces. For that I used rfkill. It was not availalbe out of the box in the server so I needed to download additional package.