05 June 2024
14 Free Online Tools You Should Know About
10 May 2024
09 May 2024
How to create a virtual environment with preinstalled packages as in requirements.txt
17 October 2023
How to create a bootable usb drive from an iso file?
25 November 2022
How to create a DKIM record to DNS?
Your Guide to Safe Emails: Create and Implement a DKIM Record
https://mailtrap.io/blog/create-dkim-tutorial/
16 October 2022
05 July 2022
How to give author, editor, viewer permissions to room calendars?
27 June 2021
On Ubuntu, Creating Virtual Environments
On Ubuntu, creating Virtual Environments
https://packaging.python.org/tutorials/installing-packages/#creating-and-using-virtual-environments
python3 -m venv <DIR>
source <DIR>/bin/activate
'<DIR>' is actually your site name, e.g. 'mysite'.
26 June 2021
On Windows, How to Install, Create and Activate a Python Virtual Environment (Project) for Django? mkvirtualenv is not recognized as an internal or external command, operable program or batch file
(For Windows)
How to Install, Create and Activate a Python Virtual Environment (Project) for Django?
mkvirtualenv is not recognized as an internal or external command, operable program or batch file
For Python 3.3 or newer, Commands for installing, creating and activate virtual environment has been changed.
You can install virtual environment using pip:
py -m pip install --user virtualenv
For creating new environment:
py -m venv myproject
To activate your virtual environment:
.\myproject\Scripts\activate
After activating virtual environment, You’ll see “(myproject)” next to the command prompt.
04 November 2020
How to create local account on Windows using command?
How to create local account on Windows using command?
https://pureinfotech.com/create-local-account-windows-10/
If you’re comfortable typing command lines, it’s actually a lot faster to create a local account on Windows 10 using Command Prompt.
To create a local account on Windows 10 with Command Prompt, use these steps:
Open Start.
Search for Command Prompt, right-click the result, and select the Run as administrator option.
Type the following command and press Enter:
net user USER_NAME PASSWORD /add
In the above command make sure to change USER_NAME and PASSWORD with the credentials you want to use for the new user account.
Type the following command to add the newly created account to the Administrators group and press Enter:
net localgroup administrators USER_ACCOUNT /add
Creating admin local account using Command Prompt In the command, make sure to replace USER_ACCOUNT with the account name you want to add to the administrators group.
If you want to test the new changes, sign-out and you’ll notice the new user account sitting in the bottom-left corner of the screen. Then select the new user account and sign in.
It’s also possible to create a local account using PowerShell, and here are the steps.
How to change local account using Command Prompt
To change the account type from standard to administrator, use these steps:
Open Start.
Search for Command Prompt, right-click the result, and select the Run as administrator option.
Type the following command to add the newly created account to the Administrators group and press Enter:
net localgroup administrators USER_ACCOUNT /add
Creating admin local account using Command Prompt In the command, make sure to replace USER_ACCOUNT with the account name you want to add to the administrators group.
Once you complete the steps, the next time the users signs in, the account will have administrative privileges, meaning that the users will be able to install apps, modify system settings, and pretty much unlimited access to the device.
How to delete local account using Command Prompt
To change the account type from standard to administrator, use these steps:
Open Start.
Search for Command Prompt, right-click the result, and select the Run as administrator option.
Type the following command to add the newly created account to the Administrators group and press Enter:
net user USER_ACCOUNT /del
In the command, make sure to change USER_ACCOUNT for account name you want to delete.
Once you complete the steps, the next time the users signs in, the account will have administrative privileges, meaning that the users will be able to install apps, modify system settings, and pretty much unlimited access to the device.
Update January 29, 2020: This guide was originally published in October 2015, and it’s been updated in January 2020 to reflect the new changes.
03 August 2017
Newsletter creation, design, and sending
Free for sending to up to 500 people
http://www.eliteemail.com
Another site -
https://mailchimp.com/
24 August 2016
21 December 2015
Word with Chinese Contents Can not be Converted into PDF | There is NO PDFMaker | There is NO PDF Menu
My Office is 2010 64bit. My Adobe Acrobat is X Pro (10.0.0)
The problems in the subject happen only when your Office is 2010 64bit (32bit Office does not have those problems) and your Adobe Acrobat is X (10.0.0 or older) (10.1 or newer Acrobat does not have those problems.)
Solution: Within Acrobat, click Help | Check for Updates.. After installing the updates, version of Acrobat will become 10.1.16 (on 21 December 2015) or newer.
Install a patch from here -
http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
After you have installed the patch, the problems in the subject will be gone.