» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with for + Ubuntu

Gmrun - Substitute for gnome run dialog in Ubuntu

‘Gmrun’ is a run-program utility that provides bash-like TAB completion and history, the ability to run commands in a terminal using CTRL-Enter. CTRL-R/CTRL-S may be used for history searches, similar to ‘bash’.

(...)
Read the rest of Gmrun - Substitute for gnome run dialog in Ubuntu (631 words)


© admin for Ubuntu Geek, 2008. | Permalink | 2 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Release Information

updates to battle for wesnoth version (1.4 -> 1.4.3) from getdeb.net. To be dpkg'ed after the 1.4 version is installed. All debs are for Ubutnu hardy system

wesnoth: del.icio.us bookmarks

Howto install latest ayttm for yahoo messanger in Ubuntu

Ayttm is an instant messenger program, supporting various protocols such as MSN, Yahoo, AIM, Jabber, and more. It is the heir of the Everybuddy project, and aims to continue improving the program and addressing its shortcomings.


Install alien using the following command

sudo apt-get install alien

Now you need to download latest ayttm rpm from here and convert it to a deb:

sudo alien ayttm-0.5.0-45.i386.rpm

and install using the following command

sudo dpkg -i ayttm_0.5.0-46_i386.deb

starting ayttm will probably generate a message about not finding a library libjasper-1.701.so.1 which is used for yahoo webcam.

To get rid of the jasper lib warning, install it:

sudo apt-get install libjasper1

and make a link to simulate the correct version:

sudo ln -s libjasper.so.1 /usr/lib/libjasper-1.701.so.1

That's it, ayttm works again.

Ubuntu: OnlyUbuntu Tutorials

Howto install latest ayttm for yahoo messanger in Ubuntu

Ayttm is an instant messenger program, supporting various protocols such as MSN, Yahoo, AIM, Jabber, and more. It is the heir of the Everybuddy project, and aims to continue improving the program and addressing its shortcomings.


Install alien using the following command

sudo apt-get install alien

Now you need to download latest ayttm rpm from here and convert it to a deb:

sudo alien ayttm-0.5.0-45.i386.rpm

and install using the following command

sudo dpkg -i ayttm_0.5.0-46_i386.deb

starting ayttm will probably generate a message about not finding a library libjasper-1.701.so.1 which is used for yahoo webcam.

To get rid of the jasper lib warning, install it:

sudo apt-get install libjasper1

and make a link to simulate the correct version:

sudo ln -s libjasper.so.1 /usr/lib/libjasper-1.701.so.1

That's it, ayttm works again.

Ubuntu: Only Ubuntu

Fix for OpenSSL/SSH/VPN Vulnerability in Ubuntu 7.04/7.10/8.04

A weakness has been discovered in the random number generator used by OpenSSL on Debian and Ubuntu systems. As a result of this weakness, certain encryption keys are much more common than they should be, such that an attacker could guess the key through a brute-force attack given minimal knowledge of the system. This particularly affects the use of encryption keys in OpenSSH, OpenVPN
and SSL certificates.You can check Ubuntu security notice from here

(...)
Read the rest of Fix for OpenSSL/SSH/VPN Vulnerability in Ubuntu 7.04/7.10/8.04 (303 words)


© admin for Ubuntu Geek, 2008. | Permalink | 5 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under Security, Server.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Create a SSH Tunnel for Firefox to surf securely

A ssh tunnel for Firefox to a remote computer is good security measure. Especially when connecting via an untrusted network like a wifi hotspot or other public networks. The tunnel encrypts and sends the data to your remote machine then it is sent over the web to your destination. This tutorial assumes you have an account on a remote machine you can ssh into. This is a pretty easy set up.

Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command

ssh -D 9999 -C me@ipaddress.com

The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.

Next we need to put the settings into Firefox.

Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.

Select Manual proxy configuration

SOCKS Host: localhost Port: 9999

SOCKS v5

No Proxy for: localhost, 127.0.0.1

Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.



Source from here

Ubuntu: OnlyUbuntu Tutorials

Create a SSH Tunnel for Firefox to surf securely

A ssh tunnel for Firefox to a remote computer is good security measure. Especially when connecting via an untrusted network like a wifi hotspot or other public networks. The tunnel encrypts and sends the data to your remote machine then it is sent over the web to your destination. This tutorial assumes you have an account on a remote machine you can ssh into. This is a pretty easy set up.

Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command

ssh -D 9999 -C me@ipaddress.com

The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.

Next we need to put the settings into Firefox.

Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.

Select Manual proxy configuration

SOCKS Host: localhost Port: 9999

SOCKS v5

No Proxy for: localhost, 127.0.0.1

Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.



Source from here

Ubuntu: Only Ubuntu

Beryl-project.org

beryl, emerald theme, themes, themes for ubuntu, emerald

Beryl: del.icio.us tag beryl

Fix for SSH slow to ask for password in Ubuntu Feisty Fawn

When you try to login using ssh some users might find asking for ssh password is slow here is the solution how to fix this problem.


Solution 1

Edit the /etc/ssh/ssh_config file using the following command

sudo vi /etc/ssh/ssh_config

Commentout the following lines

GSSAPIAuthentication yes
GSSAPIDelegateCredentials no

save the file and exit

Solution 2

If you got to System>Administration>Network

Now you should see similar to following screen here click the "General" tab

You need to Uncheck the option that says "Scan for available services and advertise . . ." and close

Now you can try to login using ssh you should see it will prompt for password immediately

Ubuntu: Only Ubuntu

Ubuntu Edgy too unstable for servers?

A seemingly minor change in Ubuntu Edgy - making /bin/sh point to dash instead of bash - has caused a lot of breakage. Ubuntu stand by their decision to use the faster dash, which complies with standards but not with existing practice. While a popular desktop, it seems Ubuntu may be losing credibility as a server, judging by the bugreport comments. Full Story

Ubuntu: Ubuntu Tutorials

Ubuntu: Human Icons for OpenOffice

With the adoption of the Tango-like "Human" icon theme in Ubuntu Dapper, the Industrial icons in OpenOffice began to stick out like a sore thumb. Full Story

Ubuntu: Ubuntu Tutorials

Scibuntu (Ubuntu Linux for scientist and science students) Installation With Screenshots

Scibuntu , Ubuntu Linux for scientists and science students. Scibuntu is not just another Linux distribution. It is a script that adds scientific programs and other convinient tools to the plain desktop Ubuntu. I came across this new distro and i want to give it a try and i have dowloaded the script and installed it [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Upgrade Ubuntu Dapper to Ubuntu Edgy Eft

Today we have got a new ubuntu release Ubuntu 6.10 .The common name given to this release from the time of its early development was “Edgy Eft”. Now we will see how to upgrade your Ubuntu Dapper to Edgy First thing i would suggest is backup all your important data and start upgrade process and you can [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Linux Ethernet Bonding Configuration

Ethernet bonding refers to aggregating multiple ethernet channels together to form a single channel. This is primarily used for redundancy in ethernet paths or for load balancing. This page refers in particular to performing ethernet bonding under linux, and so does not limit itself to discussion of 802.3ad Trunk Aggregation. Ethernet Bonding Types The linux kernel bonding [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

MRTG Installation and Configuration in Debian based Distributions

This article is focusing installing and configure MRTG with CPU,Memory and Disk Usage Graphs examples for Debian Ubuntu and Kubuntu Users and may be work for some debian based distributions. MRTG is Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network links. MRTG generates HTML pages containing PNG images which [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

ubuntu

vamapaull posted a photo:

ubuntu

linux for human beings

Kubuntu: Images Tagged Kubuntu