Sunday, May 30, 2010
10.04 Mac Aloumin Keyboard
Fn Fix Always On
sudo gedit /etc/rc.local
Add this line near the end of the file, before the "exit" line:echo 2 > /sys/module/hid_apple/parameters/fnmode
and Reboot!!:)
Read more...
Posted by Admin 1 comments
Wednesday, September 30, 2009
Wine with Full antialiasing!!!!!!

After a long search i find out that, if you take from real windows the fonts make a difference!!!
You need ms fonts installed first
sudo apt-get install ttf-mscorefonts-installer
From Nautilus - View -Show Hidden
then go to /home/username/.wine/
edit user.reg
find this "UserPreferenceMask"=hex:10,00,02,80
and replace from this line and above with this
WINE REGISTRY Version 2
;; All keys relative to \\User\\S-1-5-4
[AppEvents\\Schemes\\Apps\\Explorer\\Navigating\\.Current] 1249917684
@=""
[Console] 1252956930
"CursorSize"=dword:00000019
"CursorVisible"=dword:00000001
"EditionMode"=dword:00000000
"ExitOnDie"=dword:00000001
"FaceName"="Courier\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
"FontSize"=dword:000d0008
"FontWeight"=dword:00000000
"HistoryBufferSize"=dword:00000032
"HistoryNoDup"=dword:00000000
"MenuMask"=dword:00000000
"QuickEdit"=dword:00000000
"ScreenBufferSize"=dword:00190050
"ScreenColors"=dword:0000000f
"WindowSize"=dword:00190050
[Control Panel\\Colors] 1254317519
"ActiveBorder"="212 208 200"
"ActiveTitle"="94 129 188"
"AppWorkSpace"="128 128 128"
"Background"="16 26 38"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="133 135 140"
"ButtonFace"="235 233 237"
"ButtonHilight"="255 255 255"
"ButtonLight"="220 223 228"
"ButtonShadow"="167 166 170"
"ButtonText"="0 0 0"
"GradientActiveTitle"="112 177 235"
"GradientInactiveTitle"="131 183 227"
"GrayText"="167 166 170"
"Hilight"="94 129 188"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 128"
"InactiveBorder"="212 208 200"
"InactiveTitle"="111 161 217"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="255 255 255"
"MenuBar"="235 233 237"
"MenuHilight"="94 129 188"
"MenuText"="0 0 0"
"Scrollbar"="212 208 200"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"
[Control Panel\\Desktop] 1254316497
"DragFullWindows"="0"
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
"LowPowerActive"="0"
"MenuShowDelay"="400"
"SmoothScroll"=hex:00,00,00,00
"UserPreferenceMask"=hex:10,00,02,80
Save and close.
now you have antialiasing on menu and some other boxes only!
lets fix it all!!!
You have to download Tahoma fonts from here
Unzip and copy the to font files to /home/username/.wine/drive_c/windows/Fonts
Thats it!!!
Enjoy full antialiasing!!!!!!!
Read more...
Posted by Admin 11 comments
Monday, September 28, 2009
About Donation
I add a new donate button, because i want to transfer my blog to a better server with a real host name :) i want to add forum and some other stuffs..
So if you like my blog you can donate, when i reach the target of money for new domain.. i will make a poll for the Hostname :)
Thanks for the support!!!
Read more...
Posted by Admin 2 comments
Mediainfo Gui with Right click and get info!

Ok.. if you install windows mediainfo you get on movie right click, you select mediainfo and get the info...
Here is how can we do it with linux...
First you download and install media info and libs with this order... (First), (Second), (Third)
you just installed the mediainfo GUI:)
Now lets fix the right click!!
Go to System- Preferences - Nautilus Actions Configuration
In nautilus action windows press Add
You give label : Mediainfo
Icon make browse and select mediainfo
then click on Main and select Edit
Path give : /usr/bin/mediainfo-gui
Parameters : %M
and OK!!
you are ready .. now select a movie .. right click .. select mediainfo.. and get movie info!!!
PS: if desktop icons dissapears press ALT+F2 and give "nautilus &"
:)
Read more...
Posted by Admin 0 comments
Thursday, September 24, 2009
Yo Frankie!!!

