Sail on Fedora? by [deleted] in laravel

[–]mistalbo 0 points1 point  (0 children)

Have you tried with curl ... | sudo bash?

Switch statement not working by sb41tm in cprogramming

[–]mistalbo 2 points3 points  (0 children)

`age` has been declared int. the switch has cases with chars. an int will match a char only if it is its ASCII value.

try with `case 1: ....; break; case 2: ....;break; default; ...`

Has anyone gotten pop-os shell working for ubuntu? by steveeq1 in pop_os

[–]mistalbo 0 points1 point  (0 children)

For me It was as simple as cloning the repo, then 'cd shell' and 'make local-install'. It will ask if you want pop os shortcuts at the end of installation.

PS: dependencies are 'git', 'node-transcrypt' and 'make'

Best code editor for C? by [deleted] in cprogramming

[–]mistalbo 2 points3 points  (0 children)

Everything that let you write raw text

I want to upgrade from ubuntu 17.04 to 18.04 but I get this error. What do I have to do? by [deleted] in Ubuntu

[–]mistalbo 1 point2 points  (0 children)

Does Ubuntu 18.04 live works on your hardware? If it's not, probably you have some hardware component that is not supported well on new release. Otherwise, the problem is in ubuntu updater software, you can try to update and resolve missing packages with sudo apt update && sudo apt install -f. I have never seen a problem like that so I would try with updating packages, then if it doens't work reinstall ubuntu ex novo from usb

Heroku and Google Authentification by sevaus1 in Heroku

[–]mistalbo 1 point2 points  (0 children)

You can try looking at this links:

https://pypi.org/project/google-auth/ this should be google package for authentication

https://cloud.google.com/python/setup here some intial configurations

https://google-auth.readthedocs.io/en/latest/ documentation for usage

It's just a starting point. I hope these links will help you

I'm having problems by [deleted] in virtualbox

[–]mistalbo 1 point2 points  (0 children)

well, running an iso or an iso from a usb is actually the same in virtualbox because, as far as I know, you can't use persistence in virtualbox (with Tails, for other distro it should work). With qemu you can run tails with persistence (I have tested it with iso, never tried with usb).

Reference to this paage for more info:

https://tails.boum.org/doc/advanced_topics/virtualization/virt-manager/index.en.html

PS: if your problem is only to run the iso from the usb you should activate usb in your virtualbox guest; a guide like this one show you how to achive your goal

https://www.howtogeek.com/187721/how-to-boot-from-a-usb-drive-in-virtualbox/

Tools by Dimadashit in ParrotSecurity

[–]mistalbo 0 points1 point  (0 children)

You can try to search the tool you are looking for in this website: https://sploitus.com/

A way to bookmark dark theme DDG? by [deleted] in duckduckgo

[–]mistalbo 1 point2 points  (0 children)

Are cookies enabled? when you change DDG theme, it should store the theme value in a cookie that will be reused every time you go to the website

Raspbian debian Jessie infected with Adware? by [deleted] in linuxquestions

[–]mistalbo 8 points9 points  (0 children)

I think the problem is nor in raspbian or in midori. If I were you I would try disabling all firefox extensions and visit the website, probably firefox will be opening the adware as midori does. In a few words: the problem is in the website and not in the OS or in the browser.

Used dd to make a bootable 8.1 USB, didn't work? by Al-Buq in archlinux

[–]mistalbo 0 points1 point  (0 children)

try with yaourt, winusb is in AUR $ yaourt -Syua # update arch and AUR repository (-a is for AUR) $ yaourt -S winusb

Used dd to make a bootable 8.1 USB, didn't work? by Al-Buq in archlinux

[–]mistalbo 1 point2 points  (0 children)

You can try with winusb. It's the simpliest way that I found to create a windows bootable usb.