Показ дописів із міткою english. Показати всі дописи
Показ дописів із міткою english. Показати всі дописи

понеділок, 16 липня 2012 р.

Replace default Nautilus with alternative file manager

OS: Ubuntu 11.10

Ubuntu has a solution posted here: https://help.ubuntu.com/community/DefaultFileManager
But it seemes a little awkward for my needs.

So after little google'ing and grep'ing here are the steps:
1) Install alternative file manager (pcmanfm in my case):
sudo apt-get-install pcmanfm
2) Make sure that installed application has *.desktop files for folder handling (again for pcmanfm):
cd /usr/share/applications/
ls *-home.desktop *-folder-handler.desktop
# Here we should see 2 files for nautilus and same ones for our file manager
# If those're missing, one should manually create *.desktop description files for "folder-handler" and "home". Use nautilus' files as examples.
3) For system wide config, edit /etc/gnome/defaults.list, replace variables:
inode/directory
x-directory/normal
with appropriate *.desktop files (pcmanfm example):
inode/directory=pcmanfm-folder-handler.desktop
x-directory/normal=pcmanfm-folder-handler.desktop
3) Per user config: go to user's home dir and edit:
.local/share/applications/mimeapps.list
replacing inode/directory entry in [Default Applications] with required *.desktop file, example:
inode/directory=pcmanfm-folder-handler.desktop

Done.

вівторок, 29 листопада 2011 р.

Replace metacity with openbox in Unity2d

Tested with Ubuntu 11.10
Below, there are few steps to tweak Default Ubuntu's Unity2D environment little lighter. This will give some speed up, at a cost of simplifying desktop's visual style.
Window manager is an application responsible for window decoration drawing, e.g. buttons, title, borders etc.
Openbox is a small, fast, lightweight window manager.
Metacity is gnome's default window manager (nice, yet sometimes choppy and slow).
Unity 2d -- is lightweight alternative for Ubuntu's default desktop environment.

Preconditions:
Unity 2d installed.
Steps:
  1. Install openbox:
    sudo apt-get install openbox
  2. Optionally install additional packages (in my case these were installed as dependencies):
    sudo apt-get install obconf openbox-themes
  3. Edit /usr/share/gnome-session/sessions/2d-ubuntu.session file and replace:
    DefaultProvider-windowmanager=metacity
    with
    DefaultProvider-windowmanager=openbox
  4. Logout, login (with Unity 2d session).
  5. Run obconf, choose some nice theme (my was found on box-look.org and changed a little) and configure buttons position.
Enjoy!

середа, 26 жовтня 2011 р.

Dumping traffic (wireshark, tcpdump) without root privileges

The idea: grant privileges (capabilities) to traffic dumper application (setcap to dumpcap).
Tested with: Ubuntu 11.04
Steps (in terminal as root):
addgroup -quiet -system wireshark
chown root:wireshark /usr/bin/dumpcap
setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
usermod -a -G wireshark YOUR_USER_NAME
Recipee details taken from: stream-recorder.com

середа, 18 травня 2011 р.

Useful Ubuntu package management commands

# Show which package contains given file:
dpkg -S <file_name>

# Show files in a package
dpkg -L <package_name>

# Show package status (find out if package installed etc.)
dpkg -s <package_name>

# List installed packages
dpkg --get-selections

вівторок, 23 листопада 2010 р.

Fn buttons on Samsung notebook/netbook

Required:
1) force_release kernel fix (available in kernels > 2.6.32).
2) easy_slow_down_manager kernel module.

Good general article:
http://what-ho.posterous.com/linux-hotkey-support-on-samsung-laptops

Complex solution:
https://launchpad.net/~voria/+archive/ppa

*Really short Arch installation guide:
http://ademidov.blogspot.com/2009/03/archlinux.html

понеділок, 18 жовтня 2010 р.

PAP 4.0 is now for free!!!

