Skip to content

Pinter Computing

Knowledge Base for IT Professionals, Teachers, and Astronauts

Pinter Computing

Knowledge Base for IT Professionals, Teachers, and Astronauts

  • Home
  • Programming
  • DevOps
  • Project Management
  • Software and Hardware
  • Miscellaneous
  • Egyebek
  • About
  • Experience
  • Education
  • Contact
  • Home
  • Programming
  • DevOps
  • Project Management
  • Software and Hardware
  • Miscellaneous
  • Egyebek
  • About
  • Experience
  • Education
  • Contact
Close

Search

Trigger an Octopus Deploy application package installation from TeamCity

Laszlo Pinter By Laszlo Pinter
No Comments on Trigger an Octopus Deploy application package installation from TeamCity
3 Min Read

Push the package to Octopus Deploy from TeamCity Create project level parameters In TeamCity create the parameters to centralize the configuration of reused values On the project level create a system parameter for the Octopus package name including the…

DevOpsOctopus Deploy
October 25, 2018

Set up an application to auto-start on macOS

Laszlo Pinter By Laszlo Pinter
No Comments on Set up an application to auto-start on macOS
1 Min Read

To set up an application to automatically start when the Macintosh computer starts Open Settings Select Users & Groups On the Login Items tab click the lock to enable changes Enter your credentials to unlock the function Click the + sign to add an…

Mac OS XOS
October 19, 2018

Connect to a database on the host in a Docker container from a virtual machine

Laszlo Pinter By Laszlo Pinter
2 Comments on Connect to a database on the host in a Docker container from a virtual machine
4 Min Read

Docker is an emerging technology to launch applications without installation. The same host can run multiple Docker containers of any type, so one physical or virtual server can serve as a complete mini cloud environment. Most of the time Linux is used…

DevOpsDockerVirtualBox
October 13, 2018

Add identity into an ASP.NET Core 2.1 MVC project and maintain full control of the Identity UI

Laszlo Pinter By Laszlo Pinter
No Comments on Add identity into an ASP.NET Core 2.1 MVC project and maintain full control of the Identity UI
2 Min Read

To maintain full control over the Identity UI in an ASP.NET Core 2.1 MVC project, scaffold the identity using the Windows version of Visual Studio 2017. Scaffold the Identity Right click the web application project and select Add, New Scaffolded…

.NET Core FrameworkC#MVCSoftware Development
October 7, 2018

Add jQuery DataTables grid to an ASP.NET Core MVC web application

Laszlo Pinter By Laszlo Pinter
1 Comment on Add jQuery DataTables grid to an ASP.NET Core MVC web application
1 Min Read

ASP.NET does not provide sortable, searchable tables. jQuery DataTables is a popular way to display user-friendly data in an ASP.NET Core MVC web application. Set up the environment Add the System.Linq.Dynamic.Core NuGet package to the web application…

.NET Core FrameworkMicrosoft Visual StudioMVCSoftware Development
September 29, 2018

The user account does not have permission to run this task

Laszlo Pinter By Laszlo Pinter
1 Comment on The user account does not have permission to run this task
2 Min Read

When a Scheduled task is created by another user (or SYSTEM) most of the time only that user can manually trigger the task execution. When you try to execute the scheduled task from the user interface you can get the error message: The user account does…

DevOpsWindows
September 28, 2018

Error unprotecting the session cookie in an ASP.NET Core MVC application.

Laszlo Pinter By Laszlo Pinter
No Comments on Error unprotecting the session cookie in an ASP.NET Core MVC application.
1 Min Read

The new ASP.NET Core MVC framework automatically displays a message for the user to accept the application’s privacy policy. The default message is “Use this space to summarize your privacy and cookie use policy.” No cookies are saved…

.NET Core FrameworkC#Microsoft Visual StudioMVCSoftware Development
September 27, 2018

Set the environment for an ASP.NET Core MVC web application

Laszlo Pinter By Laszlo Pinter
No Comments on Set the environment for an ASP.NET Core MVC web application
2 Min Read

When the ASP.NET Core MVC web application starts, reads the name of the environment for an environment variable of the host computer. The compiled application contains the configuration for all supported environments, making possible to build and deploy…

.NET Core FrameworkC#Microsoft Visual StudioMVCSoftware Development
September 26, 2018

Enable .NET Core Entity Framework Linq query execution

Laszlo Pinter By Laszlo Pinter
No Comments on Enable .NET Core Entity Framework Linq query execution
1 Min Read

When we create a new .NET Core class it only contains the using System; reference. To enable Linq database queries in a .NET Core project, add using System.Linq; using System; using System.Linq; To enable the usage of .Include() in the Linq queries, add…

.NET Core FrameworkDatabasesMicrosoft Visual Studio
September 15, 2018

Return values to the controller in the model from the ASP.NET MVC view

Laszlo Pinter By Laszlo Pinter
No Comments on Return values to the controller in the model from the ASP.NET MVC view
1 Min Read

When we create an ASP.NET MVC web application, the model (an object) is the easiest way to return values from the view to the controller. For the view to be able to return the values in the model, make sure the model contains properties, not fields, for…

.NET Core Framework.NET FrameworkC#Microsoft Visual StudioMVC
September 14, 2018
« Previous 1 … 45 46 47 48 49 … 84 Next »

Search

Last Changes

  • Argument of type '(number | null)[]' is not assignable to parameter of type '(err: Error, result: QueryResult) => void' June 20, 2026
  • Cities: Skylines II Developer Mode June 20, 2026
  • How to stop the rain and snow in Cities: Skylines II June 20, 2026
  • 'CSII_MANAGEDPATH' has incorrect path(s) when building Cities: Skylines II mod June 20, 2026
  • Decompiling the Cities: Skylines II code June 20, 2026

Tags

.NET .NETcore 3Dprinting ASP.NET Core AutodeskInventor AWS C# Chef cloud DevOps Docker EntityFramework Games Git Go iOS iPad iPhone iPod Java Kubernetes Linux MacOSX MSSQL MVC Node.js Packer PowerShell Python RDS RightScale Ruby security Splunk TeamCity Terraform TestKitchen Tomcat Ubuntu Vagrant VirtualBox VisualStudio Windows WordPress Xcode

Recent Comments

  • Zengei László on MyHeritage családfa exportálása és küldése emailben
  • Raúl Castillo on DynDns update error
  • MICHAEL on Windows Media Player 12 cannot find the album information
  • Nargis on Configure Epson ET-3850 scanning on Windows 11
  • Venczelné Zemen Erika on Delta S2302 termosztát programozása

–

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

You May Have Missed

Knowledge Base

How to create or change the size of a swap file in Ubuntu

Laszlo Pinter
By Laszlo Pinter
June 5, 2026
Knowledge Base

Time tracking in Jira

Laszlo Pinter
By Laszlo Pinter
May 18, 2026
Knowledge Base

AI Agents

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Knowledge Base

OpenClaw

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Knowledge Base

Linux system performance monitoring tools

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Knowledge Base

LM Studio

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Knowledge Base

Running AI models locally

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Linux

Flameshot unable to capture screen

Laszlo Pinter
By Laszlo Pinter
April 26, 2026
Travel

Japan travel tips

Laszlo Pinter
By Laszlo Pinter
April 16, 2026
Copyright 2026 — Pinter Computing. All rights reserved.