Spotlight | Reviews | Current Issue | Academy | Newsletter | Subscribe | Shop |
Departments

Yatego Shopping
Yatego International
Germany's Shoppingmall No.1! 10000 Shops and over 3,4 Mio. Products. Computer, Software and Technic Guidebooks.

user friendly

Admin Magazine

ADMIN Network & Security

Subscribe now and save!

 ADMIN - Explore the new world of system administration! ADMIN is a smart, technical magazine for IT pros on heterogeneous networks. Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:

  • network security
  • system management
  • troubleshooting
  • performance tuning
  • virtualization
  • cloud computing

 on Windows, Linux, Solaris, and popular varieties of Unix.

http://www.admin-magazine.com/

  linuxpromagazine.com » Online » Blogs » Productivity Sauce  

Productivity Sauce
Productivity Sauce

Two Simple .bashrc Tweaks

Apr 24, 2012 8:02pm GMT

The ~/.bashrc configuration file contains dozens of options you can modify to customize the Bash shell to your liking. Here are two super-simple tweaks that can make your work with the shell more pleasant and efficient.

Open the ~/.bashrc file in a text editor, locate the #force_color_prompt=yes line and uncomment it. This will add a dash of color to the Bash shell.

To avoid typing long commands, you can define aliases. For example, to quickly establish an SSH connection to a server on my local network, I added the b3 alias to the .bashrc... more »

Create Instant Presentations with HTML Slideshow

Apr 16, 2012 6:19pm GMT

Slidifier is a neat webapp for creating browser-based presentations, but it's not the only fish in the sea. Take HTML Slideshow, for example. This small tool can come in handy for creating no-frills presentations using HTML and CSS. Creating slides with HTML Slideshow is as easy as it gets. Each slide sits inside the <section> element:

<section>
 ... more »
Pane Bonanza: 4Pane File Manager

Apr 09, 2012 11:10am GMT

There are three things that set 4Pane apart from other file browsers: speed, lack of bloat, and a four pane interface. Indeed, 4Pane is lightning fast, and this quality alone makes it a worthy alternative to whatever file manager you currently use. A complete lack of fancy trimmings means that 4Panes lets you focus on what's important (i.e., managing files), while the four-pane interface gives you a lot of room for juggling files and directories.

more »
Brief Look at CloudFTP

Mar 29, 2012 6:15pm GMT

I backed the CloudFTP project on Kickstarter with the pledge that secured me a CloudFTP unit which duly arrived shortly after the funding had been successfully completed. CloudFTP is a bit of a misnomer, as it hasn't much to do with cloud computing per se. In fact, this miniature Linux-powered device is designed to make any USB mass storage device accessible via a wireless connection.

more »
Easy Sharing with ShareNice

Mar 29, 2012 10:42am GMT

Social sharing buttons are de rigueur accessories these days, and there is a myriad of services that let you add sharing widgets to web pages free of charge.  But using these often allow third-parties to collect information about your visitors. If you don't find that thought all that appealing, consider using shareNice. This open source project offers "an ethical social sharing widget" for use on your website. Embedding the shareNice widget is as easy as pie. First, add the following JavaScript code to the web... more »

Build Instant Websites with Poole

Mar 28, 2012 10:20am GMT

What do instant coffee and Poole have in common? Both can be used to get a result in seconds. Put a teaspoon or two of instant coffee in a cup, add hot water, stir, and enjoy. Generating a website with Pool is almost as fast and easy. But before you put Poole to some practical use, make sure that Python 2.5 or higher and the python-markdown package are installed on your machine. Pull Pool from the project's Mercurial repository:

hg clone http://bitbucket.org/obensonne/poole/ ~/poole

Open the... more »

Read RSS Feeds in the Terminal with Newsbeuter

Mar 27, 2012 6:06pm GMT

When it comes to reading and managing RSS feeds in the terminal, Newsbeuter is hard to beat. It's easy to get to grips with, and it offers a handful of powerful features which let you juggle multiple RSS feeds with consummate ease.

more »