Page 1 of 3

Got a nice How to? Please post it here.

PostPosted: Mon Oct 15, 2007 11:36 am
by TheeMahn
Approval will be required by either an admin or moderator.

Re: Got a nice How to? Please post it here.

PostPosted: Fri Nov 09, 2007 3:30 pm
by cowboy
Just one, Google it ;)

Re: Opera Web Browser

PostPosted: Sat Feb 02, 2008 2:08 pm
by pch.shot
If you wan't to use Opera with flash support, follow these steps:
1.Make sure you have gdebi and flash player(non-free) installed.
2.Download Opera 9.5 for Gutsy Gibbon from their website and install it.
3.Reboot and your ready to go.
Do not use the Opera from synaptic, it will not work!!!
Many Thanx, pch

Old Sound Hardware

PostPosted: Sat Feb 02, 2008 3:51 pm
by pch.shot
To get old sound hardware to work with Ultimate:
1.From a terminal type sudo modprobe snd-your sound semi-conductor model #(mine is cs4236) hit enter(you should hear a pop)
2.type alsamixer(adjust your pcm and master level from here)
3.type sudo gedit /etc/modules. Add snd-your model # to the bottom. Save and exit.
Now your sound will be loaded at every boot!!!
Many Thanx, pch

How to automount your network shares at home or wherever.

PostPosted: Fri Feb 08, 2008 5:32 pm
by jedavies
I have several systems and multiple shares to include a Home NAS and wanted access to all of it on my Ultimate Edition Box. So here is what I used to automount all of my network shares. I cannot take credit for figuring this all out, it was piece mealed together from different sites during my research to find the best solution for automounting my shares. I just put it all together in a workable and readable format.

In order for you to configure your system to automount, you will need to install smbfs:

sudo apt-get install smbfs

Once smbfs is installed you will need to create a folder inside of your /media directory to mount your share on:
(The following is my /media directory) Yours should look similar.

sudo mkdir /media/Music
sudo mkdir /media/Movies
sudo mkdir /media/Temp
sudo mkdir /media/Nas1
sudo mkdir /media/Nas2
sudo mkdir /media/Nas3

You can call it whatever you want, as you can see in my case above. Whatever you use for names you will have to change it below when we edit the fstab file.

Next we need to create a credentials file in /root so that you can save your password and have it protected by the root account:

sudo gedit /root/.cifscredentials

Add the following information to the file, but change your username to whatever your login username is and add your password.

username= your username
password= your password

Save and close the .cifscredentials file.

Run the following command to open your fstab file so that you can add mounting instructions:

sudo gedit /etc/fstab

Add the following line to the bottom of the file for as many shares as you have to mount:

//192.168.15.27/Music /media/Music cifs auto,iocharset=utf8,uid=USER,gid=users,credentials=/root/.cifscredentials,file_mode=0775,dir_mode=0775 0 0

Next you will have to change the following information:

Change 192.168.15.27 to the IP address or hostname of your server

Change Music to the share you want to mount

Change USER to your Ultimate Edition username

The file_mode=0775,dir_mode=0775 part sets the mounted directory as read/write for all users so long as the username you set in .cifscredentials has read/write access.

Save your fstab and run:

sudo mount -a

If you are on the network and everything went ok you should see an icon appear on your desktop with your share. You will also notice that under Places in nautilus you will have a tab called removable devices and all your shares will show up there as well.

Re: Got a nice How to? Please post it here.

PostPosted: Fri Apr 25, 2008 6:37 am
by Revro
i am working, well i am nearly finished on my rather larger Howto about networking applications (Azureus, Dyndns, OpenVPN and ProFTPd) but there are still some open points within this Howto for which i would need some outside help. so can i post it into this topic for now, while its being developed before its complete?

i have a very large DISCLAIMER at the beginning of the Howto that its not complete :)

Revro

Re: Got a nice How to? Please post it here.

PostPosted: Sun Apr 27, 2008 5:19 pm
by DaddyX3
A simple How-to for showing your "mycomputer" or "mydocuments" or "trash" on your desktop.
One thing that bugs me is seeing all my partitions that are mounted sitting on my desktop cluttering up my sweet looking Ultimate Edition. So you can hide all these and simply replace it with one computer icon - that once clicked will bring you a nautilus file browser window.
1) ALT+F2
2) enter:
Code: Select all
gconf-editor

3) Go to Aps>>Nautilus>>Desktop and tick or untick check box's for:
computer_icon_visible [make sure you un-tick volumes_visible otherwise you will still see all your mounted paritions], documents_icon_visible, or trash_icon_visible.
Image

You can do a lot of damage within gconf-editor, so be careful. There are lots of little tweeks in there to play with also. Like confirmation of trash and empty trash - simple annoyance to some ;)
Image

Live Wallpaper!

PostPosted: Sat Jul 05, 2008 8:54 pm
by vinca
nstall this: http://3v1n0.tuxfamily.org/pool/feisty/ ... 9_i386.deb

64 bit: compile from one of these (yeah i know they're old but they work) http://www.dpb.org.uk/ubuntu

tar -xzvf /path/to/xwinwrap.tar.gz
sudo cp /path/to/xwinwrap /usr/bin

then pick a video, and type this xwinwrap -ni -o 0.6 -fs -s -st -sp -b -nf -- mplayer -wid WID -quiet movie.*** -loop 0

for 64 bit, you might have to type /usr/bin/xwinwrap .................................................................

but it's really good/cool eyecandy, you need to be able to play a fullscreen video in the background 100% of the time though,

Re: Got a nice How to? Please post it here.

PostPosted: Thu Dec 04, 2008 5:39 pm
by stanca
Most of you when choosed to enjoy the curved awn in Ultimate Edition encountered an annoying bug in the arrangement of the icons on dock. The awn's applets' icons were standing higher than the others in an asimetric misalinement. First I deactivated all the awn's applets from the awn-manager and seemd to work like this. But I still didn't want to give up to some applets I like very much(like the stacks applet for example) so I keep looking forward for another issue,like a lab rat,more convenient to me:

Re: Got a nice How to? Please post it here.

PostPosted: Fri Dec 05, 2008 12:13 am
by TheeMahn
stanca wrote:Most of you when choosed to enjoy the curved awn in Ultimate Edition encountered an annoying bug in the arrangement of the icons on dock. The awn's applets' icons were standing higher than the others in an asimetric misalinement. First I deactivated all the awn's applets from the awn-manager and seemd to work like this. But I still didn't want to give up to some applets I like very much(like the stacks applet for example) so I keep looking forward for another issue,like a lab rat,more convenient to me:



Brother, you are now a mod as of yesterday, I know this I put you there by request, when I said post it here I meant in the section, you will learn as time goes on, the admin will help you. I do not even have time to do that. If you do well you may be as well be admin, simple as that.

I have 1000's of PM's / emails I am unable to respond to, nothing personal, welcome aboard, funny now the world knows it ;) I am under a constant load, it will be one of the first things you learn.

TheeMahn