Specific details/workarounds/troubleshotting things that are faced frequently.
refer named folders for topic/event specific details.
- Check for drivers
- Check for keyboard settings
- Check if working in BIOS.
- If not working in BIOS, there are chances of hardware issue, otherwise if working in bios, issue is with windows.
- Turn off laptop, unplug each and every type of cable/cord
- press and hold
fn + S + V
orS + V
for 60 seconds to release static energy. - Try turning on without plugging in the power supply, if it turns on, then energy not released.
- Plug the
power cable
and try turning on, it should work now, otherwise It's a hardware issue.
gsettings set org.gnome.settings-daemon.plugins.color night-light-temperature <temperature>
- 1000 Lowest value (really red)
- 4000 Default night light temperature
- 6500 Default temperature (night light off)
- 10000 Highest value (really blue)
- run command in same directory
pyinstaller --onefile --noconsole filename.py
- pyinstaller should be installed
--onefile
is used to specify that only one file should be generated--noconsole
is used to specify that console should not open when the exe file is run(along with the executable).
Install/Update Discord on ubuntu (more details):
- Install snap:
sudo snap install discord
- update using snap :
sudo snap refresh discord