PAP:Pro (Plastic Animation Paper) 4.0 may be freely downloaded from:

http://www.plasticanimationpaper.dk/

понеділок, 6 вересня 2010 р.

Global East Open Air 2010 Rock Festival.

Never imagined that far Eastern Europe could ever bring such an extra-impressive metal festival involving music legends from all over the world.
But h3ll yes! That is exactly what has just happened near Kyiv/Kiev (Ukraine):
Three days of total metal madness, metal energy and mind-blowing drive!

Running order can be found here:
http://mus-review.blogspot.com/2010/08/rozklad-ge.html
So, to pour some more light on it, a few words below.

Day one
(Long road, broken bus, long entry, great wild night).

Day two
(Heavy-metal under heavy-rain rocks, legends of black show themselves, night surprise).


Day three
(Naturally wild metalhead, more legends one after another).
Cruachan fiddler really had success in tutoring croud with dirty-russian :)
Could be too much for one day, but... "we want more!"
Home coming train, but music still in my brain.


Q: Troubles, adventures?
A: Some... just to bring more fun ;)
Q: Organisation?
A: Still few things to work on (Actually, there always are).
Q: Festival information accessibility.
A: That surely a thing that should be improved (slow web-page, mainly in Russian/Ukrainian, somehow unaware fest-guards etc.)
Q: Epic fail?
A: Manowar refused to come. And this information was confirmed in 3 weeks before concert. Well, never considered them worth admiring, and they've proved that. So who cares about those a***oles now? :)
Q: Epic win?
A: Everything else. Especially finalE (with Dark Tranquillity and Haggard performed just-perfect). Oh, now having a ticket signed by DT guys, happy-happy-happy!
Q: Was it worth coming?
A: 200% surely Yes!!!

More to come...

вівторок, 24 серпня 2010 р.

What the letters at the end of ROM files mean

Gee, really becoming an 8-bit fan :) Could You beleive that?
So, some useful info here.

The symbols help us to identify games.
Standard Codes:
[a] - Alternate
[b] - Bad Dump
[BF] - Bung Fix
[c] - Cracked
[f] - Other Fix
[h] - Hack
[o] - Overdump
[p] - Pirate
[t] - Trained
[T] - Translation
(Unl) - Unlicensed
[x] - Bad Checksum
ZZZ_ - Unclassified
[!] - Verified Good Dump
(???k) - ROM Size

Special Codes:
[C] - Color GameBoy
[S] - Super GameBoy
(M#) - Multilanguage (# of Languages)
[M] - Mono Only (NeoGeo Pocket)
(PC10) - PlayChoice 10 (NES)
(1) - Japan (Genesis)
(4) - USA (Genesis)
(5) - NTSC Only (Genesis)
(8) - PAL Only (Genesis)
(BS) - BS ROMS (SNES)
(ST) - Sufami Turbo (SNES)
(NP) - Nintendo Power (SNES)
(Adam) - ADAM Version (Coleco)
(PAL) - PAL Video

Country Codes:
(A) - Australian
(C) - Chinese
(E) - Europe
(F) - French
(FN) - Finland
(G) - German
(GR) - Greece
(HK) - Hong Kong
(I) - Italian
(J) - Japan
(K) - Korean
(NL) - Dutch
(PD) - Public Domain
(S) - Spanish
(SW) - Sweden
(U) - USA
(UK) - England
(Unk) - Unknown Country
(-) - Unknown Country

Originally mirrored from w w w . s n e s o r a m a . u s (site became n/a).

вівторок, 9 червня 2009 р.

Kext manual installation guide

Run in terminal as root:
cp OpenHaltRestart.kext /System/Library/Extensions
chmod -R 755 /System/Library/Extensions/OpenHaltRestart.kext
chown -R root:wheel /System/Library/Extensions/OpenHaltrestart.kext
rm -R /System/Library/Extensions.mkext
kextload -k /System/Library/Extensions