12
[SOLVED] Strange crontab-script interaction (bash)view story

http://ubuntuforums.org – I'm running Ubuntu 12.04 and bash. I've written a pair of shell scripts that allow me to set an alarm which, after ringing, unsets itself. The first, alarmset, allows me to enter a time and modifies the alarm line in the crontab. (Hardware)

12
Check In, Flame Out: How To Save Foursquareview story

http://techcrunch.com – This hasn’t been a great year for Foursquare. “Check-ins are no longer what they used to be,” as Ingrid Lunden observed last month. (IT news)

13
[ubuntu] Browser remote control -- TV-like flipping online video channelsview story

http://ubuntuforums.org – Donating my script-let. We use this for watching evening news online and youtube videos while sitting on the living room couch (or in bed). (Hardware)

12
[ubuntu] 12.04 LTS - Setting up PAM, Kerberos, WinBind, LDAP, Samba, etcview story

http://ubuntuforums.org – I've been at this for days, using dozens of guides. Unfortunately I'm at my wits end. I just can't figure out the right combination of points to get all my ducks in a row and use my Domain structure on this Ubuntu box. Back story Building a Print Server using CUPS (based on a design my company made back in 2009 with Ubuntu 8.10, CUPS 1.3.9). (Hardware)

8
HOME/bin not a valid identifierview story

http://askubuntu.com – Thanks for reading. I am a grad student who has fallen into maintaining a server on a linux-Ubuntu machine - we work in Ontopia and Wandora, two programs that like to mess with Java environments. (HowTos)

8
UNIX bash patchview story

http://unix.stackexchange.com – Could anyone help me with this code diff -u /home/mint/projekt/exp/.le/f1.txt /home/mint/projekt/proj/f1.txt > /home/mint/projekt/exp/patch.patch patch /home/mint/projekt/exp/f1.txt /home/mint/projekt/exp/patch.patch I want to patch f1.txt with output from diff -u command can anyone help me because this doesn't work and an error : HUNK #1 FAILED at 1. still appears (HowTos)

8
Starting X at login in Systemd. No display manager.view story

https://bbs.archlinux.org – I'm confused about the instructions in the Wiki on this topic.  I can't decide whether I'm doing something right or wrong so I thought I'd see what others think.I'm on my 3rd install of the new systemd Arch.My goal is to start X automatically without using a display/login manager.First, my .xinitrc:#!/bin/sh # # ~/.xinitrc # # Executed by startx (run your window manag (HowTos)

8
[SOLVED] Conky and Rss Feedview story

http://ubuntuforums.org – Hi all. I hope I'm posting this in the right place. I am in the process of writing my new conky script, and I am wanting to put a "word of the day" script in. So I decided I could just use conky's built in rss function for this so Code: ${color}${rss http://www.wordthink.com/feed 720 item_titles 1} And this works great for the title, however when i use it for the descrtipton (ie (Hardware)

8
Optional argument to replace variable in bash scriptview story

http://stackoverflow.com – How can I pass an optional argument to a bash script that will replace an existing variable in the script? For example: #!/bin/bash #hostfinder.sh #Find hosts in current /24 network subnet=$(hostname -i | cut -d. (HowTos)

8
How do I re-order file content to implement simple encryptionview story

http://stackoverflow.com – If I have some files that have a recognizable signature e.g. (HowTos)