
glorious. dont get many days like that here.
i mentioned this in an irc chan, with a friend elsewhere in the world reveling in the appearance of clouds in hope of rain.
the contrast amused me.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteUnable to connect server irc.freenode.net port 6667 [Name or service not known]
* {
background-color: rgba(50, 33, 22, 0.8) !important; color: #EECCAA !important;
}
there are other darkening addons. Quote~~~~~~~~imagine wibbly dream/flashback sequence fade here ~~~~~~~~
the year was 2005, and i was a dry-minded science-ist... just barely venturing forth to the freakier realms beyond the familiar fringes of science that i so loved (like quantum mechanics n stuff). increasingly, i'd noticed observations from others, they claimed as insights from knowledge of astrology. i thought this was bunk. i was sure of it. i set out to disprove it by actually knowing what i was talking about. so i started to study astrology, always with the intent of using the knowledge to pull the rug from under those whom had been duped by it. ... well, long-story-short, a month or so in, it dawned on me that there was indeed "something to it". ... and since then, i've looked into, to varying degrees, over a dozen astrological systems, and have also explored to a small extent what the flippin heck is going on! what could cause this stuff!? ~ some of it is seasonal, some of it really does seem to be "in the stars"... or at least... in the torsion, gravitational, magnetic, orgonic, whateveric, quantum feilds from the large masses as they move n spin. torsion is a particularly strong candidate.
Quote
_i lub gnu, and freedom too_
oh linux, i lub gnu,
and i lub freedom too.
debian hurd, bsd,
distrowatch and rms.
why do some people say,
that there is just one way,
to use your computer, for free.
we all have the liberty.
you are renameable.
you are so knowable.
devs have given us the source.
that is for freedom of course. (or: that's what freedom's for of course~ phonetically flows better, but intellectually fitting?) (freedom's what that's for of course?)
there is no way to be free (why do these two lines seem so hard to get the sylables right?)
with proprietary. (why do these two lines seem so hard to get the sylables right?)
foss is many, lots of choice.
with freedom you have a voice.
alright, alright, alright
i lub gnu, and freedom too.
oh linux, i lub gnu
and i lub freedom too
parabola, trisquel
x windows, bash, haskell
Why do some people say
That there is just one way
t'use your computer, for free.
we all have the liberty.
alright, alright, alright
i lub gnu, and freedom too.
oh linux, i lub gnu
(I lub GNU|Linux)
and i lub freedom too
sabayon, puppy, nixos
musix, and pclinuxos
why do some people say
(i lub GNU|Linux)
That there is just one way
to use computers for free.
we all have the liberty.
you are renameable.
you are so knowable.
devs have given us the source.
that is for freedom of course.(or that's what freedom's for of course~ phonetic-flow better, but intelectuall?)
with proprietary. (why do these two lines seem so hard to get the sylables right?)
there is no way to be free (why do these two lines seem so hard to get the sylables right?)
foss is many, lots of choice.
with freedom you have a voice.
alright, alright, alright
(i lub GNU|Linux)
oh linux, i lub gnu
alright, alright, alright
(i lub GNU|Linux)
oh linux, i lub gnu
and freedom too, and freedom too, and freedom too
(i lub GNU|Linux)
and freedom too, and freedom too, and freedom too
(i lub GNU|Linux)
and freedom too, and freedom too, and freedom too
(i lub GNU|Linux)
and freedom too, and freedom too, oh yeah.
Quotedragora, slackware, salix
many distros for your fix
Quotegentoo, exherbo, funtoo
there are many more for you
free -s 2
(see "man free")Quote from: VastOne on January 08, 2014, 05:38:30 PM
Regarding a console menu, y'all that want it ... build it and I will implement it...
#! /bin/bash
clappsmenu() {
#top menu of clapps, first question
echo "what do you want to run?
1) aptitude #tui package manager
2) archey #nicely shows what you're running
3) screenfetch #also nicely shows the same
4) inxi -wx #your timezone's weather
5) inxi -F #everything you ever wanted to know about your computer
6) ncdu #where the big stuff is clogging up your storage
7) htop #what's running, n what's it doing, n how much it chewing
8) other
enter number preference of preference:"
read CLAPPSCHOOSE
case $CLAPPSCHOOSE in
1)
echo "Choice was $CLAPPSCHOOSE"
aptitude
;;
2)
echo "Choice was $CLAPPSCHOOSE, now making it so."
archey
;;
3)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
screenfetch
;;
4)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
inxi -wx
;;
5)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
inxi -F
;;
6)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
ncdu
;;
7)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
htop
;;
8)
echo "Choice was $CLAPPSCHOOSE so that is what you get"
echo "idkwtf goes here... something, surely."
sleep 1
echo "come help write more, here:"
sleep 1
echo "http://vsido.org/index.php?topic=667.0"
;;
*)
echo "Valid Choices are 1,2,3,4,5,6,7,8"
exit 1
;;
esac
}
clappsmenu
#!/bin/bash
#this is digit's first poke at zenity, dont expect much beyond hello world, ok.
zenity --question --title="zenjit rudimentary" --text="alo cosmos?" --ok-label="gosh, yes!"
zenity --question --text="there we go then" --ok-label="...k"
so you see... it's simple, just like script writing.
#! /bin/bash
#please read and configure this script for your own use
#set your local screenshot directory location
#e.g. LOCSCROT=~/images/screenshots
LOCSCROT=~/images/screenshots
#set your uploads directory location, where you have your public scrots dir mounted in your local filesystem
#e.g. UP=/media/myserver/scrots
UP="/media/ovhtoo/home/digit/stuff/scrots"
#set your sharable public url of where you uploaded.
#e.g. DOWN=http://gnudistporn.tv/scrots #which, btw, is an awesome url for a foss scrots site.
DOWN="http://ks392457.kimsufi.com/stuff/scrots"
#well its bound to be a .png, right? best leave this alone.
#e.g SUFFIX=".png"
SUFFIX=".png"
#cos, u dont wanna over-write, right? n u wanna look back n know when, right?
#e.g.TIMESTAMP=$(date +%Y%m%d%H%M)
TIMESTAMP=$(date +%Y%m%d%H%M)
#image name (before the date)
#e.g. PIC="screenshot"
PIC="xrt"
##optional additional after the date
##not yet implemented ~ but feel free to manually meddle
#EXTRA=""
#so now you have the parts, you can rearange the names of your full image, and thumbnail here:
#so now the full image will be called:
#e.g. FULL=$PIC$TIMESTAMP$EXTRA$SUFFIX
FULL=$PIC$TIMESTAMP$EXTRA$SUFFIX
#and a thumbnail of it will be called:
#e.g. THUMB=$PIC$TIMESTAMP$EXTRA-thumb$SUFFIX
THUMB=$PIC$TIMESTAMP$EXTRA-thumb$SUFFIX
echo -n "taking screenshot"
scrot -e 'mv $f tmp.png'
echo " screenshot"
mv tmp.png $LOCSCROT/$FULL
echo "creating thumbnail on server"
convert \
$LOCSCROT/$FULL \
-format "png" \
-resize 400x300 \
-background white \
-gravity center \
-extent 400X300 \
$UP/$THUMB
echo "uploading fullsize image to server"
#cp $LOCSCROT/$PIC $UP/$PIC
#cp /home/digit/images/screenshots/xrt.png $UP/xrt-full.png
#cp /home/digit/images/screenshots/xrt.png $UP/xrt-$(date +%Ym%d%M%S).png
cp $LOCSCROT/$FULL $UP/$FULL
echo "making bbcode available, ready to paste (just middle click)"
#this then provides you with the bb code in your clipboard
echo "[url=$DOWN/$FULL][img]$DOWN/$THUMB[/img][/url]" | xclip
echo "ok to go"
FONTFACE="cp850"
FONTSIZE="8x8"
(my fave console font yet... looks much nicer in cvlc (ascii vlc))(cd /usr/share/consolefonts && find . -type f -name '*.psf.gz'; ) |
sed 's/.\/\(.*\).psf.gz/\1/' |
sort |
column