User contributions for Bacchas
Jump to navigation
Jump to search
- 13:40, 15 June 2023 diff hist −117 Backup html folder, backup SQL Database and download locally
- 13:38, 15 June 2023 diff hist +1,080 Backup html folder, backup SQL Database and download locally
- 13:33, 15 June 2023 diff hist +64 Backup html folder, backup SQL Database and download locally
- 13:31, 15 June 2023 diff hist +1 Backup html folder, backup SQL Database and download locally
- 13:31, 15 June 2023 diff hist 0 Backup html folder, backup SQL Database and download locally
- 13:30, 15 June 2023 diff hist +32 Backup html folder, backup SQL Database and download locally
- 13:28, 15 June 2023 diff hist +455 Backup html folder, backup SQL Database and download locally
- 13:27, 15 June 2023 diff hist +716 N Backup html folder, backup SQL Database and download locally Created page with "==Master Script== <pre> echo "-----------------------------------" echo "" echo "++++++++++ Running backup script, zipping dir and dump sql database ++++++++++" echo "" clientscripts/./client_run_backup_sql_zip.sh sleep 5 echo "-----------------------------------" echo "" echo "++++++++++ Download zip and sql files and copy to synology ++++++++++" echo "" echo "" clientscripts/./client_dlzipsql_cpto_synology.sh sleep 5 echo "-----------------------------------" echo ""..."
- 13:26, 15 June 2023 diff hist +4 Scripts used on Servers
- 13:26, 15 June 2023 diff hist +64 N Scripts used on Servers Created page with "Backup html folder, backup SQL Database and download locally"
- 13:22, 15 June 2023 diff hist +15 Bash current
- 16:27, 14 June 2023 diff hist +723 Python Copying File and Directories current
- 16:14, 14 June 2023 diff hist −2 Python Copying File and Directories →Move similar files to another folder
- 15:45, 14 June 2023 diff hist −6 Python Copying File and Directories
- 15:45, 14 June 2023 diff hist +1,085 Python Copying File and Directories
- 15:43, 14 June 2023 diff hist +482 Python Copying File and Directories
- 19:52, 26 April 2023 diff hist +895 N Create a Django App Created page with " python manage.py startapp myapp * this will create an new app in the projectname folder * cd into my app folder and create a folder called templates * create an html file in the templates folder * Link the new template folder to the project * edit the settings.py file import os * Scroll down to "TEMPLATES", edit section DIRS 'DIRS': [os.path.join(BASE_DIR, "myapp/templates")] * Edit the views.py in your myapp folder def myview(request): return render(request,..." current
- 19:51, 26 April 2023 diff hist −865 Django Replaced content with "==Create a new project== == Create a Django App == === Category===" current Tag: Replaced
- 19:51, 26 April 2023 diff hist +3 Create a new project current
- 19:51, 26 April 2023 diff hist +25 Create a new project
- 19:50, 26 April 2023 diff hist +275 N Create a new project Created page with "* First create a main dir django etc.. * cd into directory django-admin startproject projectname * this will create the projectname within the main directory * cd into directory python manage.py runserver * To specify a different port python manage.py runserver 8080"
- 19:50, 26 April 2023 diff hist −272 Django
- 19:49, 26 April 2023 diff hist +237 Django
- 17:29, 26 April 2023 diff hist −1 Django
- 17:29, 26 April 2023 diff hist +247 Django
- 17:21, 26 April 2023 diff hist +413 Django
- 17:02, 26 April 2023 diff hist +114 Django
- 16:40, 26 April 2023 diff hist +33 Django
- 16:38, 26 April 2023 diff hist +123 Django
- 16:37, 26 April 2023 diff hist +3 Anaconda current
- 16:36, 26 April 2023 diff hist 0 Anaconda
- 16:35, 26 April 2023 diff hist +34 Anaconda
- 16:34, 26 April 2023 diff hist +27 Anaconda
- 14:58, 26 April 2023 diff hist +34 POWERSHELL FILEBASED OPERATIONS
- 14:57, 26 April 2023 diff hist +34 Extend C Drive current
- 14:56, 26 April 2023 diff hist +35 Recover Broken Drives current
- 14:56, 26 April 2023 diff hist +8 Fix Broken Windows Files - System file checker current
- 14:55, 26 April 2023 diff hist +27 Fix Broken Windows Files - System file checker
- 20:07, 24 April 2023 diff hist +63 N Django Created page with "==Create a new project== django-admin startproject projectname"
- 20:06, 24 April 2023 diff hist +15 Programming
- 19:56, 24 April 2023 diff hist +310 N Anaconda Created page with "<h2> Create Anaconda environment</h2> * Open Anaconda command prompt conda create -n NameOfEnvironment python=3.9\ <h2> Activate Environment </h2> conda activate NameOfEnvironment <h2> To deactivate environment </h2> conda deactivate <h2> Update Anaconda base </h2> conda update -n base -c defaults conda"
- 19:52, 24 April 2023 diff hist +17 Programming
- 14:55, 24 April 2023 diff hist +13 Fix Broken Windows Files - System file checker
- 14:54, 24 April 2023 diff hist +282 Fix Broken Windows Files - System file checker
- 14:47, 24 April 2023 diff hist +345 N Fix Broken Windows Files - System file checker Created page with " '''Quick health check''' dism /online /cleanup-image /checkhealth '''Longer Scan''' dism /online /cleanup-image /scanhealth '''Scan and fix problems''' dism /online /cleanup-image /restorehealth '''If dism can't fix system files''' '''Open browser, search for "media creation tool" ''' '''Download "create windows 10 installation media"'''"
- 14:37, 24 April 2023 diff hist +55 Windows
- 18:44, 28 March 2023 diff hist +29 File Commands →Find files in multiple directories
- 18:43, 28 March 2023 diff hist +161 File Commands
- 19:21, 24 March 2023 diff hist +23 Rename files using excel as source template current
- 18:59, 24 March 2023 diff hist −195 Rename files using excel as source template