2009 October

Ubuntu Server NTP

apt-get install ntp

vim /etc/ntp.conf:

# You do need to talk to an NTP server or two (or three).

server ntp.ubuntu.com

server pool.ntp.org

http://www.mygeekproject.com/?p=559

By WladyX on 27 October, 2009 | General, Ubuntu | A comment?

Change the Gnome Foot Icon to an Arch Icon

By WladyX on | Arch, General, X11 | A comment?

Installing Flash Plugin for 64-bit system in Karmic Koala

1. Remove currently installed versions of Flash.

sudo apt-get purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash nspluginwrapper swfdec-mozilla

Visit http://labs.adobe.com/downloads/flashplayer10.html to update the filename given under if necessary.

2. Download the 64-bit Flash plugin and extract it:

wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz && tar xvfz flashplayer_square_p1_64bit_linux_091510.tar.gz

3. Move the file in /usr/lib/mozilla/plugins for a site-wide install (or in ~/.mozilla/plugins for a single-user install):

sudo mv libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so

At this stage, you should restart Firefox and verify that the plugin is installed properly by typing about:plugins in the URL bar.

http://dailystruggles.org/installing-flash-plugin-for-64-bit-system-in-karmic-koala/

By WladyX on 26 October, 2009 | Firefox, General, Ubuntu | 1 comment

Simplified way to add PPA repositories in Karmic

By WladyX on | General, Ubuntu | A comment?

Howto: Create a page tab for a category in WordPress

By WladyX on | General, Wordpress | A comment?

How to regularly backup Windows XP to Ubuntu, using rsync

By WladyX on | General, Ubuntu | A comment?

Portable Ubuntu

By WladyX on | Cool Apps, General, Link, Ubuntu | A comment?

Gnome bookmarks

By WladyX on | General, Ubuntu, X11 | 1 comment

Ntp for romania

By WladyX on 23 October, 2009 | General | 1 comment

Fresh Ubuntu Desktop install

Backup:

Online:

  • Evolution backup
  • Firefox FEBE backup
  • Panel & Font Selection screenshot

Offline:

  • root:
  • /root/.mc
  • /root/.gSTM
  • /root/.bash_history
  • /root/.bashrc: force_color_prompt=yes
  • /root/.ssh
  • user:
  • Pidgin backup
  • sshmenu and/or sshplus
  • ssh dir
  • xbindkeys
  • gnome autostart (~/.config/autostart)
  • gnome bookmarks
  • ~/.config/terminator
  • ~/.unison
  • ~/unison
  • ~/.remmina
  • ~/.config/deluge
  • ~/.bash_history
  • ~/.bashrc: import aliases
  • ~/Desktop
  • conky settings
  • ~/.local/share/tomboy
  • ~/.AwOkenrc
  • files in ~ (eg. downloaded wallpapers)
  • other:
  • /usr/local/share/fonts
  • /lib/ufw/user.rules
  • custom scripts: /usr/local/bin
  • grep username /etc/group

Restore:

Other info:

TT-rss font fixes:
apt-get install ttf-mscorefonts-installer
change the hinting to medium in /etc/fonts/conf.d & in gnome-tweak-tool (advanced config tool)

Screenshots:

 

By WladyX on | General, Ubuntu | A comment?