Customize Debian Linux grub2
I wanted to remove the splash image while booting Debian 7 Wheezy and watch the code execute, while also use the full screen resolution.
I wanted to remove the splash image while booting Debian 7 Wheezy and watch the code execute, while also use the full screen resolution.
Your ‘home’, ‘trash’, and ‘computer’ icons should now reappear on the desktop
Im using Debian Wheezy (7) desktop with DHCP. I had problems switching from wired to wireless and back, etc. I found that following other instructions did not work. The network will go down no problem;
Credit for this fix belongs here but I have copied it here for ease of access Download the 64-bit .deb from: http://www.google.com/tools/dlpage/res/talkvideo/hangouts/ Create a tmp dir: mkdir tmp Extract the contents of the .deb to the tmp dir: dpkg-deb -x google-talkplugin_current_amd64.deb tmp Extract the control files: dpkg-deb –control google-talkplugin_current_amd64.deb tmp/DEBIAN Fix the dependency: sed -i "s/lib32v4l-0/libv4l-0/" tmp/DEBIAN/control Repackage the .deb:...
When moving a magento instance to a new server, it seems the product cache exhibits some very strange behavior making a fix to the new server almost impossible after the fact. That means the problem is an imprecise backup and transfer process. The problem seems to be a result of a mismatch between the database and some files (cache).
Apache Permissions on ServerRoot Directories In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. As is the case with any command that root executes, you must take care that it is protected from modification by non-root users. Not only must the files themselves be writable...
sudo apt-get purge google-talkplugin /usr/share/doc/google-talkplugin —————————————- sudo add-apt-repository ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules-$(uname -r) alsa-driver alsa-utils
I’ve always said there will always be work for SEOs because the business of Search will never stop evolving AND search will always be important to the natural functioning of the Internet. Therefore it make absolute sense that the near-term future of SEO is Strukturierte Daten or Structured Data. However you choose to call it, Rich Snippets, Schema Tags, etc., the...
File manipulation using FIND These examples are Ubuntu 12.04 and Apache2 FIND find a file by name # sudo find ~/ -name ‘banner3.jpg’ 2>/dev/null find and copy # combined to make a script to double filter sudo find /media/backup01/* -name ‘*.txt’ -exec cp {} ~/dump \; + increases speed sudo find . -name ‘*.py’ -exec grep –color ‘xrange’ {} +...
Proof that a well written article will not, by virtue of content alone, result in a #1 position in search rank. I was writing an article about “seo for franchise organizations“. So I searched for other ideas and for competition in the space. My jaw dropped by this post in #1 3 On-Page SEO Mistakes and Tips for Franchisees I...
I’m a convert to Linux in the last several years. I don’t remember when it happened exactly, but I vividly remember the first time I (tried to) used Microsoft Office 2007, I was sure I was on the right path. Recently some friends have asked me why they should make the migration to Linux. I can list many reasons, but...
Ubuntu Desktop 12.04 Hangs During Boot sudo gedit /etc/sysctl.conf Add: # IPv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 Restart: sudo sysctl -p