Subscribe

Topic: bash

New with Topic: bash


TheDrake
TheDrake bookmarked a link
All commands | commandlinefu.com
commandlinefu.com is the place to record those command-line gems that you return to again and again.Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI...
 
Amit Agarwal
Amit Agarwal posted a blog entry
Pipe stdout and stderr, etc., to separate commands
$ some_command > >(/bin/cmd_for_stdout) 2> >(/bin/cmd_for_stderr) You can use [n]> combined with...
 
Peteris Krumins
Peteris Krumins posted a blog entry
I pushed 30 of my projects to GitHub
Hey everyone, I just pushed 30 of my projects to GitHub. I realized that all the projects were scattered across my blog and...
3 days ago catonmat | Topics: Misc, adns, api, awk
 
Craig
Craig posted a blog entry
Jennifer Aniston Hosts A Holiday Bash
Jennifer Aniston, 40, is in a very festive mood. The actress hosted a 100-plus people holiday party at her Beverly Hills home...
 
Amit Agarwal
Amit Agarwal posted a blog entry
Color output from ls – based on file type
Threre are certain default variables which control the color of the output from the ls command, so we will talk about them...
 
Amit Agarwal
Amit Agarwal posted a blog entry
View the newest xkcd comic.
This function displays the latest comic from xkcd.com. One of the best things about xkcd is the title text when you hover over...
 
<em>scottmmorris</em>
scottmmorris posted a blog entry
zypper + bash script = simple repo management
I had a smooth, easy experience with a fresh install of openSUSE 11.2 on my desktop this weekend. Man, that was nice.With the...
 
Mongi
Mongi posted a blog entry
Change your command prompt in Ubuntu
Do you like to have a command prompt that gets green, when your command has been successfully executed and red if there was an...
4 days ago mgazelle.com | Topics: Tips, bash, command, ubuntu
 
<em>don.zeridon</em>
don.zeridon posted a blog entry
The Perfect SOHO router – Part 2
Това е първата част от серия от статии в които ще обясня как да...
4 days ago In Fire We Trust | Topics: articles, bash, debian, router
 
<em>don.zeridon</em>
don.zeridon posted a blog entry
The Perfect SOHO router – Part 2
Това е първата част от серия от статии в които ще обясня как да...
4 days ago In Fire We Trust | Topics: articles, bash, debian, router
 
<em>don.zeridon</em>
don.zeridon posted a blog entry
A dead simple webserver in bash
Тук ще представя една относително елементарна идея за мизерен web...
5 days ago In Fire We Trust | Topics: articles, bash, debian, simple
 
Fashion Indie
Fashion Indie posted a blog entry
LOL: Waffles Girls Review ‘New Moon’ Fashion
The Waffles Girls (including myself as the newest addition to the family) took down ‘New Moon’ fashion this week...
5 days ago Fashion Indie | Topics: BASH, BOTH, Kristen..., LOL
 
Andrea Olivato
Andrea Olivato posted a blog entry
Chmod ricorsivo selettivo: file o directory
Capita di dover sistemare i permessi di un albero di directory, i piu' faciloni vi diranno di lanciare un bel:chmod -R 777...
5 days ago Linux Feed | Topics: Linux, bash, chmod, directory
 
Amit Agarwal
Amit Agarwal posted a blog entry
Filename completion in Linux with mixed case and ignored case.
This is one of my favourites, alwahs keep it handy. Linux is case sensitive by nature but you will always find filenames...
 
Amit Agarwal
Amit Agarwal posted a blog entry
Insert a comment on command line for reminder
Bookmark this categoryInsert a comment on command line for reminder$ ls -alh #mycommentComments can be used directly on...
 
Amit Agarwal
Amit Agarwal posted a blog entry
Pimp your ls
Here are some of the things that you can do with your ls command.First off you can use alias’s to help you type the...
 
Amit Agarwal
Amit Agarwal posted a blog entry
more powerful grep – ack
For last couple of days, I have been using ack instead of grep. Here is description of ack:Ack is designed as a replacement...
 
Amit Agarwal
Amit Agarwal posted a blog entry
wordpress blog stats monitoring from remote using curl and bash and send it in mail.
Here’s something that I had been planning to do for sometime now. I have my blog on wordpress and have Statpress plugin...
 
sinx
sinx posted a blog entry
Ubuntu screen profiles in SUSE Linux
What is this all about?I like the look of screen application in Ubuntu, this feature is provided by screen-profiles package,...
8 days ago blog.0x1fff.com | Topics: linux, en, bash, ubuntu
 
