formats

Migrate System Packages Ubuntu

Published on January 11, 2011,

Migrate System Packages Ubuntu | How can I migrate a set of installed packages from one system to another in Ubuntu or Debian? Using dpkg you can create a list of installed packages which can then be applied to another system. This is also great for making an apt-get ‘backup’ of your desired package install. 1. On the old system:

formats

Linux Permissions Calculator

Published on January 2, 2011,

Linux Permissions Calculator | This site is an awesome Linux / Unix Permissions Calculator. Check it out: http://permissions-calculator.org

formats

Optimize MySQL my.cnf

Published on January 1, 2011,

Optimize MySQL my.cnf | If you are using MySQL, it can help to optimize MySQL according to how much ram you have on your server. Make these changes by editing: /etc/mysql/my.cnf Ubuntu and most all distros include example config file settings based on your available ram. These examples are generally located in: /usr/share/doc/mysql-server-5.1/examples/ -> my-small.cnf.gz my-medium.cnf.gz my-large.cnf.gz my-huge.cnf.gz my-small.cnf

formats

intoDNS.com – Check Your DNS

Published on December 29, 2010,

intoDNS.com – Check Your DNS | intoDNS is a slick web based DNS check. Check it out: http://www.intodns.com

formats

Straighten Crooked Photos – GIMP

Published on December 27, 2010,

Straighten Crooked Photos – GIMP | Use gimp to easily straighten crooked photos! Here is my random photo which is slightly crooked to the left. First choose Tools > Transform Tools > Rotate Then you can simply adjust the angle to straighten your photo as desired. If needed, you can also adjust the center pivot point. I turned on the grid

formats

Debian 6 Squeeze Beta 2

Published on December 23, 2010,

Debian 6 Squeeze Beta 2 | The Debian Squeeze Beta 2 release of the Debian Installer is out. Here is a slideshow review of the release and what is to be Debian 6. Bonus Here is the new Debian 6 background wallpaper (SVG file):

formats

Ubuntu List Installed Packages

Published on December 22, 2010,

Ubuntu List Installed Packages | How do I list all installed packages in Ubuntu / Debian? This command will list all installed packages: dpkg –get-selections Or do dump this list to a file, try this: dpkg –get-selections > packages.txt

formats

Android Most Wanted Features

Published on December 21, 2010,

Android Most Wanted Features | Here are my most wanted fixes for Android! You can help out by starring the bug reports. None of these are fixed as of the latest Android 2.3. Warning: rant mode is on. Issue 2630: Email app uses base64 encoding for plain text messages Yes, the Android email app cannot send plain text emails. Emails

formats

Tiger Local Security Audit

Published on December 21, 2010,

Tiger Local Security Audit | Tiger is an excellent local Linux (*nix) system security audit tool. sudo apt-get install tiger Then run: sudo tiger Tiger checks various things such as all user accounts on the machine, problematic cron and service entries, complete system file permission check, rootkits, backdoors, (Debian/Ubuntu example: complete md5sum of installed files against Debian Security Advisories), listening

formats

Add User to Wheel Group

Published on December 21, 2010,

Add User to Wheel Group | To add a user to the wheel group, simply issue this command: sudo gpasswd -a bob wheel In this example the username is ‘bob’. The output will return: Adding user bob to group wheel