User Tools

Site Tools


start

This is an old revision of the document!


Start: This is Just Beginning

QUICK

Command Line Tools

Linux

Flavour

Mac

Unix

Services

Postfix

Freebsd

MySQL

PostgreSQL

KVM (Kernel Based Virtual Machine)

So far fast ever Virtualization / Para-Virtualization i have seen :-X

CPanel

College

AdventureWorks2016CTP3 (suspect)

During my course after importing database every time my laptop goes to sleep. So following set of command restore the working database.

EXEC sp_resetstatus AdventureWorks2016CTP3;
ALTER DATABASE AdventureWorks2016CTP3 SET EMERGENCY;
DBCC checkdb(AdventureWorks2016CTP3);
ALTER DATABASE AdventureWorks2016CTP3 SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
DBCC CheckDB (AdventureWorks2016CTP3, REPAIR_ALLOW_DATA_LOSS);
ALTER DATABASE AdventureWorks2016CTP3 SET MULTI_USER;

Windows

Amazon Cloud

My Bookmarks

RFC To ref.

Xperia X10

Service menu

In the Lock Screen use following sequence.

Menu, Back, Back, Menu, Back, Menu, Menu, Back

Java

Perl

Indian Cooking

Do Not Call List

Reading books

Network

About this Wiki

start.1554299725.txt.gz · Last modified: 2020/08/10 02:29 (external edit)