Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for plugins

April 2, 2020

Yum Repo Plugins

Here’s how to disable plugin in Yum repos.

# check which plugins are enabled
yum repolist
# disable plugins
yum update --disableplugin=product-id,subscription-manager
# check agin
yum repolist

# check which plugins are enabled yum repolist # disable plugins yum update --disableplugin=product-id,subscription-manager # check agin yum repolist

If that doesn’t work, check the individual config files of each plugin.

cd /etc/yum/pluginconf.d/
vim product-id.conf
vim subscription-manager.conf

cd /etc/yum/pluginconf.d/ vim product-id.conf vim subscription-manager.conf

Disable it.

[main]
enable=0

[main] enable=0

January 10, 2014

WordPress Custom CSS Stylesheet

I’m releasing a new WordPress plugin called Custom Stylesheet. This plugin creates a safe haven for some custom CSS styles that you want preserved, even if you switch from one theme to another. In addition, this plugin also prevent theme updates from overwriting your custom styles. Lastly, this plugin also serves as a quick test environment for applying your custom CSS styles.

Install and Configure

  1. Upload the “stylesheet” folder to the WordPress plugins folder.
  2. Activate the “Custom Stylesheet” plugin from the “Plugins > Installed Plugins.”
  3. Custom Stylesheet is available from “Appearance > Stylesheet.”
  4. Add your custom CSS styles.
  5. Click “Save Custom Stylesheet” to save.

Download

November 26, 2012

Google Web Fonts Plugin

I’m releasing a WordPress plugin called “Web Fonts.” This plugin takes advantage of the free and open-source Google Web Fonts. If you’re not familiar with Google Web Fonts, it’s a group of fonts that allows designers to customize the looks of their blogs or websites using hundreds of exotic fonts. With a gaggle of external fonts available for use, “Web Fonts” can transform the overall design of a website.

Install and Configure

  1. Upload the “webfonts” folder to the WordPress plugins folder.
  2. Activate the “Web Fonts” plugin from the “Dashboard > Plugins > Installed Plugins.”
  3. Configure stylesheet link and CSS from the “Dashboard > Settings > Web Fonts.”
  4. If you want multiple fonts, just add a second stylesheet link and additional CSS.
  5. “Update Options” to save.

Screenshot

Version 1.1

  • Moved to “Appearance > Web Fonts”
  • Added some documentation

Download

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021