«էքստերիեր» խանութում վաճառում են unix մակնիշի ուկրաինական աստիճան։
#unix #իւնիքս #աստիճան
so sometimes, though rarely, i need to reload #windowmaker. today something happened, i opened a ‘run’ menu, tried to type in it, and it hung in foreground of all windows. i could move the mouse over the firefox window behind, i could scroll it up and down, and i guess i could close the tab, because on mouse over event wos working. however i could not change to other windows, move to other workspace. dockapps were working.
so i changed to tty with alt+f2, made ps aux | grep wmaker
and got two wmaker processes, i needed the second: wmaker --for-real=
, got it’s pid. Now issued kill -s SIGUSR1
that pid.
that reloads wmaker. every window stays at its workspacke. you don’t notice any change.
#wmaker #reload #linux #unix #ipc #processes
why xz compression is not good to keep files, see what wget developer writes about it: https://www.nongnu.org/lzip/xz_inadequate.html
see also ycombinator thread https://news.ycombinator.com/item?id=12768425
#compression #xz #bz2 #wget #developer #opinion #technology #utility #unix
Modula and Modula-2 went nowhere not because they’re particularly high level languages (they’re not much higher than C!) but because they didn’t have a quasi-free operating system spreading like a virus to bolster their popularity. At the time Unix was almost unique in being a semi-capable operating system written in a portable language that wasn’t wrapped up in billions of proprietary licensing arrangements (because AT&T didn’t notice there was a potential market for it until after the cat had escaped the bag).
#modula #modula-2 #modula2 #c #programming-languages #programming_languages #unix
#manual #xscreensaver #unix #linux #systemd #design #screenshot #nonsense
The Wayland architecture integrates the display server, window manager and compositor into one process. You can think of Wayland as a toolkit for creating clients and compositors. It is not a specific single compositor or window manager. If you want a different window manager, you can write a new one.
I don’t know much about Wayland but the immediate question is: Why would you want to do that? If Wayland has it’s own window manager built in why do you need another one? It’s like support for Windows or OS X. Not needed as those systems have their own window managers and not really support replacing it. This is contrary to X which has no window manager by default and allows and encourages others to implement it. Window Maker is a window manager for X (as stated in the info box) and Wayland aims to be an incompatible replacement of X. So they are not really a good match at first sight.
now, they say - use wayland, it’s a new and good thing. this is a dealbreaker for me. i can’t live without windowmaker.
also, says
If Wayland has it’s own window manager built in why do you need another one?
wait, how? seriously? if there’s a one brand of bread, why would you need another one?
this is centralization again.
#quote #technology #wayland #xorg #linux #unix #windowmaker #design
booting, daemons. #unix
aaaaa this is an amazing possibility, if you want to transfer files from one host to the other without scp/rsync, just by using ssh. apparently, ssh can take data from standard input, so the pipeline works like this:
tar -cf - env/novation | ssh arnet.am "cd /tmp; tar -xf -"
https://github.com/norayr/home_sweet_home/blob/master/scripts/ssh_sync.sh #openssh #ssh #network #unix
@{ Antranig Vartanian ; antranigv@spyurk.am} 07.04.2017, 15:48:06
Dave: Open the pod bay doors, HAL. HAL: I’m sorry, Dave. I’m afraid I can’t do that. Dave: What’s the problem? HAL: I think you know what the problem is just as well as I do. Dave: sudo open the pod bay doors, HAL. HAL: There you go.
#HAL9000 #SpaceOdyssey #sudo #gnu #linux #unix
#hal_9000
#scream #unix #sudo #horror #dark
tetris in sed https://github.com/uuner/sedtris #tetris #shell #unix #sed #bash
“UNIX Security” is an oxymoron.
http://phrack.org/issues/7/7.html ((:
#history #vintage #unix #security #archive
hard link vs symbolic link.
#unix #filesystem
today I saw a directory with end of line in the name. when ls-d also the part of it were typed on the next line. (: I don’t know (only can guess) how this file appeared in this form.
Apparently Linux (and probably other Unix systems) allow usage of CR and/or LF in file names. if you manage to name a file like that.
#linux #unix #filesystem #file_system #name #filename #file_name #eol #end_of_line
https://www.youtube.com/watch?v=SjtyifWTqmc
#nmap #mainframe #hack #ettercap #des #john_the_ripper #cryptography #maintp #hacktivity #philip_young #bash #unix #zos #programming
https://www.youtube.com/watch?v=SjtyifWTqmc
#nmap #mainframe #hack #ettercap #des #john_the_ripper #cryptography #maintp #hacktivity #philip_young #bash #unix #zos #programming
it says “gnu is not unix, not a bit”. erased.
#gnu #unix #linux #penguin #graffiti #stencil #yerevan #qr-code #qrcode
apparently…
#dog #cat #screenshot #unix #gentoo #funtoo #console
So it’s out, it’s commercially produced, it’s available. Not as outstanding as Sailfish for me, it’s more like Android, with the always present bar at the top, but still, it’s a full fledged GNU/Linux operating system. Graphics seems to be smooth, probably that’s because of Mir, on the other hand, I miss pidgin IM on Jolla, so I would like to have more banal X with GTK-2 software porting possibility. Whatever, see
BQ Aquaris E4.5 Ubuntu phone review and demo + additional thoughts
https://www.youtube.com/watch?v=CR4baLQmU0s
#ubuntu #ubuntu-phone #linux #gnu #gnu-linux #aquaris #review #demo #unix #qml #qt #interface #design #software
from bash manual http://www.gnu.org/software/bash/manual/bashref.html#Redirections
/dev/tcp/host/port
If host is a valid hostname or Internet address, and port is an integer port number or service name, Bash attempts to open a TCP connection to the corresponding socket
#bash #tcp #unix #gnu
Running 4 copies of an operating system at once
Dick explained to me that they were using an operating system from a company called Telesoft. Telesoft, headed by UCSD Pascal author Ken Bowles, was building an Ada compiler on top of its ROS (Renaissance Operating System) product. He told me (and I remember this clearly) that they had the operating system running in single user mode but that they wanted to run it in multi-user mode. At that point I was barely 21 years old. I had written a whole bunch of system-level 6502 assembler code and I had a really good ground-up understanding of the way that contemporary computer hardware worked. After studying the manual for the SUN board, I decided that I could simply break the 2MB of physical memory in to 4 chunks of 512KB each and run 4 copies of the operating system, gaining control via interrupts and device drivers.
#6502 #telesoft #pascal #ada #operating-systems #ucsd-pascal #compiler #ros #renaissance-operating-system #programming #history #computing #programming-languages #sun #intellimac #unix #msx #motorola68000 #68000 #68k #motorola-68k #ibm #stanford #research #memory
Brian L. Stuart home contains some pages from the Principles of Operating Systems: Design & Applications, a book, which in particular explores design of Inferno operating system.
http://umdrive.memphis.edu/blstuart/htdocs/index.html
#operating-systems #plan9 #inferno #unix #programming #limbo #design
image from wikimedia
So the idea is to tie everything so hard into systemd that alternatives will just be impossible because of undocumented, unportable APIs that are leaky abstractions that make no sense without the thing they fail to abstract?
And why on earth does every daemon now need to be patched? They worked well for the last few decades without such specific hackery.
very good text by Gentoo developer Patrick Lauer about systemd.
http://gentooexperimental.org/~patrick/weblog/archives/2013-10.html#e2013-10-29T13_39_32.txt
#gnu #linux #programming #centralization #control #decentralization #gentoo #systemd #openrc #patrick-lauer #funtoo #dbus #logind #cgroups #kernel #unix #operating-systems #api #abstraction #freedom
http://www.youtube.com/watch?v=bvROuipepmg
https://github.com/p-e-w/finalterm
#terminal #console #unix #finalterm #gnu #linux #software #softwarelibre
http://www.youtube.com/watch?v=dNuIgg2cySo
#unix-aos #aos #active-oberon #active-oberon-systom #A2 #unix #linux #oberon #ray-tracer
su - natasha; теперь я Наташа #unix