When you limit your AMD 4800H at below the max boosting frequency let say under 3800Mhz you will notice that the setting that you have done ...
Sunday, January 21, 2024
Wednesday, April 19, 2023
Laptop Enabling on tap when on GDM screen
Ivan Boginski
April 19, 2023
Head to terminal create a file sudo nano /etc/dconf/db/gdm.d/06-tap-to-click add the following line [org/gnome/desktop/periphe...
Labels:
Fedora
GDM Gnome automatically set the screen with the last use of multiple Monitors configurations
Ivan Boginski
April 19, 2023
Yes as the titled implied, I was just wondering why the GDM or Gnome Display Manager is not automatically show on the last of Desktop Envir...
Labels:
Fedora
Monday, March 13, 2023
Hey! would you have ever been wondering why Manjaro did not let the users to use Wayland on Nvidia like other distributions E.g Fedora and U...
Labels:
Arch Linux,
Manjaro
Sunday, March 5, 2023
Set Proxy for all Traffics System wide Ubuntu
Ivan Boginski
March 05, 2023
First install Redsocks package to re-route all the traffics sudo apt-get install redsocks in the file /etc/redsocks.conf edit the ip and por...
Labels:
Ubuntu
Thursday, March 2, 2023
Terminal Failed to install packages Through Proxy network UBUNTU Solved
Ivan Boginski
March 02, 2023
Edit /etc/sudoers file and add the following line Defaults env_keep = "http_proxy https_proxy ftp_proxy DISPLAY XAUTHORITY"...
Labels:
Ubuntu
Wednesday, January 11, 2023
Remove PPA Ubuntu
Ivan Boginski
January 11, 2023
First method is can be achieved through terminal with the following command bellow sudo add-apt-repository --remove ppa:name/here Another...
Labels:
Ubuntu
Tuesday, September 13, 2022
bad state no element - Flutter
Ivan Boginski
September 13, 2022
As the tittle implied, I've got an error message that it says "Bad state: No element The relevant error-causing widget was CustomP...
Labels:
Flutter
Thursday, January 27, 2022
Dart Null aware assignment operator ??=
Ivan Boginski
January 27, 2022
Here's an example. double width; width = width + 19.0; We can make it short like so is equal to width += 30...
Labels:
DartLang
Saturday, January 15, 2022
save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType()
Ivan Boginski
January 15, 2022
Save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method. Found t...
Labels:
Flutter
Thursday, January 6, 2022
Accept Bad Certificate Flutter SSL HTTPS
Ivan Boginski
January 06, 2022
Here we declare a new class in the main.dart /// HttpOverrides.global = HttpOverridesSkipCertificate(); class MyHttpOverrides extends Http...
Labels:
Flutter
Saturday, January 1, 2022
Generate Keystore SHA1 Fingerprints Debug and Release Mode
Ivan Boginski
January 01, 2022
Note this is for Windows another OS should be work too just change and adjust folder and the \ to / for Linux and Mac For debug mode do th...
Labels:
Flutter
Thursday, September 30, 2021
RaisedButton Replaced with ElevatedButton
Ivan Boginski
September 30, 2021
For Examples: ElevatedButton( style : ElevatedButton. styleFrom ( primary : Colors.deepOrange, //This is ...
Labels:
Flutter
Friday, September 17, 2021
Firebase initialize Flutter
Ivan Boginski
September 17, 2021
To initialize Firebase we should add this in the main.dart with the following example: void main () async { /// Firebase Initialize ...
Labels:
Flutter
Thursday, September 9, 2021
Running Flutter Webapp
Ivan Boginski
September 09, 2021
You can install http-server from node package manager after your installed it then just run by npx http-server in the build/web directory
Labels:
Flutter
Tuesday, August 24, 2021
How to remove UEFI boot entries
Ivan Boginski
August 24, 2021
If you would like to remove it from Linux there is the solution Fires up a terminal and type the following efibootmgr -v it show...
Labels:
Debian,
Ubuntu,
Windows 10
Saturday, August 7, 2021
SSH without password from windows to Ubuntu
Ivan Boginski
August 07, 2021
First generate a key from cmd with the following ssh-keygen Then type with this following and change the ssh's user and address with y...
Labels:
Ubuntu,
Windows 10,
Windows 11
Tuesday, July 27, 2021
Hi, I was facing an issue with my audio when I really to use speaker without disconnecting my headphone it can be done unless you have to d...
How to solve nVidia screen tearing Linux
Ivan Boginski
July 27, 2021
note: To avoid resetting the setup if you use dual monitor you can run this step to see your configuration: First open up nvidia settings in...
Solved Brightness does not save after reboot
Ivan Boginski
July 27, 2021
I am facing issue with the brightness, when I set to low then I was rebooting it was not saved on the state that I set. Just open up your t...
Labels:
Arch Linux,
Manjaro







