Menu

Show posts

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 Menu

Messages - riV

#16
Hello VastOne
greetings everyone
install Method 3, Method 1. vsido Welcome a pleasure. 
vsido@vsido:~$ stat / |grep Birth
 Birth: 2023-08-09 00:11:17.000000000 -0500
vsido@vsido:~$ inxi -S
System:    Host: vsido Kernel: 6.4.0-2-amd64 x86_64 (64 bit) Desktop: Fluxbox 1.3.8 Distro: VSIDO V-Ger V-Ger
vsido@vsido:~$ /usr/bin/inxi -pl -xx -S -xxx -W 20510 -aI
System:
  Host: vsido Kernel: 6.4.0-2-amd64 arch: x86_64 bits: 64 compiler: gcc
    v: 13.2.0 parameters: BOOT_IMAGE=/boot/vmlinuz-6.4.0-2-amd64
    root=UUID=07036f91-0272-4942-8405-4a4a5e0cea87 ro net.ifnames=0 quiet
  Desktop: Fluxbox v: 1.3.8 info: tint2 vt: 7 dm: LXDM Distro: Debian
    GNU/Linux trixie/sid
Partition:
  ID-1: / raw-size: 23.44 GiB size: 22.9 GiB (97.71%) used: 5.15 GiB (22.5%)
    fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: vsido
  ID-2: swap-1 size: 1.77 GiB used: 0 KiB (0.0%) fs: swap
    swappiness: 70 (default 60) cache-pressure: 100 (default) priority: -2
    dev: /dev/sda1 maj-min: 8:1 label: N/A
Weather:
  Report: temperature: 25.82 C (78 F) conditions: scattered clouds wind: from
    SW at 3.1 m/s (11 km/h, 7 mph) cloud cover: 40% humidity: 69%
    pressure: 1009 mb (34 in)
  Locale: Washington, US, 20510 current time: Wed 09 Aug 2023 08:34:17 PM
    CDT observation time: N/A Source: OpenWeatherMap.org
Info:
  Processes: 123 Uptime: 1h 16m wakeups: 0 Memory: total: 1024 MiB
  available: 895.8 MiB used: 405.8 MiB (45.3%) Init: systemd v: 254
  target: graphical (5) default: graphical tool: systemctl Compilers:
  gcc: 13.2.0 alt: 10/11/12/13/6 Packages: pm: dpkg pkgs: 1444 libs: 886
  tools: apt,apt-get,synaptic Shell: Bash v: 5.2.15 running-in: xfce4-terminal
  inxi: 3.3.28
OS: Debian GNU/Linux trixie/sid x86_64
Resolution: 1920x1080
WM Theme: twice
Theme: Vertex-Dark [GTK2/3]
Icons: LinuxLex-8 [GTK2/3]
#17
I've Got a Life / Re: Aging and things...
March 01, 2023, 02:48:16 AM
2023, Hello VastOne, Happy Anniversary.
#18
Hello
xfdashboard running on vsido fluxbox shows two workspaces, #one is clean. Version: xfdashboard-1.1.0git.UNKNOWN

#19
Conky / Re: Conky one line changes
December 12, 2022, 12:02:18 PM
Hello VastOne and Everyone
conky VSIDO One Liner.conkyrc
conky.config = {
-- conkyrc  Edited from various examples across the net
-- Used by VSIDO Users

-- Create own window instead of using desktop (required in nautilus)
--own_window=true
--own_window_type='normal'
--own_window_transparent=false
--own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager'

-- Use double buffering (reduces flicker, may not work for everyone)
double_buffer=true,

-- fiddle with window
use_spacer='right',

-- Use Xft?
use_xft=true,
font='LiberationSans-Regular:size=10.5',
xftalpha=0.9,
text_buffer_size=2048,

-- Update interval in seconds
update_interval=1,

-- This is the number of times Conky will update before quitting.
-- Set to zero to run forever.
total_run_times=0,

-- Use double buffering (reduces flicker, may not work for everyone)
double_buffer=true,

-- Minimum size of text area
max_text_width=0,
--minimum_width=1024
--minimum_height=0
--maximum_width=1024

-- Draw shades?
draw_shades=false,

-- Draw outlines?
draw_outline=false,

-- Draw borders around text
draw_borders=false,
own_window_argb_visual=true,
own_window_type='desktop',
own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',
own_window=true,
own_window_transparent=true,
own_window_class='conky-semi',

-- Stippled borders?
stippled_borders=0,

-- border margins
--border_margin=0

-- border width
border_width=1,

-- Default colors and also border colors
--default_color='grey'
--color2='white'
--color3='grey'
--default_shade_color='black'
--default_outline_color='grey'
own_window_colour='000000',

-- Text alignment possible values are commented
--alignment='top_middle'
alignment='top_left',
--alignment='top_right'
--alignment='bottom_left'
--alignment='bottom_right'

-- Gap between borders of screen and text
-- same thing as passing -x at command line
gap_x=0,
gap_y=5,
minimum_width=1200,
minimum_height=29,
maximum_width=1200,
-- Subtract file system buffers from used memory?
no_buffers=true,

-- set to yes if you want all text to be in uppercase
uppercase=false,

-- number of cpu samples to average set to 1 to disable averaging
cpu_avg_samples=2,

-- number of net samples to average
-- set to 1 to disable averaging
net_avg_samples=2,

-- Force UTF8? note that UTF8 support required XFT
override_utf8_locale=true,

-- Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer='none'

--lua_load ~/Conky/LUA/draw-bg.lua
--lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.3
};
--TEXT
conky.text= [[
${image $HOME/images/vsidoorb_blk.png -s 42x42 -p 1,-1}         ${voffset 6}   ${color 73AEB4}  kernel${color 7D8C93} $kernel ${color 73AEB4} uptime ${color khaki3}${uptime_short} ${color 73AEB4} cpu ${color 7D8C93}${cpu cpu0}%  ${color 73AEB4}mem ${color 7D8C93}${memperc}% ${color khaki2} ${mem} ${color 7D8C93} / ${memmax} ${color 73AEB4}  net ${voffset 1}${color 7D8C93}${downspeedgraph eth0 12,65 000000 ff0000}  ${upspeedgraph eth0 12,65 000000 00ff00}  ${color 73AEB4}ip  ${color khaki3}${execi 99999 hostname -I}
]]
(?)
#20
moon is full
Hello Everyone
The previous screenshot is method one practice onto a mini mini spinning usb drive 8G. familiarize with the method one using a live system to install vsido img, in that case the entire 8G[7.3.] 
Second trial method one onto a hdd, as suggested, using small partition for the compressed vsido archived file. started with an hdd having a vsido installation on the entire drive. made small partition. wiped vsido 2017. let remain the swap partition. unpack from small partition to vsido partition. The two trials were aimed for clean ext4 partiton,, though, to make double sure,, was added to the fsarchiver string -o overwrite and ,mkfs=ext4.  no hitches. Both times. Did that do double work? or double sure(?) sure is quiet without the -v.
Get it booted up once and update, lucky enough, upgrades grub and kernel. all set. wireless too, but it is wired.

