Ubuntu :: Cannot Add Friends To My List?

Aug 2, 2010

I am in school at itt tech. All my classmate we are on ubuntu but I am having problems adding friends to my list. What am I doing wrong?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Pidgin Not Showing Friends List?

Jun 24, 2010

I m using ubuntu 10.04 netbook, My problem isWhen I use Pidgin, it didn't show my friends/contact list. It was showing 1st time when I configure my gtalk environment, but now it show my status available, but did not show my friends, so I couldn't know who is online

View 2 Replies View Related

Ubuntu :: Empathy - Friends Do Not See Me Online

Sep 29, 2010

None of my MSN friends are able to see me online when I used Empathy. I can see them fine, and we can talk to each other, but whenever I am signed in, my friends will always see me as offline, even though my status is set to available. I figured out why they couldn't see me. It turns out all of my contacts were blocked. Is there any reason why this would happen?

View 3 Replies View Related

Ubuntu Networking :: Chat With Multiple Windows Friends On LAN?

Feb 12, 2011

i have a lan network in my school that doesnt allow conection to the Internet.
looking for a chat program that would let me (ubuntu10.10) contact other windows users on the network, i found that Pidgin and Bonjour do the trick.

however i could not find a way to chat with several people at a time (eg. create a chat-room). is this a fault of bonjour? is there a different program that can do this?

View 2 Replies View Related

Ubuntu :: Software Package For Photos / Text For Friends To Access

Nov 16, 2010

I am looking for a software package that will allow me to enter lots of text (ramblings) and lots of pictures (albums). I want to then invite friends to look. This would be through their email.

View 4 Replies View Related

Ubuntu :: Access A Friends Windows Computer In Another Part Of The State Fail?

May 19, 2010

I have four home computers (linux) that I can easily access using Remote Desktop Viewer. Two of the computers have Windows partitions with UltraVNC installed and I can access them without a problem.

However when I try to access a friends Windows computer in another part of the state I fail. I have researched the issue at length and it appears to be as simple as it is in my home situation the exception being I need to use the external IP address of the other computer but when I try I get a message saying the computer I am trying to access is closed, (the other computer is turned on) UltraVNC is used on the other computer and it has a dynamic IP address which I am updated with. I have checked the Windows firewall and it will allow VNC and we have tried it with the anti-virus disabled just in case that firewall was causing an issue. Lastly, remote access has been activated on the Windows computer. Can't think of anything else to mention,

View 2 Replies View Related

General :: Stream Webcam On A Specific Port For Friends Having Windows?

Jun 2, 2010

Linux machine is running a webcam. I export my webcam with fswebcam for the moment on a ftp and ssh, but it is so slow.

I wanna stream it, how can I make it and make it simple for the friends ?

View 1 Replies View Related

Software :: Plugin To Make Links Posted On Status By Friends Clickable?

Dec 8, 2010

I have a question about Pidgin IM client. Is there a plugin to make links posted on status by friends clickable?

View 5 Replies View Related

Ubuntu Installation :: E - Type 'usage:' Is Not Known On Line 54 In Source List /etc/apt/sources.list

Jan 23, 2010

Ive seen some fixes for this but they all seem to be specific to the particular user's sources.list . . . ..

Code:

Here is Line 54

Code:

View 2 Replies View Related

Ubuntu Installation :: E: Type Sudo Is Not Known On Line 55 In Source List /etc/apt/sources.list

Mar 12, 2010

I tried to change the basic toolbar to cairo dock,a tutorial that i found told me to write in terminal gksu gedit /etc/apt/sources.list.d/winehq.listso i write it and a window opened,i couled not find the text that told me(the tutorial i mean)so i closed the window,after that i keep taiking the same error

E: Type �sudo� is not known on line 55 in source list /etc/apt/sources.list
E: The list of sources could not be read.
Go to the repository dialogue to correct the problem.
E: _cache->open() failed, please report.

now whene i got in the winehq.list the text has gone and i take this error in update manager,my software center doesn't work and my terminal whenever i type sudo commands says

