[HOW TO] count file and folder in Linux

Count file and folder in Linux For files: find directory/ -type f | wc -l For directories: find -mindepth 1 -type d | wc -l Reference : -mindepth levels Do not apply any tests or actions at levels less than levels (a non-negative integer).  -mindepth 1 means  process all files except the starting-points.  -type c             ...

[HOW TO] add Shutdown/ Restart/ Lock/ Sleep to Windows 8?

To begin, click the Desktop icon on the Start screen to access the Desktop. Right-click on the Desktop, select New/ Shortcut Shutdown: a. Enter the following command in the Type the location of the item edit box and click Next. shutdown.exe -s -t 00 Enter the name for the shortcut and click Finish. To change default icon, right-click on the shortcut and select Properties. The Shortcut tab...

[HOW TO] by pass Failed to connect, CredSSP required by server on Windows 8 Embedded

Hello, On Fedora, I must remote desktop to Windows 8.1 Embedded. I could not remote desktop and got the result: [itien@201407COM0047 ~]$ rdesktop 10.10.21.129Autoselected keyboard map en-usFailed to connect, CredSSP required by server. How to bypass? On Windows 8.1 Embedded, you must go to System...