LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

How to install Rogue in Ubuntu

Posted 12-19-2011 at 12:12 PM by Telengard (Here are some things which I hope will be helpful.)

Rogue is in the bsdgames-nonfree package. Ensure the multiverse repository is enabled and install the bsdgames-nonfree package in your package manager.

Code:
sudo apt-get install bsdgames-nonfree
References
Member
Posted in newbie faqs
Views 14099 Comments 0 Telengard is offline
Old

Gnome 3 Tip - Quick Application Search

Posted 12-19-2011 at 12:07 PM by lumak (Lumak's Guide to Random Things)

Gnome 3 will search the "comments" value of .desktop files when you start typing in the search box of the overlay screen. This search will include symbols and punctuation as well. This means that there are various ways to exploit the system and start grouping applications by symbols.

1. Copy your favorite applications' .desktop files from /usr/share/applications to ~/.local/share/applications
2. Edit the comments section to include a symbol for a group. E.G....
Member
Posted in Uncategorized
Views 3235 Comments 0 lumak is offline
Old

playing around.

Posted 12-18-2011 at 05:28 PM by peonuser

Found a command line graphical web browser called Arachne. Used it with dos many years ago. Installed but having a devil of a time to work with my video card/monitor setup.

Also playing with qb64. It will compile my old qbasic code, but does not install properly. Need to do some research.

Found a neat hack where you can get your computer to sing with festival.

Fixing to hook up the power train to the robot.

Setup two machines with festival...
Member
Posted in Uncategorized
Views 877 Comments 0 peonuser is offline
Old

RDP-redirect eth1 - LAN eth0 tunnel

Posted 12-18-2011 at 05:48 AM by routers

public server
Code:
[routers@lan1-pub.mars ~]$ ssh -f -L 3000:localhost:3389 routers@lan1.venus  sleep 2d
laptop
Code:
routers@sol-11:~$ ssh -f -L 3000:localhost:3000 routers@lan1-pub.mars  sleep 2d
then...
rdp localhost:3000 will bring to lan1.venus server interface, but only user routers can login
Member
Posted in Uncategorized
Views 1817 Comments 0 routers is offline
Old

Apache : rewrite loop to localhost redir Apps

Posted 12-18-2011 at 05:24 AM by routers
Updated 12-18-2011 at 05:30 AM by routers (NOB)

In the pluto aka public
Code:
<VirtualHost *:80>
        ServerName server.asterisk.noc.com.pluto
        RewriteEngine     On
        RewriteRule       ^(.*)$        http://localhost:8088$1 [P]
        UseCanonicalName On
        RewriteRule ^(.*)$ [L]
</VirtualHost>
[root@pluto ~]# ps x |grep 8088
 4463 ?        Ss     0:00 ssh -f -L 8088:localhost:8088 root@lan1-pub.mars sleep 2d
In the...
Member
Posted in Uncategorized
Views 1873 Comments 0 routers is offline

  



All times are GMT -5. The time now is 05:44 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration