Skip to content

Instantly share code, notes, and snippets.

View Ativerc's full-sized avatar
🎯
Focusing

Ativerc Ativerc

🎯
Focusing
View GitHub Profile
@Ativerc
Ativerc / file.md
Created May 5, 2023 08:49
All about Linux manpages and reading them using man, apropos, etc. https://www.cs.mcgill.ca/~guide/help/man.html copy. Needs reformatting.

MAN PAGES

While they're not all well-advertised, there are actually a variety of means of getting help under Unix. The most important and reliable of these are `man' pages. Man pages correspond to online manuals for programs, file formats, functions, system calls, and so forth. You might have asked a UNIX question on a newsgroup only to get back as a reply RTFMP ( Read The "Fantastic" Man Pages ). If you've never read one before, the best way to start is by typing 'man man' at the command line.

Of course, while man pages are a vast improvement over the online documentation of most other OSes, they suffer from many failings:

some people don't like to read text on the screen
not very helpful unless you already know what to look for
not always accessible even when present
not always present, especially under Linux

Every version of Ubuntu brings with some changes. Some changes that you didn't know about but now you like(net-tools's ifconfig replaced by ip), and some changes you absolutely hate. like. FULL CAPS. ANGRY EMOJI. &%$h(j$j(&(mh)j##! . One prime example of this is the actual physical right click button(yes, the right clicky click thing) on the touchpad does not work by default in Ubuntu 18.04. Like wtf??

Here are all the things I solved after I installed Ubuntu 18.04.

@Ativerc
Ativerc / camphor.scss
Created December 7, 2017 08:34 — forked from bdno86/camphor.scss
camphor
$camphor300:'d09GMgABAAAAAQ5UABIAAAAEn0QAAQ3tAAEZmQAAAAAAAAAAAAAAAAAAAAAAAAAAG4SkahzOKgZgFotgAIosCCIJgnMRCAqLlgCKvTwBNgIkA5lwE4GnDguZdAAEIAW7bwcgDHJb0WS0WUXZkokWaBHx4wKbY7TigANIU/t980QCGzI/IkCsdbqJZwY1ZOgWDngIamw3I43435Dd+zJ1kNmKVp/DvXNAwaNm//////////////////+/NZkMZ5cAl0CpbZ3oiwloFA5GyIWNzOYVLt1bpXPX+pABI2fo5rMZpgVYIzYqgxt92ajECqUKh2G9gaOCVRC23VSRVypHfbvb7wYcwEM25WArF0esm1yKzDixrJRdcBGtcpBZTFbFbIl8LIU4gWOnEdSITqkoGrHWJ8ywn9eVFWWk3lC6m07qp1TXntHaWp6ekYHLrFoyzOXYiQnn2kWX2zqMaFBTca25vHKndPhJV66HRhQzL9lB3OT20KGTXuFHu62wm1qzoV/iTnaiLdc8o/D7B+1O94BrjSE3cia6U1A5XNp0kHmUj8IMBaeiGaiNJV7b1csb0bq8EWYo2h1TuipR+7hmYjxeZsonGLNcmgsKp5EUDCEj9SvRyxX2uMUNfINmfNqglBYNNtjtNmdwWV2ly4uQKheyDyka2RTRoQ3IEfs+0BNcGJ4Z5AnmHNpFbCKW5PsXkAzJ6VVzzVMo0fwIUpQQT67itTNRE946/NxDashl9KuAFUbZ6yW91vObh+WAMZ1mQ1J4wotF6KXHuo65X6wSz406hW/T6XZMf/6W+HGYUxCDfhyjPaoMGcWccmbYM/H35NdHTOd79Jg0ho/BDBvRy2vcg8pHsv07UYiKrDFeqzL0Qk7qCkXLuukl2EKuR3xS6VtsLEaT0BfWoDYoQ1YvEjjT729XNMYoCX3j+2ApedBG/UHLOJ7AAnfPSqdmmePsY+522MpfPaf7kf6fIJMn0/4SE6PmuI3yjyeGjWn+1qj/ukf09DE
@Ativerc
Ativerc / RPi.GPIO_help.md
Last active October 25, 2017 11:45
RPi.GPIO Help

Help on package RPi.GPIO in RPi:

NAME RPi.GPIO - Copyright (c) 2012-2016 Ben Croston

FILE /usr/lib/python2.7/dist-packages/RPi/GPIO/__init__.py

DESCRIPTION Permission is hereby granted, free of charge, to any person obtaining a copy of

sudo wicd-curses
Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1149, in call_update_ui
self.update_ui(True)
File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper
return func(*args, **kargs)
File "/usr/share/wicd/curses/wicd-curses.py", line 1162, in update_ui
self.handle_keys(input_data)
File "/usr/share/wicd/curses/wicd-curses.py", line 1040, in handle_keys
self.diag = WirelessSettingsDialog(pos, self.frame)