Skip to content

Ricardo Malla's Blog

  • Home
  • Information Technology
    • O/S
    • Databases
    • Software
  • Life
    • Health
  • Ideas
  • Notes

Jenkins: Api Calls

January 22, 2021 Uncategorized

to delete failed builds curl -X POST http://jenkinUser:jenkinAPIToken@yourJenkinsURl.com/job/theJob/[11-1717]/doDelete

Read more >

jenkins: scripts to locate shell commands

January 7, 2021 Uncategorized

  locate config.xml | grep ‘/var/lib/jenkins’     grep -R ‘/home/Scripts/’ /var/lib/jenkins/jobs/ | grep config.xml

Read more >

MySQL: Set primary key and autoincrement

December 23, 2020December 28, 2020 Uncategorized

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;

Read more >

Apache: mod_rewrite not affecting my directory

December 21, 2020December 21, 2020 Uncategorized

  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 […]

Read more >

Python: imaplib – no way to sort feched uids by date

December 19, 2020 Uncategorized

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 […]

Read more >

Posts navigation

1 2 … 57 Next

Recent Posts

  • Jenkins: Api Calls
  • jenkins: scripts to locate shell commands
  • MySQL: Set primary key and autoincrement
  • Apache: mod_rewrite not affecting my directory
  • Python: imaplib – no way to sort feched uids by date
  • Bash: Execute .sql file from bash script
  • Powershell: Office365 Create global rule NOT to send Read Receipts
  • Office365: Disable Read Receipts on Admin Console
  • MySQL: Create Super User with access to all tables
  • Get Server IP

Categories

  • Adempiere (1)
  • Android (1)
  • Apache (3)
  • Asterisk (11)
  • Backup Strategies (3)
  • CentOS (1)
  • Dropbox (2)
  • Elasticsearch (1)
  • Email Marketing (3)
  • ESXi (1)
  • Fail2Ban (1)
  • Finance (1)
  • Google (1)
  • Google Cloud (1)
  • Ideas (1)
  • iDempiere (17)
  • Information Technology (1)
  • Java (8)
  • Legal (1)
  • Life (2)
  • Magento (6)
  • Management (1)
  • Mautic (10)
  • Microsoft Stack (6)
  • MySQL (14)
  • NginX (1)
  • Notes (1)
  • O/S (1)
  • OpenBravo (39)
  • OpenERP/Odoo (6)
  • Outlook (1)
  • Pentaho (1)
  • PFSense (6)
  • PHP (4)
  • PhpList (1)
  • phpMyAdmin (1)
  • Pingdom (1)
  • Podcasts (1)
  • Podcasts (1)
  • Postfix (1)
  • PostgreSQL (22)
  • PowerBI (1)
  • Prestashop (22)
  • Procurement (1)
  • Python (2)
  • Sales (1)
  • Scrapy (1)
  • SEO (1)
  • Shell Scripts (2)
  • Software (3)
  • Splunk (1)
  • SugarCRM (20)
  • Synology (2)
  • sys admin (2)
  • Talend (3)
  • Tibco – Jasper Reports (20)
  • Ubuntu (30)
  • Uncategorized (38)
  • Unifi (3)
  • VirtualBox (1)
  • Virtualization (1)
  • VMware (6)
  • Wordpress (2)
  • Zoiper (1)
Proudly powered by WordPress | Theme: Sydney by aThemes.