Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
8
votes
2
answers
3892
views
volume hot keys in Crunchbang don't work
I've spent 2 hours on this and still can't figure this out. It's driving me insane. Please save my sanity. When I press mute , the `pnmixer` control in the top right shows that I've pressed mute , but the sound is not muted. A graphic also appears on my screen with a volume bar to show that the volu...
I've spent 2 hours on this and still can't figure this out. It's driving me insane. Please save my sanity.
When I press mute, the
pnmixer
control in the top right shows that I've pressed mute, but the sound is not muted. A graphic also appears on my screen with a volume bar to show that the volume has been muted.
When I press mute again, the pnmixer
control shows that I have pressed the key, and **three** graphics appear on my screen in a row to show that I've pressed it. This doesn't make sense. No change in sound.
With the volume up and volume down keys, the graphic changes accordingly but again no change in sound.
I've tried editing rf.xml with the following:
amixer set -q Master,0 5%+
amixer set -q Master,0 5%-
amixer set -q Master,0 toggle
I used xev
to get the names of the key bindings.
After reconfiguring or restarting openbox, or restarting my computer, this change in the script had no effect at all.
Btw, uname -a
gives me: Linux KGBXCrunch 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
Korgan Rivera
(2563 rep)
Jan 28, 2013, 09:30 PM
• Last activity: Jul 23, 2025, 05:04 AM
2
votes
1
answers
8480
views
How to install drivers for intel GMA 3600 intergrated graphics system?
I am currently using crunchbang 11 32bit, on a laptop with Atom D2500/GMA3600. Does anyone know how to install a more modern driver - rather than the gma500? Is this even possible?
I am currently using crunchbang 11 32bit, on a laptop with Atom D2500/GMA3600. Does anyone know how to install a more modern driver - rather than the gma500? Is this even possible?
Jack burridge
(151 rep)
Apr 27, 2014, 11:15 PM
• Last activity: May 29, 2025, 03:00 PM
0
votes
1
answers
130
views
Want to control volume like windows in crunchbang++ OS
How can I configure the volume up and down keys on my keyboard? I press the volume up, down, and mute keys, but it doesn't work. I want to control volume like windows OS. #### About my OS **OS**: Debian GNU/Linux 11 (bullseye) x86_64 **Kernel**: 5.10.0-21-amd64 **Packages**: 1869 (dpkg) **DE**: x-se...
How can I configure the volume up and down keys on my keyboard? I press the volume up, down, and mute keys, but it doesn't work. I want to control volume like windows OS.
#### About my OS
**OS**: Debian GNU/Linux 11 (bullseye) x86_64
**Kernel**: 5.10.0-21-amd64
**Packages**: 1869 (dpkg)
**DE**: x-session-manager
**WM**: Openbox
Osama Abdullah
(1 rep)
Mar 5, 2023, 04:12 PM
• Last activity: Mar 5, 2023, 04:45 PM
1
votes
1
answers
4768
views
Identical mount points for two file systems when installing Linux
So, I'm going through Crunchbang's installer (very similar to Debian's), and am at the partitioning step. I chose the 'Guided - use entire disk and set up encrypted LVM' method (usually I do manual without encryption). It wiped my disk, and I set my encryption pass phrase. So now this is my current...
So, I'm going through Crunchbang's installer (very similar to Debian's), and am at the partitioning step. I chose the 'Guided - use entire disk and set up encrypted LVM' method (usually I do manual without encryption). It wiped my disk, and I set my encryption pass phrase. So now this is my current partition configuration
LVM VG $HOSTNAME, LV root - 242.7 GB Linux device-mapper (line
#1 242.7 GB f ext4 /
LVM VG $HOSTNAME, LV swap_1 - 7.1 GB Linux device-mapper (line
#1 7.1 GB f swap swap
Encrypted volume (sda5_crypt) - 249.8 GB Linux device-mapper (cry
#1 249.8 GB K lvm
SCSI1 (0,0,0) (sda) - 250.1 GB ATA WDC WD2500BEKT-7
#1 primary 254.8 MB B F ext2 /boot
#5 logical 249.8 GB f crypto (sda5_crypt)
SCSI5 (0,0,0) (sdb) - 16.0 GB JetFlash Transcend 16GB
#1 primary 16.0 GB B fat32
The last entry is obviously the USB drive I've booted from, but I'm including it for completeness. I may have inadvertently done something to it.
When I try to write changes to disk, I get the following error message
[!!] Partition disks
Identical mount points for two file systems
Two file systems are assigned the same mount point (/): LVM VG
$HOSTNAME, LV root and SCSI1 (0,0,0), partition #5 (sda).
Please correct this by changing mount points.
Nate Parsons
(185 rep)
Oct 21, 2012, 12:09 PM
• Last activity: Feb 21, 2021, 05:39 AM
7
votes
2
answers
2477
views
Debian jessie cannot suspend anymore
I'm using Crunchbang Waldorf with the Jessie repositories, and suspend functionality has recently been broken. It seems that UPower, the tool Crunchbang used to suspend, just removed suspend functionality. The suspend command executes like this: jaapz at jipjip in ~ $ dbus-send --system --print-repl...
I'm using Crunchbang Waldorf with the Jessie repositories, and suspend functionality has recently been broken. It seems that UPower, the tool Crunchbang used to suspend, just removed suspend functionality.
The suspend command executes like this:
jaapz at jipjip in ~
$ dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Suspend
Error org.freedesktop.DBus.Error.UnknownMethod: Method "Suspend" with signature "" on interface "org.freedesktop.UPower" doesn't exist
I cannot find why the suspend functionality has just disappeared, does anyone know a solution?
jaapz
(604 rep)
Sep 1, 2014, 07:04 AM
• Last activity: Jun 23, 2020, 06:55 PM
13
votes
2
answers
46080
views
Regular expression problem(s) in Bash: [^negate] doesn't seem to work
When I execute `ls /directory | grep '[^term]'` in Bash I get a regular listing, as if the `grep` command is ignored somehow. I tried the same thing with `egrep`, I tried to use it with double and single quotes, but to no better results. When I try `ls /directory | grep '^[term]` I get all entries b...
When I execute
ls /directory | grep '[^term]'
in Bash I get a regular listing, as if the grep
command is ignored somehow. I tried the same thing with egrep
, I tried to use it with double and single quotes, but to no better results. When I try ls /directory | grep '^[term]
I get all entries beginning with term - as expected.
I have tried out this command in an online editor, where I can [test my regex](http://www.regexe.de/) and it worked as it should. But not in Bash. So it works in a simulation, but not in real life.
I work on Crunchbang Linux 10. I hope this is enough information and am looking forward to every hint, because failing to execute on such a basic level and wasting hours of time is really frustrating!
erch
(5200 rep)
Mar 31, 2013, 08:11 PM
• Last activity: Dec 5, 2019, 08:17 AM
9
votes
4
answers
7062
views
Mouse scroll wheel speed far too sensitive
In my Crunchbang installation with X11, openbox, my wireless usb mouse is listed at both `/dev/psaux` and `/dev/input/mouse0`. It's working fine apart from the scroll wheel, which although active, is far too sensitive. I'm thinking maybe the kernel is raising double the scroll events that it should...
In my Crunchbang installation with X11, openbox, my wireless usb mouse is listed at both
/dev/psaux
and /dev/input/mouse0
. It's working fine apart from the scroll wheel, which although active, is far too sensitive.
I'm thinking maybe the kernel is raising double the scroll events that it should be? Not sure what to check out even if this is the case?
I tried adjusting sensitivity via lxinput
but it affected everything on the mouse apart from the actual scrollwheel.
xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft® Nano Transceiver v2.0 id=9 [slave pointer (2)]
⎜ ↳ Microsoft Microsoft® Nano Transceiver v2.0 id=10 [slave pointer (2)]
doing
- xinput test 9
results in expected mouse motion events (but nothing for button clicks/scrollwheel)
- xinput test 10
results in unknown class
with no events fired.
citronic
(325 rep)
Nov 21, 2012, 05:01 PM
• Last activity: Sep 4, 2019, 09:50 AM
-1
votes
1
answers
1240
views
What is the Lua language used in Conky script?
I've been experimenting with Linux on a spare PC using Crunchbang so that I can try changing things and tinker. The Conky system monitor is fun to work with and changes are immediately seen, so it's a great hands-on educational tool. I've read that it uses the Lua language which I've never heard of....
I've been experimenting with Linux on a spare PC using Crunchbang so that I can try changing things and tinker. The Conky system monitor is fun to work with and changes are immediately seen, so it's a great hands-on educational tool. I've read that it uses the Lua language which I've never heard of. Usually, it's python or perl or C++. What is the Lua language and is it worthwhile to learn it for beginners to programming?
bensatlantic
(57 rep)
Feb 29, 2016, 05:18 PM
• Last activity: Jun 12, 2019, 12:18 PM
9
votes
1
answers
11766
views
How do I force ssh to use a second interface with higher metric?
I have a Crunchbang VM with two interfaces, `eth0` and `eth1`, each of which connects to an OpenWRT VM (`eth0` being `10.232.64.20` and `eth1` being `10.232.65.20`). I'm using Network Manager and DHCP. My overall goal is having multiple `ssh` connections, and bonding them with `ifenslave`. By defaul...
I have a Crunchbang VM with two interfaces,
eth0
and eth1
, each
of which connects to an OpenWRT VM (eth0
being 10.232.64.20
and
eth1
being 10.232.65.20
). I'm using Network Manager and DHCP. My overall goal is having multiple ssh
connections, and bonding them with ifenslave
.
By default, eth1
(for some reason) is the default gateway:
user@crunchbang:~$ ip ro
default via 10.232.65.1 dev eth1 proto static
10.232.64.0/24 dev eth0 proto kernel scope link src 10.232.64.20
10.232.65.0/24 dev eth1 proto kernel scope link src 10.232.65.20
I added a route for eth0
:
user@crunchbang:~$ sudo ip route add default via 10.232.64.1 dev eth0 proto static metric 1
Then I have two routes:
user@crunchbang:~$ ip ro
default via 10.232.65.1 dev eth1 proto static
default via 10.232.64.1 dev eth0 proto static metric 1
10.232.64.0/24 dev eth0 proto kernel scope link src 10.232.64.20
10.232.65.0/24 dev eth1 proto kernel scope link src 10.232.65.20
However, ssh
only gets out via eth1
:
user@crunchbang:~$ ssh -b 10.232.64.20 user@1.2.3.4
ssh: connect to host 1.2.3.4 port 22: Connection timed out
user@crunchbang:~$ ssh -b 10.232.65.20 user@1.2.3.4
Enter passphrase for key '/home/user/.ssh/id_rsa':
After changing the eth0
metric I have:
user@crunchbang:~$ ip ro
default via 10.232.64.1 dev eth0 proto static metric 1
default via 10.232.65.1 dev eth1 proto static metric 2
10.232.64.0/24 dev eth0 proto kernel scope link src 10.232.64.20
10.232.65.0/24 dev eth1 proto kernel scope link src 10.232.65.20
And now ssh
only gets out via eth0
:
user@crunchbang:~$ ssh -b 10.232.64.20 user@1.2.3.4
Enter passphrase for key '/home/user/.ssh/id_rsa':
user@crunchbang:~$ ssh -b 10.232.65.20 user@1.2.3.4
ssh: connect to host 1.2.3.4 port 22: Connection timed out
How do I force ssh
to use an interface with a higher metric?
**Edit**
I have implemented and tested the configuration in the [4.2. Routing for multiple uplinks/providers](http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.rpdb.multiple-links.html) section of the Linux Advanced Routing & Traffic Control HOWTO. Given that the configuration is simple, and that I didn't encounter errors, I'll just show code and results, with minimal explanation.
root@crunchbang:~# ip route add 10.232.64.0/24 dev eth0 src 10.232.64.20 table T0
root@crunchbang:~# ip route add default via 10.232.64.1 table T0
root@crunchbang:~# ip route add 10.232.65.0/24 dev eth1 src 10.232.65.20 table T1
root@crunchbang:~# ip route add default via 10.232.65.1 table T1
root@crunchbang:~# ip route flush table main
root@crunchbang:~# ip route add 10.232.64.0/24 dev eth0 src 10.232.64.20
root@crunchbang:~# ip route add 10.232.65.0/24 dev eth1 src 10.232.65.20
root@crunchbang:~# ip rule add from 10.232.64.20 table T0
root@crunchbang:~# ip rule add from 10.232.65.20 table T1
root@crunchbang:~# ip route add default scope global nexthop via 10.232.64.1 dev eth0 weight 1 nexthop via 10.232.65.1 dev eth1 weight 1
Here are the routing tables generated:
root@crunchbang:~# ip route show table T0
default via 10.232.64.1 dev eth0
10.232.64.0/24 dev eth0 scope link src 10.232.64.20
root@crunchbang:~# ip route show table T1
default via 10.232.65.1 dev eth1
10.232.65.0/24 dev eth1 scope link src 10.232.65.20
root@crunchbang:~# ip ro
default
nexthop via 10.232.64.1 dev eth0 weight 1
nexthop via 10.232.65.1 dev eth1 weight 1
10.232.64.0/24 dev eth0 scope link src 10.232.64.20
10.232.65.0/24 dev eth1 scope link src 10.232.65.20
With that configuration, ssh connects via both interfaces:
user@crunchbang:~$ ssh -b 10.232.64.20 user@1.2.3.4
Enter passphrase for key '/home/user/.ssh/id_rsa':
user@crunchbang:~$ ssh -b 10.232.65.20 user@1.2.3.4
Enter passphrase for key '/home/user/.ssh/id_rsa':
However, it does appear that I need to lose Network Manager. If anyone could explain why that's a bad idea, or warn of pitfalls, I would appreciate it.
**Edit2**
Removing Network Manager went well. I have just one last question. What is the current standard way to load the configuration at boot?
mirimir
(473 rep)
Oct 14, 2013, 01:58 AM
• Last activity: Apr 29, 2019, 02:01 AM
-1
votes
2
answers
4088
views
Installing bunsenlabs linux from live usb to hard disk
No OS is installed on my system. So I am trying to install bunsenlabs linux from BIOS through live usb, but when I click on install option I get an error saying CD is not inserted in CD-ROM. I want to install the linux in hard disk but not in CD, please help.
No OS is installed on my system. So I am trying to install bunsenlabs linux from BIOS through live usb, but when I click on install option I get an error saying CD is not inserted in CD-ROM.
I want to install the linux in hard disk but not in CD, please help.
Barinder Grewal
(1 rep)
Dec 21, 2015, 11:16 AM
• Last activity: Apr 5, 2019, 10:38 PM
1
votes
0
answers
375
views
How to install gcc 4-8 on #! Waldorf 64-bit?
I would like to install and use g++ 4-8 compiler. It supports various C++11 features, and I am willing to look into them and use them. Also, as I came here from Windows, my previous files also used C++11. I looked for a moment and found [this site.](http://packages.debian.org/sid/amd64/gcc-4.8-base/...
I would like to install and use g++ 4-8 compiler. It supports various C++11 features, and I am willing to look into them and use them. Also, as I came here from Windows, my previous files also used C++11.
I looked for a moment and found [this site.](http://packages.debian.org/sid/amd64/gcc-4.8-base/download) It contains .deb package with 4-8 gcc base. I downloaded it and installed, but synaptic shows that it isn't supported. Is there a way I can use it?
Matthew
(19 rep)
Oct 21, 2013, 06:07 PM
• Last activity: Jan 6, 2019, 01:28 PM
3
votes
1
answers
2324
views
Can not connect wirelessly to internet in CrunchBang 10
I am trying to install Crunch Bang 10 on a clients computers. The problem is, wireless internet is not working. Internet on the computer has worked before when it had Lubuntu on it. I have wired works. The computer could temporaily be connected with a wire to do the fix, but it can not be permanent....
I am trying to install Crunch Bang 10 on a clients computers. The problem is, wireless internet is not working. Internet on the computer has worked before when it had Lubuntu on it. I have wired works. The computer could temporaily be connected with a wire to do the fix, but it can not be permanent. The output from
lspci
(I saw at http://www.cyberciti.biz/faq/linux-find-wireless-driver-chipset/ it told you some wireless info.)
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
02:01.0 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
02:01.1 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
02:03.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
Christopher King
(656 rep)
Jul 3, 2012, 02:54 PM
• Last activity: Nov 26, 2018, 12:17 AM
0
votes
1
answers
126
views
TexLive 2018, after installation Debian "updates" some files and breaks it
After I install the newest version of TexLive through the official installer ([this one][1]), if I run a `sudo apt-get update && sudo apt-get dist-upgrade` apt-get finds a series of packages to update, related, I think, to the package `tex-common`. Such packages, though, aren't updated and refer to...
After I install the newest version of TexLive through the official installer (this one ), if I run a
sudo apt-get update && sudo apt-get dist-upgrade
apt-get finds a series of packages to update, related, I think, to the package tex-common
. Such packages, though, aren't updated and refer to an older distribution of TeXlive from 2016.
Of course this creates issues, because if I run pdflatex -v
after such update I find out that pdflatex is trying to use the 2016 of TeXlive, not the 2018 one, and any document's exportation won't work.
On Ubuntu I'd solve the issue with a PPA, but PPAs aren't made for Debian and in fact the TexLive's one won't work properly here.
Is there a way to permanently tell Debian to not update those packages with the ones he find in the repositories?
**EDIT:**
The situation turned out to be different from what I explained, so my question here is totally wrong, and thus it must be ignored/deleted.
il mietitore
(201 rep)
Oct 24, 2018, 03:41 PM
• Last activity: Oct 28, 2018, 12:03 PM
2
votes
5
answers
10594
views
Virtualbox cannot load the Qt platform plugin "xcb" on Crunchbang Waldorf
I am running Crunchbang Linux (Waldorf), a distribution based on Debian Wheezy. I downloaded the most recent virtualbox from here `https://www.virtualbox.org/wiki/Linux_Downloads` , which is VirtualBox 5.1 for Linux. I run the command sudo dpkg -i virtualbox-5.1_5.1.0-108711~Debian~wheezy_i386.deb A...
I am running Crunchbang Linux (Waldorf), a distribution based on Debian Wheezy. I downloaded the most recent virtualbox from here
https://www.virtualbox.org/wiki/Linux_Downloads
, which is VirtualBox 5.1 for Linux. I run the command
sudo dpkg -i virtualbox-5.1_5.1.0-108711~Debian~wheezy_i386.deb
And here is the entire output:
(Reading database ... 196982 files and directories currently installed.)
Unpacking virtualbox-5.1 (from .../virtualbox-5.1_5.1.0-108711~Debian~wheezy_i386.deb) ...
Setting up virtualbox-5.1 (5.1.0-108711~Debian~wheezy) ...
addgroup: The group `vboxusers' already exists as a system group. Exiting.
Processing triggers for hicolor-icon-theme ...
Processing triggers for shared-mime-info ...
Processing triggers for desktop-file-utils ...
When I enter the command
virtualbox
I get the following error message:
Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem.
I installed the package xcb
but no change. Any suggestions?
Oposum
(705 rep)
Jul 17, 2016, 09:38 PM
• Last activity: Jun 29, 2018, 03:56 PM
1
votes
1
answers
1325
views
I broke my openbox menu.xml by mistake
I'm on a Debian distro, it's been a long time that I edited Openbox menu.xml, so I forgotten that I had to use `obmenu` or whatever, I opened it in a normal text editor, edited something in the right-click menu. Then saved then restarted Openbox without reconfiguring it. And now I can still login, a...
I'm on a Debian distro, it's been a long time that I edited Openbox menu.xml, so I forgotten that I had to use
obmenu
or whatever, I opened it in a normal text editor, edited something in the right-click menu. Then saved then restarted Openbox without reconfiguring it.
And now I can still login, after that all I see is a black screen with the mouse cursor. I tried opening the terminal using the Super key + T keyboard combination, but I can't see anything at all, no terminal, no web browser, just a cursor and a black screen.
Note, I can't boot to a live CD, due to a nomodeset
issue. If nomodeset
is on, my PC won't boot correctly, so I always set it to off, but when booting from a live CD, you can't set it to off.
Lynob
(4434 rep)
Oct 18, 2013, 10:44 PM
• Last activity: Jun 5, 2018, 08:07 AM
9
votes
2
answers
50647
views
How to Find and reload specific driver from kernel?
I am using Crunchbang 64 bit O.S. with a ASUS N150 wireless adapter. Every time I close my laptop and it enters sleep mode, when I "wake it up" I am unable to connect back using the wireless adapter; I have to restart. My questions are: 1. Is there a way to find the specific driver name? I know it's...
I am using Crunchbang 64 bit O.S. with a ASUS N150 wireless adapter. Every time I close my laptop and it enters sleep mode, when I "wake it up" I am unable to connect back using the wireless adapter; I have to restart.
My questions are:
1. Is there a way to find the specific driver name? I know it's an ASUS N150 adapter with a Realtek chipset.
2. How can I reload the driver for the adapter without resetting the system?
3. How can I find my current kernel version via terminal (sidenote)?
Joseph
(263 rep)
Feb 6, 2014, 11:51 AM
• Last activity: Mar 3, 2018, 05:36 PM
3
votes
1
answers
2645
views
Extended monitor - scroll right to access left screen
I am running Crunchbang (debian based) and I'm trying to extend my desktop, I've ran the following command: xrandr --output DVI-I-2 --auto --output DVI-I-1 --primary --auto This has extended the desktop but my second monitor is to the left of my main monitor but I have to move the mouse to the right...
I am running Crunchbang (debian based) and I'm trying to extend my desktop, I've ran the following command:
xrandr --output DVI-I-2 --auto --output DVI-I-1 --primary --auto
This has extended the desktop but my second monitor is to the left of my main monitor but I have to move the mouse to the right to access the left monitor, how can I fix this?
Output of
xrandr -q
Screen 0: minimum 320 x 200, current 3360 x 1050, maximum 8192 x 8192
DVI-I-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
1680x1050 59.9*+
1280x1024 75.0 60.0
1152x864 75.0
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
DVI-I-2 connected 1680x1050+1680+0 (normal left inverted right x axis y axis) 473mm x 296mm
1680x1050 60.0*+
1280x1024 75.0 60.0
1152x864 75.0
1024x768 75.1 60.0
800x600 75.0 60.3
640x480 75.0 60.0
720x400 70.1
Colin747
(163 rep)
Nov 15, 2013, 02:51 PM
• Last activity: Dec 23, 2017, 12:55 PM
1
votes
0
answers
215
views
Conky display problem on restart "extra newlines"
I've been using conky for a while and been tweaking it every once in a while but lately I've got this problem. When I restart `conky` or the system, it displays extra new lines but when I make a simple modification and save the `.conkyrc` the new lines disappear. What can be causing this and how can...
I've been using conky for a while and been tweaking it every once in a while but lately I've got this problem.
When I restart
conky
or the system, it displays extra new lines but when I make a simple modification and save the .conkyrc
the new lines disappear.
What can be causing this and how can I fix it? I'm using Cruchbang 11.
toutankhamoun
(11 rep)
Mar 23, 2015, 10:28 PM
• Last activity: Dec 15, 2017, 04:40 PM
0
votes
1
answers
4457
views
Install programs files to separate disk to OS
I am going to install BunsenLabs Crunchbang on my laptop that has 250gb SSD and a 1tb HDD. I am coming from a Windows 8/10 background so I am not familiar with the way the file system works. I want to have my OS files on the SSD with the majority of my programs installed on the HHD. Yet I would like...
I am going to install BunsenLabs Crunchbang on my laptop that has 250gb SSD and a 1tb HDD. I am coming from a Windows 8/10 background so I am not familiar with the way the file system works.
I want to have my OS files on the SSD with the majority of my programs installed on the HHD. Yet I would like some programs installed on the SSD. How would I set the drives up to achieve this? Do I need to partition the disks on install or is it easier to change each program's install directory individually?
EugeneProut
(103 rep)
Jul 24, 2017, 10:57 PM
• Last activity: Jul 24, 2017, 11:55 PM
7
votes
1
answers
1590
views
Playing MP3 in Firefox on Debian
Is there a way to get MP3 playback within Firefox 31+ without installing plugins? I know about the entire encoding issues, but I have read somewhere that Firefox will look for native OS encoders like LAME to add support for audio HTML5 tags. What is the best way to add MP3 support for Firefox 31+ on...
Is there a way to get MP3 playback within Firefox 31+ without installing plugins? I know about the entire encoding issues, but I have read somewhere that Firefox will look for native OS encoders like LAME to add support for audio HTML5 tags.
What is the best way to add MP3 support for Firefox 31+ on Debian 7/Bunselabs?
mahatmanich
(213 rep)
Jul 6, 2014, 11:01 AM
• Last activity: Mar 21, 2017, 11:58 AM
Showing page 1 of 20 total questions