Aqui, vai aquele jabĆ” pra minha Distro do <3 onde tudo se tornou realidade.

seen from Brunei
seen from China

seen from India

seen from Germany
seen from Indonesia

seen from Brunei

seen from South Korea

seen from Brunei

seen from Malaysia

seen from United States
seen from Brazil
seen from Russia
seen from China

seen from Malaysia

seen from Netherlands

seen from United States

seen from Malaysia

seen from United States
seen from United States
seen from Kazakhstan
Aqui, vai aquele jabĆ” pra minha Distro do <3 onde tudo se tornou realidade.
How to fix "Error opening terminal: xterm-termite" when trying to SSH to a remote host
How to fix āError opening terminal: xterm-termiteā when trying to SSH to a remoteĀ host
I am using ātermiteā on my ArchLinux machine but when I try to SSH to a remote linux machine(Ubuntu) to run some commands, it throws me an error āError opening terminal: xterm-termiteā. This a post on how to fix it. Quick Fix: If you are already SSHāed into the remote machine and you see this issue, you couldupdate the TERM variable on the remote system: (Run on remote system) exportā¦
View On WordPress
Overflow@arch: #~ whoami
How-to: Linux can't find file that exists #it #computers #solution
How-to: Linux can't find file that exists #it #computersĀ #solution
Linux canāt find file that exists
Iām trying to get Googleās Dart language up and running, but it errors when running dart2js. Iām running Arch linux and I installed dart-sdk from AUR. Some relevant terminal output lies below.
% dart2js main.dart /usr/local/bin/dart2js: line 7: /usr/local/bin/dart: No such file or directory % cat /usr/local/bin/dart2js #!/bin/sh # Copyright (c) 2012, the Dartā¦
View On WordPress
Fixed: How do I search for a command I don't know the complete name of? #computers #fix #answer
Fixed: How do I search for a command I don't know the complete name of? #computers #fixĀ #answer
How do I search for a command I donāt know the complete name of?
Every time I try to use a program from the terminal, I canāt find it because it doesnāt match the real name. For example, I type disks in terminal, but the real name is gnome-disks.
I tried to use:
sudo dpkg -l | grep disks
to find it, but what about programs that do not match at all? Whatās the easiest way to find all names ofā¦
View On WordPress
How to: Why do we have 3 types of X-selections in LINUX? #solution #development #answer
How to: Why do we have 3 types of X-selections in LINUX? #solution #developmentĀ #answer
Why do we have 3 types of X-selections in LINUX?
man xclip says:
-selection specify which X selection to use, options are "primary" to use XA_PRIMARY (default), "secondary" for XA_SECONDARY or "clipboard" for XA_CLIPBOARD
Why do we have 3 types of X-Selections? What are their purposes?
Answer [by singpolyma]: Why do we have 3 types of X-selections in LINUX?
Historical partly. Iām not sureā¦
View On WordPress
Fix: Preinstalled Windows 8 and Linux UEFI dual boot on a laptop #it #fix #computers
Fix: Preinstalled Windows 8 and Linux UEFI dual boot on a laptop #it #fixĀ #computers
Preinstalled Windows 8 and Linux UEFI dual boot on a laptop
I am trying to set up Windows 8 and Arch Linux on a new Sony Vaio E14 with preinstalled windows 8.
So far:
installed W8 to my new SSD (switched for the original HDD) using Recovery Media
shrunk the W8 partition, deleted recovery partition, disabled swap
confirmed W8 booting just fine
On to Arch:
disabled Secure Boot in bios
confirmed W8ā¦
View On WordPress
Fixed: How do I setup a systemd service to be started by a non root user as a user daemon? #computers #fix #dev
Fixed: How do I setup a systemd service to be started by a non root user as a user daemon? #computers #fixĀ #dev
How do I setup a systemd service to be started by a non root user as a user daemon?
I just finished the install and setup process of systemd on my arch-linux system (2012.09.07). I uninstalled initscripts (and removed the configuration files).
What I want to do is create a service that can be started and stopped by a non-root user. The service is to start a detached screen session runningā¦
View On WordPress