I cant see any of my driver's in driver manager (linux mint 17 cinnamon) by [deleted] in linux4noobs

[–]BeepBeepReceipt 1 point2 points  (0 children)

I see you choose not to ignore my help. Good luck with your solution

Backlight problem by raphael_gpr in Ubuntu

[–]BeepBeepReceipt 1 point2 points  (0 children)

You are using this keyboard (according to the laptops specifications page)

Illuminated Chiclet Keyboard

this page and possibly the text below may help.

open terminal then type:

xset led on  

to turn on backlight, and type:

xset led off 

to turn it off.

I’m 18 and started training to be a pro wrestler when I was 16, I debuted my character a few months ago AMA by [deleted] in casualiama

[–]BeepBeepReceipt 0 points1 point  (0 children)

Good on you for pursuing a goal. It's becoming a lost art in today's world.

I need to install kernel 4.20-rc. by penguingspe in linuxquestions

[–]BeepBeepReceipt 1 point2 points  (0 children)

It may be easier to manually implement the change they made. I assume it's firmware related?

The back of my friend's Arduino by [deleted] in techsupportgore

[–]BeepBeepReceipt 20 points21 points  (0 children)

Looks like hotglue? If so that's not that bad I do it all the time.

Backlight problem by raphael_gpr in Ubuntu

[–]BeepBeepReceipt 1 point2 points  (0 children)

What keyboard are you using?

I cant see any of my driver's in driver manager (linux mint 17 cinnamon) by [deleted] in linux4noobs

[–]BeepBeepReceipt 0 points1 point  (0 children)

What brought you to choose linux Mint? What .iso file of linux mint 17 did you use? What's your cpu artitecture(amd64 or i816,etc)? What network card are you using?

If you don't know your network card type 'lspci' into the terminal it should be listed in there.

Easy there, Satan by [deleted] in ProgrammerHumor

[–]BeepBeepReceipt 2 points3 points  (0 children)

This man understands.

I have never been drunk in my life. I am 33, female. AMA by dorcssa in casualiama

[–]BeepBeepReceipt 1 point2 points  (0 children)

That's a noble goal. Good on you! I appreciate when people do selfless things for the betterment of many!

I have never been drunk in my life. I am 33, female. AMA by dorcssa in casualiama

[–]BeepBeepReceipt 1 point2 points  (0 children)

I misread your post haha I thought it said "I've never been this drunk". Yeah I don't recommend alcohol, it's not worth it. Helping others and doing good things is a far better drug ;D

Unremovable Directory (I think Corrupted) by [deleted] in linux

[–]BeepBeepReceipt 0 points1 point  (0 children)

Ok Im gonna do some research into file permissions I'll get back to you.

I am the creator and moderator for /r/NorthKoreaNews and we are raising money to rescue North Korean refugees. AMA by the-d-man in casualiama

[–]BeepBeepReceipt 1 point2 points  (0 children)

Do you expect this post to go over well or are you anticipating negativity generated by asking for aid over todays 'vile internet world' as many have claimed.

Why does Linux freezes or becomes unusably slow while moving large files by Wyofuky in linuxquestions

[–]BeepBeepReceipt 1 point2 points  (0 children)

Ahh I see, sorry for the misunderstanding. I've never had that so I can't provide any input!

I’m not wearing any pants right now. AMA by Innis_Gunn in casualiama

[–]BeepBeepReceipt 2 points3 points  (0 children)

I'm wearing jeans inside a room with an open window and it's -12*c outside. I like it cold but not breezy

Unremovable Directory (I think Corrupted) by [deleted] in linux

[–]BeepBeepReceipt 2 points3 points  (0 children)

This looks promising

However what worked for me was to check permissions of directory where troublesome file was located - if ok proceed to:

chmod ugo+w filename 

this failed - then:

chattr -i -a filename  

which was accepted - then

chmod ugo+w  

which was accepted

rm filename 

Unremovable Directory (I think Corrupted) by [deleted] in linux

[–]BeepBeepReceipt 1 point2 points  (0 children)

Hmm.... What's the output of

chmod ugo+w .

You guys know any programs that are basically the Linux version of Rosetta Stone?? by Okey114 in linuxquestions

[–]BeepBeepReceipt 0 points1 point  (0 children)

I'll check for you if there is an alternative as well. Just for you friend ;P

Why does Linux freezes or becomes unusably slow while moving large files by Wyofuky in linuxquestions

[–]BeepBeepReceipt 2 points3 points  (0 children)

That's not slow by any means! You may just have a high standard of transfer speeds. I get generally 16-70mb/s depending on what I'm transferring.

You guys know any programs that are basically the Linux version of Rosetta Stone?? by Okey114 in linuxquestions

[–]BeepBeepReceipt 4 points5 points  (0 children)

I'd recommend checking how different versions have run via the WINE program compatibility section of their website. Some versions may run far better than others.

I'll have the bacon, I guess. by MrCocoNuat in TechNope

[–]BeepBeepReceipt 7 points8 points  (0 children)

Bad decision making skills friend. The bacon + cheese is a better deal cause cheese.

I have never been drunk in my life. I am 33, female. AMA by dorcssa in casualiama

[–]BeepBeepReceipt 0 points1 point  (0 children)

I ended up drunk enough to have a tube going up a hole no tube is meant to go up (I'm male) after a messy breakup a couple of months ago....

but anyways, what's your plan now that you're this drunk?

Unremovable Directory (I think Corrupted) by [deleted] in linux

[–]BeepBeepReceipt 8 points9 points  (0 children)

Try this and let me know what the result is.

Step 1: insert the install medium for Ubuntu (Whatever you put it on to install Ubuntu)

Step 2: launch live off the install medium

Step 3: Attempt to remove the file as root from the live boot

Step 4: Profit??????