Difference between revisions of "User talk:AshleySueMas"

From FreekiWiki
Jump to navigation Jump to search
(Created page with "#!/bin/bash monitor_choice=$(zenity --list --radiolist --column ' ' --column 'Monitor Setting' True "Main Monitor Left" \ False "Main Monitor Right" \ False "Second Monitor O...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#!/bin/bash
+
Printme in Mac OS:
 +
Firefox must be installed.
  
monitor_choice=$(zenity --list --radiolist --column ' ' --column 'Monitor Setting' True "Main Monitor Left" \
 
False "Main Monitor Right" \
 
False "Second Monitor Off")
 
  
echo $monitor_choice
+
Open terminal, type in the following and hit enter:
if [[ $monitor_choice =~ "Left" ]]; then
+
[code]system_profiler -xml > Output.plist[/code]
  xrandr --output DVI-0 --auto --left-of LVDS-0 --rotate normal
+
 
  xrandr --output DVI-0 --auto --left-of LVDS-0 --rotate normal
+
While connected to the Free Geek network (NOT wireless), open Firefox and type in “http://data/spec_sheets/new” into the browser.  This will prompt you for a new spec sheet. Enter your Volunteer ID, Job (build), Type (Apple/Apple Laptop), Keeper Label type (No Sticker), and Covered (Yes/No). LEAVE SYSTEM ID BLANK
elif [[ $monitor_choice =~ "Right" ]]; then
+
 
  xrandr --output DVI-0 --auto --right-of LVDS-0 --rotate normal
+
Fill out the notes per usual (OS installed, etc etc).
  xrandr --output DVI-0 --auto --right-of LVDS-0 --rotate normal
+
 
elif [[ $monitor_choice =~ "Off" ]]; then
+
Click the Browse button for the File, and Search for the “Output.plist” file under This Mac.
  xrandr --output DVI-0 --off
+
Once the file is uploaded, select Create and you will see a regular printme.
  xrandr --output DVI-0 --off
 
fi
 

Latest revision as of 14:24, 14 January 2014

Printme in Mac OS: Firefox must be installed.


Open terminal, type in the following and hit enter: [code]system_profiler -xml > Output.plist[/code]

While connected to the Free Geek network (NOT wireless), open Firefox and type in “http://data/spec_sheets/new” into the browser. This will prompt you for a new spec sheet. Enter your Volunteer ID, Job (build), Type (Apple/Apple Laptop), Keeper Label type (No Sticker), and Covered (Yes/No). LEAVE SYSTEM ID BLANK

Fill out the notes per usual (OS installed, etc etc).

Click the Browse button for the File, and Search for the “Output.plist” file under This Mac. Once the file is uploaded, select Create and you will see a regular printme.