E: Type �sudo� is not known on line 55 in source list /etc/apt/sources.list

View 9 Replies View Related

Ubuntu :: E - Malformed Line 57 In Source List /etc/apt/sources.list - Dist Parse

Jun 25, 2010

I get this error message: E: Malformed line 57 in source list /etc/apt/sources.list (dist parse)

I am pretty new to Ubuntu and dont really understand computer

Here is the sources list (??) as well

View 3 Replies View Related

Ubuntu :: Error: E: Type 'sudo' Is Not Known On Line 52 In Source List /etc/apt/sources.list

May 4, 2011

don't know much, but when I tried to update I get this error:

E: Type 'sudo' is not known on line 52 in source list /etc/apt/sources.list E: The list of sources could not be read.

View 2 Replies View Related

Ubuntu :: Clean Up Bootloader Menu List - Remove Ones Don't Want To Show On List

Jun 17, 2010

All I want is for my bootloader to show "Ubuntu" & "Windows XP" which are the only 2 OS's I have installed (dual booting). At the moment it shows Windows XP, Ubuntu, Ubuntu recovery mode & like 2 more.. which are also Ubuntu & recovery mode. I've never selected the other Ubuntu ones, only the first one. So, how can I remove the ones I don't want to show on the list.

View 2 Replies View Related

Ubuntu :: Malformed Line 59 In Source List Etc/apt/sources.list?

Sep 1, 2011

There is a problem with my source list (apparently) I'm running 11.04 if that helps.When I try to use apt-get install update for example, I get: "Malformed line 59 in source list etc/apt/sources.list"The same error occurs when trying to access synaptic package manager, it tells me there is a malformed line and the list of sources cannot be read.This error prevents me from apt-getting anything, updating and i suspect it is affecting the software center too.

View 6 Replies View Related

General :: Bash - Shell Utils: Convert A List Of Hex To List Of Decimals?

Dec 27, 2010

How can I convert a file with a lot hex numbers into the decimal?

Example: file1
0x59999
0x5acdc
0xffeff

I want to start $ cat file1 | util | cat >file2 and get file2 with smth like

[Code]...

View 3 Replies View Related

Programming :: List 4 Names From Users List And Output Them To Fbusers In Numbered Ascending Order?

Feb 2, 2010

How would I list 4 users ID numbered 10, 11, 12 and 13 from my users list and output them to a file busers where their names are numbered by ascending order? How would I accomplish that on a one line command?

View 4 Replies View Related

Programming :: Downloading A List Of Files From A Remote Server Using A List?

Feb 10, 2009

I am trying to get this script to work. The purpose is to download a list of modules from the slax.org the list consist of a list of module numbers. What I am trying to do is Download the file or the file name corresponding to the number in the list.the list is comma delimited. this is what I have done so far and I am a stand still.

#!/bin/sh
# Wget script to retrieve modules from slax.org modules
#
# ----Begin of user defined values -----
# Path to wget

[code].....

View 7 Replies View Related

Fedora :: Repository List And List Of Installed Applications?

Feb 17, 2010

I understand there is a file that stores the repositories' information, but I can't find it!Is there a way I can create a list of what applications have been installed?The idea is that if I am running a backup, finding a way to save the repository list and applications installed so if I am upgrading, or fixing a borked system by re-installing Fedora, I could copy the repo list back, and run the applications list like ode:yum install <cat apps.txt?> and get all of the applications I've installed via Yum without having to remember them all?Is there anything else, outside of /home, I should look at backing up? SELinux settings?

View 6 Replies View Related

Networking :: Samba Read List And Write List

Mar 12, 2011

I am working for a community where several people are engaged for 4 different development projects. we are planning to have a samba server to store our data.Now the problem is that I have created a share in which @groupa, @groupb and @groupc are allowed to read and write. But three of the members of @groupb are only allowed to for read permission only.

View 1 Replies View Related

General :: List The 'chkconfig --list' In Alphabetical Order?

Jan 7, 2010

list the 'chkconfig --list' in alphabetical order

