Tuesday, December 12, 2017
We can't sign into your account-Windows 10 Temp profile issue
Windows 10 problem after update and lost file. sometime we found we can't sign into your account.
It's can be solved using this way. but before you should backup your user data from C drive - User (Your profile_C:\Users\Vikram).
1. Open the command prompt and enter the following command and hit Enter
CMD: wmic useraccount where name='your user profile name' get sid
2. Open Regedit
Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
3. Right click the ProfileImagePath and choose modify (C:\Users\Temp), modify your profile name instead of Temp.
4. Now click Sign out and login to your user account.
Wednesday, November 8, 2017
Ubuntu File Structure
All filesystems are contained within one directory, The root directory is the top level directory, and all its sub-directories make up the directory hierarchy of needs.
•/bin binary applications (most of your executable files)
•/boot files required to boot (such as the kernel, etc)
•/dev your devices (everything from drives to displays)
•/etc just about every configuration file for your system
•/etc/rc.d contains a number of shell scripts that are run on bootup at different run levels.
•/etc/X11 configuration files for the X Window system
•/home locally stored user files and folders
•/lib system libraries (similar to Program Files)
•/media mounted or loaded devices such as cdroms, digital cameras, etc.
•/mnt mounted file systems
•/opt location for “optionally” installed programs
•/sbin systemonly binaries
•/sys contains information about the system
•/tmp temporary files
•/usr applications mainly for regular users
•/var mainly logs, databases, etc.
•/bin binary applications (most of your executable files)
•/boot files required to boot (such as the kernel, etc)
•/dev your devices (everything from drives to displays)
•/etc just about every configuration file for your system
•/etc/rc.d contains a number of shell scripts that are run on bootup at different run levels.
•/etc/X11 configuration files for the X Window system
•/home locally stored user files and folders
•/lib system libraries (similar to Program Files)
•/media mounted or loaded devices such as cdroms, digital cameras, etc.
•/mnt mounted file systems
•/opt location for “optionally” installed programs
•/sbin systemonly binaries
•/sys contains information about the system
•/tmp temporary files
•/usr applications mainly for regular users
•/var mainly logs, databases, etc.
Tuesday, October 24, 2017
Changing The Size Of The Preview Images In Explorer
Depending on the screen resolution, the images displayed in the preview in windows explorer are so tiny that similar photographs can barely be distinguished from one another. Is there a way i can make the preview larger?
Changing A Value In The Registry Instead Can Increase The Size Of The Preview
1.Open The Registry Editor And Navigate To The Key “HKEY_CURENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer”.
2.Click on "Edit NEW DWORD-Value".
Name this New Entry “Thumbnailsize”.
3.Double Click On The Entry,Selectthe "Decimal" Ratio Button And Enter A Number Between “32” And “256” The Default Value Is “96”.
4.Enter A Larger Value To Increase The Thumbnail size.Confirm The Change By Clicking On “OK”. Restart windows explorer for the changes to take effect.
Changing A Value In The Registry Instead Can Increase The Size Of The Preview
1.Open The Registry Editor And Navigate To The Key “HKEY_CURENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer”.
2.Click on "Edit NEW DWORD-Value".
Name this New Entry “Thumbnailsize”.
3.Double Click On The Entry,Selectthe "Decimal" Ratio Button And Enter A Number Between “32” And “256” The Default Value Is “96”.
4.Enter A Larger Value To Increase The Thumbnail size.Confirm The Change By Clicking On “OK”. Restart windows explorer for the changes to take effect.
Friday, June 9, 2017
Your connection is not private - Chromium_Ubuntu
Error:
Your connection is not private
Attackers might be trying to steal your information from www.google.rs (for example, passwords, messages, or credit cards). NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM
To resolve the issue in Ubuntu OS through install the Network Security Service libraries package through terminal and restart the Desktop.
sudo apt-get install libnss3-1d
Friday, April 28, 2017
Error: Unable to find ssh binary [code 0x00000436]
Error shows while try to join a Ubuntu 15.04 LTS OS loaded computer to the Windows domain, and its resolved through following steps.
sudo apt-get remove openssh-client (It only removes ssh client package)
sudo apt-get update
sudo apt-get install openssh-server.
Error details:
Unable to find ssh binary [code 0x00000436]
A sshd config file was at {nowhere}, and a sshd binary file was found at
{nowhere}. Exactly one config file and one binary must exist on the system in a
standard location. Uninstall any unused copies of ssh.
Please see the documentation related to sshd configuration options required and
re-attempt the join with "domainjoin-cli join/leave --disable ssh
"
sudo apt-get remove openssh-client (It only removes ssh client package)
sudo apt-get update
sudo apt-get install openssh-server.
Error details:
Unable to find ssh binary [code 0x00000436]
A sshd config file was at {nowhere}, and a sshd binary file was found at
{nowhere}. Exactly one config file and one binary must exist on the system in a
standard location. Uninstall any unused copies of ssh.
Please see the documentation related to sshd configuration options required and
re-attempt the join with "domainjoin-cli join/leave --disable ssh
Subscribe to:
Posts (Atom)