Problem: Festplatten brummen in PC Gehaeuse, Schwingungen werden uebertragen. Harddrive rotations transmitted by case parts and acousitc boosted up Professionelle Produkte zum entkoppeln kosten bis 30 Euro. Professional Parts must be paid up to 40 Dollars/Drive Lösung: “Null Euro” Lösung – “Zero Dollar” Solution Festplatten im 5.25 Zoll Laufwerk auf Einmachgummis haengen Harddrives mounted on […]
Category: Howto
Chromebook Replacement: Get or build your Firefoxbook with Linux for free
A free Howto to get a free Chromebook Replacement: Called Firefoxbook Everybody knows a product called chromebook, but you must not buy such a laptop with branded OS! Here is a small Howto get a similar Laptop with free firefox. How does it work? Easy, the Laptop boots from Stick or CF-Card to RAMDISK, the […]
Windows 7 / 8: Cleanup User Profile of Internet Browsing Waste
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 […]
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" […]
Debian Linux: Squeeze ATI Fire GL T2 Thinkpad R50p xorg.conf with 3D
Problem: Squeeze Kernel does not Support older ATI chips with fglrx Solution: edit with sudo nano /etc/X11/xorg.conf and paste (Remark: use Driver “ati” for 3D , use “radeon” for sometimes faster flashvideos) 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" […]
GDM3: Change Wallpaper Change background color Speed up GDM3 after boot
Problem: By default Debian with GDM3 is slow on older Hardware like Laptops or PCs with small Graphic Card Background: GDM3 shows Images at size 800×600 an zooms up to Screen Size, this burns speed. Solution: edit gdm3-theme config sudo nano /usr/share/gdm/greeter-config/20_debian and change to #Use a specific background #/desktop/gnome/background/picture_filename /..path #to wallpaper #/desktop/gnome/background/picture_options zoom […]