Time Saving Linux Desktop Tips?
dan_polt asks: "I currently use a Linux desktop system, at work. One of the great things about the Linux desktop is that there are lots of ways to save a lot of time from useful widgets and configuration to minimize the pain of repetitive tasks. Most of my work involves web/e-Mail/SSH access, and I have a very high spec'd machine with dual-head 1600x1200 screens. What software or configuration tips might Slashdot have for me to: make better use of my time; make the most of my screen real estate; and make my use of the desktop more effective?"
1. Give me your machine.
2. You have more free time.
3. ???
4. Profit!
Don't be posting to Slashdot and reading the trolls you will receive in response instead of working on that high-spec'd dual headed monster you got.
;)
That'll save you a ton more time than any of the advice given here
Personally, I have tried to use as much as I can via Putty (SSH+screen) and keep everything I do in one window. It cuts down on how much I have taking up my real estate and it seems to make me more productive.
Even with a 23" LCD it's nice to have everything in one place.
Try watching Star Wars and working at the same time! Wait a sec, maybe that wouldn't work...
make better use of my time
Quit f-ing around on Slashdot and get back to work!
First thing you do to increase productivity is turn off all the blinkenlight widgetry. Even if the frenetic distractions every second don't give you seizures, they'll certainly slow your mental processes down.
;)
Then, open a web browser in one window and a terminal in the other and get to work you slacker!
I watched C-beams glitter in the dark near the Tannhauser gate.
I use Linux mostly at work as well, I do work in a Windows-centric environment so I use VMWare to run Windows. Otherwise I would rather just use the virtual consoles, with ssh, elinks (for browsing), and rarely X. I do find X to be useful for things that I must use it for, but for the most productivity, nothing beats a console.
Get Slashdot to space the posts 10 hours apart. That'll increase geek-productivity worldwide in no time.
I realize this is offtopic, but I do believe it needs to be said.
There were 10 hours and 26 minutes between front page posts. And people wonder why we're bleeding users to other sites? It's the BS editors. The BS dupes. The BS factual errors. Seriously, wtf are we paying Slashdot for? If you're buying a subscription, what are you getting? What are the advertisements on the page doing for us? Where does this money go?
I've always left ads on Slashdot because I 'support' the culture, but this is the final straw. Until this shit is fixed, I'm non-existant. This is my last post.
Fuck slashdot. (This is not a troll. This is a serious rant of someone who wanted to spend Sunday afternoon catching up on tech news.)
hrrm.
#!/bin/sh /usr/local/bin/games
rm -f
Engineering is the art of compromise.
GNU Screen is a featured packed window manager that multiplexes a physical terminal between several processes. You can detach from remote screen sessions and the program will continue to run. You can then re-attach later; an essential feature if you use ssh alot.
Just enter in Konqueror
fish://user@yourdomain.com
(yes that is fish) and you will be asked for your ssh password.
Your remote files appear in Konqueror & you can then copy/paste etc to your local filesystem.
QS is a great app for OS X. One of it's many functions is as a launcher.
Say I want to start inkscape. I press apple-space,i,n,k. by that point, qs has figured out that i want inkscape and has displayed it's icon, then i press enter and inkscape launches.
or say i want Jack Johnson's phone number. I press apple-space,j,c,k,j,n,s,n. his contact icon pops up, i press the left arrow and his phone number is highlighted, then i press enter and the number fills the screen on a transparent window.
it saves me a whack of time, and i'd love to see a free program with this functionality
http://quicksilver.blacktree.com/
could it be?
What window manager/desktop environment are you using? In general, I would say make use of what you already have. Assuming you use FireFox, make liberal use of the tabs function; I prefer about five per window on my 1280x1024 single screen system, so you could probably do more without the tabs becoming too small. Also, when SSHing or doing general terminal work, use a terminal with tabs. The Gnome terminal will do this, but multi-aterm is less of a resource hog. (For some reason I can't seem to copy and paste into multi-aterm, something I can do in the Gnome term. If there's a way around this I would be interested; the copy and pasting is helpful.) I know this is not much, but I usually find that making more efficient use of your environment is more something to sit and think about a bit. It's better to try to work with what you have than to go and install a bunch of applications that may or may not help.
Saying "I'll probably get modded down for this" in a post is the best way to get it modded up.
Hardcore nudity on the left monitor, Slashdot front page auto-refreshing on the right. What more could a geek at work ask for?
Oh wait.. for work you say? Well, how liberal is your boss?
She's built like a steak house, but she handles like a bistro....
Just install superkaramba, works like konfabulator with widgets and stuff. http://www.superkaramba.com/
http://hocwp.free.fr/xbindkeys/xbindkeys.html
Some good ones from my .xbindkeysrc:
"xmms --stop" Mod4 + Up
"xmms --play-pause" Mod4 + Down
"xmms --fwd" Mod4 + Right
"xmms --rew" Mod4 + Left
"emacs" Mod4 + e
"firefox" Mod4 + m
"oocalc ~/aspreadsheet.sxc" Mod4 + c
Setting up an efficient workspace depends a lot on what exactly you do most of the time and how you prefer to work.
Keeping in mind that these tips might not be at all applicable to you, here are a few things I've found that help me to be more efficient.
When doing software development, I like to keep code open in one window and documentation open in another. This is much more useful if your working with an unfamiliar language or API.
When I'm doing web design or coding in PHP I like to keep code open in one window and a web browser open in the other for testing.
Avoid keeping email or IM clients open at all times one one monitor. Even if you are in regular communication with co-workers having these things open all the time is a great distraction.
Choose a good Desktop Environment. While I like KDE for regular non-work stuff, I find that I'm often a lot more productive using WindowMaker, not really sure why this is though to be honest.
Famous Last Words: "hmm...wikipedia says it's edible"
1) Don't be afraid to use newer versions of software, but don't try upgrading when you have deadlines pending. Switching from things like XTerm to more modern terminals (Gnome terminal, KDE's term app, whatever) will benefit you in the long run, but there's always quirks that will pop up, especially if the change requires installation or upgrading libraries. Be willing to try new software, but don't be too anxious.
2) Just like your desk, find out what needs to be where by trying new things. I find that email needs to be full-screen on a second monitor, and 'everything else' belongs on my l arger primary. I keep a few SSH terms open in virtual desktops so that I can have an open console when the poop hits the fan, but they're out of the way the rest of the time.
3) Use rsync or tar to backup your home directory frequently, because when you need to restore, you'll be glad you did. Most programming conventions in Linux make this much easier than in (say) Windows, as you don't have to worry about app config stored in weird places (registry), but you still need to be anal about backups.
4) Turn off the silly services to save CPU and Memory. 'chkconfig' in many modern distros (primarily redhat-based) will show you what's going to start at boot - turn off telnet, ftp (if you can use sftp), and the nfs daemons if you won't be serving NFS. Defaults suck, spend a few minutes tweaking these things and it'll help you much in the future.
5) Learn your favorite window manager well. If it's Gnome, or KDE, or whatever, learn it. Those of us who have been using Windows for a decade know the ins-and-outs of the Explorer interface, and it really saves us time - learning their equivalents in Linux will also save you time.
Mooniacs for iOS and Android
Group your running applications by tasks (i.e. browsing, email, development, etc.), and assign each of these tasks a virtual desktop (by remembering on which virtual desktop you grouped these applications). Then switching between different task domains becomes extremely fast, because you just have to click on the correct desktop in the virtual desktop app, and you have all apps you need to complete the task at hand instantly.
This is ways faster than switching between single applications or having them all on one single desktop, and having to dig your way through tons of windows to find the rigt program.
Oh, and use the session manager to save the session before you log-out, so the next time you log-in, you have all the apps you need already running, and on the same virtual desktops as before.
Windows is like decaf - it tastes like the real thing, but it won't get you through the day.
The question you should ask is why the hell your company is giving you a "very high spec'd machine with dual-head 1600x1200 screens." if your work only "involves web/e-Mail/SSH access".
Really; is your company's IT department stupid? Is your company run by dot-com-bubble-wanna-be's who want to repeat the past? When your tasks are so system-resource-undemanding, why did they pay for that machine for you? You could do your work on a 486! Literally!
-- Waht? Tehr's a preveiw buottn?
I am faily new to linux, but maybe these will help...
I do everything on my Ubuntu laptop so and hibernate instead of logout... so I get lots of "personal" clutter in my "business" windows. Most flavors of Linux have 4 desktop spaces I believe. I use the desktops to sort these things. I usually have two for business stuff, the third for personal stuff, and the 4th as a "scratch" area. Aside from switching back and forth between business desktops both with IDE, shell, etc, it seems to save a lot of time.
I am not sure if it is a GNOME feature or what, but being able to easily customize panels is really handy. One of the premade panel tools you can add is the "sticky notes" which seem to save me a lot of time. Normally, I make lots of "to do" type lists and keep them in unsaved buffers in my IDE. If I let my battery die or restart without thinking, they are gone. The sticky notes thing just seems to help a lot.
I use IM for work. On windows, Trillian seemed to be very space and time efficiant. GAIM doesn't seem to be a good replacement. So... no help there.
Also, I waste lots of time getting my wireless running after switching locations (which I do a lot it seems). If that were more streamlined, I believe I would save a lot of time.
Just a thought.
alias su="xterm -fg white -bg darkred -e su" so when you su, you get a new xterm in colors to remind you that that xterm is root.
Use fluxbox. The tabs mean that you can stack up things like xterms.
If you run gnome panel, you can put drawers on it. The drawers can contain swallowed apps, such as xterms running top, tail syslog, watch processes, etc. So you can pop open a monitor drawer and xterms running text monitors emerge.
Check into 3ddesk. It's an applet that maps your desktops onto a 3d cylinder that can be rotated with the mousewheel for desktop switching. Much more useful than it sounds. The visual preview and positional awareness that it gives make it possible to use many more desktops than you ordinarily could without them becoming useless clutter like they can with traditional pagers.
I don't know why you're concerned about maximizing real estate with a dual-head display. I get by just fine with a 19 inch display.
That said, there are some technologies emerging that will allow you to use x11 functionality to use a laptop or additional workstation as a second (or third) screen controlled by the same desktop. Check into x2vnc.
Intolerance for ambiguity is the mark of the authoritarian personality.
Learn ruby/perl/python/something and automate *everything* the each time you find yourself repeating a task that could be easily parametrized. Most of this is an attitude thing. If repetitive tasks don't annoy you, then you're not going to be able to eliminate them from your life. It will never seem worth the effort.
Also, get a decent window manager like ion and learn its shortcuts. Developing more than a passing knowledge of Ion and Vim has doubled my productivity when debugging code. Ion makes one monitor feel like two, so I can imagine that on two it would be pretty damn good.
If you're like I used to be, you waste half to two-thirds of a second hundreds of times every day on minimizing and restoring windows. Less than a second each time sounds like nothing, but it can easily add up to half an hour or so every single shift.
Got icons on the desktop? Replace them with panel launchers. Use drawers if you have to; it's still faster to get to a launcher in a drawer than an icon on the desktop, and you aren't left with all your other windows minimized afterward. Keep the launchers you use with any frequency directly on the panel. I like to run one panel along the left side of the screen dedicated mostly to launchers (I do also keep a memory/swap/cpu meter there), and then keep the task list in another panel on the bottom edge of the screen, where I also keep a clock applet; many people would keep a new-mail-notification applet there.
Many window managers will also let you configure global keyboard shortcuts for launching certain applications and other common activities, such as maximizing or lowering the current window. I happen to use sawfish, but I'm sure many other window managers also provide this functionality.
Second thing, take your phone off the hook. Okay, maybe not. It *would* save a lot of time, though.
Cut that out, or I will ship you to Norilsk in a box.
The main trick is to keep your thoughts focused by getting into a few habits. I also use a dual head system but with 8 different workspaces setup in the workspace switcher (so a total of 16 virtual screens). In order to get the most out of this system, I actually use the switcher's facility for naming the workspaces and change them from the usual 1,2,3..8 to something meaningful. When I work on a new project, I rename the workspaces if necessary and then, for instance, always open the libraryXYZ project in my IDE in the correctly named space.
If you use Gnome Terminal, learn to use the Profiles facility and color code or at least name different terminal windows/tabs. You can even associate custom commands to run, rather than the shell (for instance, one of my profiles launches something like "ssh -C -L3128:localhost:3128 -L10025:localhost:25 -L... remotebox" to tunnel important activity through SSH so all I need is double click an icon). Pretty much every terminal app has facilities for doing this. Create Profiles for repetitive tasks and use shortcuts on your desktop to activate them.
You might also consider reserving blocks of time in which to shutdown gaim, your email client and phone.
HTH
Nothing profound here, but...
I have a Gnome desktop, dual-display, but with a laptop, so I keep all my controls on one desktop. I have a window list on the bottom, with just the windows, desktop switcher, show-desktop button. On top, I have the application menus and such, shortcuts to terminals that I often use (quick-launch ssh sessions and such), and the nifty toys (volume meter, screenshot, et cetera). On the left side, I have this little panel on auto-hide, so that if I can mouse over it I can see all my shiny CPU/network/etc usage meters, and a few obscure but useful shortcuts.
The World Wide Web is dying. Soon, we shall have only the Internet.
Try Yakuake. Its a Quake like console for KDE. The best thing it can be hidden/shown with one key ( F12 default) so it doesn't steal your screen estate and can be enabled instantly when you need it.
Never learn by your mistakes, if you do you may never dare to try again
Install Microsoft Windows.
Raise your children as if you were teaching them to raise your grandchildren, because you are.
Making better use of your desktop real estate means getting rid of a lot of junk. If you haven't already, I'd try saying goodbye to KDE/Gnome and getting the lightest possible window manager for the job: That's Fluxbox, ICEwm, Fvwm, or the desktop environment Xfce. (I'm low on sadism, so I won't recommend TWM. Anybody that 1337 wouldn't be posting this question.) This doesn't sound like much, but trust me, when you do away with that extra time waiting for KDE to load, you'll be faster and only have (in Fluxbox's case) a tiny slit in your way. No icons cluttering things up (yeah, we need a home directory icon on the desktop when it's in our menu, too! Sheesh!). Every Linux program on your system can be started from any window manager's menu, it's just a matter of editing the menu to launch the program. Too bothered to edit text menus? Then from the console, try "kicker" for KDE's panel, "gnome-panel" for Gnome's, and "xfce4-panel" for Xfce's, depending on what you have installed. I've tried them all and they work even from TWM!
As for time-saving: the key here is "automate". Anything you type in a terminal more than once is grounds for automation. Simply take the same commands you type and save them on a line each in a plain text file with the line "#!/bin/bash" at the top and the line "end" at the bottom. Save that file somewhere in your executable path (type "echo $PATH" if you don't know), and type "chmod +x [name of your program]". You can now execute it just like any other system program.
The next level of automation is programs that require interaction. Two work-arounds exist for this: "Here" documents are little scriptlets you can slip into Bash scripts to do simple keyboard commands for interacting with command-line programs that insist on recieving input. The more sophisticated approach is Tcl/Tk's "expect", which can be used to script damn-near anything (take a command-line web browser like lynx and feed it an expect script with the right instructions, and you can auto-post B1FF comments to Slashdot, even! (Provided you had a nick signed in.), sorry, guys, the secret's out!) I can't think of anything having to do with ssh and email accounts that couldn't be handled with all of the above.
This might be overkill, but anybody who's read "Beginning Linux Programming" by Neil Matthew and Richard Stones, courtesy of www.wrox.com, wouldn't have to post this question. I promise you could skip the GTK and Qt parts and brush up on Bash, at least, which is easier than BASIC on the Apple ][.
Doubtless, part of the indiference/hostility in here is because this is also the kind of question spammers ask, and you wouldn't find any people on Slashdot who deal with too much spam, now would you? I don't mind answering because, if you're a *good* wizard, you deserve to know this stuff as well as I do, and if you're a *bad* wizard, I haven't given you a damn thing you couldn't have gotten from a few hours of Googling.
Get proficient with screen (lets you use one xterm as if it were more than one ... let's you keep consoles open even when you kill the xterm and you can reconnect to them later)
CHOOSE between emacs and vi. Don't spend more than five minutes making this decision. Become proficient in the editor of your choice. Don't talk to anyone about your choice once you've made it.
It might embarrass the editors.
my password really is 'stinkypants'
With log watchers. Transparent aterm's running "watch tail -n 10 /var/log/apache/server_log" and the like. Evven when partially covered by your terminals and web browsers and such, you'll notice when something new or unexpected pops up. Some heavily scripted tcpdump could also be useful if you keep an eye on security, too.
On my laptop, depending on whether the relevant watcher is better suited to vertical presentation (top, netstat) or horizontal (most log files), I can arrange 4 or so that don't get completely covered with my windows all over the place. Two big screens would at least double that.
Stop fooling yourself thinking that spending hours tweaking everything will save time. Just admit that you like tweaking :P
... weak.
I'll echo the "Use WindowMaker" mantra. The only reason I'm running Gnome now is for the little graphical workspace switcher. I'm still upset that the window thumbnails don't dynamically update their contents anymore like Enlightenment or even older versions of Gnome.
I usually configure my window managers to use Meta + various mouse keys to move/resize windows. Gnome's Metacity does not allow you to move the window title above the top of the screen - very annoying when you want to put, say, a web browser's various rows of buttons off-screen so you can fit more precious content onto your screen (more so than you could get with using the full screen view, which isn't available for all apps). Window Maker does the right thing, and allows you to move the window off the top of the screen (but only if you use the Meta-click technique, so the titlebar only disappears if you prove that you know how to move the window back without it).
I also configure focus-follows-mouse, and disable raise-on-click. This allows me to organize my workspace and have more control, say, copying and pasting stuff between windows without the "behind" window popping to the foreground unless I tell it to (by Meta-clicking on it or clicking on the titlebar/frame).
Configure a larger virtual desktop in the Xorg.conf if you really want more scrollable space. I imagine this would be more complicated with your dual-monitor setup, though... maybe you just want to add a few pixels to the top of each screen. I trust that you've read and configured the extra Xorg directives that came with your Nvidia / ATi drivers to optimize your Xorg.conf already.
Also useful to configure some means of "pushing" windows back, usually by middle-clicking on the titlebar/frame or Meta-down.
I've heavily configured gkrellm - it works great as an app launcher that works under any window manager, in addition to doing all of its normal monitoring. It can really give you a good feeling for what your computer is doing, when it's finished downloading or compiling or transferring to USB drives, how well your RAID throughput is behaving, etc From the default, I usually tweak it to use a better theme (the default wastes a few columns of pixels on the sides!), show system CPU time and network TX / disk writes as inverted, and of course set it to sticky so it's always in its corner when I switch virtual desktops.
Learn to use gnu screen. It's indispensible for managing multiple consoles. I usually start mine as "screen -e ^Zz", since I use Ctrl-a quite more often than Ctrl-z... what a silly default.
Give the Galeon web browser a serious try. It has much better tab management than Mozilla, even with Mozilla's tabextensions plugin. Plus, it remembers the last tab state after crashes by default... why isn't that a standard Mozilla feature yet??!
Check out Hotkeys for making use of those extra multimedia button keys on your keyboard for launching apps.
Does anyone know of a mechanism for launching apps using keystrokes like Win-e for explorer.exe under MS windows? Best I could do outside of mapping "extra" keys with hotkey is to map the Super key to gnome's "Run command" dialog and then type in the app
Well, have fun.
He already has the operating system set up... you should really read the post before replying.
If you crank up your history list to a few thousand entries and set it to forget dupes, you can recall any command you've issued in the last couple of months with just a couple of keystrokes.
If you can do it without crashing, that is!
I gave it up because of stability issues, but using window translucency, tinting, and shading (via Xorg's Composite and Render extensions) REALLY helped improve my productivity.
Seriously.
It allowed me to keep an eye on multiple window levels at once, yet everything but my current window being tinted darker ensured that my focus stayed where I needed it. That and the shadowed windows also helped me identify things much faster.
If it's just used for eye candy, it can be distracting, but used properly I found it helped me a great deal.
If you want to maximize use of screen real estate there is nothing better than the ion window manager, especially if you have multiple monitors. It's the only manager I know of that lets you have a separate set of virtual desktops for each monitor that can be switched independently of one another. You will lose a lot of time, however, reconfiguring all the keyboard commands to not suck.
The GeekNights podcast is going strong. Listen!
Easy
execute the following as root:
echo "127.0.0.1 slashdot.org www.slashdot.org" >>
After this one command, you will start making better use of your time.
I can't stress enough how elegantly simple and yet useful screen can be:
-Lost connectivity to the server? SSH back in and "reconnect" to your previous session.
-Kicked something off on your laptop and want to leave? Disconnect the running ssh session and reconnect tomorrow (or later at home) to pickup where you left off.
-Crap, what was that filename I wanted to use again? Start another screen session instead of another SSH session and flip back when you find out what you needed. You can even mark/cut/paste between sessions.
Kick screen off in your profile and never look back...
--- I've completed diagnosis of your problem and can classify it as a YOYO...You're On Your Own
Almost every nerd I know (myself included) wastes more time trying to set up the machine 'just so' to make every task super conveinent and easy than they actually save. I suggest getting the machine in a minimally working configuration and only trying to save time when a task becomes really burdensome and repetitive. Even then I would think twice and ask how much time it really takes and how much time it would take to make it faster.
Of course that wouldn't be anywhere near as much fun. That's what you should do if you are really interested in saving time. If you just want to have the enjoyment of knowing your machine is optimally set up to do whatever it is you do then follow the other suggestions you find here.
If you liked this thought maybe you would find my blog nice too:
I was, once upon a time, a young developer in the same position. I had a fast computer, dual flat screens, and free reign to do as I pleased. Here is what I found to be most helpful (assuming you are using KDE/Gnome, but should be appropriate to most desktop environments):
* Create key bindings. If you don't go to the mouse as often, not only will you be more productive, but you will also prevent RSI's. I could open a terminal window, browser, maximize both, and move either to another virtual desktop with just two fingers on the left hand.
* speaking of virtual desktops, Use virtual desktops. I like having everything maximized, but I quickly run out of space that way. Normally, I have the terminals on one desktop, the code on another, my reference documents/browser windows on the third, and then the forth for everything else --normally a running version of the project I'm fixing. Figure out what apps you use most, and designate a v.desk to each which makes it easier for the mind to find that information it was looking for.
* Love the terminal window. By making use of aliases, scripts and various other 'hacks,' most tasks can be boiled down to a handful of keystrokes. It is worth the time to learn either shell scripting and/or perl so that more complicated tasks can still be done rapidly with a reduced chance of error.
* Thing about the ergonomics. You are obviously a professional computer jockey, otherwise you wouldn't have dual monitors being driven by linux. Until your computer responds to 'computer,' you're going to need your wrists, so take five minutes to consider how you could improve the layout to minimize the chances of an RSI or other strains and pains -- this includes neck strains which is a very common pain resulting from dual monitors. Although this is not a time saving tip per se, it will add years to your useful geek life.
Well, that is all of the advice I can think of right now. The most important thing you need to consider is ways to eliminate repetition. Anytime I type anything more than 3 times, or click an icon that is more than 2 levels deep, I will consider, if only for a second, alternative means to envoking that task.
Good luck and good hunting.
Yes, and it does seem to be down. Try enlightenment.org.au, enlightenment.sf.net, or http://get-e.org/ (thanks to the helpful people in ##enlightenment at freenode)
About: root-tail is a program that allows printing of text directly to the X11 root window wherever you choose, much like running rxvt with a pixmap background but without the hassle and with more features.
Some code I use with it (there's TONS of options):
Dollar Highway Financial News
Go Here, I think that enlightment.org is down,but definitely check it out. It's my fav. Linux. Go to EliveCd to get a nice live version that you can install to the hard drive if u like it enough. Then check out this review for some good tips. Enjoy:)
Use Xsu to get a graphical su login automatically when you need it (configuration varies). Instead of opening a new terminal and typing "su [enter] password [enter] vi /etc/mpd.conf [enter]," you'll just be typing "password [enter]" whenever you need to access something as root.
Use a graphical file explorer like Rox to navigate and sort through directories quickly. Don't rely on ls for everything; it is far faster and more flexible to organize files graphically. Dragging a box and one click-drag can replace dozens of keystrokes across multiple commands.
If you always startup X after you login, then have X startup automatically. No reason to type "startx" every time.
Use Conky for system monitoring.
Let normal users halt or reboot the system if appropriate. In many, many cases it's silly to maintain the *nix default behavior of only letting root shutdown/reboot the system. If you're running a server with dozens of remote users then yes, this would be unwise. If it's your personal workstation though, it's completely reasonable.
Use "slocate" instead of "find." Pardon me if this is obvious, but I still see too many *nix diehards waiting for "find" to finish when there's a perfectly up to date slocate DB ready for searching. "find" is nearly obsolete.
Have your drives automounted with Submount. It's pretty sad that something like this is not standard in the 2.6 kernel. Typing a command every time you want to read a CD looks pathetic to the average Windows user used to autorun or clicking "My Computer."
That's all I have for now. Basically, I liberally automate outdated procedures (which many *nix users still tolerate). This makes day-to-day operations much smoother overall, and doesn't disrupt tasks by having to constantly bring up new terminal windows.
For starters, run an ssh-agent on your machine, and then use public key authentication when you authenticate to ssh sessions. That's one of my favorite time savers, prevents needing to enter a password with each log in.
M anual/custom-guide/s1-openssh-client-config.html
Here's a decent resource on how to set up pub key authentication:
http://www.redhat.com/docs/manuals/linux/RHL-8.0-
I run vnc with icewm, so I Can keep xchat, rtin, gaim, ssh terminals that never close. Very nice.
Then you can play with KDE or Gnome, and never have to worry about losing your active sessions.
IceWM also can snap window edges, support gnome and kde. So its my favorite for vnc.
Added benefit, you can vnc from another computer on the net and have your desktop, like using your laptop on wifi from the living room.
And you even run multiple VNC servers on the same machine, have one with kde, or gnome, etc, but you loose accelerated gfx.
I recommend running Xdmx and xmove. Possibly NX as well.
Xdmx will allow you to have very, very flexible control over how your dual monitor setup works. It not only supports your local two monitors, but will allow you to strap network pc's/monitors on to your existing setup with little fuss. I ran a six induvidual laptops as my primary display at work for some time with xdmx, and it worked very well. The only downside was my desktop was not quite beefy enough to handle a display size of 3072x1536. It also handles bezel sizes, if you prefer the "looking through a window" perspective versus xinerama's standard continuous desktop. It will support just about any monitor layout you want.
xmove gives you screen-like functionality for your desktop. Get up from your workstation, jump on a laptop with wifi, and xmove will pull the display output across the network - just like screen. Send the applications back to your desktop, and shut your laptop down. Bazing!
NX suppliments this with fantastic compression and will allow you to do stupid things, like do xmove/remote x work at home. Or resume a particularly stunning game of bejewled.
Un
"why is kde so unloved here in the USA?"
I'm guessing it's the very american "Not invented here" syndrome.
Good technologies don't have a chance in the USA if it isn't to be actively developed there. KDE is from the germans. OCaml from the french. Pascal never got a chance against USA own C, even having the same capabilities but much nicer language features, like being a real block structured language with real lexical scoping.
Python was to die a slow death against Perl hadn't Guido Van Rossum moved over to the country. Perhaps the japanese guy behing Ruby should move over to so it can be considered the intelectual property of an american? perhaps then ruby would get a boost...
Examples abound...
I don't feel like it...
Take one of your screens and rotate it 90 degrees. Then dedicate it to a full-screen web-browser. Most websites benefit from extended vertical size. I have a 1600x1024 SGI LCD that I use just that way and it is great - I rarely ever have to scroll web pages anymore because most are less than 1600 pixels tall.
http://ask.slashdot.org/~Hackeron/journal/101301
One of the biggest productivity saps for a sysadmin is dealing with the massive volume of email that we get. In even a moderate-sized business, it's easy to get 1,000 mails per day, with a couple 100 actually from a person, not an automated script.
Now, what I'm about to say is predicated on the assumption that your external mail server already runs SPAM filters, and that virtaully everything that you actually get is "real" mail. If this is not the case, FIX THIS FIRST. Get your company to pony up for some serious anti-spam software. It saves EVERYONE a ton of time, and at the same time, cuts down on your (the company's) exposure to the nasties that inhabit email.
First, pick an email client which has filters. My preference is for Evolution or Thunderbird, but there are many out there. Pick one. As a previous poster noted, GIVE IT ITS OWN DESKTOP - that is, in your window manager which has virtual desktops, dedicate one solely for the email client. Now, configure it with lots of filters to sort your mail. Personally, I have a reasonable hierarchy with 3 folders at the top level: NOW, LATER, and WHENEVER. Underneath these, there should be folders for every type of email you get: ones from your boss, ones from the company HR, ones from the monitoring scripts running on your servers (you do have these, right? RIGHT?). Take a good long time figuring out how to get these down cold - you want a good balance of sufficient sorting without going overboard. I find that having about 30-50 folders total is optimal for me. If you can, also have the email client tag your mail with "importance" color coding (most clients have this, and it's really useful).
Now to reading: obviously, your should read the NOW, well, NOW. However, you don't want to be completely interrupt-driven. I would turn off any biff-style mail notification, or at best, turn down its check time to no less than 10 minutes between check. Instead, train yourself to periodically check the NOW folder. Read and deal with the NOW stuff during your normal workflow.
The LATER folder should probably be read every couple of hours, or if you truly haven't anything else to do. Resist the temptation to open it and look. Finally, the WHENEVER shouldn't be read until the end of the day (or maybe while your eating lunch at your desk ;-)
Email is one of the great things about networks; however, it can be an enormous timesink if not properly handled. -Erik
There are always four sides to every story: your side, their side, the truth, and what really happened.
(whomever caused this behavior to be default; a pox on you)
p.s. Some bonehead in Usenet advises frobbing your terminal type to vt100 to get the same result. Do not do this. If you don't know why then especially don't do this!
Lurking at the bottom of the gravity well, getting old
1) install KDE 3.4 (it's faster, it's better all-round).
/usr/lib/mozillaNNNNN and /usr/lib/kde3 to
/etc/default/rcS and replace
/etc/default/hal and make sure DROP_DAEMON_PRIVS is
/etc/hal/device.d and do this: /usr/bin/fstab-sync 50-fstab-sync.hal
/etc/profile and add this:
2) run prelink -v --conserve-memory -q -a
but first add
prelink.conf (and any other software such as openoffice)
3) on debian, edit
FSCKFIX="n" with FSCKFIX="y"
4) on debian, install hal, dbus-1 and udev, and then edit
commented out (this will make it possible for you to
mount auto-detected USB drives etc.)
5) cd to
ln -s
5) edit
export KDE_IS_PRELINKED="1"
these simple things will make your system faster, more robust in the face of complete technically incompetent blithering idiots who would otherwise blindly press ctrl-d when faced with a prompt saying "your filesystem is corrupted. give root password for maintenance or press ctrl-d", and also provide automatic access to USB devices that is otherwise bloody inconvenient.
Simple is good. Bling Bling is bad. I personally choose enlightenment.
You just literally made me choke on my breakfast. Bad!
Well, choke laughing, so it's not all bad.
The problem I have with these tactics is that obfuscation strategies don't work against a sufficiently clever and determined opponent. And I'm very clever and determined when it comes to avoiding work.
No, the important thing to do is to sap your determination for wasting time. The reason people waste time is that they have so many commitments they can't keep them straight, although they're rattling around somewhere in their head.
The mind is like a thick, opaque stew -- you can only be aware of what happens to boil to the surface at the moment. We toss all the commitments we make to ourselves and others into the pot, and pretty soon its beyond us to know all the things that are in there. It's very common to harbor a unnamed suspicion that that something nasty like a severed human finger could surface at any second. This creates a tremendous resistance to even looking at the stew, much less stirring it up to find something important you've lost.
The secret to productivity is to change your mind from stew to consommé. To do this, you have to find some place other than your mind to put all your commitments. Then you have to look at all those things on a regular basis, because they'll sneak into your head if you don't. That's what people miss when they "get organized".
Simple program to clear your mind of frightening junk:
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
GNOME is the default in Redhat.
C got the rep for being fast and cool, because it was all about Unix, which was fast and cool. Every Unix machine (well, most) had a C compiler.
Pascal has a hand-holding feel, like you're in a little box constantly fighting the language. No pointers or similar mechanism. Abstracted strings.
Why do race cars use a manual transmission? That's why programmers use C(++): more control.
But your basic idea that Americans have a "not invented here" bias against some software is just wrong. If there is documentation in English, we don't care where it originated.
Raise your children as if you were teaching them to raise your grandchildren, because you are.
This is one of my pet hates with linux:- Why oh why didn't they put an "etc" directory in the home directory for applications files? Is there a good reason? Anyone know?
Try kuake (http://www.nemohackers.org/kuake.php) if you use KDE (there are similar apps out there for other desktops). It's a terminal emulator which lowers on a keyboard shortcut like the console in Quake. It saves me a lot of time which I used to spend opening and closing xterms. I keep a screen session in it normally.
# cat
Damn, my RAM is full of llamas.