connman gtk shows an icon top-right,but it does not need to run; the tray icon can be off.
using style garnet with the active/inactive colors reversed.
vsido@vsido:~$ stat / | grep Birth
Birth: 2022-12-07 03:13:57.000000000 -0600
System:
  Host: vsido Kernel: 6.0.0-5-amd64 arch: x86_64 bits: 64 compiler: gcc
    v: 12.2.0 parameters: BOOT_IMAGE=/boot/vmlinuz-6.0.0-5-amd64
    root=UUID=20163eef-578e-41b6-a1cc-ebf397a6b419 ro net.ifnames=0 quiet
  Desktop: Fluxbox v: 1.3.8 info: tint2 vt: 7 dm: LXDM
    Distro: VSIDO Linux V-Ger
Machine:
  Type: Desktop System: HP Pavilion 061 product: RB042AV-ABA a1410y
    v: 0n31211CT101ALHEN00 serial: <superuser required>
  Mobo: Hewleet-Packard model: Alhena v: 1.0 serial: <superuser required>
    BIOS: American Megatrends v: 3.18 date: 08/17/2006
CPU:
  Info: single core Intel Celeron D [N/A] arch: Netburst Presler
    speed (MHz): 3332
Graphics:
  Device-1: AMD RC410 [Radeon Xpress 200/1100] vendor: Hewlett-Packard
    driver: radeon v: kernel alternate: amdgpu arch: Rage-8 code: R300
    process: TSMC 130nm built: 2002-07 ports: active: VGA-1 empty: SVIDEO-1
    bus-ID: 01:05.0 chip-ID: 1002:5a61 class-ID: 0300
  Display: x11 server: X.Org v: 1.21.1.4 compositor: Compton v: 1 driver: X:
    loaded: radeon unloaded: fbdev,modesetting,vesa dri: r300 gpu: radeon
    resolution: 1920x1080~60Hz
  API: OpenGL v: 2.1 Mesa 22.3.0 renderer: ATI RC410 direct render: Yes
Network:
  Device-1: Realtek RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
    vendor: Hewlett-Packard driver: 8139too v: 0.9.28 modules: 8139cp port: b800
    bus-ID: 02:05.0 chip-ID: 10ec:8139 class-ID: 0200
