Brian will be expanding on the presentation last month with Beyond Arch this Monday!
Full details can be found here:
http://plugintolinux.ca/node/419
Hope everybody can make it as this is the last meeting before we break for the summer. Free pizza and pop will be provided care of Bill and Jason.
I hope to be there... (just kidding) I'll be there with bells on. Also I can bring the gear I had in the swap section as well. Considering I have missed all the MUG's
I'm going to be late to the presentation. I have to make a short presentation of my own at the Peterborough City Council meeting Monday night. That meeting starts at 6:30, but I'll be lucky if they get to me in the first hour. I feel bad about this. I was inspired to install Arch by Jason's presentation, which I also had to miss, and I was looking forward to learning some new Arch tricks from Brian's presentation. :( Unless I hear otherwise, I'm going to assume everyone will still be at Applewood Manor until at least 9:00, eating pizza. That's where I'll head unless I'm much later than that. Brian, forgive me in advance for asking you a bunch of questions about stuff you'll probably cover.
What are you presenting on to city council?
I'm giving them an overview of our Harper Creek brook trout study in response to their casino construction plan. I would also like to make a presentation in support of the proposed Charlotte Street bike lane, but I won't if that keeps me there much later. There will be several others addressing that.
If you scheduled your presentation in advance, there should be a list on the City website that tells you where you will appear in the ranking.
I know my place in the order (#8). What I don't know is when presentations will start or how long presenters will be questioned by Counsel members.
Hello,
Will the format of the meeting be Eat, then Presentation or Presentation then Eat or both simultaneously?
Paul
I think we will be bringing the pizza, to the start of the meeting. So perhaps we should eat the pizza, while it is hot and then have the presentation..
Bill
I agree with Bill.
I may bring a Vegetarian pizza.
I will bring metal, bare metal, Mobile device programming, audio tweaking, proprietary video, open source video HYBRID GRAPHICS!!!!!!!! and whatever else we can cram in.
I am all for Pizza and presentation it's all free form anyway for the most part so I can do both I think :)
I SWEAR TO THE HIGH HOLY DIGITAL GODS!!!! That projector overheard us waxing nostalgic over older systems, and decided 640x480 ought to be enough for anybody.
*shakes head* Linux prevails. I appreciate everything folks and will do a Jason-esque writeup with all the things that I showed off today, and for grins. All the Scrot shots hehe scrot, will be in glorious 640x480!!!!
cat .xinitrc
openbox-session
cat .XResources
URxvt.font: xft:Monospace:size=6
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0200/c800
URxvt*foreground: #ffffff
URxvt*scrollBar: false
cat .config/conky/conky.conf
conky.config = {
alignment = 'bottom_right',
double_buffer = true,
background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans Mono:size=6',
gap_x = 15,
gap_y = 25,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_transparent = true,
stippled_borders = 0,
update_interval = 3.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
times_in_seconds = true
}
conky.text = [[
$nodename - $kernel
$hr
${color grey}Uptime:$color ${format_time $uptime "\hh\mm"} ${alignr}${battery_bar 6,240 BAT0} ${format_time $battery_time BAT0 "\hh\mm"} ${battery_percent BAT0}%
${color grey}Frequency (in MHz):$color $freq ${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
#${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
$hr
${color grey}FS: / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}IO $color${diskio} ${color grey}R: $color${diskio_read} ${color grey}W: $color${diskio_write}
${color grey}Down: $color ${upspeed wlp3s0} ${totaldown wlp3s0} ${color grey} Up:$color ${downspeed wlp3s0} ${totalup wlp3s0}
$hr
${color grey}Name PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
$hr
${font Open Sans Light:pixelsize=6}${time %H:%M
%d.%m.%y}${font}
]]
cat .config/openbox/autostart
compton &
feh --bg-fill Pictures/black-arch-linux-wallpaper.png
tint2 &
nm-applet &
conky &
xrdb .Xresources &
^ Will update the above with the full configs soon. - better late than never.
sudo su
Thanks for your presentation, Brian, and these notes! Great way to end the year and sorry the projector had to be a PITA. We used to have regular issues with it not working correctly before but we've never seen it drop to 640x480. One of the members afterward wondered if it was an issue with the particular Nvidia driver used that caused it. But who knows?
Nice presentation of Arch, Brian!
As you said, the difficulties with the projector and how you were able to get around that with your Arch command line, was a good example of how well the command line works, to solve a problem with the operation of the Distro.
I was also impressed with the low amount of resources, your Arch Distro was using.
Bill
Gotta love that "xxx is not in the sudoers file. This incident will be reported." Reminds me of a scene in Dr Zhivago when the doctor returns to Moscow and his big house was taken over by the Communist Party.