<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-430079640191843386</id><updated>2012-02-16T18:39:30.849-08:00</updated><title type='text'>Mugwumps &amp; Ubuntu</title><subtitle type='html'>All things Ubuntu.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-6236055636487761201</id><published>2008-10-30T01:34:00.000-07:00</published><updated>2008-10-30T01:56:06.908-07:00</updated><title type='text'>Retro Gaming - Snes9express Super Nintendo Emulator on Ubuntu</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Snes9express Super Nintendo Emulator&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;In a new terminal execute:&lt;br /&gt;&lt;br /&gt;$ sudo synaptic package manager&lt;br /&gt;&lt;br /&gt;Search for Snes and mark snes9express for installation and apply.&lt;br /&gt;&lt;br /&gt;You can run the emulator from Applications-&gt;Games.&lt;br /&gt;&lt;br /&gt;Finding classic roms like the Mario games are a little difficult but should be available from torrent sites.&lt;br /&gt;&lt;br /&gt;Enjoy&lt;br /&gt;&lt;br /&gt;-=Bug@Interzone=-&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-6236055636487761201?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/6236055636487761201/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/retro-gaming-snes9express-super.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/6236055636487761201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/6236055636487761201'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/retro-gaming-snes9express-super.html' title='Retro Gaming - Snes9express Super Nintendo Emulator on Ubuntu'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-1609555424786955671</id><published>2008-10-30T01:29:00.000-07:00</published><updated>2008-10-30T01:31:55.486-07:00</updated><title type='text'>Ubuntu terminal commands</title><content type='html'>&lt;pre&gt;  &lt;a href="http://www.ss64.com/bash/alias.html"&gt;alias&lt;/a&gt;    Create an alias&lt;br /&gt; apropos  Search Help manual pages (man -k)&lt;br /&gt; &lt;a href="http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html"&gt;apt-get&lt;/a&gt;  Search for and install software packages (Debian)&lt;br /&gt; &lt;a href="http://aspell.net/"&gt;aspell&lt;/a&gt;   Spell Checker&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/awk.html"&gt;awk&lt;/a&gt;      Find and Replace text, database sort/validate/index&lt;br /&gt;&lt;br /&gt; bash     GNU Bourne-Again SHell&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/bc.html"&gt;bc&lt;/a&gt;       Arbitrary precision calculator language&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/bg.html"&gt;bg&lt;/a&gt;       Send to background&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/break.html"&gt;break&lt;/a&gt;    Exit from a loop&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/builtin.html"&gt;builtin&lt;/a&gt;  Run a shell builtin&lt;br /&gt; &lt;a href="http://www.bzip.org/"&gt;bzip2&lt;/a&gt;    Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cal.html"&gt;cal&lt;/a&gt;      Display a calendar&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/case.html"&gt;case&lt;/a&gt;     Conditionally perform a command&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cat.html"&gt;cat&lt;/a&gt;      Display the contents of a file&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cd.html"&gt;cd&lt;/a&gt;       Change Directory&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cfdisk.html"&gt;cfdisk&lt;/a&gt;   Partition table manipulator for Linux&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/chgrp.html"&gt;chgrp&lt;/a&gt;    Change group ownership&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/chmod.html"&gt;chmod&lt;/a&gt;    Change access permissions&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/chown.html"&gt;chown&lt;/a&gt;    Change file owner and group&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/chroot.html"&gt;chroot&lt;/a&gt;   Run a command with a different root directory&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cksum.html"&gt;cksum&lt;/a&gt;    Print CRC checksum and byte counts&lt;br /&gt; clear    Clear terminal screen&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cmp.html"&gt;cmp&lt;/a&gt;      Compare two files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/comm.html"&gt;comm&lt;/a&gt;     Compare two sorted files line by line&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/command.html"&gt;command&lt;/a&gt;  Run a command - ignoring shell functions&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/continue.html"&gt;continue&lt;/a&gt; Resume the next iteration of a loop&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cp.html"&gt;cp&lt;/a&gt;       Copy one or more files to another location&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cron.html"&gt;cron&lt;/a&gt;     Daemon to execute scheduled commands&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/crontab.html"&gt;crontab&lt;/a&gt;  Schedule a command to run at a later time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/csplit.html"&gt;csplit&lt;/a&gt;   Split a file into context-determined pieces&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/cut.html"&gt;cut&lt;/a&gt;      Divide a file into several parts&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/date.html"&gt;date&lt;/a&gt;     Display or change the date &amp;amp; time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dc.html"&gt;dc&lt;/a&gt;       Desk Calculator&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dd.html"&gt;dd&lt;/a&gt;       Convert and copy a file, write disk headers, boot records&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ddrescue.html"&gt;ddrescue&lt;/a&gt; Data recovery tool&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/declare.html"&gt;declare&lt;/a&gt;  Declare variables and give them attributes&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/df.html"&gt;df&lt;/a&gt;       Display free disk space&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/diff.html"&gt;diff&lt;/a&gt;     Display the differences between two files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/diff3.html"&gt;diff3&lt;/a&gt;    Show differences among three files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dig.html"&gt;dig&lt;/a&gt;      DNS lookup&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dir.html"&gt;dir&lt;/a&gt;      Briefly list directory contents&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dircolours.html"&gt;dircolors&lt;/a&gt; Colour setup for `ls'&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dirname.html"&gt;dirname&lt;/a&gt;  Convert a full pathname to just a path&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/dirs.html"&gt;dirs&lt;/a&gt;     Display list of remembered directories&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/du.html"&gt;du&lt;/a&gt;       Estimate file space usage&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/echo.html"&gt;echo&lt;/a&gt;     Display message on screen&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/egrep.html"&gt;egrep&lt;/a&gt;    Search file(s) for lines that match an extended expression&lt;br /&gt; eject    Eject removable media&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/enable.html"&gt;enable&lt;/a&gt;   Enable and disable builtin shell commands&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/env.html"&gt;env&lt;/a&gt;      Environment variables&lt;br /&gt; ethtool  Ethernet card settings&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/eval.html"&gt;eval&lt;/a&gt;     Evaluate several commands/arguments&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/exec.html"&gt;exec&lt;/a&gt;     Execute a command&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/exit.html"&gt;exit&lt;/a&gt;     Exit the shell&lt;br /&gt; &lt;a href="http://en.wikipedia.org/wiki/Expect"&gt;expect&lt;/a&gt;   Automate arbitrary applications accessed over a terminal&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/expand.html"&gt;expand&lt;/a&gt;   Convert tabs to spaces&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/export.html"&gt;export&lt;/a&gt;   Set an environment variable&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/expr.html"&gt;expr&lt;/a&gt;     Evaluate expressions&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/false.html"&gt;false&lt;/a&gt;    Do nothing, unsuccessfully&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fdformat.html"&gt;fdformat&lt;/a&gt; Low-level format a floppy disk&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fdisk.html"&gt;fdisk&lt;/a&gt;    Partition table manipulator for Linux&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fg.html"&gt;fg&lt;/a&gt;       Send job to foreground&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fgrep.html"&gt;fgrep&lt;/a&gt;    Search file(s) for lines that match a fixed string&lt;br /&gt; file     Determine file type&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/find.html"&gt;find&lt;/a&gt;     Search for files that meet a desired criteria&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fmt.html"&gt;fmt&lt;/a&gt;      Reformat paragraph text&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fold.html"&gt;fold&lt;/a&gt;     Wrap text to fit a specified width.&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/for.html"&gt;for&lt;/a&gt;      Expand &lt;var&gt;words&lt;/var&gt;, and execute &lt;var&gt;commands&lt;/var&gt;&lt;br /&gt; format   Format disks or tapes&lt;br /&gt; free     Display memory usage&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/fsck.html"&gt;fsck&lt;/a&gt;     File system consistency check and repair&lt;br /&gt; ftp      File Transfer Protocol&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/function.html"&gt;function&lt;/a&gt; Define Function Macros&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/awk.html"&gt;gawk&lt;/a&gt;     Find and Replace text within file(s)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/getopts.html"&gt;getopts&lt;/a&gt;  Parse positional parameters&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/grep.html"&gt;grep&lt;/a&gt;     Search file(s) for lines that match a given pattern&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/groups.html"&gt;groups&lt;/a&gt;   Print group names a user is in&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/gzip.html"&gt;gzip&lt;/a&gt;     Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/hash.html"&gt;hash&lt;/a&gt;     Remember the full pathname of a name argument&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/head.html"&gt;head&lt;/a&gt;     Output the first part of file(s)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/history.html"&gt;history&lt;/a&gt;  Command History&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/hostname.html"&gt;hostname&lt;/a&gt; Print or set system name&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/id.html"&gt;id&lt;/a&gt;       Print user and group id's&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/if.html"&gt;if&lt;/a&gt;       Conditionally perform a command&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ifconfig.html"&gt;ifconfig&lt;/a&gt; Configure a network interface&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ifup.html"&gt;ifdown&lt;/a&gt;   Stop a network interface&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ifup.html"&gt;ifup&lt;/a&gt;     Start a network interface up&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/import.html"&gt;import&lt;/a&gt;   Capture an X server screen and save the image to file&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/install.html"&gt;install&lt;/a&gt;  Copy files and set attributes&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/join.html"&gt;join&lt;/a&gt;     Join lines on a common field&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/kill.html"&gt;kill&lt;/a&gt;     Stop a process from running&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/less.html"&gt;less&lt;/a&gt;     Display output one screen at a time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/let.html"&gt;let&lt;/a&gt;      Perform arithmetic on shell variables&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ln.html"&gt;ln&lt;/a&gt;       Make links between files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/local.html"&gt;local&lt;/a&gt;    Create variables&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/locate.html"&gt;locate&lt;/a&gt;   Find files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/logname.html"&gt;logname&lt;/a&gt;  Print current login name&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/logout.html"&gt;logout&lt;/a&gt;   Exit a login shell&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/look.html"&gt;look&lt;/a&gt;     Display lines beginning with a given string&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/lpc.html"&gt;lpc&lt;/a&gt;      Line printer control program&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/lpr.html"&gt;lpr&lt;/a&gt;      Off line print&lt;br /&gt; lprint   Print a file&lt;br /&gt; lprintd  Abort a print job&lt;br /&gt; lprintq  List the print queue&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/lprm.html"&gt;lprm&lt;/a&gt;     Remove jobs from the print queue&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ls.html"&gt;ls&lt;/a&gt;       List information about file(s)&lt;br /&gt; lsof     List open files&lt;br /&gt;&lt;br /&gt; make     Recompile a group of programs&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/man.html"&gt;man&lt;/a&gt;      Help manual&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mkdir.html"&gt;mkdir&lt;/a&gt;    Create new folder(s)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mkfifo.html"&gt;mkfifo&lt;/a&gt;   Make FIFOs (named pipes)&lt;br /&gt; mkisofs  Create an hybrid ISO9660/JOLIET/HFS filesystem&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mknod.html"&gt;mknod&lt;/a&gt;    Make block or character special files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/more.html"&gt;more&lt;/a&gt;     Display output one screen at a time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mount.html"&gt;mount&lt;/a&gt;    Mount a file system&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mtools.html"&gt;mtools&lt;/a&gt;   Manipulate MS-DOS files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/mv.html"&gt;mv&lt;/a&gt;       Move or rename files or directories&lt;br /&gt;&lt;br /&gt; netstat  Networking information&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/nice.html"&gt;nice&lt;/a&gt;     Set the priority of a command or job&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/nl.html"&gt;nl&lt;/a&gt;       Number lines and write files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/nohup.html"&gt;nohup&lt;/a&gt;    Run a command immune to hangups&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/nslookup.html"&gt;nslookup&lt;/a&gt; Query Internet name servers interactively&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/open.html"&gt;open&lt;/a&gt;     Open a file in its default application&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/op.html"&gt;op&lt;/a&gt;       Operator access&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/passwd.html"&gt;passwd&lt;/a&gt;   Modify a user password&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/paste.html"&gt;paste&lt;/a&gt;    Merge lines of files&lt;br /&gt; pathchk  Check file name portability&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ping.html"&gt;ping&lt;/a&gt;     Test a network connection&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/popd.html"&gt;popd&lt;/a&gt;     Restore the previous value of the current directory&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/pr.html"&gt;pr&lt;/a&gt;       Prepare files for printing&lt;br /&gt; printcap Printer capability database&lt;br /&gt; printenv Print environment variables&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/printf.html"&gt;printf&lt;/a&gt;   Format and print data&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ps.html"&gt;ps&lt;/a&gt;       Process status&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/pushd.html"&gt;pushd&lt;/a&gt;    Save and then change the current directory&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/pwd.html"&gt;pwd&lt;/a&gt;      Print Working Directory&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/quota.html"&gt;quota&lt;/a&gt;    Display disk usage and limits&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/quotacheck.html"&gt;quotacheck&lt;/a&gt; Scan a file system for disk usage&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/quotactl.html"&gt;quotactl&lt;/a&gt; Set disk quotas&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ram.html"&gt;ram&lt;/a&gt;      ram disk device&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/rcp.html"&gt;rcp&lt;/a&gt;      Copy files between two machines.&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/read.html"&gt;read&lt;/a&gt;     read a line from standard input&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/readonly.html"&gt;readonly&lt;/a&gt; Mark variables/functions as readonly&lt;br /&gt; renice   Alter priority of running processes&lt;br /&gt; remsync  Synchronize remote files via email&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/return.html"&gt;return&lt;/a&gt;   Exit a shell function&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/rm.html"&gt;rm&lt;/a&gt;       Remove files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/rmdir.html"&gt;rmdir&lt;/a&gt;    Remove folder(s)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/rsync.html"&gt;rsync&lt;/a&gt;    Remote file copy (Synchronize file trees)&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/screen.html"&gt;screen&lt;/a&gt;   Multiplex terminal, run remote shells via ssh&lt;br /&gt; scp      Secure copy (remote file copy)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sdiff.html"&gt;sdiff&lt;/a&gt;    Merge two files interactively&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sed.html"&gt;sed&lt;/a&gt;      Stream Editor&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/select.html"&gt;select&lt;/a&gt;   Accept keyboard input&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/seq.html"&gt;seq&lt;/a&gt;      Print numeric sequences&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/set.html"&gt;set&lt;/a&gt;      Manipulate shell variables and functions&lt;br /&gt; sftp     Secure File Transfer Program&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/shift.html"&gt;shift&lt;/a&gt;    Shift positional parameters&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/shopt.html"&gt;shopt&lt;/a&gt;    Shell Options&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/shutdown.html"&gt;shutdown&lt;/a&gt; Shutdown or restart linux&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sleep.html"&gt;sleep&lt;/a&gt;    Delay for a specified time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/slocate.html"&gt;slocate&lt;/a&gt;  Find files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sort.html"&gt;sort&lt;/a&gt;     Sort text files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/source.html"&gt;source&lt;/a&gt;   Run commands from a file `.'&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/split.html"&gt;split&lt;/a&gt;    Split a file into fixed-size pieces&lt;br /&gt; &lt;a href="http://en.wikipedia.org/wiki/Secure_Shell"&gt;ssh&lt;/a&gt;      Secure Shell client (remote login program)&lt;br /&gt; strace   Trace system calls and signals&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/su.html"&gt;su&lt;/a&gt;       Substitute user identity&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sudo.html"&gt;sudo&lt;/a&gt;     Execute a command as another user&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sum.html"&gt;sum&lt;/a&gt;      Print a checksum for a file&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/symlink.html"&gt;symlink&lt;/a&gt;  Make a new name for a file&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/sync.html"&gt;sync&lt;/a&gt;     Synchronize data on disk with memory&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tail.html"&gt;tail&lt;/a&gt;     Output the last part of files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tar.html"&gt;tar&lt;/a&gt;      Tape ARchiver&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tee.html"&gt;tee&lt;/a&gt;      Redirect output to multiple files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/test.html"&gt;test&lt;/a&gt;     Evaluate a conditional expression&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/time.html"&gt;time&lt;/a&gt;     Measure Program running time&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/times.html"&gt;times&lt;/a&gt;    User and system times&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/touch.html"&gt;touch&lt;/a&gt;    Change file timestamps&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/top.html"&gt;top&lt;/a&gt;      List processes running on the system&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/traceroute.html"&gt;traceroute&lt;/a&gt; Trace Route to Host&lt;br /&gt; trap     Run a command when a signal is set(bourne)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tr.html"&gt;tr&lt;/a&gt;       Translate, squeeze, and/or delete characters&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/true.html"&gt;true&lt;/a&gt;     Do nothing, successfully&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tsort.html"&gt;tsort&lt;/a&gt;    Topological sort&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/tty.html"&gt;tty&lt;/a&gt;      Print filename of terminal on stdin&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/type.html"&gt;type&lt;/a&gt;     Describe a command&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/ulimit.html"&gt;ulimit&lt;/a&gt;   Limit user resources&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/umask.html"&gt;umask&lt;/a&gt;    Users file creation mask&lt;br /&gt; umount   Unmount a device&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/alias.html"&gt;unalias&lt;/a&gt;  Remove an alias&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/uname.html"&gt;uname&lt;/a&gt;    Print system information&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/unexpand.html"&gt;unexpand&lt;/a&gt; Convert spaces to tabs&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/uniq.html"&gt;uniq&lt;/a&gt;     Uniquify files&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/units.html"&gt;units&lt;/a&gt;    Convert units from one scale to another&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/unset.html"&gt;unset&lt;/a&gt;    Remove variable or function names&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/unshar.html"&gt;unshar&lt;/a&gt;   Unpack shell archive scripts&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/until.html"&gt;until&lt;/a&gt;    Execute commands (until error)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/useradd.html"&gt;useradd&lt;/a&gt;  Create new user account&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/usermod.html"&gt;usermod&lt;/a&gt;  Modify user account&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/users.html"&gt;users&lt;/a&gt;    List users currently logged in&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/uuencode.html"&gt;uuencode&lt;/a&gt; Encode a binary file&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/uuencode.html"&gt;uudecode&lt;/a&gt; Decode a file created by uuencode&lt;br /&gt;&lt;br /&gt; v        Verbosely list directory contents (`ls -l -b')&lt;br /&gt; vdir     Verbosely list directory contents (`ls -l -b')&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/vi.html"&gt;vi&lt;/a&gt;       Text Editor&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/vmstat.html"&gt;vmstat&lt;/a&gt;   Report virtual memory statistics&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/watch.html"&gt;watch&lt;/a&gt;    Execute/display a program periodically&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/wc.html"&gt;wc&lt;/a&gt;       Print byte, word, and line counts&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/whereis.html"&gt;whereis&lt;/a&gt;  Report all known instances of a command   &lt;br /&gt; &lt;a href="http://www.ss64.com/bash/which.html"&gt;which&lt;/a&gt;    Locate a program file in the user's path.&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/while.html"&gt;while&lt;/a&gt;    Execute commands&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/who.html"&gt;who&lt;/a&gt;      Print all usernames currently logged in&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/whoami.html"&gt;whoami&lt;/a&gt;   Print the current user id and name (`id -un')&lt;br /&gt; Wget     Retrieve web pages or files via HTTP, HTTPS or FTP&lt;br /&gt;&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/xargs.html"&gt;xargs&lt;/a&gt;    Execute utility, passing constructed argument list(s)&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/yes.html"&gt;yes&lt;/a&gt;      Print a string until interrupted&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/source.html"&gt;.&lt;/a&gt;        Run a command script in the current shell&lt;br /&gt; &lt;a href="http://www.ss64.com/bash/rem.html"&gt;###&lt;/a&gt;      Comment / Remark&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-1609555424786955671?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/1609555424786955671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/ubuntu-terminal-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1609555424786955671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1609555424786955671'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/ubuntu-terminal-commands.html' title='Ubuntu terminal commands'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-1985863204087739498</id><published>2008-10-28T23:58:00.000-07:00</published><updated>2008-10-29T00:00:45.233-07:00</updated><title type='text'>Google Hacks - Google Search Operators</title><content type='html'>&lt;span class="text"&gt;&lt;b&gt;Google Search Operators&lt;/b&gt;&lt;br /&gt;&lt;br /&gt; Put these codes into Google to see how you can manipulate searches.&lt;br /&gt;&lt;br /&gt;But play nice! Some of these codes illustrate how Google is used to find website weaknesses and sensitive data. I would never condone such actions but it happens.&lt;br /&gt;&lt;br /&gt; inurl:"ViewerFrame?Mode="&lt;br /&gt;intitle:axis intitle:"video server"&lt;br /&gt;inurl:indexFrame.shtml Axis&lt;br /&gt;?intitle:index.of? mp3 artist-name-here&lt;br /&gt;"intitle:index of"&lt;br /&gt;"A syntax error has occurred" filetype:ihtml&lt;br /&gt;"access denied for user" "using password"&lt;br /&gt;"Chatologica MetaSearch" "stack tracking:"&lt;br /&gt;"Index of /backup"&lt;br /&gt;"ORA-00921: unexpected end of SQL command"&lt;br /&gt;"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;"parent directory " MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&lt;br /&gt;?intitle:index.of? mp3 name&lt;br /&gt;allintitle:"Network Camera NetworkCamera"&lt;br /&gt;allinurl: admin mdb&lt;br /&gt;allinurl:auth_user_file.txt&lt;br /&gt;intitle:"live view" intitle:axis&lt;br /&gt;intitle:axis intitle:"video server"&lt;br /&gt;intitle:liveapplet&lt;br /&gt;inurl:"ViewerFrame?Mode="&lt;br /&gt;inurl:axis-cgi/jpg&lt;br /&gt;inurl:axis-cgi/mjpg (motion-JPEG)&lt;br /&gt;inurl:passlist.txt&lt;br /&gt;inurl:view/index.shtml&lt;br /&gt;inurl:view/indexFrame.shtml&lt;br /&gt;inurl:view/view.shtml&lt;br /&gt;inurl:ViewerFrame?Mode=Refresh&lt;br /&gt;liveapplet&lt;br /&gt;!Host=*.* intext:enc_UserPassword=* ext:pcf&lt;br /&gt;" -FrontPage-" ext:pwd inurl:(service | authors | administrators | users)&lt;br /&gt;"A syntax error has occurred" filetype:ihtml&lt;br /&gt;"About Mac OS Personal Web Sharing"&lt;br /&gt;"access denied for user" "using password"&lt;br /&gt;"allow_call_time_pass_reference" "PATH_INFO"&lt;br /&gt;"An illegal character has been found in the statement" -"previous message"&lt;br /&gt;"ASP.NET_SessionId" "data source="&lt;br /&gt;"AutoCreate=TRUE password=*"&lt;br /&gt;"Can't connect to local" intitle:warning&lt;br /&gt;"Certificate Practice Statement" inurl:(PDF | DOC)&lt;br /&gt;"Chatologica MetaSearch" "stack tracking"&lt;br /&gt;"Copyright (c) Tektronix, Inc." "printer status"&lt;br /&gt;"detected an internal error [IBM][CLI Driver][DB2/6000]"&lt;br /&gt;"Dumping data for table"&lt;br /&gt;"Error Diagnostic Information" intitle:"Error Occurred While"&lt;br /&gt;"error found handling the request" cocoon filetype:xml&lt;br /&gt;"Fatal error: Call to undefined function" -reply -the -next&lt;br /&gt;"Generated by phpSystem"&lt;br /&gt;"generated by wwwstat"&lt;br /&gt;"Host Vulnerability Summary Report"&lt;br /&gt;"HTTP_FROM=googlebot" googlebot.com "Server_Software="&lt;br /&gt;"IMail Server Web Messaging" intitle:login&lt;br /&gt;"Incorrect syntax near"&lt;br /&gt;"Index of /" +.htaccess&lt;br /&gt;"Index of /" +passwd&lt;br /&gt;"Index of /" +password.txt&lt;br /&gt;"Index of /admin"&lt;br /&gt;"Index of /mail"&lt;br /&gt;"Index Of /network" "last modified"&lt;br /&gt;"Index of /password"&lt;br /&gt;"index of /private" site:mil&lt;br /&gt;"index of /private" -site:net -site:com -site:org&lt;br /&gt;"Index of" / "chat/logs"&lt;br /&gt;"index of/" "ws_ftp.ini" "parent directory"&lt;br /&gt;"Installed Objects Scanner" inurl:default.asp&lt;br /&gt;"Internal Server Error" "server at"&lt;br /&gt;"liveice configuration file" ext:cfg&lt;br /&gt;"Login - Sun Cobalt RaQ"&lt;br /&gt;"Mecury Version" "Infastructure Group"&lt;br /&gt;"Microsoft (R) Windows * (TM) Version * DrWtsn32 Copyright (C)" ext:log&lt;br /&gt;"More Info about MetaCart Free"&lt;br /&gt;"Most Submitted Forms and Scripts" "this section"&lt;br /&gt;"mysql dump" filetype:sql&lt;br /&gt;"mySQL error with query"&lt;br /&gt;"Network Vulnerability Assessment Report"&lt;br /&gt;"not for distribution" confidential&lt;br /&gt;"ORA-00921: unexpected end of SQL command"&lt;br /&gt;"ORA-00933: SQL command not properly ended"&lt;br /&gt;"ORA-00936: missing expression"&lt;br /&gt;"pcANYWHERE EXPRESS Java Client"&lt;br /&gt;"phone * * *" "address *" "e-mail" intitle:"curriculum vitae"&lt;br /&gt;"phpMyAdmin MySQL-Dump" "INSERT INTO" -"the"&lt;br /&gt;"phpMyAdmin MySQL-Dump" filetype:txt&lt;br /&gt;"phpMyAdmin" "running on" inurl:"main.php"&lt;br /&gt;"PostgreSQL query failed: ERROR: parser: parse error"&lt;br /&gt;"Powered by mnoGoSearch - free web search engine software"&lt;br /&gt;"powered by openbsd" +"powered by apache"&lt;br /&gt;"Powered by UebiMiau" -site:sourceforge.net&lt;br /&gt;"produced by getstats"&lt;br /&gt;"Request Details" "Control Tree" "Server Variables"&lt;br /&gt;"robots.txt" "Disallow:" filetype:txt&lt;br /&gt;"Running in Child mode"&lt;br /&gt;"sets mode: +k"&lt;br /&gt;"sets mode: +p"&lt;br /&gt;"sets mode: +s"&lt;br /&gt;"Supplied argument is not a valid MySQL result resource"&lt;br /&gt;"Supplied argument is not a valid PostgreSQL result"&lt;br /&gt;"Thank you for your order" +receipt&lt;br /&gt;"This is a Shareaza Node"&lt;br /&gt;"This report was generated by WebLog"&lt;br /&gt;"This summary was generated by wwwstat"&lt;br /&gt;"VNC Desktop" inurl:5800&lt;br /&gt;"Warning: Cannot modify header information - headers already sent"&lt;br /&gt;"Web File Browser" "Use regular expression"&lt;br /&gt;"xampp/phpinfo&lt;br /&gt;"You have an error in your SQL syntax near"&lt;br /&gt;"Your password is * Remember this for later use"&lt;br /&gt;aboutprinter.shtml&lt;br /&gt;allintitle: "index of/admin"&lt;br /&gt;allintitle: "index of/root"&lt;br /&gt;allintitle: restricted filetype :mail&lt;br /&gt;allintitle: restricted filetype:doc site:gov&lt;br /&gt;allintitle: sensitive filetype:doc&lt;br /&gt;allintitle:.."Test page for Apache Installation.."&lt;br /&gt;allintitle:admin.php&lt;br /&gt;allinurl:".r{}_vti_cnf/"&lt;br /&gt;allinurl:admin mdb&lt;br /&gt;allinurl:auth_user_file.txt&lt;br /&gt;allinurl:servlet/SnoopServlet&lt;br /&gt;An unexpected token "END-OF-STATEMENT" was found&lt;br /&gt;camera linksys inurl:main.cgi&lt;br /&gt;Canon Webview netcams&lt;br /&gt;Comersus.mdb database&lt;br /&gt;confidential site:mil&lt;br /&gt;ConnectionTest.java filetype:html&lt;br /&gt;data filetype:mdb -site:gov -site:mil&lt;br /&gt;eggdrop filetype:user user&lt;br /&gt;ext:conf NoCatAuth -cvs&lt;br /&gt;ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-"&lt;br /&gt;ext:txt inurl:unattend.txt&lt;br /&gt;filetype:ASP ASP&lt;br /&gt;filetype:ASPX ASPX&lt;br /&gt;filetype:BML BML&lt;br /&gt;filetype:cfg ks intext:rootpw -sample -test -howto&lt;br /&gt;filetype:cfm "cfapplication name" password&lt;br /&gt;filetype:CFM CFM&lt;br /&gt;filetype:CGI CGI&lt;br /&gt;filetype:conf inurl:psybnc.conf "USER.PASS="&lt;br /&gt;filetype:dat "password.dat&lt;br /&gt;filetype:DIFF DIFF&lt;br /&gt;filetype:DLL DLL&lt;br /&gt;filetype:DOC DOC&lt;br /&gt;filetype:FCGI FCGI&lt;br /&gt;filetype:HTM HTM&lt;br /&gt;filetype:HTML HTML&lt;br /&gt;filetype:inf sysprep&lt;br /&gt;filetype:JHTML JHTML&lt;br /&gt;filetype:JSP JSP&lt;br /&gt;filetype:log inurl:password.log&lt;br /&gt;filetype:MV MV&lt;br /&gt;filetype:pdf "Assessment Report" nessus&lt;br /&gt;filetype:PDF PDF&lt;br /&gt;filetype:PHP PHP&lt;br /&gt;filetype:PHP3 PHP3&lt;br /&gt;filetype:PHP4 PHP4&lt;br /&gt;filetype:PHTML PHTML&lt;br /&gt;filetype:PL PL&lt;br /&gt;filetype:PPT PPT&lt;br /&gt;filetype:PS PS&lt;br /&gt;filetype:SHTML SHTML&lt;br /&gt;filetype:STM STM&lt;br /&gt;filetype:SWF SWF&lt;br /&gt;filetype:TXT TXT&lt;br /&gt;filetype:XLS XLS&lt;br /&gt;htpasswd / htpasswd.bak&lt;br /&gt;Index of phpMyAdmin&lt;br /&gt;index of: intext:Gallery in Configuration mode&lt;br /&gt;index.of passlist&lt;br /&gt;intext:""BiTBOARD v2.0" BiTSHiFTERS Bulletin Board"&lt;br /&gt;intext:"d.aspx?id" || inurl:"d.aspx?id"&lt;br /&gt;intext:"enable secret 5 $"&lt;br /&gt;intext:"powered by Web Wiz Journal"&lt;br /&gt;intext:"SteamUserPassphrase=" intext:"SteamAppUser=" -"username" -"user"&lt;br /&gt;intitle:"--- VIDEO WEB SERVER ---" intext:"Video Web Server" "Any time &amp;amp; Any where" username password&lt;br /&gt;intitle:"500 Internal Server Error" "server at"&lt;br /&gt;intitle:"actiontec" main setup status "Copyright 2001 Actiontec Electronics Inc"&lt;br /&gt;intitle:"Browser Launch Page"&lt;br /&gt;intitle:"DocuShare" inurl:"docushare/dsweb/" -faq -gov -edu&lt;br /&gt;intitle:"EverFocus.EDSR.applet"&lt;br /&gt;intitle:"Index of" ".htpasswd" "htgroup" -intitle:"dist" -apache -htpasswd.c&lt;br /&gt;intitle:"Index of" .bash_history&lt;br /&gt;intitle:"Index of" .mysql_history&lt;br /&gt;intitle:"Index of" .mysql_history&lt;br /&gt;intitle:"Index of" .sh_history&lt;br /&gt;intitle:"Index of" cfide&lt;br /&gt;intitle:"index of" etc/shadow&lt;br /&gt;intitle:"index of" htpasswd&lt;br /&gt;intitle:"index of" intext:globals.inc&lt;br /&gt;intitle:"index of" master.passwd&lt;br /&gt;intitle:"index of" members OR accounts&lt;br /&gt;intitle:"index of" passwd&lt;br /&gt;intitle:"Index of" passwords modified&lt;br /&gt;intitle:"index of" people.lst&lt;br /&gt;intitle:"index of" pwd.db&lt;br /&gt;intitle:"Index of" pwd.db&lt;br /&gt;intitle:"index of" spwd&lt;br /&gt;intitle:"Index of" spwd.db passwd -pam.conf&lt;br /&gt;intitle:"index of" user_carts OR user_cart&lt;br /&gt;intitle:"Index of..etc" passwd&lt;br /&gt;intitle:"iVISTA.Main.Page"&lt;br /&gt;intitle:"network administration" inurl:"nic"&lt;br /&gt;intitle:"OfficeConnect Cable/DSL Gateway" intext:"Checking your browser"&lt;br /&gt;intitle:"remote assessment" OpenAanval Console&lt;br /&gt;intitle:"Remote Desktop Web Connection" inurl:tsweb&lt;br /&gt;intitle:"switch login" "IBM Fast Ethernet Desktop"&lt;br /&gt;intitle:"SWW link" "Please wait....."&lt;br /&gt;intitle:"teamspeak server-administration&lt;br /&gt;intitle:"TUTOS Login"&lt;br /&gt;intitle:"VMware Management Interface:" inurl:"vmware/en/"&lt;br /&gt;intitle:"Welcome to the Advanced Extranet Server, ADVX!"&lt;br /&gt;intitle:"Welcome to Windows 2000 Internet Services"&lt;br /&gt;intitle:"Connection Status" intext:"Current login"&lt;br /&gt;intitle:"inc. vpn 3000 concentrator"&lt;br /&gt;intitle:asterisk.management.portal web-access&lt;br /&gt;intitle:dupics inurl:(add.asp | default.asp | view.asp | voting.asp) -site:duware.com&lt;br /&gt;intitle:index.of administrators.pwd&lt;br /&gt;intitle:index.of cgiirc.config&lt;br /&gt;intitle:Index.of etc shadow site:passwd&lt;br /&gt;intitle:index.of intext:"secring.skr"|"secring.pgp"|"secring.bak"&lt;br /&gt;intitle:index.of master.passwd&lt;br /&gt;intitle:index.of passwd passwd.bak&lt;br /&gt;intitle:index.of people.lst&lt;br /&gt;intitle:index.of trillian.ini&lt;br /&gt;intitle:Novell intitle:WebAccess "Copyright *-* Novell, Inc"&lt;br /&gt;intitle:opengroupware.org "resistance is obsolete" "Report Bugs" "Username" "password"&lt;br /&gt;intitle:open-xchange inurl:login.pl&lt;br /&gt;inurl:":10000" intext:webmin&lt;br /&gt;inurl:"8003/Display?what="&lt;br /&gt;inurl:"auth_user_file.txt"&lt;br /&gt;inurl:"GRC.DAT" intext:"password"&lt;br /&gt;inurl:"printer/main.html" intext:"settings"&lt;br /&gt;inurl:"slapd.conf" intext:"credentials" -manpage -"Manual Page" -man: -sample&lt;br /&gt;inurl:"slapd.conf" intext:"rootpw" -manpage -"Manual Page" -man: -sample&lt;br /&gt;inurl:"ViewerFrame?Mode="&lt;br /&gt;inurl:"wvdial.conf" intext:"password"&lt;br /&gt;inurl:"wwwroot/&lt;br /&gt;inurl:/Citrix/Nfuse17/&lt;br /&gt;inurl:/db/main.mdb&lt;br /&gt;inurl:/wwwboard&lt;br /&gt;inurl:access&lt;br /&gt;inurl:admin filetype:db&lt;br /&gt;inurl:asp&lt;br /&gt;inurl:buy&lt;br /&gt;inurl:ccbill filetype:log&lt;br /&gt;inurl:cgi&lt;br /&gt;inurl:cgiirc.config&lt;br /&gt;inurl:config.php dbuname dbpass&lt;br /&gt;inurl:data&lt;br /&gt;inurl:default.asp intitle:"WebCommander"&lt;br /&gt;inurl:download&lt;br /&gt;inurl:file&lt;br /&gt;inurl:filezilla.xml -cvs&lt;br /&gt;inurl:forum&lt;br /&gt;inurl:home&lt;br /&gt;inurl:hp/device/this.LCDispatcher&lt;br /&gt;inurl:html&lt;br /&gt;inurl:iisadmin&lt;br /&gt;inurl:inc&lt;br /&gt;inurl:info&lt;br /&gt;inurl:lilo.conf filetype:conf password -tatercounter2000 -bootpwd -man&lt;br /&gt;inurl:list&lt;br /&gt;inurl:login filetype:swf swf&lt;br /&gt;inurl:mail&lt;br /&gt;inurl:midicart.mdb&lt;br /&gt;inurl:names.nsf?opendatabase&lt;br /&gt;inurl:new&lt;br /&gt;inurl:nuke filetype:sql&lt;br /&gt;inurl:order&lt;br /&gt;inurl:ospfd.conf intext:password -sample -test -tutorial -download&lt;br /&gt;inurl:pages&lt;br /&gt;inurl:pap-secrets -cvs&lt;br /&gt;inurl:passlist.txt&lt;br /&gt;inurl:passwd filetype:txt&lt;br /&gt;inurl:Proxy.txt&lt;br /&gt;inurl:public&lt;br /&gt;inurl:search&lt;br /&gt;inurl:secring ext:skr | ext:pgp | ext:bak&lt;br /&gt;inurl:shop&lt;br /&gt;inurl:shopdbtest.asp&lt;br /&gt;inurl:software&lt;br /&gt;inurl:support&lt;br /&gt;inurl:user&lt;br /&gt;inurl:vtund.conf intext:pass -cvs s&lt;br /&gt;inurl:web&lt;br /&gt;inurl:zebra.conf intext:password -sample -test -tutorial -download LeapFTP&lt;br /&gt;intitle:"index.of./" sites.ini modified&lt;br /&gt;top secret site:mil&lt;br /&gt;Ultima Online loginservers&lt;br /&gt;VP-ASP Shop Administrators only&lt;br /&gt;XAMPP "inurl:xampp/index"&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span class="text"&gt; &lt;br /&gt;xxxXXXxxx&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span class="text"&gt;Enjoy&lt;br /&gt;&lt;br /&gt;-=bug@interzone=-&lt;br /&gt;&lt;/span&gt;&lt;span class="text"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-1985863204087739498?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/1985863204087739498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/google-hacks-google-search-operators.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1985863204087739498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1985863204087739498'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/google-hacks-google-search-operators.html' title='Google Hacks - Google Search Operators'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-1188899745145109295</id><published>2008-10-28T23:37:00.000-07:00</published><updated>2008-10-28T23:57:38.441-07:00</updated><title type='text'>Install and use Nmap on Ubuntu</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Nmap network scanner on Ubuntu.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;What's &lt;a href="http://en.wikipedia.org/wiki/Nmap"&gt;Nmap @ Wikipedia&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Open a terminal and Install:&lt;br /&gt;&lt;br /&gt;$ sudo apt-get install nmap&lt;br /&gt;&lt;br /&gt;Once it has installed execute:&lt;br /&gt;&lt;br /&gt;$ nmap&lt;br /&gt;&lt;br /&gt;This will show you all the options you can use with Nmap.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;xxxXXXxxx&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;mugwumps stole my underwear@interzone:~$ nmap&lt;br /&gt;&lt;br /&gt;Nmap 4.53 ( http://insecure.org )&lt;br /&gt;Usage: nmap [Scan Type(s)] [Options] {target specification}&lt;br /&gt;TARGET SPECIFICATION:&lt;br /&gt;Can pass hostnames, IP addresses, networks, etc.&lt;br /&gt;Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254&lt;br /&gt;-iL &lt;inputfilename&gt;: Input from list of hosts/networks&lt;br /&gt;-iR &lt;num&gt;: Choose random targets&lt;br /&gt;--exclude &lt;host1[,host2][,host3],...&gt;: Exclude hosts/networks&lt;br /&gt;--excludefile &lt;exclude_file&gt;: Exclude list from file&lt;br /&gt;HOST DISCOVERY:&lt;br /&gt;-sL: List Scan - simply list targets to scan&lt;br /&gt;-sP: Ping Scan - go no further than determining if host is online&lt;br /&gt;-PN: Treat all hosts as online -- skip host discovery&lt;br /&gt;-PS/PA/PU [portlist]: TCP SYN/ACK or UDP discovery to given ports&lt;br /&gt;-PE/PP/PM: ICMP echo, timestamp, and netmask request discovery probes&lt;br /&gt;-PO [protocol list]: IP Protocol Ping&lt;br /&gt;-n/-R: Never do DNS resolution/Always resolve [default: sometimes]&lt;br /&gt;--dns-servers &lt;serv1[,serv2],...&gt;: Specify custom DNS servers&lt;br /&gt;--system-dns: Use OS's DNS resolver&lt;br /&gt;SCAN TECHNIQUES:&lt;br /&gt;-sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans&lt;br /&gt;-sU: UDP Scan&lt;br /&gt;-sN/sF/sX: TCP Null, FIN, and Xmas scans&lt;br /&gt;--scanflags &lt;flags&gt;: Customize TCP scan flags&lt;br /&gt;-sI &lt;zombie&gt;: Idle scan&lt;br /&gt;-sO: IP protocol scan&lt;br /&gt;-b &lt;ftp&gt;: FTP bounce scan&lt;br /&gt;--traceroute: Trace hop path to each host&lt;br /&gt;--reason: Display the reason a port is in a particular state&lt;br /&gt;PORT SPECIFICATION AND SCAN ORDER:&lt;br /&gt;-p &lt;port&gt;: Only scan specified ports&lt;br /&gt;  Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080&lt;br /&gt;-F: Fast mode - Scan fewer ports than the default scan&lt;br /&gt;-r: Scan ports consecutively - don't randomize&lt;br /&gt;--top-ports &lt;number&gt;: Scan &lt;number&gt; most common ports&lt;br /&gt;--port-ratio &lt;ratio&gt;: Scan ports more common than &lt;ratio&gt;&lt;br /&gt;SERVICE/VERSION DETECTION:&lt;br /&gt;-sV: Probe open ports to determine service/version info&lt;br /&gt;--version-intensity &lt;level&gt;: Set from 0 (light) to 9 (try all probes)&lt;br /&gt;--version-light: Limit to most likely probes (intensity 2)&lt;br /&gt;--version-all: Try every single probe (intensity 9)&lt;br /&gt;--version-trace: Show detailed version scan activity (for debugging)&lt;br /&gt;SCRIPT SCAN:&lt;br /&gt;-sC: equivalent to --script=safe,intrusive&lt;br /&gt;--script=&lt;lua&gt;: &lt;lua&gt; is a comma separated list of&lt;br /&gt;         directories, script-files or script-categories&lt;br /&gt;--script-args=&lt;n1=v1,[n2=v2,...]&gt;: provide arguments to scripts&lt;br /&gt;--script-trace: Show all data sent and received&lt;br /&gt;--script-updatedb: Update the script database.&lt;br /&gt;OS DETECTION:&lt;br /&gt;-O: Enable OS detection&lt;br /&gt;--osscan-limit: Limit OS detection to promising targets&lt;br /&gt;--osscan-guess: Guess OS more aggressively&lt;br /&gt;TIMING AND PERFORMANCE:&lt;br /&gt;Options which take &lt;time&gt; are in milliseconds, unless you append 's'&lt;br /&gt;(seconds), 'm' (minutes), or 'h' (hours) to the value (e.g. 30m).&lt;br /&gt;-T[0-5]: Set timing template (higher is faster)&lt;br /&gt;--min-hostgroup/max-hostgroup &lt;size&gt;: Parallel host scan group sizes&lt;br /&gt;--min-parallelism/max-parallelism &lt;time&gt;: Probe parallelization&lt;br /&gt;--min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout &lt;time&gt;: Specifies&lt;br /&gt;    probe round trip time.&lt;br /&gt;--max-retries &lt;tries&gt;: Caps number of port scan probe retransmissions.&lt;br /&gt;--host-timeout &lt;time&gt;: Give up on target after this long&lt;br /&gt;--scan-delay/--max-scan-delay &lt;time&gt;: Adjust delay between probes&lt;br /&gt;FIREWALL/IDS EVASION AND SPOOFING:&lt;br /&gt;-f; --mtu &lt;val&gt;: fragment packets (optionally w/given MTU)&lt;br /&gt;-D &lt;decoy1,decoy2[,me],...&gt;: Cloak a scan with decoys&lt;br /&gt;-S &lt;ip_address&gt;: Spoof source address&lt;br /&gt;-e &lt;iface&gt;: Use specified interface&lt;br /&gt;-g/--source-port &lt;portnum&gt;: Use given port number&lt;br /&gt;--data-length &lt;num&gt;: Append random data to sent packets&lt;br /&gt;--ip-options &lt;options&gt;: Send packets with specified ip options&lt;br /&gt;--ttl &lt;val&gt;: Set IP time-to-live field&lt;br /&gt;--spoof-mac &lt;mac&gt;: Spoof your MAC address&lt;br /&gt;--badsum: Send packets with a bogus TCP/UDP checksum&lt;br /&gt;OUTPUT:&lt;br /&gt;-oN/-oX/-oS/-oG &lt;file&gt;: Output scan in normal, XML, s|&lt;ript and="" grepable="" to="" the="" given="" oa=""&gt;&lt;basename&gt;: Output in the three major formats at once&lt;br /&gt;-v: Increase verbosity level (use twice for more effect)&lt;br /&gt;-d[level]: Set or increase debugging level (Up to 9 is meaningful)&lt;br /&gt;--open: Only show open (or possibly open) ports&lt;br /&gt;--packet-trace: Show all packets sent and received&lt;br /&gt;--iflist: Print host interfaces and routes (for debugging)&lt;br /&gt;--log-errors: Log errors/warnings to the normal-format output file&lt;br /&gt;--append-output: Append to rather than clobber specified output files&lt;br /&gt;--resume &lt;filename&gt;: Resume an aborted scan&lt;br /&gt;--stylesheet &lt;path url=""&gt;: XSL stylesheet to transform XML output to HTML&lt;br /&gt;--webxml: Reference stylesheet from Insecure.Org for more portable XML&lt;br /&gt;--no-stylesheet: Prevent associating of XSL stylesheet w/XML output&lt;br /&gt;MISC:&lt;br /&gt;-6: Enable IPv6 scanning&lt;br /&gt;-A: Enables OS detection and Version detection, Script scanning and Traceroute&lt;br /&gt;--datadir &lt;dirname&gt;: Specify custom Nmap data file location&lt;br /&gt;--send-eth/--send-ip: Send using raw ethernet frames or IP packets&lt;br /&gt;--privileged: Assume that the user is fully privileged&lt;br /&gt;--unprivileged: Assume the user lacks raw socket privileges&lt;br /&gt;-V: Print version number&lt;br /&gt;-h: Print this help summary page.&lt;br /&gt;EXAMPLES:&lt;br /&gt;nmap -v -A scanme.nmap.org&lt;br /&gt;nmap -v -sP 192.168.0.0/16 10.0.0.0/8&lt;br /&gt;nmap -v -iR 10000 -PN -p 80&lt;br /&gt;SEE THE MAN PAGE FOR MANY MORE OPTIONS, DESCRIPTIONS, AND EXAMPLES&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;xxxXXXxxx&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;A simple scan on a home network:&lt;br /&gt;&lt;br /&gt;mugwumps killed the paperback star@bug:~$ sudo nmap -p1-400 -O 192.168.2.2&lt;br /&gt;&lt;br /&gt;Starting Nmap 4.53 ( http://insecure.org ) at 2008-10-29 06:45 GMT&lt;br /&gt;All 400 scanned ports on 192.168.2.2 are filtered&lt;br /&gt;Too many fingerprints match this host to give specific OS details&lt;br /&gt;&lt;br /&gt;OS detection performed. Please report any incorrect results at http://insecure.org/nmap/submit/ .&lt;br /&gt;Nmap done: 1 IP address (1 host up) scanned in 13.436 seconds&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;You can see from the options I used that I selected to only scan ports 1-400 and asked Nmap to guess the operating system.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Have fun and always play safe.&lt;br /&gt;&lt;br /&gt;-=bug@interzone=-&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/dirname&gt;&lt;/path&gt;&lt;/filename&gt;&lt;/basename&gt;&lt;/ript&gt;&lt;/file&gt;&lt;/mac&gt;&lt;/val&gt;&lt;/options&gt;&lt;/num&gt;&lt;/portnum&gt;&lt;/iface&gt;&lt;/ip_address&gt;&lt;/decoy1,decoy2[,me],...&gt;&lt;/val&gt;&lt;/time&gt;&lt;/time&gt;&lt;/tries&gt;&lt;/time&gt;&lt;/time&gt;&lt;/size&gt;&lt;/time&gt;&lt;/n1=v1,[n2=v2,...]&gt;&lt;/lua&gt;&lt;/lua&gt;&lt;/level&gt;&lt;/ratio&gt;&lt;/ratio&gt;&lt;/number&gt;&lt;/number&gt;&lt;/port&gt;&lt;/ftp&gt;&lt;/zombie&gt;&lt;/flags&gt;&lt;/serv1[,serv2],...&gt;&lt;/exclude_file&gt;&lt;/host1[,host2][,host3],...&gt;&lt;/num&gt;&lt;/inputfilename&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-1188899745145109295?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/1188899745145109295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/install-and-use-nmap-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1188899745145109295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/1188899745145109295'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/install-and-use-nmap-on-ubuntu.html' title='Install and use Nmap on Ubuntu'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-332489601791319712</id><published>2008-10-28T22:38:00.000-07:00</published><updated>2008-10-28T23:34:36.501-07:00</updated><title type='text'>Ubuntu desktop tweaks and Gdesklets</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_EVwN0jA565w/SQgD76uXsxI/AAAAAAAAAB0/cPv9yYsoD5E/s1600-h/ubuntu+desktop.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_EVwN0jA565w/SQgD76uXsxI/AAAAAAAAAB0/cPv9yYsoD5E/s320/ubuntu+desktop.jpg" alt="" id="BLOGGER_PHOTO_ID_5262460492493337362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Here is my minimal desktop&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;How I did it:&lt;br /&gt;&lt;br /&gt;Choose an awesome desktop picture that works with the theme:&lt;br /&gt;&lt;br /&gt;Right click the desktop and choose to change desktop background.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;xxxXXXxxx&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Theme&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;First I downloaded the &lt;a href="http://www.gnome-look.org/content/show.php?content=32768"&gt;Darker&lt;/a&gt; theme and installed it via the theme manager.&lt;br /&gt;&lt;br /&gt;System-&gt;Preferences-&gt;Theme&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;xxxXXXxxx&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Widgets &amp;amp; Toolbars&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Then installed Gdesklets which runs the clock and bottom taskbar,&lt;br /&gt;&lt;br /&gt;$ sudo apt-get install gdeklets&lt;br /&gt;&lt;br /&gt;The clock I used came with Gdesklets but the toolbar I got from a &lt;a href="http://gdesklets.zencomputer.ca/"&gt;Gdesklets &lt;/a&gt;archive I had found and is called &lt;a href="http://gdesklets.zencomputer.ca/candybar-0.1.tar.gz"&gt;Candybar&lt;/a&gt; &lt;- Download and save this.  Run Gdesklets from Applications-&gt;Accessories-&gt;Gdesklets&lt;br /&gt;&lt;br /&gt;Via the file menu you can install the candybar.tar.gz&lt;br /&gt;&lt;br /&gt;Add any desklets you like.&lt;br /&gt;&lt;br /&gt;It's a good idea to add some startup launchers to candybar for your favourite applications also add a terminal to the launcher panel.&lt;br /&gt;&lt;br /&gt;:Left click on the apple on the left of Candybar to toggle between launchers and open apps.&lt;br /&gt;:Right click the apple to see the options for Candybar.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;xxxXXXxxx&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Panels&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The bottom panel of the Ubuntu desktop can be deleted via the right click options but the top bar is a little different.&lt;br /&gt;&lt;br /&gt;First delete and launcher icons from the top panel.&lt;br /&gt;&lt;br /&gt;It's handy before removing the top panel to add a terminal to the startup list. So that a terminal will launch after you have logged in.&lt;br /&gt;&lt;br /&gt;System-&gt;Preferences-&gt;sessions-&gt; Startup tab&lt;br /&gt;&lt;br /&gt;Add new process:&lt;br /&gt;&lt;br /&gt;Name: Startup terminal&lt;br /&gt;Command: gnome-terminal&lt;br /&gt;Comment: Terminal on startup&lt;br /&gt;&lt;br /&gt;While you are here "System-&gt;Preferences-&gt;sessions-&gt; Startup tab" Add Gdesklets to the startup.&lt;br /&gt;&lt;br /&gt;Add new process:&lt;br /&gt;&lt;br /&gt;Name: Gdesklets&lt;br /&gt;Command: gdesklets&lt;br /&gt;Comment: Gdesklets&lt;br /&gt;&lt;br /&gt;Then disable the gnome panel by going to:&lt;br /&gt;&lt;br /&gt;System-&gt;Preferences-&gt;Sessions--&gt;Current Session and remove gnome panel from the list of running applications. Apply, then go to the session options tab and click on the Remember button..&lt;br /&gt;&lt;br /&gt;So you are in at the deep end now :)&lt;br /&gt;Restart your session by logging out:&lt;br /&gt;&lt;br /&gt;If you have a terminal open type:&lt;br /&gt;$ gnome-session-save --kill&lt;br /&gt;&lt;br /&gt;if not hold ctrl-alt-F2, login and execute:&lt;br /&gt;&lt;br /&gt;$ reboot&lt;br /&gt;&lt;br /&gt;If you are new to Ubuntu chances are you are going to be lost without the top bar so here is how to start it back up again:&lt;br /&gt;&lt;br /&gt;$ rm -R ~/.gnome2&lt;br /&gt;&lt;br /&gt;Then logout and login&lt;br /&gt;&lt;br /&gt;$ gnome-session-save --kill&lt;br /&gt;&lt;br /&gt;It will take a while to get used to so have a play around and build somthing you are comfortable using.&lt;br /&gt;&lt;br /&gt;Thanks for reading&lt;br /&gt;&lt;br /&gt;-=Bug@Interzone=-&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-332489601791319712?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/332489601791319712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/ubuntu-desktop-tweaks-and-gdesklets.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/332489601791319712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/332489601791319712'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/ubuntu-desktop-tweaks-and-gdesklets.html' title='Ubuntu desktop tweaks and Gdesklets'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_EVwN0jA565w/SQgD76uXsxI/AAAAAAAAAB0/cPv9yYsoD5E/s72-c/ubuntu+desktop.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-430079640191843386.post-2830646448176304417</id><published>2008-10-28T22:02:00.000-07:00</published><updated>2008-10-28T22:28:59.065-07:00</updated><title type='text'>Installing Metasploit 3.1 On Ubuntu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_EVwN0jA565w/SQfz-ISm0II/AAAAAAAAABU/T884QPzZTNo/s1600-h/meta.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 152px;" src="http://4.bp.blogspot.com/_EVwN0jA565w/SQfz-ISm0II/AAAAAAAAABU/T884QPzZTNo/s320/meta.jpg" alt="" id="BLOGGER_PHOTO_ID_5262442938308677762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Installing Metasploit 3.1 on Ubuntu&lt;/h3&gt;What's &lt;a href="http://en.wikipedia.org/wiki/Metasploit_Project"&gt;Metaspoit @ Wikipedia&lt;/a&gt;&lt;br /&gt;&lt;p&gt;Open a terminal and install these packages prior to installing Metasploit:&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install ruby libruby rdoc&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libyaml-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libzlib-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libopenssl-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libdl-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libreadline-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install libiconv-ruby&lt;/p&gt;  &lt;p class="command"&gt;$ sudo apt-get install rubygems&lt;/p&gt;&lt;p class="command"&gt;Once these eight packages are installed download the latest version of &lt;a href="http://www.metasploit.com/"&gt;Metasploit.&lt;/a&gt; &lt;/p&gt;&lt;p class="command"&gt;Save the tar.gz file and then in the terminal navigate to the folder you saved it in. &lt;/p&gt;&lt;p class="command"&gt;Now untar the package:&lt;/p&gt;&lt;p class="command"&gt;$ tar -xvzf framework-3.1.tar.gz&lt;/p&gt;&lt;p class="command"&gt;Once it has finished extracting navigate into the framework-3.1 folder that was just created.&lt;/p&gt;&lt;p class="command"&gt;First we should update Metasploit, to do this you need the Subversion package:&lt;/p&gt;&lt;p class="command"&gt;$ sudo apt-get install subversion&lt;/p&gt;&lt;p class="command"&gt;Once that is installed update Metasploit:&lt;/p&gt;&lt;p class="command"&gt;$ svn update&lt;/p&gt;&lt;p class="command"&gt;Now to run the Metasploit console navigate into the framework-3.1folder.. You should already be here and execute:&lt;/p&gt;&lt;p class="command"&gt;$ ./msfconsole&lt;/p&gt;&lt;p class="command"&gt;Thanks for reading&lt;/p&gt;&lt;p class="command"&gt;-=Bug@Interzone=-&lt;br /&gt;&lt;/p&gt;&lt;p class="command"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="command"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/430079640191843386-2830646448176304417?l=ubugtu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubugtu.blogspot.com/feeds/2830646448176304417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubugtu.blogspot.com/2008/10/installing-metasploit-31-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/2830646448176304417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/430079640191843386/posts/default/2830646448176304417'/><link rel='alternate' type='text/html' href='http://ubugtu.blogspot.com/2008/10/installing-metasploit-31-on-ubuntu.html' title='Installing Metasploit 3.1 On Ubuntu'/><author><name>-=Interzone=-</name><uri>http://www.blogger.com/profile/08280327062773249857</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_EVwN0jA565w/SQfp7C-oYKI/AAAAAAAAAAM/eoKJSYFr3_0/S220/mug.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_EVwN0jA565w/SQfz-ISm0II/AAAAAAAAABU/T884QPzZTNo/s72-c/meta.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