Drives:
  Local Storage: total: 28.64 GiB used: 5.44 GiB (19.0%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Maxtor model: 6E030L0 size: 28.64 GiB
    block-size: physical: 512 B logical: 512 B speed: <unknown> type: N/A
    serial: E1BKFGTE rev: 1590 scheme: MBR
Partition:
  ID-1: / raw-size: 23.44 GiB size: 22.9 GiB (97.71%) used: 5.38 GiB (23.5%)
    fs: ext4 dev: /dev/sda2 maj-min: 8:2
  ID-2: swap-1 size: 1.77 GiB used: 62.4 MiB (3.4%) fs: swap
    swappiness: 15 (default 60) cache-pressure: 100 (default) priority: -2
    dev: /dev/sda1 maj-min: 8:1
Repos:
  Packages: pm: dpkg pkgs: 1729 libs: 1125 tools: apt,apt-get,synaptic
  Active apt repos in: /etc/apt/sources.list
    1: deb http://ftp.us.debian.org/debian/ sid main non-free contrib
Weather:
  Report: temperature: 12 C (54 F) conditions: Heavy rain wind: from SSE at
    0.5 m/s (2 km/h, 1 mph) cloud cover: 100% rain: 6.545 mm (0.26 in)
    humidity: 94% dew point: 11.2 C (52 F) pressure: 1014.6 mb (34 in)
  Locale: Washington, D.C., DC, US, 20500 current time: Wed 07 Dec 2022
    04:22:42 PM EST observation time: 2022-12-07 14:51:38 (America/New_York
    -0500) Source: WeatherBit.io
Info:
  Processes: 113 Uptime: 6h 6m wakeups: 0 Memory: 910.1 MiB
  used: 432.4 MiB (47.5%) Init: systemd v: 252 target: graphical (5)
  default: graphical tool: systemctl Compilers: gcc: 12.2.0 alt: 10/11/12/6
  Shell: Bash v: 5.2.2 running-in: xfce4-terminal inxi: 3.3.23

#21

hello everyone
#22
PackRat and eVeryone
Hello

OS: VSIDO 11 bullseye
           dm: lightdm Distro: VSIDO_x64 V-Ger V-Ger
           Desktop: Fluxbox 1.3.5 WM
              Style: Twice
           Icon Theme: LinuxLex-8
Machine:   System: HP Pavilion 061 product: RB042AV-ABA a1410y version: 0n31211CT101ALHEN00
           Mobo: Hewleet-Packard model: Alhena version: 1.0 Bios: American Megatrends version: 3.18 date: 08/17/2006
CPU:       Single core Intel Celeron D CPU (-UP-) clocked at 3332.236 MHz
Memory: 665.9/932.0MB
Packages: 1958
Disk: 9.8G / 28G (38%)
#23
VSIDO News & Announcements / Re: Long live VSIDO
March 01, 2021, 11:08:16 PM

Happy Birthday VastOne

horn tooting smiley with confetti swirling . .
hello everyone
#24
Hello PackRat and Everyone 
about desktop appearance. In /icons/nuoveXT2/extra  is drive device with logo choice. cute. also cute is the file cabinet icon looks just like vsido's.
in /nuoveXT2 
system-file-manager.png
aka
file-manager.png
redhat-filemanager.png
xfce-filemanager.png
#25
Hello VastOne and PackRat and everyone
Birth: -
"Unknown"
You get a date when here get a -.  (?)
In the 2014 post, VastOne stated count on two fingers [twice] in six years.  I will add here a since, once in seven years, to that.
The long story is, I got started with vsido around 2013live-2014install. one hdd failure i switched to Lite vsido and machine change.  Machine made it through two python/ perl escapades that, i did read, shut down a lot of machines. I was proud to make it through those ; But,, a xorg upgrade killed it later.  (RE)Installation brought machine to the xorg updates,,, and machine quit every time after the xorg upgrades. I switched install attempts between Lite and stock regular several times, finally got one to succeed with xorg and beyond.  here is the date of that re-install with stock vsido. now another python change in its history. An excuse for blather, thanks for the pointer to stat birth:date fun.   2019-10-31 11:26:51 
mail, apt, and dpkg logs begin that date 10-31., so i think that is it. (?) 
   

Thank you for vsido. 

herev@a1410y:~$ stat /var/log/installation.log
  File: /var/log/installation.log
  Size: 9559          Blocks: 24         IO Block: 4096   regular file
Device: 802h/2050d    Inode: 1317578     Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-01-19 17:35:22.035929581 -0700
Modify: 2019-10-31 11:26:51.839270806 -0700
Change: 2019-10-31 11:26:51.839270806 -0700
Birth: -
#26
General Support / Re: Fluxbox
November 09, 2020, 03:16:12 AM
Hi Gordon
the where is it is be: ~/fluxmenu
/etc/skel/fluxmenu, /home/Gordon/fluxmenu
that?
#27
Artwork & Screenshots / Re: 2020 Screenshot Thread
August 09, 2020, 04:28:43 AM
Hello VastOne 
I hope, when the upgrade removes wicd, that you are not using it at the time. 
When upgrade removes medit, with what will you replace medit? 
.In with the new.  Readied for peril of mass removal. 

Looks; 
custom




#28
Hello VastOne and hello everyone 
Home of the Yellowjackets 
Adjacent to the local high school campus is Stinger Lake stocked with Rainbow the first two months of the year.
The first sentence on the Posted Rules:
"Adults must be accompanied by children.  ..." 

#29
VSIDO News & Announcements / Re: Long live VSIDO
March 01, 2020, 12:29:30 AM
VastOne 
Happy Birthday. 
#30
hello PackRat. hi jedi.  "You Rock" is very nice for you to speak such a thing.  Though in regard you VSIDO ROCKS i am from somewhere below sand.  I like to express it that this is a place where we walk among The Tall Trees of debian. 
The typing of vsido one in the previous post smoothly rolls. 
vsido #1 vsido one it is a natural fit.