jenkins: scripts to locate shell commands
locate config.xml | grep ‘/var/lib/jenkins’ grep -R ‘/home/Scripts/’ /var/lib/jenkins/jobs/ | grep config.xml
locate config.xml | grep ‘/var/lib/jenkins’ grep -R ‘/home/Scripts/’ /var/lib/jenkins/jobs/ | grep config.xml
ALTER TABLE XXXXXX ADD PRIMARY KEY (ID); ALTER TABLE XXXXXX MODIFY id int NOT NULL AUTO_INCREMENT; ALTER TABLE proxy_ips ADD UNIQUE (proxy); o select a DB: use DB_NAME;
The .htaccess on my local directory is not being considered. if this is the case go to: go to /etc/apache2/apache2.conf and change this from <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride none Require all granted to <Directory /var/www/> Options […]
One could instinctively think that when you search your emails using imaplib as per below, and you get a list of all the uids of the emails that john doe has sent, that there’s a correlation between the UID and […]
mysql -u user -p < db.sql