Friday, February 6, 2015

Just updated my VMware Workstation and images failed to start with an error described here.
The link to the solution was posted in the reply, and the solution itself is quick and easy:
# modprobe vmmon
# modprobe vmci

Tuesday, December 4, 2012

Fedora 17 & XFCE: Dual monitors - disabling LVDS display

I have a laptop with external monitor plugged in via VGA. And Fedora 17 with XFCE. I don't need laptop display to be on but disabling it from UI doesn't save the settings so LVDS display is the primary again on next login.
Turning off lvds using xrandr (xrandr --output LVDS1 --off) does it for current session only. I googled a lot and finally found this topic. Ubuntu dedicated but nevertheless. Shortly - need to modify xorg.conf in the following way (applying to my display - LVDS1):

Add to the "Device" section of the xorg.conf the following:
Option "monitor-LVDS" "LVDS1"
and finally create a new "Monitor" section like this:
Section "Monitor"
Identifier "LVDS1"
Option "Disable" "true"
EndSection

Fedora 17 doesn't have xorg.conf by default (WTF???) so first you should create it:
run Xorg :1 -configure (it will create /root/xorg.conf.new file)
then copy it to /etc/X11/xorg.conf and modify accordingly.
Restart X server.
That's it, kids - it now works.

--
up

Sometimes, it gets loosing the primary monitor screen resolution, the solution is as follows:
$ cvt 1920 1200
the output will something like
# 1920x1200 59.88 Hz (CVT 2.30MA) hsync: 74.56 kHz; pclk: 193.25 MHz
Modeline "1920x1200_60.00"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync
$ xrandr --newmode "1920x1200_60.00"  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync
$ xrandr --addmode VGA1 1920x1200_60.00
$ xrandr --output VGA1 --mode 1920x1200_60.00

To enable LVSD screen and extend monitors (making VGA as left one):
$ xrandr --output VGA1 --left-of LVDS1

Sunday, November 25, 2012

Useful if you want to set keyboard layout switch buttons:
setxkbmap -option grp:switch,grp:lctrl_lshift_toggle us,ru,ua

Installing VMware Workstation on Fedora


For starting up the installation, run a .bundle file (make sure that it has execute permissions):
./VMware-Workstation-Full-9.0.1-894247.x86_64.bundle (for x64 systems)
Proceed through the install wizard.

If you are running Fedora (or, I suspect, any other Linux system), you may encounter a trouble on first launching VMware workstation:

Before you can run Vmware, several modules must be compiled and loaded into the running kernel

Kernel Headers 3.4.0.-1.fc17.i686.PAE Kernel headers for version 3.4.0.-1.fc17.i686.PAE were not found. If you installed them in a non-default path you can specify the path below. Otherwise refer to your distribution's documentation for installation instructions and click refresh to search again in default locations.

What helped me on Fedora 17:
# yum install kernel-headers-`uname -r`
#  yum groupinstall "Development Tools"
Not sure whether the following is a must but I guess it should be installed as well:
# yum -y install kernel-devel kernel-PAE-devel

Thursday, November 1, 2012

CrossOver on Arch

If you are about to install it on Arch Linux, you may encounter the failure:
/usr/bin/env: python: No such file or directory
There might be no issue if installing from AUR but I used downloaded binary.
The solution was found here:
sudo ln -sf /usr/bin/python2 /usr/bin/python
It helped.

Wednesday, October 10, 2012

CiscoVPN connection through NetworkManager

Subj.
Having Cisco VPN which I'd like I really need to have connection to. Having a valid .pcf certificate exported/found by somebody some time.

What I had to install to make a connection creatable (using Arch, of course):
vpnc - client for Cisco VPN Concentrators
networkmanager-vpnc - NetworkManager VPN plugin for vpnc
# pacman -S vpnc networkmanager-vpnc

What I had to do to make it working. Network Manager won't save passwords (looks like a bug in NM, there are many links in Google referencing to this issue). The solution was found here, I borrowed the following:
open /etc/NetworkManager/system-connections/your_connection_file
change
IPSec secret-flags=1 to IPSec secret-flags=0
Xauth password-flags=3 to Xauth password-flags=0
add
[vpn-secrets]
Xauth password=your_pasword
IPSec secret=group_password

Voila!

Monday, October 8, 2012

As I tried Cinnarch

Cinnacrh 2012.10.01 was released on... yes, it's obvious - on Oct 1st (http://www.cinnarch.com/). It is ArchLinux based distributive with Cinnamon 1.6.1 desktop on board.
I've been using ArchLinux for around 1.5 years and I love this distro. Also I love Gnome2, so my guess was that mix of Cinnamon (a Gnome-shell fork with Gnome2-like layout offered by LinuxMint (http://cinnamon.linuxmint.com/)) and Arch should give me something perfect.
When installing it... I was disappointed. They provide distro with desktop env but still have only netintstall option not installing 'from-the-box' all the components. I used to get this from Arch but supposed to have something different here (like Fedora/Ubuntu/Mint/SUSE). Although, there is Live-CD so you can try it without installation (or use temporary when you failed and need an access to the Google:D).
CLI installer is more poor than in ArchLinux. Well, my opinion may be prejudiced but I've never seen better installer than Arch provides. As for Cinnarch - less user hints,  unclear disk partition options (I'm not a blonde-housewife, and tried plenty of Linux distros but this time I was at a loss when failed couple of times in partitioning my sda). Also, there were issues with installing GRUB2 (suspect they were caused by network connection interruption while downloading packages, but who knows... it has gone away when I created a BIOS boot partition directly - ef02 code, AFAIR).
Anyway, it was installed. What I've got? I've got a fairly sexy OS but Desktop was usefulness for me at all:( Installing all the gnome packages fixed this. One more confusing thing is that Network Manager doesn't have an option to create a DSL connection (generic issue/feature of NM? I think yes), so I had to use nm-connection-editor. Also, had to disable SigLevel for pacman as it verifies package PGP signatures by default (despite that everybody lies, I trust any package I'm about to install:)).
All other things look pretty good. Below, there are some screenshots

Menu

Nautilus 3.4.2

some apps running

 switching between workspaces (you can create as many workspaces as you wish)


Monday, June 18, 2012

Mounting Android tablet to ArchLinux laptop

I'm using Arch Linux on my laptop, and have ASUS Transformer TF101 tablet with Android 4.0.3. And yes, it doesn't recognize my Transformer as USB device. In Android 2.3.6 (which I have on my phone) it just prompts me to allow connection as USB storage, nothing more.
To mount Transformer and be able to use for data transfer through MTP, I did the following (as root):
1. Installed libmtp (Library implementation of the Media Transfer Protocol):
# pacman -S libmtp
2. Installed mtpfs (A FUSE filesystem that supports reading and writing from any MTP device):
# pacman -S mtpfs
3. Created a mount point:
# mkdir /media/Transformer
4. Changed permissions on that directory:
# chmod 777 /media/Transformer
5. Mounted my tablet:
mtpfs /media/Transformer -o allow_other
6. ...
7. PROFIT

Now, I can access the filesystem on my tablet using terminal. The outstanding issue I still have - when I try to navigate over it from Dolphin (as my local user not root), it  blocks the access for some reason:( Need to find out the solution...

Thursday, September 15, 2011

Need 3270 Mainframe emulator on Linux. Found too many links, but no successful ones.

Sunday, June 12, 2011

Arch Linux with Gnome 3 - first experience

I've just installed Arch Linux (hurray!) on my laptop. Pretty lovely OS, too much documentation for it - that's great. Not many problems were with installing X-server and Gnome but the latest Gnome 3 is "a bit" confusing in usage for me - I'm not in the stream of the latest tendencies, so probably I've just lost the thing that this version of desktop manager is more applicable for tablets (correct me if I'm wrong). But it's usability is under doubt for me. I didn't find how to add new panel and how to add my icons to the existing panel (not sure whether it is a real "panel" like in previous versions). It's look is sort of "nyaaa!^_^" but not convenient for me. Currently tying to google how to resolve this, but if I don't find the solution I will be about to switch to KDE or something else. Don't want to spend my time having sex with the thing which should just be simple in use.

Wednesday, February 2, 2011

How we did set up VNC server on Linux

Well, the task was to test one of our plugins for Eclipse using SuSE Linux on Itanium, so that meant, it fact, we needed real machine (Itanium prossecor and ESX VM are incompatible concepts, yeah). And as I needed to test GUI software the remote access was vital, of course...There was a suggestion to use display exporting but for the obvious reasons that appeared to be a bad idea to do that - using some ESX Win VM machine with Cygwin installed with X-server and so on... Shortly speaking, that should be fuckn' crazy testing, no more. We (my teammate and myself) decided to try to set up VNC server (great news were - VNC package was included in basic installation of the disributive).
So, that was just a preamble and now some brief description how we did set up VNC server (okay, guys, that's just a summary from the google's results) - note, that all actions perform as root and for root account (if you need to set up the same for other user account - you need change some things in the following steps):
1. Modify /etc/xinetd.d/vnc file
disable = yes
user = nobody
to
disable = no
user = root
2. Create new file /root/.vnc/xstartup with the following context:
#!/bin/bash
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session --sm-disable
gnome-session
Not exactly sure about the necessity of all of the commands in the script but had no time to experiment with that - so leave it as is (at least it worked for us!)
3. Set the root's remote password using vncpasswd
4. Restart xinetd daemon:
rcxinetd restart
5. Start VNC server:
vncserver
6. Attempt to connect to the open remote session (usually it's :0 if I'm not mistaken)
If u need to change the default display resolution for the remote session use vncserver --help - it works;)
--
P.S. Especial thanks Artem who provided me with the opportune help

Saturday, January 1, 2011

Все бы ничего, но отсутствие в федоре rc.conf порядком напрягает уже. Надо бы ОСь поменять, пожалуй, что-то меня федора бесить начинает помалу, а 13 тем паче - неоднократно глючила так, что власа дыбом становились. Из вариантов пока вижу только два:
1) допилить ядро арча сетевым модулем для своего ноута и поставить арч
2) поставить какую-нить сусю/мандриву/дебиан/фряху/еще-черт-знает-какую-хуиту
Убунту принципово ставить не буду, не по душе она мне.

Wednesday, October 20, 2010

Fedora blogs service

Разработчики Fedora Linux официально сообщили о введении в строй нового сервиса blogs.fedoraproject.org для ведения блогов, связанных с проектом.

Sunday, July 11, 2010

ALSA doesn't save settings

С ноута очень тихо воспроизводился звук, долгое время я грешным делом материла аудио карту, потом таки доперла посмотреть, что творится в алсамикшере. А там Master Fro на нуле. Подняла до максимума, все дела, все отлично. После перезагрузки - хуй, настройки не сохранились. Легкое гугление показало, что эта же проблема будоражила умы мнооогих, и решений ее в тырнетах тоже дофига (еще и от дистриба зависит). Впрочем, я долго не заморачивалась, часато предлагаемого для редактирования conf.d я не нашла, зато нашла другое, как по мне, не менее интересное решение (ничего не меняла, даже имя файла - лениво было, бгг):
создала в /var/lib/ директорию alsa/, в которой создала файл asound.store
далее:
# alsactl -f /var/lib/alsa/asound.store store
иду в System -> Preferences -> Startup Applications, добавляю новую стартап программу (я ее назвала "alsactl restore", но вообще это неважно), ей добавляем команду alsactl -f /var/lib/alsa/asound.store restore

Настройки алсамикшера после перезагрузки сохранились, что и требовалось.

Tuesday, July 6, 2010

Eibon (Fra) - Entering Darkness (2010)

И еще!

Download part1
Download part2

Insaniae - Imperfeições Da Mão Humana (2010)

Сегодня дисочек пришел, еще заценить не успела, но думаю, что не разочаруют (по крайней мере, 2006-й впечатлил).

Download part1
Download part2

Thursday, June 3, 2010

И что дала мне школа?

Это пиздец, эпик фэйл и фэйспалм. Неправильный метод практиковал дон Хуан для избавления г-на Кастанеды от ЧСВ, ох, неправильный...

Проверь, умнее ли ты школьника? Тест от "КП" в Украине"
Результат тестирования:
География2
Физика4
Украинский и литература4
Биология2
Химия3
История5
Математика4
Труд4
Информатика5
Средний балл:
4
Пройти тест!

Monday, May 10, 2010

"Лукавый" секс, или как я ставила Arch Linux

Так уж сложилось, что по жизни человек я глупый, и руци у мну растут не из того места, из которого положено, а из того, из которого растут они у большинства населения. Но сейчас речь не о моей физиологии, а о том, как я, убогая раба божья, попыталась поставить Arch Linux. Началось все с того, что одним (неебически) прекрасным днем я узнала, что мой линукс-учитель (aka StormChild) ставит себе богоугодный арч заместо сраной убунты. Я, как человек завистливый и легко поддающийся влиянию учителя, незамедлительно решила и себе поставить Арч Правда, поелику я понимаю, что кривизна моих рук достигает величины неописуемой, решила я ставить энто дело на виртуалку (видит Бох - я ссыкун). В общем, базовая установка прошла без сучков, задоринков и грабльов - во-первых, все и так доволе логично, во-вторых, есть прекрасный гайд для тех, кто сомневается http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide. Ну, а далее началось... Иксы я поставила (вроде, успешно, хз), далее был вопрос их запуска. Нюансы секса опускаю - это интимное. Что могу впомнить: у меня иксы намертво висли при запуске (startx), оказалось, надо поставить hal (HAL - Hardware Abstraction Layer), не спрашивайте, что это - ей-б-гу, хз, знаю, что для работы иксов надо жуть как. Далее в /etc/rc.conf добавляем в DAEMONS наш незабвенный hal (просто в строку с демонами через пробел пишем hal). Потом мы пытаемся ставить GNOME (как-то привыкла я к нему, простите) - все по инструкции
отсюда) Далее я знаю только то, что в DAEMONS очередность важна (в двух словах - dbus сначала (хуй знает, что это, простите дибила), потом hal, fam, gdm - эти хуевины у вас должны быть поставлены, ясенпень (о сущем назначении их я не знаю, ищите умных), если не поставлены - pacman -S %имя хуевины% - и впирод). Потом я ставила гномик (фак, не совсем отсюда, но там рядом где-то).
Гном якобы поставилсо, но на gnome-session материлось. В итоге выяснилось, что в rc.conf порядок загрузки демонов важен, посему hal, fam, gdm - и не иначе. Таки смогла войти во ГНОМ после танцев с бубном. Одна хуйня - грабли с eth0. Не хотить оно автоматом определяться, ifconfig показывает только lo, собсна, коннекшна наружу нету. dhcpcd автоматически не желает работать, хуй знает, почему. Приходится лапами каждый раз после перезагрузки
dhcpcd eth0 делать. В ближайшее будущее собираюсь решить эту ишую. Вроде, все. Не считая того, что гном у меян кривой какой-то, guest additions не ставятся и вообще все мрачно - но я таки девка-крута - арч поставить поставила и даже гномь запустила - что немаловажно.
В общем, сенкс за внимание, как разгребусь с дополнениями и прочими граблями - опишу.

P.S. Надеюсь, мой пост хотя бы кому-нить поможет.