Posts

Dual Monitor Setup : Login Page on Wrong Monitor

Even though I changed my Display orientation inside Ubuntu and set it up properly, It always put my Login screen in the wrong window with Wrong orientation (Vertically set up monitor showing Horizontal Ui ). Looking at display where your text is going towards the Moon, i will pass ...

So bit of a google search and a solution

sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config

What i understand even i change the monitor orientation and all the settings, Gnome Display Manager does not update th…

Read more ...

Bring Back Win 10 menu bar (with Quick Access Toolbar) in win 11

  • My reason to bring back win 10 Menu Bar to Win 11 is to get access of the Quick Action Toolbar
  • I use the shortcut to copy file path (not directory path, full file path) while item is selected. For me it is important

How to

Full Description Here

  • Open Registry Editor
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\
  • If it does not have a Key named Blocked, right click on Shell Extension and new > Key. name it Blocked
  • Right Click on blocked and new > k…

Read more ...

Get Started with dotNet and AWS: Part1

AWS compute service

Instances include Amazon EC2 and AWS Elastic Beanstalk. Containers includes ECS and EKS. Serverless services include AWS Lambda and AWS Fargate

  • Instances
    • Amazon EC2
      • Compute optimized
      • Memory Optimized
      • Storage Optimized
    • Elastic Beanstalk
      • Capacity provisioning
      • Load Balancing
      • Automatic scaling
      • Health Monitoring
  • Container
    • Amazon ECS
    • Amazon EKS
  • Serverless
    • AWS Lambda
    • AWS Fargate

AWS Storage and Database

Storage services include Amazon S3. Relational databases include RDS and Aurora. Non-relational databases include Amazon DynamoDB.

  • Storage
    • Amazon S3
      • Media hosting
      • Software delivery
      • Data backup
  • Relational
    • Amazon RDS
      • Provisioning and patching
      • Backup and recovery
      • Failure detection and repair
    • Amazon Aurora
      • e-Commerce
      • ERP
      • CRM
  • Non-…

Read more ...

Game Idea-01

Name: Bank or Bust
  • A Basic turn based game
  • 2 players
  • Highest scorer after 50 rolls is winner
Rules:
  • if dice value is between 2 and 6 adds to score, a success roll
  • after each success roll, player is allowed to pass their hand, this will retain the score till his next turn (Bank)
  • if not passed user player will roll again
  • if dice value is 1, a failure roll (Bust)
  • failure roll will reset the score of the player and turn will be passed to the other player.

Read more ...

Related to Django

Template issue

  • Regarding URL and template tags

    • create templates for individual apps
    • folder structure

      <app-dir>
          |-> templates
              |-> <dir-with-same-name-of-app>
                  |-> file1.html
                  |-> file2.html
      
    • this may cause some issues if html paths aren't defines properly

    • assuming file1.html is base.html and file2.html is home.html, and home extends base, the extend tag should look like this

      {%extends '<appname>/base.html>'%}
      

      NOT

      {%exten…

Read more ...
1 2 3 Next Last

Quick Access

Faster way to traverse the blog