You are not logged in.
Offline
Nice shots in there gents.
My Linux installs are as in my music; it s on Metal
Offline
@cloverskull, you sick, sick bastard, that is beautiful.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
@cloverskull, you sick, sick bastard, that is beautiful.
Thanks! It was a labor of love over several weeks. I think the number of people currently able to use modern Firefox on a 32 bit powerpc architecture probably number in the single digits. I'm ... proud of that.
It's actually a very usable desktop. I'm currently fully booted and only consuming 84.2MB of RAM. I may do this on a PPC64 desktop that I have...if I do, I will likely document it more closely, which could serve as a gentoo-labs howto, in a way.
Offline
I'm currently fully booted and only consuming 84.2MB of RAM.
Please, install lxtask and post a fullscreen scrot of it!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
Offline
cloverskull wrote:I'm currently fully booted and only consuming 84.2MB of RAM.
Please, install lxtask and post a fullscreen scrot of it!
Interestingly enough conky reports something different than lxtask, and lxtask is one of my most memory-hungry processes currently running, but here ya go
Offline
Obarun 2018-06
s6 supervision suite = super fast boot!
https://skarnet.org/software/s6/
https://github.com/skarnet/s6
Offline
Offline
I have been running ArchLabs for a while, but last week I installed
BunsenLabs on my netbook and took it with me on a week's travel. I'm
really delighted with the setup and just wanted to say thank you.
Here follow a scrot and some post-installation steps that I took.
1. Install some productivity tools
sudo apt install vim git make gcc xterm ack
2. Create ~/.bash_aliases with a few aliases that I have lived with for such a long time that I get confused if they are not there.
alias ls='ls --color=auto -h --group-directories-first'
alias l='ls -l'
alias ll='ls -la'
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias grep="grep --colour=auto"
3. Install menu and re-assign xcape super-key
sudo apt install jgmenu lxmenu-data
4. Add ~/.vimrc
set nocompatible
set encoding=UTF-8
set nowrap
set backspace=indent,eol,start
"""" :help statusline """"""""""""""""""""""""""""""""""""""""""""""""""""""""
set ruler
set laststatus=2
set showcmd
set showmode
"set number " numbering along the left side
"set statusline+=[%{&fo}]
"""" search """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set incsearch " highlight as you type
set ignorecase
set smartcase " overrides ignorecase if upper case in search
set hlsearch
"remove useless splash screen
set shortmess+=I
"""" COLOUR SCHEME """""""""""""""""""""""""""""""""""""""""""""""""""""""""""
filetype plugin on
syntax on
colorscheme desert
if &diff
colorscheme evening
endif
hi Search cterm=NONE ctermfg=red ctermbg=blue
highlight Comment ctermfg=Brown
" show trailing spaces and spaces before a tab
highlight ExtraWhitespace ctermbg=red
match ExtraWhitespace /\s\+$\| \+\ze\t/
"""" TOGGLE WRAP TO WRITE PROSE (with \w) """"""""""""""""""""""""""""""""""""
noremap <silent> <Leader>w :call ToggleWrap()<CR>
function ToggleWrap()
if &wrap
echo "Wrap OFF"
setlocal nowrap autoindent cindent
silent! nunmap <buffer> <Up>
silent! nunmap <buffer> <Down>
silent! nunmap <buffer> <Home>
silent! nunmap <buffer> <End>
silent! iunmap <buffer> <Up>
silent! iunmap <buffer> <Down>
silent! iunmap <buffer> <Home>
silent! iunmap <buffer> <End>
else
echo "Wrap ON"
setlocal wrap linebreak nolist noautoindent nocindent
setlocal display+=lastline
noremap <buffer> <silent> <Up> gk
noremap <buffer> <silent> <Down> gj
noremap <buffer> <silent> <Home> g<Home>
noremap <buffer> <silent> <End> g<End>
inoremap <buffer> <silent> <Up> <C-o>gk
inoremap <buffer> <silent> <Down> <C-o>gj
inoremap <buffer> <silent> <Home> <C-o>g<Home>
inoremap <buffer> <silent> <End> <C-o>g<End>
endif
endfunction
5. Add xterm lines in .Xresources and `xrdb ~/.Xresources`
! xterm ------------------------------------------------------------
xterm*background: #000000
xterm*foreground: #babdb6
xterm*color0: #000000
xterm*color8: #555753
xterm*color1: #ff6565
xterm*color9: #ff8d8d
xterm*color2: #93d44f
xterm*color10: #c8e7a8
xterm*color3: #eab93d
xterm*color11: #ffc123
xterm*color4: #204a87
xterm*color12: #3465a4
xterm*color5: #ce5c00
xterm*color13: #f57900
xterm*color6: #89b6e2
xterm*color14: #46a4ff
xterm*color7: #cccccc
xterm*color15: #ffffff
xterm*VT100.geometry: 80x25
xterm*faceName: Dejavu Sans Mono:style=Regular:size=12
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: false
xterm*rightScrollBar: false
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
Offline
Interestingly enough conky reports something different than lxtask, and lxtask is one of my most memory-hungry processes currently running, but here ya go
https://cdn.scrot.moe/images/2018/06/08/2018-06-07-224020_1920x1080_scrot.th.png
That's normal, you should see what gnome-system-monitor reports next to conky, or even what xfce4-taskmanager displays. They're all over the map, maybe conky is too. htop FTW.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
I have been running ArchLabs for a while, but last week I installed
BunsenLabs on my netbook and took it with me on a week's travel. I'm
really delighted with the setup and just wanted to say thank you.
I had a really, really bad day, that was a nice post to see. And I thank You.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
nice shots gents
+1. Yours too, lowrider.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Obarun 2018-06
![]()
s6 supervision suite = super fast boot!
https://skarnet.org/software/s6/
https://github.com/skarnet/s6
Heeeey @mrneilypops, very nice your Obarun. My screenshot this month too with Obarun
Regards,
Offline
Offline