Adding SSH server to Linux ( Ubuntu 12.04 LTS ) openssh-server
How to Enable VNC server / connectivity in Linux ( Ubuntu 12.04 LTS )
VNC connectivity is not set up by default on most Linux distributions.
Follow the steps below to get VNC up and running so that you can connect using VNC Viewer, or some other VNC client application.
1. Install x11vnc:
sudo apt-get install x11vnc
2. Create /etc/init/x11vnc.conf file using vi or gedit:
start on login-session-start
script
x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log
end script
3. After restarting, 11vnc should listen on vnc standard port (port 5900).
The script is based on upstart event mechanism when Lightdm emits login-session-start event, x11vnc is started.
Reference: http://mlepicki.com/2011/10/remote-vnc-login-to-ubuntu-11-10
Steps 2 & 3 above … not working. (probably for an older version of Ubuntu and something has changed.)
However, once it has been installed (Step #1) it can be run as an application that requires no password by simply running
$x11vnc
Then, connect to the machine’s IP via VNC Viewer.
—Review steps #2 and #3 so that this will automatically start up on system startup.
Books! Classics, Literature, and everything else (for sale, trade, whatever)
Since I was twelve, I have been collecting books.
It is now time to get rid of hopefully 80% of these. Below is the first box.
University of Chicago: Readings in Western Civilization – 1 The Greek Polis (Boyer, Kirshner)
Shakespeare (Craig) — “a historical and critical study with annotated texts of twenty-one plays”
The Aeneid — a new translation (Dickinson, trans.)
The Aeneid (Penguin Classics) (Knight, trans.)
The Merchant of Venice (Shakespeare)
The Inferno (Dante) (Ciardi, trans.)
The Aeneid of Vergil (Rinehart Editions) (Guinagh, trans.)
The Aeneid of Virgil (Scribner’s) (Humphries, trans.)
Homer The Odyssey (Mentor Classic) (Rouse, trans.)
The Roman Way to Western Civilization (Mentor Classic) (Hamilton, E.)
The Illiad of Homer (Washington Square Press) (Butler, trans.)
Aeschylus: The Oresteia (Agamemnon, The Libation Bearers, The Eumenides) (Fagles, R. trans)
Sir Thomas Malory – Le Morte D’Arthur Volume 1 (Cowen, ed.)
Sophocles’ The Oedipus Cycle (Oedipus Rex, Oedipus at Colonus, Antigone) (Fitzgerald, R. trans)
Plato’s The Republic (Lee, D. trans.)
Milton – Paradise Lost (Hughes, ed.)
The Song of Roland (Burgess, G. trans, ed.)
Mythology, Timeless Tales of Gods and Heroes (Hamilton, E.)
The Greek Gods (Evslin, Evslin, & Hoopes)
Euripides: Medea and other Plays (Vellacott, trans)
Rome: A World Power (Latin – Second Year Course) (Crabb & Small)
– For Sale or Trade or whatever.
After a week, they are going to the Salvation Army.
QuietWrite.com Quick-Help
Absolute Concentration
To get the absolute cleanest non-distracting look, go to full screen mode in the browser (F11). After the mouse has sat idle for five seconds, the items above and below the writing area will fade away. Once the mouse is moved again — the menu will display again.
Saving and Revision History
Whatever you are working on is saved every few seconds. To manually save (something that most would want to do before closing the tab or browser) Ctrl+S (Windows), Cmd+S (Mac) or click on the Save button in the top right of the menu. A snapshot of the current writing is saved every few minutes — so it is easy to go back and see how the document has changed over time.
Publishing and Available HTML Tag Subset
All writings created are private by default. If you would like to share the document, click the [Publish] button in the top right of the menu. In order to provide simple formatting, the following tags are allowed currently in QuietWrite:
h1 — heading one
h2 — heading two
h3 — heading three
h4 — heading four
h5 — heading five
h6 — heading six
a –anchor (a link, typically as a href…)
b — bold
br — break (line break)
cite — defines the title of a work
code — a piece of computer code
em — emphasized text
i — italic
p — paragraph
strike — strikethrough
strong — highlighted text.
u — underlined text
Examples:
This is bold
This is italic
This is underline
This is strike through
This is emphasize
This is strong
This is a cite
This is in code
The <br> and <p> tags are not normally used because QuietWrite handles these for you.
More info needed? Please visit Help or email to QuietWrite.com : quietwriteapp@gmail.com
Composed & set with QuietWrite.com
Installing SSH Server ( openssh-server ) on Ubuntu 11
SSH stands for secure shell. SSH is a shell tool that allows an administrator to remote into many network devices. When administrating a headless Ubuntu 11.4 server the best way to remote in is over ssh. The package for Ubuntu 11.4 is called openssh server. Openssh is a widely used remote administration tool.
To install ssh on Ubuntu 11.4 run the following commands on a command line
The command listed below will install all update on your system (it is a good idea to check for any updates and install them before going any further):
sudo apt-get update
The command below will install the openssh server:
sudo apt-get install openssh-server
Portmap is needed to map ports for openssh. The command is listed below:
sudo apt-get install portmap
Once these are installed, you can use a program such as putty to connect to the Ubuntu machine on the local network. In order to connect to your Ubuntu machine outside of your local network, some settings will be required on your router or gateway to allow incoming connections to the Ubuntu machine on port 22.
Twitter, Facebook, Skype on Pidgin IM Client (Twitter Plugin)
How to Install a Twitter Plugin for Pidgin IM Client (Windows or Linux)
Primary Source:
microblog-purple – Libpurple (Pidgin) plug-in supporting microblog services like Twitter – Google Project Hosting.

Pidgin is a multi-platform and protocol chat client that supports more than 15 protocols. You can chat with your Yahoo, MSN, Google and AIM friends all at the same time, saving you time and system resources, as you won’t need to install different applications for different protocols.
Twitter, as you may already know, is a microblogging service that is quite popular and has made huge strides in web 2.0. Twitter used to have their own chat bot that you could add to your messenger and post and receive messages from Twitter. However, they had to bring it down, as they were facing huge loads and outages on their servers.
Today, I will tell you how you can add one such bot to your Pidgin messenger. This works for both Windows and Linux.
The Process
- Download a little addon called microblog-purple from Google Code. You may choose a package for your operating system.
- In case of Windows, install the exe file directly. In case of Linux, either download the deb or rpm package and install accordingly or install from the terminal for which you can find instructions here.
- Restart Pidgin and Add a Twitter account by going to Accounts > Manage Accounts from the top toolbar. Enter your twitter credentials and click save.
- Voila! You have a Twitter bot ready!

Useful Commands
To send a tweet, just type in and press enter.
To see the replies, send the command /replies
To look for new tweets (although it auto-refreshes), send the command /refresh
You can add various other plugin to Pidgin. Matt tells us how we can add Facebook chat to pidgin and here is a tool for adding your skype friends!
