Use virt-manager to share files between Linux host and Windows guest?
Use virt-manager to share files between Linux host and Windows guest?
I usually setup a Samba server on the Linux KVM host and then share a folder out using that to my KVM guests.
C# How to insert a data table into SQL Server database table?
C# How to insert a data table into SQL Server database table?
In SQL 2008/2012/2014/2016/2017, user-defined table type is a user-defined type that describes the definition of a table structure.
You can use a user-defined table type to declare table-valued parameters for SP or functions or to declare table variables that you require to utilization in a batch or the body of a Stored Procedure or function.
Example of Implementing ICloneable for Deep Copies C#
Here’s an example of implementing ICloneable in two custom classes so that you can use the Clone method to do a deep copy.
To do...
Insert and Update in SQL Using User-Defined Table Type in C#
Insert and Update in SQL Using User-Defined Table Type in C#
How to disable SSH timeout
How to disable SSH timeout
Create Service WCF REST
Take advantage of WCF to build light-weight RESTful services and keep the resource URIs clean and lean.
WCF (Windows Communication Foundation) is a secure, reliable,...
How to disable images in firefox
Chosen Solution
Go to about:config, search for this option "permissions.default.image" change it to 2.
Possible values:
1 -- Always load the images
2 -- Never load the...
How To Install Webmin on Ubuntu
Webmin on Ubuntu
How to Solve error: This app can’t be activated by the Built-in Administrator in...
It can be solved through editing a Group Policy, here the steps:
How to Solve error: This app can't be activated by the Built-in Administrator...
Featured
Most Popular
Reactjs vs Angular5 vs Vue js what to choose
reactjs vs angular5 vs vue js what to choose in 2018
JavaScript frameworks are developing at an extremely fast pace, meaning that today we have frequently updated versions of Angular, ReactJS and another player on this market — Vue.js.
Latest reviews
Use virt-manager to share files between Linux host and Windows guest?
Use virt-manager to share files between Linux host and Windows guest?
I usually setup a Samba server on the Linux KVM host and then share a folder out using that to my KVM guests.
“Could not run curl-config: [Errno 2] No such file or directory”...
The line of code that throws Could not run curl-config: [Errno 2] No such file or directory” when installing pycurl on Linux, should inform the user as to remedy - a pre-requisite, rather than leaving them to test their google skills.
Convert time to seconds in excel
Convert Time to Seconds in Excel
Method 1: Simple Multiplication
The first method uses the fact that Excel stores times as decimals, with the number 0...