I was looking around and i found an amazing linux game!!!
This game have amazing gameplay and 3D graphics!!!!
you're going to love it!!!!!!
Download from official Site!!
Read more...
Posted by Admin 1 comments
Monday, September 14, 2009
Wine Font smooth!!
Wine is ugly without font smoothing!!! Here is my User.reg file with font smooth changes!
Before:
After:
Download from here my User.reg
and replace it with /home/youusername/.wine/ (needs options -show hidden-)
keep backup your User.reg!!! :)
Read more...
Posted by Admin 3 comments
Dreamweaver CS3 on linux
Ok, i spend 4 hours to manage and run dreamweaver...
here is a screenshot again.. running full dreamweaver.
First download Dreamweaver portable from Here
then from wine open browse c:\Drive and create in program files folder "Adobe"
inside adobe folder create another "Adobe Dreamweaver CS3"
after that copy dreamweaver.exe (the file you download) in dreamweaver folder.
thats it. create a shortcut to execute from desktop...
Read more...
Posted by Admin 11 comments
Running Photoshop CS4 with Wine!! Finally
After a long search i download Photoshop CS4 and i try to make it work with wine.. and finally i can work!!
pic is a real screenshot of my desktop!!
Its good to fix antialiasing first from this post
First download Photoshop CS4 Portable from Here.
Unrar it where ever you want to run, it runs direct without install.
then download from here
gdiplus.dll and copy it to system32 folder as root (in terminal : sudo nautilus) and go to home/yourusername/.wine/dosdevices/c:/windows/system32
Download fix for Type tool from here
and copy it to system32 this one too!
then from Application-Wine-Configure Wine go Applications and add the exe file of photoshop, then select it go to Libraries and select gdiplus.dll, when you select it press Add and Ok.
you are ready .. execute Photoshop.exe from unziped folder and work!!
ps. Always need latest wine version!
Read more...
Posted by Admin 73 comments
Tuesday, September 8, 2009
Slim Aluminum Apple Keyboard Fix

I use the new Apple Slim usb keyboard with my linux because is the best keyboard and feels amazing when im typing!!!!:) but i used to have a problem with Fn button and F1-F12, ex. i always have to press fn+F2 to rename a file, but no more:) with this fix Fn button is always pressed and works like any other keyboard, here is the fix:
with modprobe.d:
create a file /etc/modprobe.d/hid_apple.conf
add these lines:
# Set default mode for Fn keys on Apple keyboard.
# see also/instead: /etc/sysfs.conf
# valid values 1 or 2. effect is hardware dependant.
# intrepid or earlier:
options hid pb_fnmode=2
# jaunty:
options hid_apple fnmode=2
then update initramfs:
update-initramfs -k `uname -r` -u
Or
sysfs way:
edit /etc/sysfs.conf
add these lines:
# Fix default Fn key behavior on Apple keyboards.
# see also/instead: /etc/modprobe.d/hid_apple.conf
# valid values 1 or 2. effect is hardware dependant.
# this version is for Intrepid or earlier
module/hid/parameters/pb_fnmode = 2
# this version is for Jaunty
module/hid_apple/parameters/fnmode = 2
Read more...
Posted by Admin 2 comments
Webilder

Add the appropriate source line to /etc/apt/sources.list:
For Ubuntu Hardy (i386, amd64, powerpc of sparc):deb http://debian.websterwood.com/ hardy main
deb-src http://debian.websterwood.com/ hardy main
For Ubuntu Feisty (i386, amd64, powerpc of sparc):
deb http://debian.websterwood.com/ feisty main
deb-src http://debian.websterwood.com/ feisty main
In terminal:sudo apt-get update
apt-get install webilder webilder-gnome
Read more...
Posted by Admin 0 comments
Sunday, July 12, 2009
Virtual Box 3.0.2

