Problem: Windows 7 /8 and its new Apps cache and logs all your browsed internet data at your PC disc Solution: Remove Temp Data Footprints of last Internet Sites open Internet Exploerer and insert into addressbar: shell:cookies shell:history shell:cache then press CTRL+A to select all, and Shift+DEL to delete…!! Windows 7 Apps/Plugins like adobe cache […]
Tag: news
WordPress: Change Editor Font Size without Plugins
Problem: If you use wordpress and use a high resolution Screen on your Laptop or Workstation the dehault font size is too small. Solution: Edit with: #sudo nano ../wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css change value 13 to 16 or 19 at: body { font: 16px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; margin: 10px; color: #000; }
Ubuntu 12.04 Bug High Prio : Grub 2 grub-pc hangs on reboot timeout not working
Prio 1: Set to Prio 1 cause it prevent a remote ubuntu Server from Boot without interactive root access to the Grub 2 Boot Screen !! Problem: If you do a release upgrade to ubuntu 12.04 use grub-pc and have a seperate /boot partition (sda1) then your server won’t boot without you pressing enter at […]
Linux FreeBSD: Protect your Disc Data against power loss
Problem: If you use IDE or SATA Disc Drives inside your Workstation or Server without a additional uninterruppted power supply after a power loss your Disc Drives can lose data, do not boot clean up agian or damage the drive headers and sectors. Background: SATA or IDE Drives uses “Disc Cached Controllers”, the count of […]
Google Search: Goodby Google Search
Wenn Sie auch nach negativen Erfahrungen Google nicht mehr nutzen möchten kann ich Ihnen diese URL als Alternative anbieten: If you want to use a other Internet Search as Google try this URL as Homepage for your Browser http://de.search.yahoo.com/
FreeBSD Linux: Remove Clear GPT Partition Table from drives
Problem: FreeBSD 9 use GPT Partitionlabel by default to remove with Linux do: fdisk message: WARNING: GTP (GUID Partition Table) detected on '/dev/sdX' The util fdisk isn't support GPT. do on console: sudo parted /dev/sdX mklabel msdos (Enter Yes!) quit now use Linux fdisk to recreate a new partion Table
Gnome 3 Bug: gnome-terminal disabled F10 open context menu
Problem: If you use Debian or Ubuntu with Gnome 3 Desktop or Gnome Classic 3 Desktop and you want disable F10 for the use of Midnight Commander the Context Menu of the mouse opens automaticly. Solution: run as User # mkdir ~/.config/gtk-3.0/ then #nano gtk.css insert @binding-set NoKeyboardNavigation { unbind “F10” } * { gtk-key-bindings: NoKeyboardNavigation […]
Debian Linux: Squeeze ATI Mobility M7 xorg.conf Thinkpad T30 Performance
Problem: Squeeze fglrx does not support older ATI Chips (If i view Flashvideos the CPU usage hold at 100% after change 25-30% usage !) Solution: sudo nano /etc/X11/xorg.conf and paste Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" […]