TrueAbility Linux Showdown

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements TrueAbility Linux Showdown
# 1  
Old 03-10-2015
TrueAbility Linux Showdown

Want to flex your scripting skills? Also want a chance to win awesome prizes? If so, you should compete in Linux Showdown 8: “The Assembler” that TrueAbility is hosting!

TrueAbility was built with tech professionals in mind and has a vast community of Linux members. Everything from Linux challenges and self-assessments, to blog posts and Linux jobs can be found at TrueAbility.

We are launching an old school challenge to test tech pros' scripting skills and they are calling it their most difficult challenge EVER. It goes live on March 16th, so you have a few days to brush up your Hardware Programming Language: Assembly. The top 50 techs will advance to an even more challenging round 2.

Think you have what it takes to make it on their leaderboard and advance to round 2?


Lots of prizes are going to be given away! They range from Linux Foundation Certified Engineer Exam credits and TrueAbility Abilityscreens to DigitalOcean credits and even a D-Link AC3200 Ultra Wi-Fi Router. It doesn't cost anything to join in on the fun. Prove what you've got while winning awesome prizes. You won't want to miss this!
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Simple sed command not working; could be a Mac/Linux vs. PC/Linux issue

Hello, I am on a Mac and trying to clean up some monthly files with a very simple SED: sed '3,10d;/<ACROSS>/,$d' input.txt > output.txt (from the input, delete lines 3 - 10; then delete from the line containing <ACROSS> to the end of the file) then output to output.txt Even when I try... (2 Replies)
Discussion started by: verbatim
2 Replies
Login or Register to Ask a Question
AWSETBG(1)																AWSETBG(1)

NAME
awsetbg - awesome wrapper tool to set background SYNOPSIS
awsetbg [-fctaFCTA wallpaper] [-uU wallpapersetter] [-m #] [-bB fbsetrootoptions ...] [-rR path] [-l] DESCRIPTION
awsetbg is a wrapper that tries to find a suitable background setting application and then tries to set the wallpaper using that application. You do not have to configure awsetbg, since it just uses the first application it finds. Furthermore, it remembers the last wallpaper set, so you do not have to edit anything to change the wallpaper. OPTIONS
-f file Set fullscreen wallpaper. -c file Set centered wallpaper. -t file Set tiled wallpaper. -a file Set maximized wallpaper, preserving the aspect ratio. If the application chosen does not support this option, fullscreen is used as fall back. -u wallpapersetter Use the specified wallpaper setter tool. -r directory Set a random wallpaper from this directory. -F, -C, -T, -A, -U, -R Same as the lowercase options, but without remembering. -l Set the previous wallpaper. If the random feature was the last used, it will set another random wallpaper from this same directory. -i Display useful information about the best application to set the wallpaper found. -m # Use montage to create a big image (image should fit screen size). Requires montage(1). # is the number of screens (columns in montage). -p Display useful tips. -h Display help message. FILES
$XDG_CACHE_HOME/awesome/lastwallpaper or $HOME/.cache/awesome/lastwallpaper files contains the last wallpaper set to use with the -l option. ENVIRONMENT VARIABLES
wpsetters Wallpaper setters to use. DISPLAY Display you want to set the wallpaper on. SEE ALSO
awesome(1) AUTHORS
Julien Danjou <julien@danjou.info[1]> and others. awsetbg is derived from fbsetbg which was written by Han Boetes <han@fluxbox.org[2]>. WWW
http://awesome.naquadah.org NOTES
1. julien@danjou.info mailto:julien@danjou.info 2. han@fluxbox.org mailto:han@fluxbox.org 07/16/2012 AWSETBG(1)