User contributions for Saurabh
From Notes_Wiki
- 06:47, 7 October 2022 diff hist +1,037 N Rocky 9.x Owncloud delete files via REST API via command line Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > File Sharing > Owncloud > Delete files via REST API via command line If there is need to delete file from CLI instead of using Web login / Desktop client then use: <pre> curl -u <owncloud-username>:<owncloud-password> -X DELETE https://<owncloud-fqdn-or-ip>/owncloud/remote.php/webdav/<p..." current
- 06:44, 7 October 2022 diff hist +2,970 N Rocky 9.x Owncloud Manually moving DataDirectory Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > File Sharing > Owncloud > Manually moving DataDirectory We can change path of owncloud DataDirectory as follows: ('''Assuming moving from''' /var/www/owncloud '''to''' /mnt/owncloud ) # Enable maintenance mode. For example #:<pre> #:: cd /var/www/html/owncloud #:: sudo -u apache php -f occ mainten..."
- 06:31, 7 October 2022 diff hist +578 N Rocky 9.x Owncloud Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > File Sharing > Owncloud *Rocky 9.x Owncloud Manually moving DataDirectory *Rocky 9.x Owncloud delete files via REST API via command line *Rocky 9.x Owncloud upgrade by migrating to a new VM with updated version '''There are older articles at:''' *CentOS 8.x Owncloud *CentOS 7.x owncloud Home > Rocky Linux or Cen..."
- 06:30, 7 October 2022 diff hist +249 N Rocky 9.x File sharing Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > File Sharing *Rocky 9.x Owncloud Home > Rocky Linux or CentOS > Rocky Linux 9.x > File Sharing" current
- 06:30, 7 October 2022 diff hist +98 m CentOS 8.x Owncloud changing datadirectory for a new installation current
- 06:30, 7 October 2022 diff hist +129 m CentOS 7.x Upgrade owncloud to newer version or updated stack current
- 06:29, 7 October 2022 diff hist +27 m CentOS 7.x owncloud current
- 06:29, 7 October 2022 diff hist +60 m CentOS 8.x Owncloud current
- 06:22, 7 October 2022 diff hist +5 m Rocky Linux 9.x
- 06:22, 7 October 2022 diff hist +24 m Rocky 9.x Web servers
- 06:22, 7 October 2022 diff hist +38 m Rocky 9.x Apache web server configuration
- 06:22, 7 October 2022 diff hist +66 m Rocky 9.x Installing lets-encrypt SSL certificate current
- 06:20, 7 October 2022 diff hist +244 N Rocky 9.x Web servers Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Web servers *Rocky 9.x Apache web server configuration Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Web servers"
- 06:20, 7 October 2022 diff hist +55 m Rocky 9.x Apache web server configuration
- 06:20, 7 October 2022 diff hist +56 m Rocky 9.x Installing lets-encrypt SSL certificate
- 06:17, 7 October 2022 diff hist +245 m Converting timezone using date command
- 06:15, 7 October 2022 diff hist +235 m PBS setup master node current
- 06:13, 7 October 2022 diff hist +47 m Shell scripting current
- 06:13, 7 October 2022 diff hist +603 N Ls command Created page with "Home > Shell scripting > ls command =Get full time along with year information in ls -l output= Normally '<tt>ls -l</tt>' output only prints date (day) and month and not year information of file last modification, access or change time. If the file is modified today itself it prints hour:minute information. To list year, seconds, Microseconds also use: <pre> ls -l --full-time </pre> Refer: * https://stackoverflow.com/questions/13999300/bash-ls-..." current
- 06:10, 7 October 2022 diff hist +16 m Shell scripting
- 10:02, 5 October 2022 diff hist +1,473 N Rocky 9.x Installing lets-encrypt SSL certificate Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Apache web server configuration > Rocky 9.x Installing lets-encrypt SSL certificate To install lets-encrypt certificate on a machine for use with apache (httpd) use: # dnf -y install epel-release mod_ssl # dnf -y install certbot python3-certbot-apache # certbot apache mode works only when NameVirtualHost is enabled and appropriate VirtualHost are created in apache. If this is not p..."
- 09:59, 5 October 2022 diff hist +1 m Installing lets-encrypt SSL certificate current
- 09:59, 5 October 2022 diff hist +111 m Installing lets-encrypt SSL certificate
- 09:56, 5 October 2022 diff hist +88 m Rocky Linux 9.x
- 09:56, 5 October 2022 diff hist +401 N Rocky 9.x Apache web server configuration Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Apache web server configuration *Rocky 9.x Installing lets-encrypt SSL certificate '''There are older articles at: * CentOS 8.x apache web server''' * Apache web server configuration Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky 9.x Apache web server configuration"
- 09:54, 5 October 2022 diff hist +203 m CentOS 8.x apache web server current
- 09:54, 5 October 2022 diff hist +46 m Apache web server configuration current
- 09:52, 5 October 2022 diff hist +106 N Rocky Linux 9.x Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x *Apache web server configuration"
- 09:52, 5 October 2022 diff hist +21 m Rocky Linux or CentOS
- 09:51, 5 October 2022 diff hist +15 m Rocky Linux or CentOS
- 09:51, 5 October 2022 diff hist +15 m Main Page
- 09:51, 5 October 2022 diff hist +35 N CentOS Saurabh moved page CentOS to Rocky Linux or CentOS current Tag: New redirect
- 09:51, 5 October 2022 diff hist 0 m Rocky Linux or CentOS Saurabh moved page CentOS to Rocky Linux or CentOS
- 09:49, 5 October 2022 diff hist +87 m CentOS 7.x Owncloud file cache and sharing current
- 09:47, 5 October 2022 diff hist +386 m CentOS 7.x Owncloud file cache and sharing
- 09:42, 5 October 2022 diff hist +1,222 N Disable root password expiry on vCenter Created page with "Home > VMWare platform > VMWare vCenter > Disable root password expiry on vCenter To disable password expiry on vCenter '''Very important for VxRail / vCF automated environments''' use: # Login into vCenter via SSH and get access to bash shell by typing 'shell' in appliancesh prompt. #: OR we can open vCenter VM console via vCenter / ESXi host and login with root username and password # Change existing password (if required) via: #:<pre> #:: pa..."
- 09:38, 5 October 2022 diff hist +44 m VMWare vCenter
- 09:38, 5 October 2022 diff hist +1,646 N Disable password expiry on SDDC Manager Created page with "Home > VMWare platform > vCloud Foundation > Disable password expiry on SDDC Manager We should disable both root and vcf user password expiry on SDDC Manager via: # Either SSH to SDDC manager and login as vcf user. Then use 'su -' and enter root password to get root shell #: OR open remote console for SDDC manager VM via vCenter. Login with root user and root password # If vCenter root or SDDC manager root or SDDC manager vc..." current
- 09:32, 5 October 2022 diff hist +354 m Production deployment for vCF 4.3.1.0 current
- 09:29, 5 October 2022 diff hist +44 m VCloud Foundation current
- 02:26, 28 September 2022 diff hist +166 m Build VxRail 7.0
- 02:16, 26 September 2022 diff hist +1,453 m Openssl current
- 12:12, 25 September 2022 diff hist +100 m Windows 10
- 12:12, 25 September 2022 diff hist +1,306 N Windows 10 Delete Recovery partition Created page with "Home > Windows > Windows 10 > Delete Recovery partition in Windows 10 It is possible to have a recovery partition created after C: drive in Windows 10 after OS installation. This makes it difficult to increase the hard-disk size (esp. in case of VMs / storages) and expand C drive. If the recovery partition is not required then in such cases it can be deleted via: # If there are backup options (eg snapshot, etc.) perhaps take a proper backup..."
- 11:52, 25 September 2022 diff hist +73 m Windows Server 2019 current
- 11:51, 25 September 2022 diff hist +1,335 N Disable cortana and use normal windows search using registry editing Created page with "Home > Windows > Windows Server 2019 > Disable cortana and use normal windows search using registry editing To optimize on resources when Cortana is not desired (eg RDSH server with Horizon where OS Optimization TOol is not used), we can disable it via registry using: # Open regedit # Go to "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search" # If you don’t see a "Windows Search" key (folder) under the Windows folder, right..." current
- 07:52, 25 September 2022 diff hist +78 m VMWare Horizon current
- 07:52, 25 September 2022 diff hist +285 m Multiple conhost.exe using high overall CPU esp. in VDI RDSH environment current
- 07:51, 25 September 2022 diff hist +142 m Windows Server 2019
- 07:50, 25 September 2022 diff hist +1,263 N Multiple conhost.exe using high overall CPU esp. in VDI RDSH environment Created page with "Home > Windows > Windows Server 2019 > Multiple conhost.exe using high overall CPU esp. in VDI RDSH environment In case of a VDI RDSH environment observed multiple conhost.exe processes with high CPU. Tried to use: <pre> sfc /scannow </pre> in administrator CMD. This did not solve the problem. Using sysinternal process explorer ( https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer ) also did not reveal more insight. D..."