Schlagwort: fast

WordPress Cleanup Speedup Source Code

Remove all Emoji Code at the Header which is always pulled! (Homecall) go to your themes folder and add last area at functions.php: remove_action('wp_head', 'print_emoji_detection_script', 7); remove_action('wp_print_styles', 'print_emoji_styles'); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'admin_print_styles', 'print_emoji_styles' );

WordPress: Secure Faster Effective Blogging

If you use WordPress or a other CMS for daily blogging, it’s useful to have a own User Acount on a PC. Advantages: Own Browser for Blogging with saved Passwords Own Link Bar for quick switching between the Social Media Platforms You won’t need to open Security Holes like API Software Interfaces for used Plugins […]

WordPress: Replace or Purge Text on all Posts by mysql

If you have to remove a link, text or else on all wordpress posts pages with same signs like the „read more“ tag do: mysql -u dbadmin -p – enter password – change database by: use databasename – run change command(SET „more-tag-source-html-pre“ WordPress reformat the output here! ): mysql > UPDATE wp_posts SET post_content = […]

Ubuntu: Advantage of Classic Desktop Openbox

I am often asked what is the best Desktop Software for Linux? a good Desktop must be fast by window handling, easy to read and needs less hardware resources the fonts must be clear and easy to read animations should not break the operations, glossy windows should by easy to switch off a taskbar should […]

Openbox: Quick Keyboard Shortcuts Internet Mail Run Command

Problem: If you want to work faster with your Openbox Desktop you should use Keyboard Shortcuts for often used Programs like Internet, Mail and Run Command box. Solution:  edit as user $nano /home/user/.config/openbox/rc.xml insert #Fullscreen CTRL+F11 <keybind key="C-F11"> <action name="ToggleFullscreen"/> </keybind> #RunCommand with gmrun on X CTRL+R <keybind key="C-R"> <action name="Execute"> <execute>gmrun</execute> </action> </keybind> #Internet […]

Small Linux on Thin Client 32MB Disk

Problem: If you have bought a Thin Client Terminal, you lost updates after some years, cause the manufacter closes the support, or you have to pay for the Upgrades. Solution: To reuse the old Hardware take a closer look on www.tinycorelinux.com There you find a very small modular Linux. You must not buy new Hardware! […]

Debian Squeeze: Which is current the best Debian for Laptops?

Problem: There is no difference between new and old Laptops, they always need the best Drivers on Linux to operate safe. Solution: For this you should take Sqeeze Debian Version. To get a fast Desktop on a older Laptop like a Thinkpad R50p or T30 you can use LXDE Desktop. /etc/apt/sources.list deb http://ftp2.de.debian.org/debian/ squeeze main […]

Ubuntu Lucid Lynx 10.04: FireGL xorg.conf Thinkpad R50p

Problem: By default the xorg.conf FireGL 128MB radeon driver settings are slow settings Solution: to get a faster behavior do edit /etc/X11/xorg.conf (Update: use Driver „ati“ for 3D, use „radeon“ for better flashvideos) # sudo nano /etc/X11/xorg.conf and change radeon area to: Section "Device" VendorName "ATI Technologies Inc" BoardName "M10 NT [FireGL Mobility T2]" BusID […]

Logoff Button Gnome Desktop Knopf Abmeldung

Solution: Create a new Application Button with Mouse-right-klick Menu add at command line gnome-session-save –kill and now take you loved icon at /usr/share/icons/ it is very good for Kids PCs or public Internetstations cause you can remove the Systemmenubars Loesung: Mit dem Kontextmenue der Maus einen neuen Starter Knopf am Desktop erstellen aus /usr/share/icons das […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support