elleryq
elleryq shared an item
Awk - Print first occurrence of a set
Input file 'order-pref.txt' contains two sql UPDATE commands for each item.$ cat order-pref.txtcomputer networking bookUPDATE orders SET quantity = '5' WHERE id = '9';UPDATE orders SET quantity = '5' WHERE id = '8';puzzle and skill gamesUPDATE...
 
Scott M
Scott M posted a blog entry
Bash Shell, X, & Firefox Shortcuts
As I was writing a script, I noticed that I pressed Shift-PageUp without even thinking about it. Then I realized that there...
8 days ago systemnotesorg | Topics: Xwindows, firefox, linux, bash
 
kiwiboo
kiwiboo posted a blog entry
Vente privée et soldes ba&sh
[ 3 décembre 2009 8:00 au 7 décembre 2009 0:00. ] Subtil mélange de lignes simples et féminines, de matières douces et...
 
Frederico Gonçalves Guimarães
Command line tricks for smart geeks | TuxRadar Linux
Página com uma série de dicas e truques geniais para o console.
 
Amit Agarwal
Amit Agarwal posted a blog entry
Bash completion error — quote_readline.
There is a problem with bash completion with quote_readline that causes the completion to fail. The problem is fixed in the...
 
Amit Agarwal
Amit Agarwal posted a blog entry
Convert decimal numbers to binary
Image by Getty Images via DaylifeThere is a calculator called bc that works in the command line. So if you need a quick...
 
Frederico Gonçalves Guimarães
Bash Shell Scripting - 10 Seconds Guide | All about Linux
Guia de referência rápida sobre a shell Bash, com dicas de sintaxe, variáveis e comandos.
 
chris.azur
chris.azur posted a blog entry
Quantité ou qualité
depuis plusieurs jours, je lis sur les blogs qu’on se plaint de la qualité des marques accessibles et des prix des...
 
hotice
hotice shared an item
Automatically Download All The Wallpapers From National Geographic (Almost 500 Wallpapers) [Linux]
I like changing my wallpaper automatically with a script (but alternatively, you can use Desktop Drapes or a similar app) every few minutes, but for that you need a lot of wallpapers.You can already download hundreds of wallpapers with just one command...
 
Nacho Marin
Nacho Marin shared an item
Ubuntu: Automatically Disable TouchPad While Typing
syndaemon is a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. If you are using Ubuntu / Debian, syndaemon should already be installed and all you have to do is type this in a terminal to start it as a...
 
hotice
hotice posted a blog entry
Automatically Download All The Wallpapers From National Geographic (Almost 500 Wallpapers) [Linux]
digg_url = 'http://www.webupd8.org/2009/11/automatically-download-all-wallpapers.html';I like changing my wallpaper...
10 days ago Web Upd8 | Topics: linux, bash, wallpapers, ubuntu
 
Amit Agarwal
Amit Agarwal posted a blog entry
bash script to periodically change the cursor theme.
#!/bin/bash[[ "$1" == "" ]] && time=5 || time=$1[[ "$2" == "" ]] && (cd...
 
<em>scottmmorris</em>
scottmmorris posted a blog entry
Linux Security with Fail2Ban
Linux is built to be inherently secure, and has a great track record of having superior security to its proprietary...
 
Majeste
 
Amit Agarwal
Amit Agarwal posted a blog entry
email with templates (with variables) from the command line with sendmail or any other MTA.
I was trying to get templates to work on evolution and found that although templates are there in evolution mail client, its...
 
hotice
hotice posted a blog entry
Ubuntu: Automatically Disable TouchPad While Typing
syndaemon is a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. If you are...
12 days ago Web Upd8 | Topics: syndaemon, touchpad, laptop, linux
 
ganuullu
ganuullu posted a blog entry
How to Play DVD in Ubuntu 9.10 Karmic Koala
Today I got the little problem where I was not able to run the DVD to my this laptop.I searched and found the tips to run it...
 
hotice
hotice posted a blog entry
Gnome Theme Which Changes Automatically, Depending On The Time Of Day
Based on the Ubuntu Sun concept and New Wave, Narfss has created a Gnome theme for which the titlebar (Metacity only) changes...
12 days ago Web Upd8 | Topics: linux, bash, themes, ubuntu
 
sinx
sinx posted a blog entry
Howto send email from bash on DLink DNS-323
This can be done only on hacked dns-323 ffp/fun_plug.Many people have problem sending emails from shell scripts using...
13 days ago blog.0x1fff.com | Topics: linux, en, bash
 
Amit Agarwal
Amit Agarwal posted a blog entry
Biggest free shell account list
Biggest shell account list is here.Related posts:Linux Installation GuideFree Gift on Valentine’s Day.Web Thumbnails,...