User contributions for Saurabh
From Notes_Wiki
- 10:14, 14 July 2022 diff hist +75 m Squid proxy server configuration current
- 10:13, 14 July 2022 diff hist +147 m Configuring squid cache manager current
- 10:13, 14 July 2022 diff hist +59 m Configuring squid cache current
- 10:13, 14 July 2022 diff hist +34 m Configuring proxy authentication for squid current
- 10:13, 14 July 2022 diff hist +158 m Using encrypted channels to communicate with squid proxy server current
- 10:12, 14 July 2022 diff hist +117 m Squid ACL notes current
- 10:12, 14 July 2022 diff hist −14 m Cache peer configuration for squid current
- 10:12, 14 July 2022 diff hist +152 m Configuring squid in transparent mode current
- 10:12, 14 July 2022 diff hist +100 m Configure squid-3.3 in transparent mode on CentOS 7 with SSL bump current
- 10:11, 14 July 2022 diff hist +65 m Squid log analysis using sarg current
- 10:11, 14 July 2022 diff hist +143 m Troubleshooting squid issues current
- 10:11, 14 July 2022 diff hist +91 m Configuring squid to block websites based on categories current
- 10:10, 14 July 2022 diff hist +68 m Configuring squid with DelayPools current
- 10:10, 14 July 2022 diff hist +66 m Configuring squid with Squish current
- 10:10, 14 July 2022 diff hist +89 m Restricting squid users to login only from one machine current
- 09:48, 14 July 2022 diff hist +68 m OpenSSH server configuration current
- 09:48, 14 July 2022 diff hist +146 m Configuring idle timeout for openSSH current
- 09:47, 14 July 2022 diff hist +57 m Chrooting sftp users to home directory with openSSH current
- 09:47, 14 July 2022 diff hist +54 m Passphrase for ssh-keys current
- 09:46, 14 July 2022 diff hist +115 m Disabling reverse DNS lookup for openSSH current
- 09:46, 14 July 2022 diff hist +123 m Improving openSSH server performance current
- 09:46, 14 July 2022 diff hist +92 m Generating new ssh host keys for openSSH server current
- 09:45, 14 July 2022 diff hist +158 m Tunneling using SSH server listening on port 443
- 09:44, 14 July 2022 diff hist +94 m Configuring authorized keys file for public key based access current
- 09:44, 14 July 2022 diff hist +73 m Restricting SSH access to a given command current
- 09:44, 14 July 2022 diff hist +146 m Restricting SSH access to given users current
- 09:43, 14 July 2022 diff hist +142 m Sharing multiple ssh connections current
- 09:43, 14 July 2022 diff hist 0 m SSH connection chaining and forwarding current
- 09:43, 14 July 2022 diff hist +147 m SSH connection chaining and forwarding
- 09:40, 14 July 2022 diff hist −18 m Tftp server configuration current
- 09:40, 14 July 2022 diff hist +137 m Configuring basic tftp server current
- 09:39, 14 July 2022 diff hist −19 m Samba server configuration current
- 09:39, 14 July 2022 diff hist +121 m Quick samba server with authentication setup current
- 09:38, 14 July 2022 diff hist +63 m Basic samba server configuration current
- 09:38, 14 July 2022 diff hist +97 m Using smbclient or nmblookup to access samba shares or servers current
- 09:37, 14 July 2022 diff hist −21 m Pxeboot server configuration current
- 09:36, 14 July 2022 diff hist +59 m Configuring basic pxeboot server current
- 08:57, 14 July 2022 diff hist −74 m CentOS 6.x
- 07:46, 14 July 2022 diff hist −62 m Ubuntu
- 07:46, 14 July 2022 diff hist +77 m Ubuntu
- 07:46, 14 July 2022 diff hist +2,978 m Install Nvidia graphics card driver on Ubuntu along with cuda libraries
- 07:28, 14 July 2022 diff hist +85 N Install Nvidia P100 graphics card driver on Ubuntu 16.04 Saurabh moved page Install Nvidia P100 graphics card driver on Ubuntu 16.04 to Install Nvidia graphics card driver on Ubuntu along with cuda libraries: Improving article and also making it more generic current Tag: New redirect
- 07:28, 14 July 2022 diff hist 0 m Install Nvidia graphics card driver on Ubuntu along with cuda libraries Saurabh moved page Install Nvidia P100 graphics card driver on Ubuntu 16.04 to Install Nvidia graphics card driver on Ubuntu along with cuda libraries: Improving article and also making it more generic
- 07:26, 14 July 2022 diff hist +3,099 N CentOS 7.x Install nvidia drivers and cuda library Created page with "<yambe:breadcrumb>CentOS 7.x package management|CentOS 7.x package management</yambe:breadcrumb> =CentOS 7.x Install nvidia drivers and cuda library= To install Nvidia drivers and Cuda library on CentOS 7.x use: # Do full installation of CentOS7 # Disable Selinux by editing '<tt>/etc/selinux/config</tt>' and using: #:<pre> #:: SELINUX=disabled #:</pre> #: Also do #::<pre> #::: setenforce 0 #::</pre> # Disable firewalld #:<pre> #:: systemctl stop firewalld #:: systemctl..."
- 07:09, 14 July 2022 diff hist +56 m CentOS 7.x package management
- 09:43, 8 July 2022 diff hist +43 m Basic disk quota configuration
- 09:35, 8 July 2022 diff hist +349 m CentOS 7.x Rocks cluster 7.0 Build master server
- 09:22, 8 July 2022 diff hist +1,772 m PBS job queues resource management
- 09:16, 8 July 2022 diff hist +3,860 N PBS job queues resource management Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > PBS job queues resource management In order to restrict amount of resources available to users we need to do resource management on queues and assign users / nodes or groups to queues. =Resource management for the overall Queue= * Set Maximum CPU for the queue *:<pre> *:: qmgr -c "set queue testq1 resources_max.ncpus=20" *:</pre> * Set Maximum Memory for queue *:<pre> *:: qmgr..."
- 09:06, 8 July 2022 diff hist +3,977 N PBS job submission and execution Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > PBS job submission and execution =Sample pbs stress job for testing= We can test PBS installation by validating whether we are able to submit jobs and they are executing properly on various nodes using: # Install stress package on all the nodes #:<pre> #:: yum install -y stress #:</pre> #: Assumes epel, etc. are enabled as part of compute/execution node setup # Create the PBS scri..."