Recruiters give hope
But computers make the choice.
Which one should I bribe?
I've forgotten more than most people learn in a lifetime
Recruiters give hope
But computers make the choice.
Which one should I bribe?
All in all, I think it was worth paying for a membership at FlexJobs simply for their advice articles. For example, the following recommendations to improve one’s resume:
- Where do you live?
- Are you qualified to do this job?
- What have you accomplished in your career?
- What proof do you have of your qualifications?
- Where can the employer find your LinkedIn profile?
Source: 5 Secrets of a Winning Resume | FlexJobs
Tracker. *ugh* don’t even get me started on a rant about Tracker… The GNome team forgot all about Linux philosophies somewhere along the way.
So how to completely disable Tracker, so it no longer indexes any files, and stop having any Tracker process running in the background? You can mask the Tracker systemd services to completely disable it
Source: How To Completely Disable Tracker, GNOME’s File Indexing And Search Tool – Linux Uprising Blog
When you need a not-as-common tool, sometimes you really need its functionality. I needed to recover a couple of mp3 files from a USB thumb drive. Fortunately, a quick Google search showed how to do this, quite easily, using TestDisk:
Step 10
Again, bear in mind that Testdisk is a multi-function tool. Most of these options deal with groups of files; we only want our damn resume back! So hit “c”.
— via How To Recover Deleted Files In Linux [Beginner’s Guide] on ItsFOSS.com
Are you like me, and just got a new Android device whose manufacturer has the device configured to not allow adoptable storage for SD-Cards? Some manufacturers have a bad habit of doing this on all their devices (looking at you, LG, for doing this on both the LG G-Pad X and the LG G6). It is possible to work around this, by turning on Developer mode, enabling USB debugging, and then using adb to do the dirty work. The steps are:
1. BACK UP THE DATA YOU HAVE ON YOUR MICROSD CARD. Your card will be formatted by this process, so make sure you have saved any pictures, videos etc. from your card to your PC before you start.
2. Decide how you want to split your card. You can either commit 100% of the card to internal storage, or split between internal storage and conventional SD. This option is useful if you like to unplug your card and put it in your PC. I would probably recommend committing the whole card.
3. Open your command window / terminal on your computer and type the ‘adb shell‘ command (with your phone connected of course). You will need to enable USB debugging in developer settings (which in turn is displayed by tapping the build number of the device 5 times) in order to see the option.
4. Type ‘sm list-disks‘ to list the disks available for adoption. It’ll look something like below – take note of the disk ID (disk:179:160 in this example).
5. Partition the disk. For this we use the ‘sm partition DISK TYPE RATIO’ command. For example, to partition the disk above as fully adopted storage (aka private) I’d use the command ‘sm partition disk:179:160 private‘. If I wanted a 50/50 split between adopted and regular, I’d use the command ‘sm partition disk:179:160 mixed 50‘. Easy right?
6. This process will take a while, but when it’s done, the Settings -> Additional Settings -> Storage view on your device should show the new Internal Storage.
I am doing something here I almost never do: I’m pasting the full relevant info from the website’s article here. Please go there, so they get the views and clicks, but the tech pages I link to have a habit of disappearing, so I included a full paste of the relevant steps.
I seriously cannot believe that it took me as long as it did to find a fix to this issue. New-ish Dell Inspiron laptops have moved from touchpads to Clickpads – the biggest change is that Clickpads have no physical buttons on them at all. Everything is done by a combination of taps and clicks and gestures. Blame Apple for screwing around with something that should be straight-forward. 😛
Anyway, after a few hours of searching, I found a fix. It’s straight forward, linked below:
The content of my file is:
# This option disables software buttons on FocalTech touchpads. # This option is only interpreted by clickpads. Section "InputClass" Identifier "Disable clickpad buttons on FocalTech touchpads" MatchProduct "FocalTech" MatchDriver "synaptics" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "ClickFinger1" "1" Option "ClickFinger2" "3" Option "ClickFinger3" "2" EndSection
Hopefully this will save y’all hours of frustration!
(via http://askubuntu.com/questions/761931/cant-simulate-middlea-click-with-my-trackpad-asus-zenbook-ux305ua-fc057t)