View 3 Replies View Related

General :: Command To List The List Of Folders / Within The Folder

Jan 28, 2010

one command to list the list of folders/ within the folder.

View 4 Replies View Related

General :: Evolution Task List Reminder (sync With Phone And Online Task List)

May 19, 2011

I have my task list in evolution (mainly so it can sync with my phone and online task list) but I always forget to look at the task list. Is there an application or plugin which periodically displays the contents of the tasklist or even better, it briefly displays the most urgent/important tasks when I login? Or anything else which automatically displays the most important tasks. Currently I have to open the task list and look at them (which I usually forget). I do not mean some kind of alarm when the task is due but more a daily reminder of what to do.

View 3 Replies View Related

Fedora :: Save "list Of Installed Packages" In A List And Restore?

Mar 28, 2010

how do I save installed packages in a list and restore ...

rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n

View 4 Replies View Related

General :: KMail's Message List - Change Message List Display?

Jul 20, 2009

KMail 1.11.4, KDE 4.2.4: I'm migrating from WinXP to Mandriva, and installed KMail at the weekend. Works fine, but I have a niggle - the message list displays headers grouped by month order. I'd like the option of having a simple list (no groups), and suspect that it could be done - but I haven't been able to find out how. I've checked in the Handbook without success, and a search in LQ hasn't turned up anything yet.Any suggestions gratefully received. If this isn't the right place for a KMail query,

View 1 Replies View Related

OpenSUSE Network :: Samba - Use The "read List" And "write List" Options With Groups Under Share

Apr 27, 2010

I have a Samba server running in my Lan (mainly for file and print service). This server will act as a PDC (don't ask why...). I have a question: Under a share I can use the "read list" and "write list" options with groups (eg @users). Is that group a Linux or Samba group? If it's the later, am I forced to use the net groupmap command, or it is sufficient to have a group name in the /etc/group file? Should I add samba/linux users to that group (with net rpc) or is sufficient to have the group membership set in the linux?

View 4 Replies View Related

Ubuntu :: List Of Com Ports ?

Sep 20, 2010

All i need is to see a list, window or anything that shows all of the serial (rs232) com ports that are on my Ubuntu 10.04 machine and what their associated port numbers are.

I have one com port that is on the motherboard (so obviously its com 1) and it works fine. but i also have a usb to serial (FTDI) com port that i cant figure out what the port number is...

View 4 Replies View Related

Ubuntu :: How To Move XP To First In List

Dec 24, 2010

I have Ubuntu 10.04 LTS installed and have discovered that menu.lst has gone with grub2 and I now have to do something incomprehensible in grub.dI have dual boot with XP and I want to put Windows XP as the default and first boot option (not the last as it is now).

Could someone be so kind as to show me a complete idiot's step-by-step guide of how to move XP to the first in the list.Ubuntu will not connect to the Internet. It always did before Lucid Lynx but not now - See:URL...My easy option is to remove Ubuntu altogether but having used it extensively since Hardy Heron (I think) I live in the faint hope that it will once again become a shining beacon of excellence it once was and not just a waste of space on my hard drive.

View 3 Replies View Related

Ubuntu :: 9.10 - How To Add Win 7 To Grub List

Jul 8, 2010

I had ubuntu 9.10. I installed windows 7 on partition C: that had windows vista before, and as usual the grub of my ubuntu was wiped out, I reinstalled the grub again and every thing became fine BUT now in the grub list there is vista, not windows 7, when i choose vista it says there is no device!? How to add win7 to the grub list.

View 2 Replies View Related

Ubuntu Networking :: Ifconfig Does Not List 2nd Nic?

Jan 7, 2010

i am using ubuntu server and when i run ifconfig i do not see my second nic

i'm running a supermicro 5015 dual core atom 330 server

ubuntu server 9.1

View 3 Replies View Related

Ubuntu :: Need More Sources List For Repositre

Feb 3, 2010

i can't find a lot in this add remove i want unrar or rar for linux i can't install it and many other things.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved