Re: [Trisquel-users] Trisquel, Text mode install (selected no packages to install)

2013-12-30 Thread unknown . 10001 . notthis
That solution did not work. However i found plenty of others here. I commented out the sleep calls in /etc/init/failsafe.conf, and rebooted. Boot time was about 17 seconds (normal).

Re: [Trisquel-users] Trisquel, Text mode install (selected no packages to install)

2013-12-28 Thread unknown . 10001 . notthis
Thank you, i will test it out :)

[Trisquel-users] Trisquel, Text mode install (selected no packages to install)

2013-12-27 Thread unknown . 10001 . notthis
I installed Trisquel and did not select to install any extra packages, intentionally. Everything works fine, except one thing. During boot (before presented the login screen), if ethernet is not plugged in then the system will wait for ethernet to be plugged in for several minutes. CTRL-C

Re: [Trisquel-users] How can I disable the 'Recent Documents' menu?

2013-12-27 Thread unknown . 10001 . notthis
I found one solution (assuming you're using Gnome) #Empty the list of recently used documents echo ~/.recently-used #Make the file read-only, #Such that Gnome can't actually add new 'recently used documents' to the file. sudo chmod 400 ~/.recently-used Note, i have no idea whether or not

Re: [Trisquel-users] Intel processor microcode security update for Trisquel

2013-12-23 Thread unknown . 10001 . notthis
You cannot trust proprietary developers. They say it's a security update, while in reality it could be the opposite. It's so naive to believe them, these criminals.

[Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
I decided i wanted to know how to connect to a wpa protected wireless network without the need of a gui program. Though, i have encountered some issues of which i'd appreciate some help with. wpa_passphrase ssid password /etc/wpa_supplicant.conf content of wpa_supplicant.conf: network={

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
No that don't work.

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
I get another error message now, after i edited the psk to be surrounded double quotes(psk=passphrase) in wpa_supplicant.conf (as it was not originally, even though it is shown in double quotes in the content of wpa_supplicant.conf in my first post, it is for sure now (as i read somewhere

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
Oh ok, thanks. Now i get the same error message as in my first post again.

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
Thanks for that info. The following is the output of using both the wext driver and the nl80211 driver with the -d (debug option). (Though i do not understand most of it) in terminal(with wext driver): wpa_supplicant -B -i wlan0 -D wext -c /etc/wpa_supplicant.conf -d the error i had

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
Unplugged ethernet sudo killall wpa_supplicant sudo wpa_supplicant -i wlan0 -D nl80211 -c /etc/wpa_supplicant.conf sudo dhclient wlan0 called ping www.startpage.com about 20 times, and suddenly by some miracle it started receiving. I don't the reason to why it suddenly started working, but i

Re: [Trisquel-users] wpa_supplicant (...)

2013-12-22 Thread unknown . 10001 . notthis
Actually, what i did right after unplugging the ethernet was: sudo ifconfig wlan0 up sudo iwconfig essid essid (the wpa_supplicant couldn't assign an essid to wlan0 or something?)

Re: [Trisquel-users] Is ethic really good argument for FLOSS?

2013-12-21 Thread unknown . 10001 . notthis
I think we'd like to think that purely 'we' makes the choises. But you have to consider that we are not singular entities, each of us are made up of several parts that cooperate to make the choise. Our emotions tells us one thing, and our logic the other. Do we decide what emotions to have

Re: [Trisquel-users] Can I use Brackets in Trisquel GNU/Linux ?

2013-12-17 Thread unknown . 10001 . notthis
sudo apt-get install gdebi-core gdebi bracket.deb

Re: [Trisquel-users] Can I use Brackets in Trisquel GNU/Linux ?

2013-12-17 Thread unknown . 10001 . notthis
People can just install it if they need it, Instead of uninstalling it if they do not need it?

Re: [Trisquel-users] trouble installing programs in Trisquel Mini

2013-10-04 Thread unknown . 10001 . notthis
I have the same problem. cat /etc/apt/sources.list # deb http://archive.trisquel.info/trisquel/ toutatis main # deb http://archive.trisquel.info/trisquel/ toutatis-updates main # deb http://archive.trisquel.info/trisquel toutatis-security main # See http://trisquel.info/wiki/ for how to

Re: [Trisquel-users] Notifications - Trisquel Mini

2013-09-10 Thread unknown . 10001 . notthis
Open $HOME/.config/openbox/trisquel-mini-rc.xml in a text editor. Search for . Just bellow that line add: amixer sset Master toggle amixer sset Master 5%+ amixer sset Master 5%- Then log in and out. If this don't work, then you can set a different shortcut

Re: [Trisquel-users] HLA (High Level Assembly): sh: 1: hlaparse: not found

2013-08-31 Thread unknown . 10001 . notthis
I solved the problem by installing Trisquel 6 i686. Part of The Problem was/is that Trisquel amd64 does not include libc6-i386 which for i know includes 32-bit program loader and libraries. After installing libc6-i386 i was able to execute the earlier unwilling file/executable 'hlaparse'

Re: [Trisquel-users] HLA (High Level Assembly): sh: 1: hlaparse: not found

2013-08-27 Thread unknown . 10001 . notthis
Thanks, i meant lose. The file has permission to execute. I think it's compiled for a 32-bit, i'm running a 64-bit Trisquel. On the site it says, hla for the 80x86 processor. Is this the problem? If this is the problem, will i be able to compile the code to run on a 64-bit? I have

[Trisquel-users] HLA (High Level Assembly): sh: 1: hlaparse: not found

2013-08-24 Thread unknown . 10001 . notthis
I got myself the book The Art of Assembly Language by Randall Hyde. This books uses an assembly/high level language called HLA as it's primary programming language. As far as i know there's only one compiler for this language and is called hla and written by the author Randall Hyde. Its

Re: [Trisquel-users] HLA (High Level Assembly): sh: 1: hlaparse: not found

2013-08-24 Thread unknown . 10001 . notthis
I forgot to mention that i did not compile the hla, i downloaded the binaries.

Re: [Trisquel-users] RMS Video - this is why I use Trisquel instead of Ubuntu

2013-08-21 Thread unknown . 10001 . notthis
I was unaware of the program youtube-dl, and i appreciate the supplementary information.