Skip to content
Sysbrick Technologies
  • Home
  • Home
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe
  • Home
  • 2025
Posted inPython

Protected: Order DESC Barcode on F2 on purchase

Posted by By Bineesh Kumar April 5, 2025
This content is password protected. To view it please go to the post page and enter the password.
Read More
Posted inPython

SmartShop PRO missing procedure

Posted by By Bineesh Kumar March 20, 2025
MASTER_BarcodeSearchEx4 /** Object: StoredProcedure [dbo].[MASTER_Barcode_SearchEx4] Script Date: 20/03/2025 3:05:31 PM **/SET ANSI_NULLS ONGO SET QUOTED_IDENTIFIER…
Read More
Posted inDatabase

How remove apostrophe from String in MS SQL Server Microsoft SQL Server

Posted by By Bineesh Kumar February 26, 2025
REPLACE ( field_name,'''', ' ') ----- here 4 numbers of single apostrophes are used at…
Read More
Posted inPython

starting fast api app on windows

Posted by By Bineesh Kumar February 25, 2025
in this we are using uvicorn with fastapi command : uvicorn main:app --reload
Read More
Posted inPython

add new user to linux

Posted by By Bineesh Kumar February 24, 2025
to simply add a new user to linux use the below code sudo useradd <user…
Read More
Posted inDatabase

MSSQL Server find Database location.

Posted by By Bineesh Kumar February 24, 2025
SELECT      mdf.database_id,      mdf.name,      mdf.physical_name as data_file,      ldf.physical_name as log_file,   …
Read More
Posted inUbuntu

Ubuntu set all files permissions

Posted by By Bineesh Kumar February 24, 2025
Setting files permission in Linux / Ubuntu is sometimes a problem. It can be simplified…
Read More
Posted inMySQL

MySQL Incorrect datetime value: ‘0000-00-00 00:00:00’

Posted by By Bineesh Kumar February 24, 2025
Use SET SQL_MODE='ALLOW_INVALID_DATES'; first in the Query
Read More
Posted inUbuntu

Show users and groups in Ubuntu

Posted by By Bineesh Kumar February 24, 2025
To display all users run following command: compgen -u. To display all groups run following…
Read More
Posted inUbuntu Wordpress

Fix error wordpress can not upload files

Posted by By Bineesh Kumar February 24, 2025
include define('FS_METHOD', 'direct'); inside wp-config.php
Read More

Recent Posts

  • Protected: Order DESC Barcode on F2 on purchase
  • SmartShop PRO missing procedure
  • How remove apostrophe from String in MS SQL Server Microsoft SQL Server
  • starting fast api app on windows
  • add new user to linux

Recent Comments

No comments to show.

Archives

  • April 2025
  • March 2025
  • February 2025

Categories

  • Database
  • MySQL
  • Python
  • Ubuntu
  • Wordpress
Copyright 2025 — Sysbrick Technologies. All rights reserved. Bloglo WordPress Theme
Scroll to Top