Ubuntu :: Terminal Based Twitter Client?
Jun 21, 2011
I am looking for an interactive terminal based twitter client. It seems like there are a few around, but some of them appear to be abandoned. Does anyone have any recommendations of a good one to use?
View 1 Replies
ADVERTISEMENT
Apr 5, 2010
I was following the installation instruction in the official website for Termtter. But it doesn't work...
I did
Code:
sudo gem install termtter
. It finished successfully. It says 'command not found' when I run 'termtter'.
View 1 Replies
View Related
Sep 10, 2010
I use command line twidge for twitter, it gives a strange error on terminal, I don't understand. I tried to update, but nothing happens.
Code:
abhilash@abhilash:~$ twidge lsrecent
curl: (22) The requested URL returned error: 401
twidge: user error (("curl",["-A","twidge v1.0.0; Haskell; GHC","-s","-S","-L","-y","60","-Y","1","--retry","2","-f","--user","abhilashm86:","[URL]"]): exited with code 22)
It was working fine from starting, is anything problem with updates/ program?
View 3 Replies
View Related
Mar 5, 2010
a twitter client which supports proxy function for Fedora?
View 4 Replies
View Related
Jun 11, 2011
Just an FYI for anyone who may be having this particular problem. A short while back, I was trying to attach a picture to a Twitter post, and dropped my network connection. No big deal...connection came back, and things went on. Next time I launched Choqok, it popped up a message saying "Server Error: This method requires authentication". It was puzzling, and didn't appear to impact my use...until I went to send a direct message, and it would give that error and crash. After quitting Choqok, the file (/tmp/ksocket-user/klauncherXXXXXX.slave-socket file) was still present. Deleting that file manually cleared the error up. I've seen this mentioned in a couple of other forums, but none with a solution posted.
If anyone else has that error, and this method resolves it, please let us know. I'm using openSUSE 11.4, but it should apply to any version/distro of Linux using Choqok.
View 5 Replies
View Related
Nov 25, 2009
Is there a good terminal services client available I can connect to my Windows boxes from Fedora12? I am willing to pay for a commercial license if there is a good one
View 7 Replies
View Related
Jan 29, 2010
I am trying to setup a web-based secure ftp client that can handle not only file transfers to and from one of my company's servers, but also allow new clients of ours to visit our site, create an account of their own and use it to log in and begin transferring files. This way, the users can manage their own accounts.
I don't know a lot about exactly what is running on our server, though I am almost positive it is debian based. I really only have access via ssh and ftp. I may be able to do more in the server room, but haven't tried. I thought about using net2ftp, but that doesn't seem to work with sftp, and also doesn't allow the creation of new users on the server.
Is there anything out there for me??You will undoubtedly require more information from me, so please let me know what it is and where I can find it and I'll get back to you as quickly as I can.
View 3 Replies
View Related
May 17, 2010
I have disabled password logins to a server.I want to transfer some files to it using a client like FileZilla but there was no way I could give private key to filezilla is there an ftp client
which supports key based login?
View 2 Replies
View Related
Mar 18, 2011
If i were to build an sftp client which launched with logon details, and could then controlled by sending commands to that daemon; would that be ideal way to create an sftp client with disposable credentials?
View 1 Replies
View Related
Nov 22, 2010
I have setup SFTP and it is running without any problems. The problem I have is finding a client that supports key based logins through Linux. I do not want user based logins available and so far the solution works through my Windows machines using WinSCP. The only client I have found for Linux seems to be FileZilla but I have to convert my private key to the FileZilla format which removes the passphrase leaving it nice and insecure.
View 4 Replies
View Related
Apr 30, 2010
I setup a server with vmware esxi 4. I installed opensuse 11.2 and I have successfully setup an internet gateway and I manually configured (static) my client IP. My question is, is there any software or commands that I could use to manage the bandwidth usage for each client? eg. only 5Mbps for 192.168.1.5, 10Mbps for 192.168.1.10, etc
View 3 Replies
View Related
May 4, 2011
I have a ubuntu server PC with no xwindows just text command-line. Usually I use xlock but this PC has no graphics. How do I lock/unlock the PC while I'm away from it? I don't necessarily need a screen saver just a way to secure the terminal while I'm away without logging off.
View 1 Replies
View Related
Aug 27, 2011
There's a nice program for linux terminal beginners - CLICompanion - terminal with tips and dictionary. It's distributed only with deb packages. I'm just wondering if there's rpm package for this program?
View 1 Replies
View Related
Mar 26, 2010
Just wondering if anyone knew of a really good text based terminal browser to use when I am not running X. I can use Links and do not have too much trouble navigating, but I have not been able to set the screen to view the entire page (I have to move off screen to read the whole page.) So, if anyone knows an easier text browser that is a little easier to set the screen options with code...
View 7 Replies
View Related
Jun 18, 2010
I debate whether to place this under Server or under Multimedia, because it's both. I have Server 10.04 installed on a Foxconn Intel Atom board. For one of it's duties, I hope to set it up as a jukebox with Subsonic. I plugged in a pair of headphones and set about testing. Long story short, I have no audio from them, although I can get a light hiss when using sound-test. (I will have no GUI on this machine. Everything will be done through terminal or through a browser.)
Using lspci, I have this: 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
Using aplay -l, I have this:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
[Code]...
View 2 Replies
View Related
May 30, 2010
I installed Fedora 12 on a new machine (Intel Core i3) and one of my terminal-based programs won't run because it can't find libtermcap. The specific error is
Quote:
error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory
I seem to have this problem every other time I install a new Fedora. I tried a few things with old libtermcap files from other machines, and I tried looking around the YUM repository, but nothing seemed to work.
What's the proper way to get the libtermcap libraries for a Fedora 12 machine on an iCore i3?
View 1 Replies
View Related
Jul 11, 2011
I want to create a text based adventure game that interfaces over gmail. I'm in the process of writing a java program that will take text input, and return text output. But before I can do that, I need to find a way to use something like nail, mailx, or if absolutely necessary evolution, to import emails from gmail and pipe them into this java program. I want to do all of this independent of a GUI, so any solutions that use mailx or nail.
View 3 Replies
View Related
Jan 13, 2011
i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.
View 1 Replies
View Related
Oct 15, 2010
I was given the responsibility at work to upload some files to an offsite 3rd party FTP server. Apparently we use a "secure" proprietary web-based java FTP client.
The FTP client was buggy and repeatedly crashed. While I was waiting for it to work, I decided to look at the HTML of the website when I was logged in to their FTP server. It contained the following lines:
Code:
hostname="-------------"
username="--------"
password="--------"
connectionType="ftps"
mode="binary"
enableHost="false"
enableConnectionType="false"
enableAnonymous="false"
I substituted dashes for the sensitive information that was in the website. I do not have access to analyze the network traffic to see if our username and password is being transmitted in plain text to the website. It makes me nervous to see the username and password plainly written out in the html for a website; however analyzing the network traffic and securing networks is not part of my job description. So my question for people here who have this as part of their job description is as follows:
View 7 Replies
View Related
May 10, 2011
I searched and found several solution but those are distro specific. I need to find out if distro is running in live mode (from CD, USB) instead it's installed on hdisk. The solution should be independent of distribution.
View 7 Replies
View Related
Jan 23, 2010
I am building a Terminal Server Client using debootstrap for work. I found a couple post that suggested that I can change my inittab configuration to not load login. However it is my understanding that inittab has been replaced by upstart. I would like to know how to modify upstart so that instead of the user seeing a login: prompt my script is automatically loaded (rrdesktop)(revisedrdesktop) and the user is brought off a live cd to my terminal server.
View 2 Replies
View Related
Oct 12, 2010
I recently installed Ubuntu and dolphin file manager but when I press Shift+F4 for Terminal I get this error: Could not launch the terminal client: KDEInit could not launch 'konsole'.: Could not find 'konsole' executable. Now, I know I can open it with Ctrl+Alt+T but with shift+f4 from dolphin, terminal starts with current folder in command line.
View 2 Replies
View Related
Jul 26, 2010
In my Windows environment, I use email client such as Microsoft Outlook to connect to our email server to send email with the following configuration:
Incoming server (POP3): 995 - (requires with SSL)
Outgoing server (SMTP): 465 - (use encrypted connection SSL)
[code]....
And the mail server requires user ID login and password.how do I setup a text command based email client in my Linux (Centos 5.1) to send out email through the existing email server above, which is in another machine? The email client has to be text command based because I need to use command line to send notification email from anothar application installed in my Linux (Centos 5.1) Since the email client will only be used to send email notification, I don't require setting up of an email server in my linux.
View 2 Replies
View Related
Nov 18, 2010
I am trying to use a smartcard with a remote windows computer via the terminal server client. I didn't see any settings in the UI, but I did see a redirectsmartcards property in the conf file. I tried setting it from 0 to 1 but it didn't seem to have any effect (still getting traditional login dialog on remote computer). Does anyone know if this setting is supported or not? I did install pcscd and friends and when I insert the usb smartcard pcscd does show up in /var/log/messages so I think the smartcard is working okay locally.
View 2 Replies
View Related
Jan 26, 2011
I'm currently successfully using the Terminal Server Client to connect to an SBS 2003 server at a remote location. I've been trying to figure out if it's possible to connect to any of the XP machines on the LAN behind it. I currently have to use RWW in IE on a VirtualBox XP machine to do that, and I'd love to be able to get rid of VirtualBox completely.
The server has 2 NICs, one connected to the internet, and the other connected to the LAN. There is only one public IP. The computer I'd most like to connect to has a static, private IP. Anybody done anything like this or have any thoughts on how to get it to work?
View 2 Replies
View Related
Feb 7, 2011
I was trying to connect to my machine over the internet through a VPN. I was able to connect, with a fairly high ping (30-40 ms), then when I use Terminal Service Client to connect, just the login screen takes FOREVER!! Using a Virtualbox WinXP, I connect to the VPN and use its Remote Desktop and it is super fast.
View 9 Replies
View Related
Mar 21, 2011
I'm SSHing to a headless Ubuntu box and sometimes need to upload files from that box via FTP. The built-in FTP client does not show the progress of my upload (or at least I don't know how to view it). I just see this during the operation (which could take up to an hour):150 Opening BINARY mode dataonnection for MyFileAre there any FTP clients which I could use in terminal and would show the progress (some kind of a progress bar or just the percentage)?
View 2 Replies
View Related
Jan 5, 2010
More for my own posterity than anything else, I thought I'd document here the way to get to eDesktop through linux (debian, ubuntu) at the University of West Florida (UWF), since they appear to only support Windows through their documentation on the University web site, and the link through Argus (the secure web site) doesn't work in Linux. This is sometimes needed to use the University resources (libraries and computer programs) from remote locations, and otherwise a google search is fruitless. I had to have a guy in the computer science department show me how to do it.This may apply for other Universities with similar setups.
View 1 Replies
View Related
Feb 24, 2010
In windows using remote desktop connection you can press Ctrl+Alt+minus to copy the current window on the remote desktop to the clipboard. How do you do that in Ubuntu's terminal server client? I have not found any key combination that works
View 2 Replies
View Related
Mar 12, 2010
I would like have my client computer be able to boot off of a cd right into a terminal server connection. Not click here, then there, enable wireless....so on.. Just boot into a terminal server connection screen.
View 1 Replies
View Related