Recently Sun released Virtual Box 3 final.
They really work on it, its really really fast and they add OpenGL 2 support!
Download Deb from official website direct:
Jaunty Version
Intrepid Version
Hardy Version
Read more...
Posted by Admin 0 comments
Install VLC 1.0.0 Final
Here is how to install VLC ver. 1.0.0
Finally!
For Ubuntu Jaunty Jackalope:
sudo sh -c "echo 'deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main' >> /etc/apt/sources.list"
For Ubuntu Intrepid Ibex:
sudo sh -c "echo 'deb http://ppa.launchpad.net/c-korn/vlc/ubuntu intrepid main' >> /etc/apt/sources.list"
For Ubuntu Hardy Heron:
sudo sh -c "echo 'deb http://ppa.launchpad.net/c-korn/vlc/ubuntu hardy main' >> /etc/apt/sources.list"
Then import the GPG key (all above Ubuntu version):
Then update and Install:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7613768D
sudo apt-get update && sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc
Read more...
Posted by Admin 0 comments
Tuesday, June 30, 2009
Firefox with antialiasing Part 2
if you want to use antialiased fonts you can do it by hand , you should edit /etc/fonts/fonts.conf file, and add the following:
In terminal:sudo gedit /etc/fonts/fonts.conf
and add this:
Read more...
Posted by Admin 1 comments
Sunday, June 28, 2009
Install Deb software from Firefox!

Ubuntu and linux system get easy everyday!
We can install software through Terminal , Synaptic and from gnome menu.
Now we have Appnr!
you can install with the easy way!
sudo apt-get install apturl
Take a look the official web site :)
Read more...
Posted by Admin 1 comments
Saturday, March 21, 2009
JDownloader for rapidshare and more!
I try to find a good downloader for Rapidshare and Megashares to download with Premium account with multi-thread support.
After a lot of search i found Jdownloader based on Java, Its one of the best out there for linux if you use rapidshare.
Can add direct links, you can give the password of rar files and when it finish auto-extract the file and its ready. supports more than 20 host provides and decryption for 100 providers!
I read that works without premium accounts expect filefactory and is 100% better than US-Downloader and Just WORKS!!!
First we have to install Java if you dont allready have it!
In terminal:sudo apt-get install sun-java5-jdk
Then we download Jdownloader:
http://uploaded.to/?id=qtpwzn
when you download unrar to /home/username/
This is the Firefox plugin for right click, you can download from inside , but its more easy to download from here:
http://d01.megashares.com/?d01=64257c0
double click and install! restart firefox!
In firefox go Tools - Addons and Extensions Tab
press Preferences
you have to add java path : /usr/bin/java
and jDownloader path: /home/username/Jdownloader/Jdownloader.jar
Press Ok
You are ready now, in /home/username/Jdownloader double click on Jdownloader.jar
Search it, theres a lot of stuffs you can do we this !!! :)
Read more...
Posted by Admin 3 comments
Friday, March 20, 2009
Mockup Theme
Ok... this is one of my latest favorites themes!
first we need GTK theme download from Here
we unzip it and we go System - Preferences - Appearance
and we install it with install button.
After install we go to top panel and right click, select properties, in the new open windows select tab background and we select solid with with transparency to a low value.
if we use the emerald we have to disable it!!
Wallpaper - Download from here
Login screen download from here
We go System - Administrator - Login Window
Select Local Tab
and press Add button to install new theme for login screen
Uncheck all others login screen and check only the mockup login!!
Done!
Theme created by willwiill100
Read more...
Posted by Admin 6 comments
Ubuntu Tweak

Lets tweak the ubuntu:)
amazing software you can do a lot of things with this!!!
the one that i've done is to change the little logo on the to left corner!!!
download from here
Read more...
Posted by Admin 0 comments
Subtitle Editor
Subtitle Editor is a GTK+2 tool to edit subtitles for GNU/Linux. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle.
Support Mkv files:)
Download
Read more...
Posted by Admin 0 comments
Thursday, March 19, 2009
Ad Sense
I just add Adsense by google.
I need you help to move the block
in new normal domain... for better
support , and better posts:)
Plz support and click on AD, Doesnt cost anything!!!!
Thanks All of YOU!!!
Read more...
Posted by Admin 0 comments
